@charset "UTF-8";
/* CSS Document */

body {
	background-color: #959492;
	margin:0px;
	font-family: Verdana, Arial;
    font-size: 12px;
    color: #555555;
    line-height: 16px;
	height:100%;
}

body A {
    text-decoration: none;
    color: #336699;
}

body A:hover {
    color: #999999;
}

table {
    font-family: Verdana, Arial;
    font-size: 12px;
	color: #555555;
    line-height: 16px;
}

hr {
	border: 0;
	background-color: #a7a7a7;
	height: 1px;
}

/* Layout Containers */

#menuStripe1 {
	width: 900px; 
	height: 23px;
	margin-left: auto; 
	margin-right: auto;
}

#menuStripe2 {
	width: 900px; 
	height: 23px;
	margin-left: auto; 
	margin-right: auto;
}

#homeContent {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	width: 620px;
	height: 100%;
}

#footer {
	width: 900px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
}


/* Menu */

.topMenu td {
	padding-top:4px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}

.topMenu td a {
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu td a:hover {
	color: #cde7ff;
}

.mainMenu td {
	padding-top:4px;
	padding-bottom:2px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	letter-spacing:-1;
}

.mainMenu td a {
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu td a:hover {
	color: #cde7ff;
}

.subMenu {
	margin-left: 18px; 
	margin-top: 18px;
	margin-bottom: 18px;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	width: 100%;
	color: #666666;
	line-height: 24px;
}

.subMenu a {
	color: #666666;
	text-decoration: none;
}

.subMenu a:hover {
	color: #cde7ff;
}

.subMenuTitle {
	font-family: Arial;
	font-size: 20px;
	color: #0252b8;
	letter-spacing: -1;
	padding-bottom: 18px;
}

.subMenuHeader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #8da1ae;
	letter-spacing: -1;
	line-height: 18px;
}


/* Body Formating */

.logo {
	padding-top:10px;
	padding-bottom:10px;
}

.phraseTitle {
	font-size: 20px;
	color: #525252;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing:-1;
	padding-top: 20px;
}

.banners {
	width: 300px;
}

.homeTitle {
	padding-top: 18px;
	padding-right: 18px;
	vertical-align: middle;
}


.productPage {
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 8px;
	background-image:url(/images/home/login-bg.jpg);}

.homeText {
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	font-weight: bold;
}

.highlights {
	margin-bottom: 0px;
}

.highlightsHeader {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:18px; 
	padding-right:18px; 
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.heading1 {
    font-size: 30px;
    color: #0252b8;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:-1;
}

.heading2 {
    font-size: 16px;
    color: #5c5b57;
	text-transform: uppercase;
	letter-spacing:-1;
	padding-bottom: 5px;
}

.heading4 {
	font-family: Arial, Verdana;
    font-size: 20px;
    color: #8da1ae;
	letter-spacing:-1;
	padding-bottom: 5px;
}

.heading5 {
	font-family: Arial, Verdana;
    font-size: 16px;
    color: #333333;
	letter-spacing:-1;
	padding-bottom: 5px;
}

.mainContent {
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 30px;
}

.newsContent {
	padding-top: 18px;
	padding-bottom:30px;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
	line-height: 12px;
}

.newsContent A {
	color: #666666;
}

.newsContent A:hover {
    color: #663333;
}


.newsDate {
    font-size: 11px;
    font-weight: bold;
    color: #663333;
}

.newsTitle {
    font-size: 14px;
    font-weight: bold;
	color: #666666;
}

.pageTop {
	border-bottom: #e3e3e3 solid 1px;
}

.pageTitle {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #2266be;
	letter-spacing: -1;
	padding-top: 18px;
	padding-bottom: 18px;
}
    
.breadcrumb {
    font-size: 9px;
    font-weight: normal;
    color: #818181;
    line-height: 10px;
	text-align: right;
}
.breadcrumb A {
    text-decoration: none;
    color: #818181;
}

.breadcrumb A:hover {
    color: #cde7ff;
}

.sitemap {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #a69d80;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	text-align: left;
}

.sitemap A {
	color: #FFFFFF;
}

.sitemap A:hover {
    color: #663333;
}



/* Footer */

#footer {
	padding-top: 18px;
	padding-bottom: 30px;
}

.footerMenu {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
	text-align:right;
}

.footerMenu A {
    text-decoration: none;
    color: #FFFFFF;
	
}

.footerMenu A:hover {
    color: #555555;
}

.footerName {
    font-size: 10px;
    color: #FFFFFF;
	line-height: 12px;
	text-align:left;
}

.footerCopyright {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
	text-align:right;
}

.footerAddress {
    font-size: 10px;
    color: #FFFFFF;
	line-height: 12px;
	text-align:left;
}

.footerAddress A {
    text-decoration: none;
    color: #FFFFFF;
	
}

.footerAddress A:hover {
    color: #555555;
}

/* form */

form {
	margin: 0px;
	padding: 0px;
}

input.SmallTextbox {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 10px;
	border: 1px solid #999999;
	padding: 1px;
	width: 100px;
	height:14px;
} 

input, textarea, select  {
	border: 1px solid #999999;
	}

input.search {
	border: none;
}

input[type=submit], input[type=button], input[type=reset] {
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	background-color:#a7a7a7;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background-color:#888888;
	cursor: pointer;
}

.formTable TD {
	padding-bottom: 10px;
}


.required {
	color: #FF0000;
}

.captions {
	font-size:10px;
}
