/* =Colors

Red			D8000D
Black		1C1C1C
Blue		3A99FF
Green		A9C46C

/*--------------------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#e9e9e9 url(../images/pagebg.gif) 50% 0px no-repeat;
}

/*Page*/
#pageHolder{
	margin:0px auto;
	height:100%;
	text-align:center;
}

html>#pageHolder{
	height:auto !important;
}

a {
	color: #444;
}

a:hover {
	color: #D8000D;
}

#page{
	width:750px;
	margin:0px auto;
	height:auto;
	background-color:#ffffff;
	border-left:11px solid #ffffff;
	border-right:11px solid #ffffff;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*#pageHolder>#page{height:auto !important;}*/

/*Header*/
#header{background-color:#FFFFFF;height:120px;}
#logo{float:left;width:270px;height:74px;}
#headerText{
	float:left;
	border-left:1px dashed #cccccc;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#777777;
	padding:0px 0px 0px 15px;
	width:450px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*navigation*/

#menuContainer div{
	cursor:pointer;
}

/*Top Navigation*/
#topNavigation{	clear:both;}
.nomargin{	margin:-0px !important;}
#topNavigation A{
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	
	text-decoration:none;
	float:left;

	width:143px;
	letter-spacing:1px;

	text-align: center;
	background-color:#666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 2px;
	display: block;
	
}

#topNavigation a#home {
	width: 146px;
	margin-left: 0;
}

#topNavigation .active, #topNavigation A:HOVER{
	background-color:#D8000D;
}

#padd {padding:0px 0px 0px 10px;}

.photo {float: left;
		padding: 0px 10px 5px 0px;
}

#breadcrumb{
	padding:0px 0px 0px 10px;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#444;
	font-weight:bold;
	line-height:24px;
	background-color:#ffffff;
}

#breadcrumb a {
font-weight:normal;
text-decoration: none;
color: #D8000D;
	
}

#breadcrumbtwo{
	padding:0px 0px 0px 10px;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#444;
	font-weight:bold;
	line-height:14px;
	/*background-color:#ffffff;*/
}

/*CONTENT*/
#content{
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	background-color:#f0ece7;
	padding:15px 0px 15px 0px;
	border-top:1px solid #cccccc;
	width:100%;
	font-family:Verdana, Arial;
	font-size:10px;
	color:#666666;
}
#content TABLE{
	font-family:Verdana, Arial;
	font-size:12px;
	color:#666666;
	line-height:16px;
}

#content TH{
	font-family:Verdana, Arial;
	font-size:10px;
	background-color:#444;
	color:#666666;
	line-height:14px;
	text-align:left;
}

#content TABLE.small{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#666666;
	line-height:14px;
	background-color:#ffffcc;
} 

#fullColumn{
	width:700px;
	padding:0px 13px 0px 13px;
}

#fullColumnC{
	width:700px;
	padding-left: 13px;
	display:block;

}

#leftColumn{
	width:195px;
	padding:0px 13px 0px 13px;
}

#twocolumn{
	width:350px;
	padding:0px 13px 0px 13px;
}

.topalign{
	vertical-align:top;
}

.indent{
	margin-left:10px;
}

#centerColumn{
	width:500px;
	/*border-left:1px dashed #666666;*/
	padding:0px 13px 0px 13px;
}
#rightColumn{
	width:195px;
	border-left:1px dashed #666666;
	padding:0px 13px 0px 13px;
}

#content h1{
	font-family:Verdana, Arial;
	font-size:18px;
	font-weight:lighter;
    color:#444;
    /*margin-top:-10px*/
    margin-bottom:-10px;
}

#content h1.runin{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	/*margin-bottom:0px;*/
	display:inline;
}

#content h2.runin{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	display:inline;
}

#content p.runinline{
	display:inline;
}

/* Header divs */

#bannerTopWhite { width:728px; background-color:#FFFFFF; }

#bannerTopBlk { width:728px; background-color:#000000; }

#bannerTopBlue { width:728px; background-color:#11204b; }

#bannerTopBrwn { width:728px; background-color:#353329; }



.bnrHeroB {
	font-family:Verdana, Arial;
	font-size:24px;
	font-weight:bold;
	color:#004990;
	float:left;
	padding: 15px 0 0 15px;
}


.bnrHeroW {
	font-family:Verdana, Arial;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	float:left;
	padding: 15px 0 0 15px;
}


.tablerow{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#666666;
	line-height:14px;
	padding-top:5px;
}

.itemTitle{
	font-family:Verdana, Arial;
	font-size:12px;
	color:#444;
	font-weight:bold;
	line-height:20px;
}

.bigTitle{
	font-family:Times;
	font-size:36px;
	color:#D8000D;
	font-weight:normal;
	line-height:40px;
}

.smalltitle{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#444;
	font-weight:bold;
	line-height:16px;
}

.hdr {
	font-family:Verdana, Arial;
	font-size:12px;
	color: #444;
	font-weight:bold;
	line-height:20px;
}

.subTitle{
	font-size:12px;
	font-weight:bold;
	color:#444;
}

.startpara{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight: bold;
	color:#444;
	line-height:16px;
	margin:0px;
	padding:0px;
}

.smalltext{
	font-family:Verdana, Arial;
	font-size:10px;
	/*color:#444;*/
	font-weight:normal;
	line-height:14px;
}

.smallLinks {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
.smallLinks a:link  { color: #444; text-decoration: underline }
.smallLinks a:visited { color: #444; text-decoration: underline }
.smallLinks a:hover { color: #D8000D; text-decoration: underline }
.smallLinks a:active { color: #D8000D; text-decoration: underline }

.subLinks {
	font-size:11px;
	font-weight:bold;
	line-height: 5px;
}
.subLinks a:link  { color: #444; text-decoration: underline }
.subLinks a:visited { color: #444; text-decoration: underline }
.subLinks a:hover { color: #D8000D; text-decoration: underline }
.subLinks a:active { color: #D8000D; text-decoration: underline }

.headLinks {
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
}
.headLinks a:link  { color: #444; text-decoration: underline; font-weight:bold; }
.headLinks a:visited { color: #444; text-decoration: underline; font-weight:bold; }
.headLinks a:hover { color: #D8000D; text-decoration: underline; font-weight:bold; }
.headLinks a:active { color: #D8000D; text-decoration: underline; font-weight:bold; }

.itemList{
	font-family:Verdana, Arial;
	font-size:11px;
	color:#666666;
	line-height:15px;
	margin:0px;
	padding:0px;
}
.itemList LI{list-style:square inside;}
.itemList LI A{color:#666666;text-decoration:none;}
.itemList LI A:HOVER{text-decoration:underline;}


.archiveList{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000000;
	line-height:15px;
	margin:0px;
	padding:0px;
}
.archiveList LI{list-style:none;}
.archiveList LI A{color:#000000;}
.archiveList LI A:HOVER{text-decoration:none;}

.textContact {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000;
	font-weight:normal;
	line-height:18px;
}

.textContactR {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000;
	font-weight:normal;
	line-height:18px;
	padding-left:20px;
}


/*Footer*/
#footer{
	background:#444 url(../images/footer.gif) left top repeat-x;
	padding:10px 0px 10px 0px;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
}
#footer A{
	padding:0px 8px 0px 8px;
	color:#FFF;
	text-decoration:none;
}
#footer A:HOVER{
	text-decoration:underline;
}

/**/
.clear{float:none;clear:both;overflow:hidden;}
.left{float:left;}
.right{float:right;}+

/*Form Elements*/
.textBox{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#080808;
	width:120px;
}

.inputButton{
	background-color:#d6c482;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	width:55px;
}

/*h1 headers*/

h1.top { font-family:Verdana, Arial;
	font-size:24px;
	font-weight:bold;
	color:#004990;
	float:left;
	padding: 3px 0 3px 15px;
	margin: 0;
	}
	


h2 { font-family:Verdana, Arial;
	font-size:12px;
	color:#004990;
	font-weight:bold;
	line-height:15px;
	display:inline;
 }
