﻿html{
	background-color:#202020;
}

#custom-doc
{
    margin:auto;
    text-align:left; /* leave unchanged */
    width:61.538em;
    *width:60em;
	margin-top:20px;
	min-width:800px;
}

div#navBar{
	text-align:center;
}

div#navBar ul.navMenu{
	text-align:center;
}

div#navBar ul.navMenu li{
	font-size:14px;
	display:inline;
	margin-left:20px;
	margin-right:20px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

div#navBar ul.navMenu li a{
	color:#FFFFFF;
	text-decoration:none;
}

div#navBar ul.navMenu li a:hover{
	color:#CCC;
}

#banner{
	height:83px;
	border-bottom:solid 2px #666666;
	margin-bottom:20px;
}

#logo{
	width:200px;
	float:left;
}

#logo img{
	width:200px;
	height:83px;
}

#headerquotes{
	width:400px;
	height:70px;
	float:left;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	padding-top:13px;
}

.headerquote{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	padding:0px 5px;
	float:left;
}

.headerquoteauthor{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding-right:5px;
	float:right;
}

#contact{
	width:200px;
	float:left;
	text-align:left;
	padding-top: 6px;
}

.contactinfo{
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.contactinfo:hover{
	text-decoration:underline;	
}

.loginlink{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.loginlink:hover{
	text-decoration:underline;
}

div#categoryBar ul.categoryMenu li{
	font-size:16px;
	width:25%;
	background:url('images/tabDark.gif') no-repeat right top;
	float:left;
}

div#categoryBar ul.categoryMenu li a{
	color:#000000;
	text-align:center;
	text-decoration:none;
	background:url('images/tabDarkLeft.gif') no-repeat left top;
	display:block;
	padding:5px 10px;
	border-bottom:1px solid #AAAAAA;
}

div#categoryBar ul.categoryMenu li:hover{
	background:url('images/tab.gif') no-repeat right top;
}

div#categoryBar ul.categoryMenu li a:hover{
	background:url('images/tabLeft.gif') no-repeat left top;
	text-decoration:none;
	border-bottom:none;
	padding-bottom:6px;
}

#bd
{
	font-size: 14px;
}

#bd p
{
    margin-bottom:15px;
}

#bd h1{
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight:bold;
	padding:10px 0px;
}

#bd h2{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
}

#bd h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding-bottom:5px;
}

#bd ul{
    margin:0px 0px 10px 20px;
}

#bd ul li{
    list-style-type:circle;
}

#bd ol{
    margin:0px 0px 10px 20px;
}

#bd ol li{
    list-style-type:decimal;
}

div.sandbox{
	background-color:#FFFFF0;
	padding:10px;
	-webkit-border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px;
}

.quote{
	margin:0px 50px;
	padding-bottom: 15px;
}

.quoteauthor{
	font-size: 12px;
	float:right;
}

#ft{
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	border-top:solid 2px #666666;
	margin:20px 0px 5px 0px;
}

#ft a{
	color:#FFFFFF;
}

strong{
    font-weight:bold;
}

em{
    font-style:italic;
}

/* Homepage Styles */
#navhome{
	height:200px;
	border-bottom:1px solid #202020;
	padding-bottom:20px;
}

.navhomeelement{
	height:200px;
	text-align:center;
}

.navhomeelement a{
	color:#202020;
	text-decoration:none;
}

.navhomeelement a:hover{
	color:#202020;
	text-decoration:underline;
}

.navhomeelement p{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin:5px 10px 0px 10px;
}

.navhomeelement ul{
	text-align:left;
	padding:5px 10px 10px 10px;
	display:none;
}

.navhomeelement li{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.navhomeelement li a{
	color:#000000;
}

.navhomeelement li a:hover{
	text-decoration:underline;
}

#nhe1{
    background:url('../../assets/homepage_images/nheimg1.jpg') no-repeat center bottom;
    /*border-right:2px solid #666666;*/
}

#nhe1:hover{
    background:url('../../assets/homepage_images/nhelinksimg1.jpg') no-repeat center bottom;
}

#nhe2{
    background:url('../../assets/homepage_images/nheimg2.jpg') no-repeat center bottom;
}

#nhe2:hover{
	background:url('../../assets/homepage_images/nhelinksimg2.jpg') no-repeat center bottom;
}

#nhe3{
    background:url('../../assets/homepage_images/nheimg3.jpg') no-repeat center bottom;
}

#nhe3:hover{
	background:url('../../assets/homepage_images/nhelinksimg3.jpg') no-repeat center bottom;
}

#nhe4{
    background:url('../../assets/homepage_images/nheimg4.jpg') no-repeat center bottom;
}

#nhe4:hover{
	background:url('../../assets/homepage_images/nhelinksimg4.jpg') no-repeat center bottom;
}

#commercial{
	font-size:12px;
	margin-top:5px;
}
/* End Homepage Styles */

/* Form Styles */
.formlabel{
	text-align:right;
	padding:5px 2px 3px 0px;
}

.formfield{
	padding:3px 0px;
}

input
{
    margin:2px 0px;
    padding:2px;
}

select
{
    margin:2px 0px;
    padding:2px;
}
/* End Form Styles */