﻿/* CSS Document */

/* Body */

body { background: url(/images/bg.jpg) no-repeat fixed; }



#wrapper 
{
	width:982px; 
	height:auto;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

#header { height:229px; width:982px; }

#navbar { width:982px; height: 46px; background-color:#000000; padding:0; margin:0; clear:both; }


.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#contentblock { 
width:982px; 
height:350px; 
background-color:#FFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
margin:0;
padding:0; 
line-height:16px; 
}

#contentblock h1, #contentblock h2, #contentblock h3, #contentblock h4, #contentblock h5 
{ font-family: Arial, Helvetica, sans-serif; color: #E4A12B; }

#contentblock a:link, #contentblock a:visited { color:#265245; text-decoration:none; }
#contentblock a:hover { color:#B70006; text-decoration:underline; }

#contentblock a.social:link, #contentblock a.social:visited { color:#01737A; text-decoration:none; }
#contentblock a.social:hover { color:#01737A; text-decoration:underline; }

.medtxtblue { font-size:14px; }

#rightcolumn { width:742px; height:auto; padding:15px; margin:0;}

#leftcolumn { width:180px; height:auto; padding:15px; margin:0; }
.style1 {font-size: 14px; font-weight:bold; line-height:2em;}

a {font-weight:bold;}
p{line-height:1.5em; font-size:12px; font-family:Arial, Helvetica, sans-serif;}


#footer {
width:962px;
height:auto;
background:#265245;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
padding:10px;
clear:both;
text-align:center;
}
ul {line-height:1.5em;}

#footer a:link, #footer a:visited { color:#FFF; text-decoration:none; }
#footer a:hover { color:#8DABA2; text-decoration:underline; }
