/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/02/2014, 11:40:45 AM
    Author     : Amanda
*/

/* Main Styles */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#D7EBFF;
}

/*a:link, a:visited, a:hover{
	color:#0099CC;
	text-decoration:underline;
}*/

table {
	border:0px;
	padding:0px;
}

td{
	vertical-align:top;
}

/* Div Styles */


#content{
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}

#content td{
	background-image:url(images/content_background.jpg);
	background-repeat:no-repeat;
	height:395px;
	width:912px;
}

#sidebar{
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}

#sidebar td{
	background-image:url(images/sidebar_background.jpg);
	background-repeat:no-repeat;
	height:523px;
	width:288px;
}

#navbar{
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	padding-right:20px;
	padding-bottom:20px;
}

#navbar a:link{
	color:#666666;
	text-decoration:none;
}

#navbar a:visited{
	color:#666666;
}

#navbar a:active{
	color:#0099CC;
}

#navbar a:hover{
	color:#0099CC;
	text-decoration:underline;
}



#contentphotos{
	padding-right:20px;
	text-align:right;
}

#textphotostbl td{
	background:none;
}

/* Class Styles */
.headerimg{
	text-align:center;
	height:177px;
	width:1200px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}

.topboximg{
	background-image:url(images/top_content_background.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:912px;
	background-position:center;
	background-position:top;
}

.midbox{
	background-image:url(images/content_slice.jpg);
	background-repeat:repeat-y;
	min-height:520px;
	width:912px;
	background-position:center;
}

.contenthdr{
	font-size:18px;
	color:#0099CC;
	font-weight:bold;
	padding-left:15px;
}

.contenttxt{
	padding-left:15px;
	padding-right:15px;
}

.bottomboximg{
	background-image:url(images/bottom_content_background.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:912px;
	background-position:center;
	background-position:bottom;
}

.sidebarimg{
	background-image:url(images/sidebar_background.jpg);
	background-repeat:no-repeat;
	min-height:260;
	width:285;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	/*padding-top:15px;*/
}

.sidebarcontacttxt{
	height:40px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#0099CC;
}

.sidebartxt{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
}

.sidebarlink{
	color:#FFFFFF;
	text-decoration:underline;
}

.footerimg{
	text-align:center;
	height:50px;
	width:1200px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}