@import url("/css/reset.css");
@import url("/css/dropDownMenu.css");
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	color:#000000;
	font-family:"verdana","geneva","tahoma","arial",sans-serif;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	background-color:#1D3777;
}
#container{
	background-image:url('/images/skin-1009/background.png');
	background-repeat:repeat-y;
	color:#000000;
	margin:0 auto;
	width:1000px;
	height:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
}
a, a:visited, a:active{
	color:blue;
}
#header{
	background-image:url('/images/skin-1009/header.png');
	background-repeat:no-repeat;
	display:block;
	height:353px;
	width:1000px;;
	overflow:auto;
	margin:0 auto;
	padding:0;
	position:relative;
}
#header h1 span{
	display:none;
}
/*---------------------------------*/
#navmenu{
	float:left;
	position:absolute;
	top:270px;
	left:295px;
	text-align:left;
	z-index:2;
	padding:0;
	margin:0;
	width:685px;
	height:69px;
}
#navmenu ul{
	text-align:left !important;
	height:60px;
	margin-top:4px;
}
/*---------------------------------*/
#content{
	text-align:left;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	min-height:425px;
	height:auto;
	font-size:10pt;
	overflow:hidden;
	z-index:1;
}
#content h1:after{
	/* red heading */
	color:red;
	letter-spacing:5px;
	text-transform:uppercase;
	line-height:25px;
	font-size:15pt;
	content:" Don't Use Heading 1";
	margin:15px 0 10px 0;
	padding:0 10px 0 10px;
}

#content h2{
	font-size:16pt;
	font-weight:bolder;
	letter-spacing:-1px;
	color:#DC001D;
	margin:14px 0 15px 0;
	padding:0 0 10px 0;
}
#content h3{
	letter-spacing:-1px;
	color:#294CA4;
	padding-bottom:1px;
	margin-bottom:5px;
	border-bottom:1px dotted #294CA4;
}
#content img{
	margin:5px;
	padding:2px;
	border:15px solid #e3e3e3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius:15px;
	behavior:url(/css/PIE.htc);
	width:560px;
	min-height:283px;
	float:left;
	margin:10px;
	margin-top:0;
	padding:0px;
}
#content a{
	color:#242D84;
}
#content h4{
	color:gray;
	font-size:9pt;
	margin:10px 0 1px 0;
	padding:0;
	position:relative;
	top:-10px;
}
#content h5{
	clear:both;
	color:#452d15 !important;
	font-size:8pt;
	margin-top:6pt;
	padding-top:6pt;
	
}
#content p{
	padding:0 0 15px 0;
}
#content blockquote{
	font-size:8pt;
	margin-left:20px;s
	margin-right:60px;
	text-align:justify;
	border-left:3px solid gray;
	padding-left:100px;
	padding:20px;
	line-height:15px;
	border-top:1px dotted gray;
	min-height:50px;
	height:auto;
}
#content #contactForm{
	position:relative;
	top:0px;
	height:auto;;
	width:500px;
}
	#content #contactForm #capchaImage{
		border:0 !important;
		width:200px;
		height:auto;
		min-height:30px;
		display:block;
		float:left;
	}
	#content #contactForm label{
		display:inline-block;
		float:left;
		width:80px;
	}
#content ul, #content ol{
	margin:2px 2px 4px 15px;
}
#content ul{
	list-style:disc;
	text-align:left;
}
#content ul ul{
	list-style:square;
}
#content ul ul ul{
	list-style:circle;
}
#content ol{
	list-style:upper-roman;
}
#content ol ol{
	list-style:upper-alpha;
}
#content ol ol ol{
	list-style:lower-roman;
}
#content ol ol ol ol{
	list-style:lower-alpha;
}
#content table tr td{
	vertical-align:top;
	padding:5px;
}
	#content table tr td h3{
		border:0;
	}
#content table tr{
	border-top:1px dotted gray;
}
#content .blogContent *{
	font-size:9pt !important;
	font-family:sans-serif !important;
	line-height:15px !important;
}
#content .blogContent h3{
	font-size:10pt !important;
	margin-top:25px !important;
	padding-top:4px !important;
}
#content .blogLink, #content .blogLink a, #content .blogLink a:visited {
	font-size:7pt !important;
}
#content .blogContent p{
	padding:0 0 15px 0 !important;
	margin:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
}
#content .blogDate{
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	display:inline-block;
	float:right;
}
#content .backToTop{
	padding-right:5px;
	display:block;
	text-align:right;
	font-style:italic;
	font-size:8pt;
}
#content .backToTop:hover{
	background:navy;
	color:white;
}
 /*---------------------------------*/
#footer{
	position:relative;
	left:0;
	background-image:url("/images/skin-1009/footer.png");
	background-repeat:no-repeat;
	background-position:0 0px;
	padding:175px 70px 0px 70px;
	margin:0 auto;
	margin-bottom:0px;
	margin-top:-120px;
	width:966px;
	height:288px;
	clear:both;
	font-size:9pt;
	font-weight:normal;
	text-align:right;
	color:white;
	overflow:hidden;
	z-index:0;
}
	#footer p:last-child{
		font-size:8pt;
		position:absolute;
		bottom:10px;
		right:70px;
	}
#crookedbush{
	position:absolute;
	bottom:5px;
	left:0px;
	margin:0;
	padding:0 0 0 50px;
	line-height:15px;
	font-size:7pt;
	height:15px;
	width:325px;
	text-align:left;
	color:white;
}
#crookedbush a{
	font-weight:normal;
	color:#ffffff;
}
#photoAlbumFolders{
	padding:0;
	margin:0;
}
.photoAlbumSubFolder{
	display:inline;
	margin:0 10px 0 0;
}
.photoAlbumSubFolder a{
	padding:3px;
}
.photoAlbumSubFolder a:hover{
	text-decoration:none;
 	background-color:#7899B8;
	color:white !important;
}
#centerRoundedBox{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:12px;
}
.roundedBox{
	border:5px solid black;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius:15px;
	behavior: url(/css/PIE.htc);
	width:560px;
	min-height:283px;
	float:left;
	margin:10px;
	margin-top:0;
	padding:10px;
}
