﻿body
{
	font-family: "Arial, Trebuchet MS" , Helvetica, sans-serif;
	font-size: 100%;
	color: #6B6B6B;
	/*background: url(Images/Background.jpg) repeat-x top;*/
	background-color: #ECF2F2;
}

.blue
{
	width: 812px;
	height: 5px;
	background-color: #4096D2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: block;
}

.wrapper
{
	width: 850px; /*border:solid 1px red;*/
	background: url(Images/MainBackground.jpg) repeat-y center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

/* Content */
#colOne
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

#colTwo
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	clear: both;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Tags */
a
{
	text-decoration: none;
	color: Gray;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

img
{
	border: none;
}

span
{
	line-height: 1.5em;
}

.button
{
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: soild 1px gray;
	border: 1px solid;
	cursor: pointer;
}
.button:hover
{
}

div.hr 
{
	border-bottom: solid 1px #aaaaaa;
	clear:both; 
	height: 10px;
	margin-bottom: 10px;
	}
	
div.hr hr {display: none}

div.footerHr
{
	display: none;
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-top: 40px;
}

div.footerHr hr
{
	display: none;
}

div.footerHr2
{
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-bottom:5px;
}

div.footerHr hr2
{
	display: none;
}


/*----- header css -----*/
.header
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(Images/MainBackground.jpg) repeat-y top;
	background-color: White;
}
.shade
{
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	display: block;
	background: url(Images/Shade.gif) repeat-x top;
	background-color: White;
}

.headerlogo
{
	float: left;
	clear: left;
	margin-left: 45px;
	width: 264px;
}
.headerimg
{
	float: left;
	width: 501px;
}
.Heading
{
	margin-top: 15px;
	margin-left: 30px;
	float: left;
	width: 520px;
}
#ctl00_Search1_pnlSearch
{
	float: left;
	clear: right;
	height: 50px;
	width: 250px;
}
.search
{
	width: 250px;
	margin-right: 10px;
	margin-top: 15px;
}
.search .button
{
	margin-left: 10px;
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: soild 1px red;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	cursor: pointer;
}
.search .button:hover
{
	background-color: white;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.SearchBox
{
	padding-right: 10px;
	border: 1px solid;
	height: 17px;
	background-color: #fff;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

/*----- float css -----*/
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
	height: 1px;
}
.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


/*----- list css -----*/
ul
{
	list-style-type: square;
	font-size: 100%;
}
ol
{
}
li
{
	font-size: 0.75em;
	line-height: 1.35em;
	padding: 0px;
	margin: 0;
}
li a:link
{
}
li a:visited
{
}
li a:hover
{
}
li a:active
{
}


/*----- heading css -----*/
h1
{
	font-size: 1.0em;
	color: #3A8AC2;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: Trebuchet MS;
	display: inline;
	text-transform: uppercase;
}
h2
{
	font-size: 1.0em;
	color: #949494;
	padding: 0;
	font-family: Trebuchet MS;
	margin: 0;
	display: inline;
	text-transform: uppercase;
}
h3
{
	font-size: 2.0em;
	color: #3A8AC2;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: Trebuchet MS;
	display: inline;
	text-transform: uppercase;
}
h4
{
	font-size: 0.875em;
	color: black;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 0.75em;
	color: black;
	padding: 0;
	margin: 0;
}


/*----- paragragh css -----*/
p
{
	font-size: 0.75em;
	line-height: 1.875em;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
p a:link
{
	color: #3A8AC2;
}
p a:visited
{
	color: #3A8AC2;
}
p a:hover
{
	color: #3A8AC2;
}
p a:active
{
	color: #3A8AC2;
}

td{

	font-size: 0.75em;
	font-weight:lighter;
		font-size: 100%;

}



/*----- navigation css -----*/
.nav
{
	font-weight: normal;
	float: left;
	text-decoration: none;
}
.navigationlink
{
	text-decoration: none;
}
.navigationlink a:link
{
	color: #333;
}
.navigationlink a:visited
{
	color: #ccc;
}
.navigationlink a:hover
{
	color: #333;
}
.navigationlink a:active
{
	color: #333;
}
.navigationlinkselected
{
	color: #000;
}

.contact
{
	background-image: url(Images/contact.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 172px;
	float: left;
	clear: both;
	margin: 25px;
	margin-left: 40px;

}

/* Footer */

#footer
{
	background-image: url(Images/BottomBackground.jpg);
	background-repeat: no-repeat;
	width: 850px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.footerleft
{
	font-size: 0.7100em;
	display: block;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	padding-left: 30px;
}

.footerright
{
	font-size: 0.7000em;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	text-align: right;
	padding-right: 30px;
	float: right;
}

.footerRight a
{
	color: Gray;
}


/*----- validation links css -----*/
#validation
{
	list-style: none;
	text-decoration: none;
	float: right;
	clear: right;
	margin-top: 4px;
	padding-right: 24px;
	width: 300px;
}

#validation li
{
	list-style: none;
	text-decoration: none;
	float: right;
}

#validation a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
}

#validation #c2klink
{
	font-size: 0.75em;
	text-decoration: none;
	text-align: right;
	margin-right: 5px;
	margin-top: -6px;
	color: #aaaaaa;
	width: 200px;
}
#validation #c2klink:link
{
	color: #aaaaaa;
}
#validation #c2klink:visited
{
	color: #aaaaaa;
}
#validation #c2klink:hover
{
	color: #666666;
}
#validation #c2klink:active
{
	color: #aaaaaa;
}


#xhtml20
{
	background: url(       "../../images/xhtml20.gif" ) 0 0 no-repeat;
}


#xhtml20:hover
{
	background-position: 0 -15px;
}

#css
{
	background: url(       "../../images/css.gif" ) 0 0 no-repeat;
}


#css:hover
{
	background-position: 0 -15px;
}

/*----- log out css -----*/
.logout
{
	font-size: 0.6999em;
	color: #666666;
	text-decoration: none;
	float: left;
	clear: left;
	margin-top: -10px;
	padding-left: 30px;
}
.logout:link
{
	color: #aaaaaa;
}
.logout:visited
{
	color: #aaaaaa;
}
.logout:hover
{
	color: #666666;
}
.logout:active
{
	color: #aaaaaa;
}

.loginpanel
{
	background-color: #EEF8FB;
	border: solid 1px silver;
	width: 240px;
}
.loginsmtxt
{
	font-size: 0.6875em;
}

/*----- Privacy & Terms -----*/
.LegalText
{
	width: 500px;
}

.speach
{
	float: right;
	margin-top: 8px;
}

.inline 
{
	display: inline;
	border: solid 1px red;
}

