/*-----------------------------------------------------------------
//Search/Login Container
-----------------------------------------------------------------*/
.box {
	width: 158px; 
	padding-left: 8px;
	text-align: center;
}
	
.boxheader {
	background: url('../img/menu_01.jpg'); 
	background-repeat: no-repeat; 
	width: 158px; 
	height: 9px; 
	color: #ffffff; 
	margin: 0px; 
	font-weight: bold; 
	font-size: 13px; 
	text-align: left;
}

.boxheader2 {
	padding-top: 0px; 
	padding-left: 0px;
}

.boxcontent{
	background: url('../img/menu_02.jpg'); 
	width: 158px; 
	margin: 0px; 
	font-size: 10px; 
	text-align: left;
}

.boxcontent2{
	padding-left: 8px; 
	padding-top: 8px; 
	padding-right: 8px; 
	color: white;
	text-align:center;
}

.boxfooter{
	background: url('../img/menu_03.jpg'); 
	width: 158px; 
	height:10px; 
	margin: 0px;
}

.boxcontent2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1c3d6d;

}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #688aa7;
}

b {
	font-size: 12px;
	font-weight: bold;
	color: #688aa7;
}
/*-----------------------------------------------------------------
//Misc
-----------------------------------------------------------------*/
html {
	height: 100%;
}

* {
	margin: 0; 
	padding: 0;
}

a {
	text-decoration: none;
}

body{ 
	background: #111 url('../img/bg.jpg') repeat-y center top; 
	color: #555; 
	font: normal 68.5% "Lucida Sans Unicode",sans-serif; 
	width: 826px; 
	padding:0; 
	padding-top: 0px; 
	margin:0 auto; 
	line-height:200%;
}

img {
	border: none;
}

/*-----------------------------------------------------------------
//Body Formatting
-----------------------------------------------------------------*/
.container{
	border: 3px solid #254f7f; 
	border-top: none; 
	border-bottom: none; 
	height: 100%
}

.header{
	background: url('../img/header_01.jpg'); 
	height: 166px; 
	width: 820px;
}

.header span{
	padding-left: 32px;
}

.stripes {
	background: #333 url('../img/stripetop_02.jpg');
	height: 5px;
}

.stripe2 {
	background: #ff9a0b;
	height: 6px;
}

.whitetop{
	background: #fff;
	height: 3px;
}

.orangetop{
	background: #254f7f;
	height: 5px;
}

/* ]]> */

.main {
	height: 100%; 
	overflow: auto; 
	background: url('../img/background.jpg');
}

.left {
	float: left; 
	height: 100%;
	width: 180px; 
	padding-top: 10px;
	margin: 0; 
	padding-left: 13px;
}

.right {
	float: right;
	width: 585px; 
	height: 100%; 
	padding: 12px;
}

.content {
	display: table; 
	padding: 16px;
	padding-top: 8px; 
	padding-left: 0px;
	height: 100%;
}

.content h1 {
	background: #ccc;
	font-size: 15px; 
	color: #4471b2;
}

.subnav {
	padding: 12px;
	height: 100%;
}

.clearer {
	clear: left; 
	clear: right;
}

.footer {
	background: #e4a23f url('../img/footer.jpg');
	border-top: 1px solid #444;
	color: #fff;
	padding: 3% 11px 1% 8px;
	height: 45px;
}

.subnav h1 {
	color:#4471b2;
	font-size: 18px;
	border-bottom: 1px groove #ccceee;
}

.subnav h2 {
	color: #4471b2;
	font-size: 14px;
}
/*-----------------------------------------------------------------
//Navigation Menu
-----------------------------------------------------------------*/
.menucontainer {
	background: #ff9a0b;
}

/*-----------------------------------------------------------------
//Footer Text
-----------------------------------------------------------------*/	
.footerNav a {
	color: white;
}
.footerNav a:hover {
	color: white;
	text-decoration: underline;
}
/*-----------------------------------------------------------------
//Old Side Navigation
-----------------------------------------------------------------*/	
.subcontent-unit-border {position: relative; width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0;  background:#ddd; border: 1px solid #0a365c; border-left: none; border-top: none;}
.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url('../img/topleft.gif') no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url('../img/topright.gif') no-repeat; margin-top:-1px; margin-left:174px;}
.content h1 { margin:0 0 10px 0; padding:4px 10px 3px 10px; background-color:#4471b2; font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;}
.content p {margin:0 10px 1.0em 10px; color:rgb(80,80,80); line-height:1.3em; font-size:110%;}