/* Metalkraft Stylesheet */
/* Ed Weaver */
/* December 31, 2007 */

/***** Zero Off Elements *****/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/***** Page Styles *****/

body{
	/*behavior: url('cssfocusandhover.htc');*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../imgs/layout/bg_body2.gif);
	background-repeat: repeat-x;
	background-color: #000066;
}


input.color:focus, textarea.color:focus{
	border: 2px solid #FF6800;
}

/***** Main Container Styles *****/

#mainContainer{
	display: block;
	position: static;
	width: 800px; /* Width of main container */
	margin-top: 1em;
	margin-left: auto; /* Center container on page */
	margin-right: auto;
    background-color: #E2E2E2;
	border-top: 0px solid #003399;
}

/***** Header Styles *****/

#header{
	margin:0;
    padding:0;
	width: 800px;
	height: 104px;
	border-left: 0px solid #003399;
	border-right: 0px solid #003399;
}

#headerLeft{
margin:0;
padding:0;
	display: block;
	position: static;
	float: left;
	width: 458px;
	height: 104px;
}

#headerRight{
margin:0;
padding:0;
	display: block;
	position: static;
	margin-left: 458px;
	height: 104px;
}

/***** Header Navigation Styles *****/

#globalNav{
	display: block;
	position: static;
	width: 800px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../imgs/layout/header_nav.jpg);
	background-repeat: repeat-x;
	border-left: 0px solid #003399;
	border-right: 0px solid #003399;
}

#globalNav p{
	padding: 8px;
}

#globalNav a:link, #globalNav a:active, #globalNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/***** Content Styles *****/

#wrapper{
	display: block;
	position: static;
	float: left;
	width: 100%;
	padding-top: 10px;
	border-left: 0px solid #003399;
	border-right: 0px solid #003399;
}

#container{
	display: block;
	position: static;
	width: 780px; /* Width of main container */
	margin-left: 10px;
	margin-right: 10px;
}

#contentColumn{
	display: block;
	position: static;
	width: 500px;
	margin-right: 270px; /* Set right margin to RightColumnWidth */
}

#contentColumn2{
	display: block;
	position: static;
	width: 778px;
}


#rightColumn{
	display: block;
	position: static;
	float: left;
	width: 270px; /* Width of right column */
	margin-left: -280px; /* Set left margin to -(RightColumnWidth) */
	margin-top: 10px;
}

a:link, a:active, a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #003399;
	text-decoration: none;
}

/***** Box Styles *****/

.leftBox{
	display: block;
	position: static;
	width: 490px;
}

.leftBox p{
	padding: 5px;
	line-height: 20px;
}

.leftBox ul, ol{
	margin-left: 35px;
	margin-right: 35px;
	line-height: 20px;
}

.leftBl{
	background: url(../imgs/layout/bottom_left.jpg) 0 100% no-repeat #FFFFFF; 
	width: 500px;
}

.leftBr{
	background: url(../imgs/layout/bottom_right.jpg) 100% 100% no-repeat;
}

.leftTl{
	background: url(../imgs/layout/top_left.jpg) 0 0 no-repeat;
}

.leftTr{
	background: url(../imgs/layout/top_right.jpg) 100% 0 no-repeat; 
	padding: 10px;
}

.rightBox{
	display: block;
	position: static;
	width: 258px;
}

.rightBox p{
	padding: 5px;
	line-height: 20px;
}

.rightBox ul, ol{
	margin-left: 35px;
	margin-right: 35px;
	line-height: 20px;
}

.rightBl{
	background: url(../imgs/layout/bottom_left.jpg) 0 100% no-repeat #FFF; 
	width: 270px;
}

.rightBr{
	background: url(../imgs/layout/bottom_right.jpg) 100% 100% no-repeat;
}

.rightTl{
	background: url(../imgs/layout/top_left.jpg) 0 0 no-repeat;
}

.rightTr{
	background: url(../imgs/layout/top_right.jpg) 100% 0 no-repeat; 
	padding: 10px;
}

.mainBox{
	display: block;
	position: static;
	width: 768px;
}

.mainBox p{
	padding: 5px;
	line-height: 20px;
}

.mainBox ul, ol{
	margin-left: 35px;
	margin-right: 35px;
	line-height: 20px;
}

.mainBl{
	background: url(../imgs/layout/bottom_left.jpg) 0 100% no-repeat #FFFFFF; 
	width: 778px;
}

.mainBr{
	background: url(../imgs/layout/bottom_right.jpg) 100% 100% no-repeat;
}

.mainTl{
	background: url(../imgs/layout/top_left.jpg) 0 0 no-repeat;
}

.mainTr{
	background: url(../imgs/layout/top_right.jpg) 100% 0 no-repeat; 
	padding: 10px;
}

.clear{
	font-size: 1px; 
	height: 1px;
}

.spacing{
	display: block;
	position: static;
	height: 10px;
}

/***** Text Styles *****/

.text12{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.redText{
	color: #FF0000;
}

.leftTitleText{
	font-family: Arial Black;
	font-style: oblique;
	font-weight: bold;
	font-size: 18px;
}

.subText{
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}

.rightTitleText{
	font-family: Arial Black;
	font-style: oblique;
	font-weight: bold;
	font-size: 14px;
}

.small {
font-size:9px;
}


/***** Image Styles *****/

.imgRight{
	float: right;
	margin-left: 5px;
}

.imgRight2{
	float: right;
	margin-right:20px;
}

.imgLeft{
	float: left;
	margin-right: 5px;
}

/***** Footer Styles *****/

#footer{
	display: block;
	position: static;
	clear: both;
	width: 800px;
	height:110px;
	text-align: center;
	color: #003399;
	padding: 10px 0;
	background: url(../imgs/layout/footer_bg.gif) 0 100% no-repeat #e2e2e2; 
}

#footer p{
	padding: 10px;
}

.linkSpacing{
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color: #003399;
	text-decoration: none;
}

#footer a:hover{
	color: #003399;
	text-decoration: underline;
}

#footerNav{
	display: block;
	position: static;
	width: 800px;
	height: 35px;
	color: #FFFFFF;
	background-image: url(../imgs/layout/footer_nav.jpg);
	background-repeat: repeat-x;
}

#footerNav a:link, #footerNav a:active, #footerNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footerNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#footerBottom{
	display: block;
	position: static;
	background-color: #000066;
	height: 1em;
}