/**** R E S E T *******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************************************************/
*{
	-moz-box-sizing: border-box;
 /* Mozilla */
	box-sizing: border-box;
 /* Opera7 */
	-webkit-box-sizing: border-box;
}
embed{
	float:left;
	margin:0 7px 0 5px;
}
body{
	color:#000000;
	font-size:10pt;
	font-family:verdana,tahoma,sans-serif;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url('/images/skin-1002/background.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}
#container{
	margin:0 auto;
	width:1000px;
	text-align:center;
	position:relative;
}
a, a:visited, a:active{
	color:blue;
}
#header{
	height:175px;
	width:1000px;;
	margin:0 auto;
	padding-right:20px;	
	position:relative;
	background-image:url('/images/skin-1002/header.jpg');
	background-repeat:repeat-x;
	background-position:0 -8px;
}
#header #logIn{
	width:200px;
	height:20px;
	float:right;
	text-align:right;
	position:absolute;
	top:55px;
	right:130px;
	font-size:16pt;
	font-family:times;
	color:#ffffff;
}
#header #logIn a,#header #logIn a:visited{
	color:#ffffff !important;
}
#header #headerLinks{
	padding-top:10px;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
}
#header a, #header a:visited{
	color:#242D84;
	text-decoration:none;
}
#header #headerLinks a:hover{
	text-decoration:underline;
}
#header #weather{
	font-size:8pt;
	text-align:right;
}
#header h1 span{
	display:none;
}
 /*---------------------------------*/
#navmenu{
	position:absolute;
	top:136px;
	left:375px;
	width:625px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:right !important;
	z-index:100;
}
#navmenu ul{
	width:650px;
	text-align:center !important;
	display:inline;
}
#navmenu li{
	float:left;
	padding:0 12px 2px 12px;
	display:inline;
	list-style-position:inside;
	margin:0;
}
#navmenu .button{
 	left:0pt;
 	font-weight:normal;
	font-family:verdana,tahoma,arial,sans-serif;
 	text-align:center;
 	vertical-align:top;
 	font-size:9pt;
	font-weight:bold;
 	margin:0;
	padding:0;
	white-space:nowrap;
	height:39px;
	background-color:inherit;
}
#navmenu .button a{
	background-image:url("/images/skin-1002/button-on-off.gif");
	background-position:-113px 0px;
	background-repeat:no-repeat;;
	margin:0;
	height:39px;
	width:113px;
 	display:block;
	padding:5px 5px 0 5px;
	text-decoration:none;
	color:#000000;
}
#navmenu .button a:visited{
	color:#000000 !important;
}
#navmenu .button a:hover{
 	text-decoration:none;
	background-image:url("/images/skin-1002/button-on-off.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0;
	color:#000000 !important;
	font-size:10pt;
}
#navmenu .buttonSelected{
 	text-decoration:none;
	background-image:url("/images/skin-1002/button-on-off.gif");
	background-position:0px 0px !important;
	background-repeat:no-repeat;
	margin:0px;
	padding:0;
	color:#000000 !important;
	font-size:10pt;
}
#navmenu .buttonSelected a, #navmenu .buttonSelected a:visited{
	color:#000000 !important;
}
#navmenu .buttonSelected span{
}
#content{
	text-align:left;
	margin:0 auto;
	position:relative;
	top:-18px;
	color:inherit;
	width:100%;
	min-height:600px;
	height:auto;
	padding:0px 15px 20px 15px;
	font-size:9pt;
	overflow:hidden;
}
#content #leftColumn{
	margin:20px 0;
	padding:5px 10px;
	min-height:400px;
	width:200px;
	text-align:left;
	float:left;
}
#content #leftColumn a,#content #leftColumn a:visited{
	display:inline-block;
	line-height:21px;
	width:200px;
	height:20px;
	color:navy;
}
#content #leftColumn a:hover{
	background-color:#A75531;
	color:#ffffff;
	padding-left:4px;
}
#content #leftColumn h3{
	padding-bottom:1px;
	margin-bottom:5px;
	border-bottom:1px dotted gray;
}
#content #leftColumn img{
	border:0;
	margin:0;
	padding:0;
}
#content #rightColumn{
	background-color:#FFFFEB;
	border:1px solid gray;
	border-top:0;
	width:700px;
	float:right;
	padding:12px;
	min-height:500px;
	position:relative;
	left:0px;
	top:10px;
}
#content #rightColumn h1{
	/* red heading */
	color:black;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:20px;
	font-size:18pt;
	margin:15px 0 10px 0;
	padding:0;
}
#content #rightColumn h2{
	color:#482718;
	letter-spacing:-1px;
	border-bottom:2px solid #D79071;
	line-height:25px;
	font-size:16pt;
	margin:15px 0 10px 0;
	padding:0;

}
#content a{
	color:#242D84;
}
#content #rightColumn h3{
	bo rder-top:1px dotted #FE9A2E;
	color:#FE9A2E;
	line-height:30px;
	font-size:11pt;
	letter-spacing:-1px;
	margin:0px 0 2px 0;
	padding:0;
}
#content h4{
	color:orange;
	font-size:9pt;
	margin:10px 0;
	padding:0;
	position:relative;
	top:-10px;
}
#content h5{
	clear:both;
	color:#452d15 !important;
	font-size:8pt;
	margin-top:6pt;
	padding-top:6pt;
	
}
#content p{
	padding:0 0 15px 0;
}
#content blockquote{
	font-size:8pt;
	margin-left:20px;s
	margin-right:60px;
	text-align:justify;
	border-left:3px solid gray;
	padding-left:100px;
	padding:20px;
	line-height:15px;
	border-top:1px dotted gray;
	min-height:50px;
	height:auto;
}
#content #contactForm{
	border:0 !important;
}
#content #contactForm tr{
	border:0 !important;
}
#content #capchaImage{
	border:0 !important;
}
#content ul, #content ol{
	margin:2px 2px 4px 15px;
}
#content ul{
	list-style:disc;
}
#content ul ul{
	list-style:square;
}
#content ul ul ul{
	list-style:circle;
}
#content ol{
	list-style:upper-roman;
}
#content ol ol{
	list-style:upper-alpha;
}
#content ol ol ol{
	list-style:lower-roman;
}
#content ol ol ol ol{
	list-style:lower-alpha;
}
#content table{
	border-top:0;
}
#content table tr td{
	vertical-align:top;
}
#content table tr{
	border-top:1px dotted gray;
}
#content table tr:first-child{
	border-top:0;
}
#content form table td{
}
#content form table td:first-letter{
}
#content .backToTop{
	padding-right:5px;
	display:block;
	text-align:right;
	font-style:italic;
	font-size:8pt;
}
#content .backToTop:hover{
	background:navy;
	color:white;
}
#footer{
	background-color:#000080;
	background-image:url("/images/skin-1002/background-footer.jpg");
	background-repeat:no-repeat;
	background-position:0 -10px;
	border-bottom:0;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:10px;
	padding:20px 40px;
	width:1000px;;
	height:120px;
	clear:both;
	font-size:8pt;
	text-align:left;
	color:black;
	overflow:hidden;
}
#footer ul{
	padding:0 0 0 20px;
	float:left;
	width:25%;
	font-size:8pt;
}
#footer ul li{
	border-bottom:1px dotted #efefef;
}
#footer ul li a, #footer ul li a:visited{
	color:white;
	text-decoration:none;
}
#footer ul li a:hover{
	color:white;
	text-decoration:underline;
}
#footer ul h3{
	color:white;
	font-size:9pt;
	letter-spacing:-1px;
}
#footer p{
	line-height:28px;
	padding-top:3px;
	margin:0;
}
#footer p:last-child{
	color:white;
	line-height:20px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:7pt;
}
#copyright{
	margin:0;
	text-align:center;
	line-height:15px;
	font-size:7pt;
	color:gray;
	padding:0;
	width:1000px;;
	height:120px;
	padding-top:10px;
}
#copyright a{
	color:gray;
	font-weight:bold;
}
.formButtons{
	background-image:url("/images/skin-1002/background-button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	color:white;
	font-family:verdana,tahoma,sans-serif;
	font-size:8pt;
	height:27px;
	min-width:70px;
	line-height:20px;
	padding:0 0 7px 0;
	margin:0 0 4px 0;
	border:0 !important;
}
.formButtons:hover{
	background-image:url("/images/skin-1002/background-button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 1px;
	color:yellow;
}
.faceIcon{
	width:50px;
	height:50px;
	float:left;
	border:0 !important;
	padding:0 !important;
	margin:2px 5px 2px 0;
}

