﻿/* Misc Classes */
.u{text-decoration: underline} .i{font-style: italic} .b{font-weight: bold}
.left{text-align: left} .right{text-align: right} .center{text-align: center}
.size12{font-size: 12pt} .size14{font-size: 14pt} .size16{font-size: 16pt} .size18{font-size: 18pt}
.red {color: red}
.topborder{border-top:1px solid black;}
/* Links */
a:link, a:visited{color:#005c85; text-decoration:underline;}
a:hover {color:black; text-decoration:none;}
/* Main Header Background */
div.HeaderBG{
	background:#f6f7f7 url('/images/headergrad.png') repeat-x;
	border-bottom:1px solid black;
}
/*Content Area */
body{
	font:normal 12pt "Arial";
	margin:0px;
/*	background-image: url('/images/background.png');
	background-repeat:repeat-x;
	background-position:fixed;
*/
	background:#f6f7f7 url('/images/background.png') repeat-x fixed;
}
#content{
	padding:15px 10px;
	text-align:left;
/*	background:#f6f7f7 url('/images/background.png') repeat-x fixed;*/

}

td.copyright{
	font-size:8pt;
	text-align:center;
	padding:3px;
	border-top:1px solid black;
}
/* Nav Definitions and Links */
#tdLeft{
	width:165px;
	line-height:8pt;
	border-right:1px solid black;
	vertical-align:top;
}
#tdRight{
	width:165px;
	line-height:8pt;
	vertical-align:top;
	border-left:1px solid black;
}
.LeftNav, .RightNav{width:165px;}
#tdLeft a, #tdRight a{
    font:normal 8pt "Verdana";
	border-bottom:1px solid black;
	color:black;
	display:block;
	text-decoration:none;
	padding:1px 0px 1px 5px;
	outline:none;
}
#tdLeft a:hover, #tdRight a:hover{color:white; background-color:#005c85;}
#tdLeft ul, #tdRight ul{padding-left:15px;margin:0px;line-height:0;list-style-image:url("/images/invisible.png");}
#tdLeft li a, #tdRight li a{border:none;list-style-image:inherit;}
#tdLeft img, #tdRight img{border-bottom:1px solid black;}
.NavImg{background:url('/images/nav/navbg.png') repeat-x; text-align:center;}
/* User Input */
input[type=text]{color:black; background-color:#EBEBEB; border:1px solid black;}
input[type=text]:focus{background-color:White;}
input[type=submit]{color:black; background-color:#EBEBEB; border:1px solid black;}
/* Contact Us DIVs Test */
.ContactUs
{
	width:28em;
	padding:0 .5em;
	vertical-align:middle;
	margin:1em auto;
}
.ContactUs div{margin:0.3em; text-align:left;}
.ContactUs label
{width:170px; display:inline-block; text-align:right; margin-right: 5px; font-weight:bold;}
.highlight_field{border: 1px dashed red;}

#ctl00_ContentPlaceHolder1_radioSMS
{margin:0px auto;}
#ctl00_ContentPlaceHolder1_radioSMS label
{display:inline;width:300px;text-align:left;}
#ctl00_ContentPlaceHolder1_radioSMS span
{}
#charLimit
{font-size:8pt;font-weight:normal;}
.reqField
{color:red;margin-right:0.25em;}

p {text-align: justify;margin-top:0.25em;}
.imagePreview
{
	text-align:center;
	float:right;
	margin-left:20px;
	margin-bottom:5px;
	font-size:9pt;
}
a img
{border:solid 0px black;}
#content h3
{color:navy;margin-bottom:0.25em;font-style:italic;border-bottom:solid 1px #3300ff; text-transform:capitalize;width:66%;}
#content a
{text-decoration:none;}
#content ul span
{font-weight:bold;}
#bbb
{text-align:center;}
#bbb a, #bbb img
{text-decoration:none;border:solid 0px black;margin-top:0.5em;}
#bbb a:hover, #bbb img:hover
{background-color:transparent;}