/* CSS Document */
* { margin:auto; padding:0;}

html body{
	font-family:georgia;
	background: #4B4F52;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-top: 10px;
	background: url(images/contentbg.gif) repeat-y #F1EFE2;
	background-position: center;	
}

p { margin-bottom: 12px; margin-top: 0px; }

a { color: #0076B4; text-decoration: none; }
a:hover { text-decoration: underline; }

a.teaserlink {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #FE8F00;
	font-family: Verdana, Arial, sans-serif;
	display: block;
	margin-top: 6px;
}

.subhead {
	font-family: georgia, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	line-height: 24px;
	color: #0076B4;
	font-weight: normal;
}

.bluetext {
	font-family: georgia, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #0076B4;
	font-weight: bold;
}

#navbar {
	text-align: center;
	background: url(images/nav/bkgd.gif) top center repeat-x #00518C;
}

hr {
	border: 0px;
	height: 1px;
	background: #ACACAC;
	margin-bottom: 12px;
	margin-top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 28px;
	color: #686868;
	margin-bottom: 4px;
}

#footer {
	background: #4B4F52;
	font-size: 12px;
	height: 36px;
	line-height: 16px;
	color: #000000;
	background: transparent url(images/footer.gif) repeat-y;
	background-position: center;
	margin: 20px 0 0 0;
	text-align: left;
}

.footer{
	background:#ffffff;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #4B96BE;
	padding: 2px;
}

.footer2{
	background:#ffffff;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.footerlink {
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	line-height: 16px;
	color: #0076B4;
	font-weight: bold;
	padding: 2px;
	padding-left: 8px; padding-right: 8px;
	border: 1px solid #686868;
	cursor: pointer;
}

.footerlink2 {
	font-size: 10px;
	line-height: 16px;
	color: #0076B4;
}

#container {
	margin-bottom: 12px;
	width: 320px;
	border: 3px solid #ACACAC;
}

ul.bullets { margin-left: 30px; }

#gallery_thumbs {
	clear: both;
	padding: 20px;
	padding-right: 0px;
	background: #E6E6E6;
	margin-bottom: 20px;
}

#gallery_thumbs:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
}

#gallery_thumbs { display:inline-block; } /* IE fix for above*/

#gallery_thumbs h2 {
	font-weight: normal;
	margin-bottom: 20px;
}

/* Custom Form Styles */


.reqtxt { font-weight: bold; color: #ff0000; }
.emailreqtxt { font-weight: bold; color: #ff0000; }


form.cform { margin-bottom: 24px; }

p.linklove { display: none; }

.cform input.sendbutton {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #0076B4;
	cursor: pointer;
}

fieldset.cf-fs1 {
	background: none;
	text-align: left;
	border: 0px;
}

fieldset.cf-fs1 legend { color: #0076B4; }
fieldset.cf-fs1 li#li-2-19 { background: none; text-align: left; }
fieldset.cf-fs1 ol.cf-ol { background: none; }


li#li--5 { padding-bottom: 6px; }
li#li--6 { padding-top: 12px; border-top: 1px solid #ACACAC; }
li#li-2-17 { padding-bottom: 12px; border-bottom: 1px solid #ACACAC; }

li#li-2-21 { padding-bottom: 12px; }
li#li-2-23 { padding-bottom: 12px; }
li#li-2-25 { padding-bottom: 12px; }
li#li-2-27 { padding-bottom: 12px; }



/* END Custom Form Styles */


/* Custom Blog Styles */
#blog_sidebar li {
	font-size: 14px; line-height: 16px; padding-bottom: 4px;
}

#blog_sidebar h2 { font-size: 18px; }

.blogdate { font-style: italic; }

#blogposts .post {
	margin-bottom: 24px;
}

#sidebar { margin-bottom: 40px; }

p.blogarchive {
	font-size: 16px;
	line-height: 22px;
}

textarea#comment { border: 1px solid #0076B4; padding: 4px; }

input#submit {
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 0 0 5px;
	font-size:12px;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #0076B4;
	cursor: pointer;
}

/* END Custom Blog Styles */
