/* START: Common ================*/
*{
	margin:0;
	padding:0;
	font:11px/18px Verdana
}
body{
	background:#999
}
img{
	border:none
}
blockquote p{
	font-style:italic !important;
	margin:0 0 14px 0 !important;
}
cite{
	font-size:10px;
	display:block;
	margin:0 0 10px
}
a{
	color:#006127;
	text-decoration:none;
	font-weight:bold
}
a:hover{
	text-decoration:underline
}
em{
	font-style:italic
}
strong{
	font-weight:bold
}
p,pre{
	margin:0 0 20px
}
h1{
	font-size:12px;
	font-weight:bold;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px
}
h3{
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
	border-bottom:solid 1px #000;
}

.title{
	display:block;
	margin:0 0 20px
}
ul{
	list-style:none
}
hr{
	margin:0 0 20px;
	border:1px solid #eee
}
#main{
	margin:auto;
	width:700px;
	padding:0 12px;
	background:url(/images/bgPage.gif) repeat-y;
	position:relative;
}
#main:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.ErrorText{
	background:#f00;
	padding:15px;
	color:#fff !important;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}
.loginError{
	color:#f00;
	font-weight:bold;
}
.confirmText{
	background:#47795b;
	padding:15px;
	color:#fff !important;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}
.NoSkinnedFileUnput {
	height:20px !Important;
	}
.left{
	font-weight:bold;
	text-align:right;
	padding:0 3px 0 0;
}
.right{
	padding:0;
	line-height:26px;
}
/* END: Common ==================*/
/* START: Header ================*/
.header{
	width:700px;
	clear:both;
	height:142px;
	background:#f6f6f6;
	overflow:hidden;
}
#logo{
	float:left
}
#pageEdgeTop{
	float:left;
	margin-left:-12px
}
#nav li{
	float:left;
}
.clear{
	clear:both;
	}
.headerBGImage
{
    /*margin-top:-135px;
    margin-left:-12px;
    float:left;*/
}	
/* END: Header ==================*/
/* START: Content ===============*/
#center{
	float:left;
	background:#fff;
	width:658px;
	padding:43px 10px 10px 32px
}
#content{
	float:left;
}

#content blockquote p{/* IE layout fix */
	width:380px
}

#content ul{
	margin:0 0 20px 10px
}
#content li{
	margin:0 0 10px;
	padding-left:25px;
	background:url(/images/bullet.gif) 0 3px no-repeat
}
.contentImg{
	float:right;
	margin:0 0 20px 20px
}
.btnLink{
	width:123px;
	height:22px;
	padding-top:7px;
	padding-bottom:10px;
	display:block;
	font-weight:bold;
	background:url(images/btnLarge.gif) 0 2px no-repeat;
	color:#47795b;
	text-align:center;
	cursor:pointer;
}
.btnLinkLong{
	width:251px;
	height:22px;
	padding-top:7px;
	padding-bottom:10px;
	display:block;
	font-weight:bold;
	background:url(images/btnLargeLong.gif) 0 2px no-repeat;
	color:#47795b;
	text-align:center;
	cursor:pointer;
}
.formField{
	font-size:11px;
	height:16px;
	
}
.contactInfo{
	position:absolute;
	top:15px;
	right:30px;
	height:72px;
	width:196px;
	line-height:13px;
	background:url(images/contactInfo.gif);
	padding:20px;
	}
/* END: Content =================*/
/* START: Box ===================*/
#box{
	float:left;
	background:url(/images/bgBox.gif) repeat-y;
	padding:0 35px;
	width:168px;
	margin:-20px 0 0 29px;
	overflow:hidden;
	z-index:1
}
#box p, #box ul{
	margin:0 0 50px
}
#box address{
	border-bottom:1px solid #e5dec6;
	padding:0 0 5px;
	margin:0 0 5px
}
#box ul a{
	font-weight:normal
}
#boxSideTop{
	margin:0 0 8px -35px
}
#boxSideBtm{
	position:relative;
	float:left;
	clear:right;
	left:-35px
}

#clear{
	clear:both
}
/* END: Box =====================*/
/* START: Footer ================*/
.footer{
	position:relative;
	float:left;
	color:#fff;
	width:700px;
	text-align:center;
	background:#006227;
	border-top:2px solid #000562;
	padding:10px 0 0;
}
.footer p{
	margin:0 0 10px;
	line-height:14px
}
.footer a{
	color:#fff;
	font-weight:normal
}
#pageEdgeBtm
{    
    position:absolute;
	top:75px;
	left:-12px
}
#footerText
{      
    background:#006227;      
    margin:auto;
    text-align:center;
    padding:10px;
    color:#fff;
    height:60px
}
#footerText a
{
    color:#fcff00;
	font-weight:normal
}
input{
	height:16px;
}
textarea{
	height:100px !important;
}
.selectedpage{
	color:#006127;
	font-weight:bold;
}
/* END: Footer ==================*/
