/* CSS Document */

html,
body{
height:100%;
margin:0;
background-color:#5E97AB;
}

#container
{
min-height: 50%;
position: relative;
width: 955px;
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
background-image:url(../template_images/background_slice.jpg);
background-repeat:repeat-y;
}

#header
{
float:left;
width:955px;
top:0px;
left:0px;
background-color:#5E97AB;
}

#main_content {
width:955px;
left:0px;
top:135px;
}

#main_image {
float:left;
margin-left:0px;
margin-top:0px;
width:955px;
left:50px;
top:171px;
}

#main_text {
float:left;
margin-left:40px;
margin-top:0px;
width:635px;
left:50px;
top:427auto;
}

#side_bar {
	float:right;
	margin-right:41px;
	margin-top:0px;
	width:220px;
	top:171px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../template_images/sidebar.gif);
	background-repeat: no-repeat;
}

#clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

#footer
{
	height:80px;
	width:955px;
	margin: 0 auto;
	background-image:url(../template_images/footer.jpg);
	background-repeat:no-repeat;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.standard_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: 16px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.standard_titles {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #355A66;
}

.standard_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #355A66;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a.nav:link {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #355A66;
	text-decoration:none;
 }
 
a.nav:visited {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #355A66;
	text-decoration:none;
 }
 
 a.nav:hover {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #EE610D;
	text-decoration: underline;
 }
 
 a.nav:active {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #355A66;
	text-decoration:none;
 }
