/* --------------------- Structure --------------------- */
html, body {
	margin: 0;
	background-image:url(../images/bckgrnd.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 750px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 250px;
	background-image:url(../images/hdr_background.jpg);
	background-repeat: no-repeat;
}
#admin_header {
	width: 100%;
	height: 250px;
	background-image:url(../images/admin_header.jpg);
	background-repeat: no-repeat;
}
/* --------------------- Navigation --------------------- */
#navigation {
	position: absolute;
	float:left;
	top:200px;
	width: 725px;
	height: 20px;
	margin-left:25px
}
/* Begin our navigation styles */
#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-family:Georgia, Times, New Roman Times, serif;
	font-size:14px;
	padding: 0;
	margin: 0;
}
/* Here are the top navigation links */
#secnav a {
	display: block;
	height:20px;
	padding: 5px 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;
}
#secnav li {
	float: left;
	padding: 0;
}
/* -------------------------- *//* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	background-color: #cccccc;
	margin: 0;
}
#secnav li li {
	padding: 0;
	width: 160px;
}
#secnav li ul a {
	padding: 5px 10px;
	width: 140px;
* html width: 140px;
}
#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
}
#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}
/* The background and color of the main nav link while looking at the dropdown   (a little different than the method used on the main nav...) */   
#secnav li:hover a.one, #secnav li.sfhover1 a.one {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_home.gif);
	background-repeat: no-repeat;
}
#secnav li:hover a.two, #secnav li.sfhover1 a.two {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_about.gif);
	background-repeat: no-repeat;
}
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_portfolio.gif);
	background-repeat: no-repeat;
}
#secnav li:hover a.four, #secnav li.sfhover1 a.four {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_specialties.gif);
	background-repeat: no-repeat;
}
#secnav li:hover a.five, #secnav li.sfhover1 a.five {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_news.gif);
	background-repeat: no-repeat;
}
#secnav li:hover a.six, #secnav li.sfhover1 a.six {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_contact.gif);
	background-repeat: no-repeat;
}/* The dropdown links list colors */
#secnav li ul.under a {
	color: #333333;
}
#secnav li ul.under a:hover {
	background: #eeeeee;
	color: #333333;
}
/* Begin our ADMIN navigation styles */
#adminnav, #adminnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-family:Georgia, Times, New Roman Times, serif;
	font-size:14px;
	padding: 0;
	margin: 0;
}/* Here are the top navigation links */
#adminnav a {
	display: block;
	height:20px;
	padding: 5px 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#adminnav a.one, #adminnav a.two, #adminnav a.three {
	text-align: left;
	font-size: 1em;
}
#adminnav li {
	float: left;
	padding: 0;
}/* -------------------------- *//* The dropdown links lists */
#adminnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 196px;
	font-weight: normal;
	background-color: #cccccc;
	margin: 0;
}
#adminnav li li {
	padding: 0;
	width: 196px;
}
#adminnav li ul a {
	padding: 5px 10px;
	width: 176px;
* html width: 140px;
}
#adminnav li:hover ul ul, #adminnav li:hover ul ul ul, #adminnav li.sfhover1 ul ul, #adminnav li.sfhover1 ul ul ul {
	left: -999em;
}
#adminnav li:hover ul, #adminnav li li:hover ul, #adminnav li li li:hover ul, #adminnav li.sfhover1 ul, #adminnav li li.sfhover1 ul, #adminnav li li li.sfhover1 ul {
	left: auto;
}/* The background and color of the main nav link while looking at the dropdown   (a little different than the method used on the main nav...) */
#adminnav li:hover a.one, #adminnav li.sfhover1 a.one {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_adminhome.gif);
	background-repeat: no-repeat;
}
#adminnav li:hover a.two, #adminnav li.sfhover1 a.two {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_admincontent.gif);
	background-repeat: no-repeat;
}
#adminnav li:hover a.three, #adminnav li.sfhover1 a.three {
	color: #fff;
	background-color: transparent;
	background-image:url(../images/nv_adminlogout.gif);
	background-repeat: no-repeat;
}/* The dropdown links list colors */
#adminnav li ul.under a {
	color: #333333;
}
#adminnav li ul.under a:hover {
	background: #eeeeee;
	color: #333333;
}
/* --------------------- Content --------------------- */
#content {
	clear: left;
	float: left;
	width: 505px;
	margin-left:25px;
	margin-bottom: 15px;
	margin-top:10px;
}
#content-full {
	clear: left;
	float: left;
	width: 720px;
	margin-left:25px;
	margin-bottom: 15px;
	margin-top:10px;
}
/* --------------------- Sidebar --------------------- */
#right {
	float: right;
	width: 200px;
	margin-top:10px;
	margin-left:20px;
}
/* --------------------- News --------------------- */
#news {
	width: 680px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: 1px solid #999999;
}
#news_gray {
	width: 680px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: 1px solid #999999;
	background-color: #fafafa;
}	/* --------------------- Footer --------------------- */
#footer {
	clear: both;
	background-color: #dedbdb;
	background-image: url(../images/bckgrnd_footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 720px;
	height:45px;
	text-align: right;
	padding: 15px;
	padding-top:30px;
	color: #fff;
}
.ftr_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #666666;
}
.ftr_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* --------------------- Text Formatting --------------------- */
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 20px;
	color: #BE1F06;
}
.subheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 16px;
	color: #BE1F06;
}

.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
}
.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
ul.bullets {list-style-type: circle}

.bulletsdash {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
ul.bulletsdash {list-style-type: square}

.bulletssub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: bold;
	color: #BE1F06;
	padding-left:-10px;
}
ul.bulletsub {list-style-type: none}



.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
bodytext a {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:link {
	color: #333333;
	text-decoration: underline;
}
.bodytext a:active {
	color: #333333;
	text-decoration: underline;
}
.bodytext a:visited {
	color: #333333;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #000000;
	text-decoration: underline;
}
.bodytext_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a.bodytext_sm:link {
	color: #333333;
	text-decoration: underline;
}
a.bodytext_sm:active {
	color: #333333;
	text-decoration: underline;
}
a.bodytext_sm:visited {
	color: #333333;
	text-decoration: underline;
}
a.bodytext_sm:hover {
	color: #000000;
	text-decoration: underline;
}
.blogtitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
a.blogtitles:link {
	color: #333333;
	text-decoration: underline;
}
a.blogtitles:active {
	color: #333333;
	text-decoration: underline;
}
a.blogtitles:visited {
	color: #333333;
	text-decoration: underline;
}
a.blogtitles:hover {
	color: #333333;
	text-decoration: underline;
}
.blogmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
a.blogmore:link {
	color: #333333;
	text-decoration: none;
}
a.blogmore:active {
	color: #333333;
	text-decoration: none;
}
a.blogmore:visited {
	color: #333333;
	text-decoration: none;
}
a.blogmore:hover {
	color: #333333;
	text-decoration: underline;
}
.specialties {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
a.specialties:link {
	color: #333333;
	text-decoration: none;
}
a.specialties:active {
	color: #333333;
	text-decoration: none;
}
a.specialties:visited {
	color: #333333;
	text-decoration: none;
}
a.specialties:hover {
	color: #333333;
	text-decoration: underline;
}
.blogtitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.home_banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.bloghead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: bold;
	font-size: 15px;
	color: #BE1F06;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
a.contact:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.contact:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.contact:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.contact:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.alerts {
	display: block;
	background: #666666;
	text-decoration: none;
	font-weight:bold;
	width:680px;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
/* --------------------- Buttons --------------------- */
a.btn250 {
	display: block;
	background: #eeeeee;
	width: 250px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	margin-top:5px;
	padding-top:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image:url(../images/btn_250.gif);
	background-repeat: no-repeat;
}
a.btn250_hover {
	display: block;
	background: #dedbdb;
	width: 250px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	margin-top:5px;
	padding-top:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image:url(../images/btn_250.gif);
	background-repeat: no-repeat;
}
a.btn350 {
	display: block;
	background: #eeeeee;
	width: 350px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	margin-top:5px;
	padding-top:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image:url(../images/btn_350.gif);
	background-repeat: no-repeat;
}
a.btn350_hover {
	display: block;
	background: #dedbdb;
	width: 350px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	margin-top:5px;
	padding-top:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image:url(../images/btn_350.gif);
	background-repeat: no-repeat;
}
a.btn75 {
	display: block;
	background: #eeeeee;
	width: 75px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-image:url(../images/btn_75.gif);
	background-repeat: no-repeat;
}
a.btn75_hover {
	display: block;
	background: #dedbdb;
	width: 75px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-image:url(../images/btn_75.gif);
	background-repeat: no-repeat;
}
a.btnname {
	display: block;
	background: #cc3300;
	width: 170px;
	height: 47px;
	text-decoration: none;
	margin-top:5px;
	padding-top:8px;
	padding-left:30px;
	background-image:url(../images/bckgrnd_name.gif);
	background-repeat: no-repeat;
}
a.btnname_hover {
	display: block;
	background: #b03005;
	width: 170px;
	height: 47px;
	text-decoration: none;
	margin-top:5px;
	padding-top:8px;
	padding-left:30px;
	background-image:url(../images/bckgrnd_name.gif);
	background-repeat: no-repeat;
}
a.btnblog {
	display: block;
	float:right;
	background: #eeeeee;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnblog_hover {
	display: block;
	float:right;
	background: #dedbdb;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnsubmit {
	display: block;
	float:right;
	background: #eeeeee;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnsubmit_hover {
	display: block;
	float:right;
	background: #dedbdb;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnaddnew {
	display: block;
	float:left;
	background: #eeeeee;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnaddnew_hover {
	display: block;
	float:left;
	background: #dedbdb;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnemail {
	display: block;
	float:right;
	background: #eeeeee;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-bottom:14px;
	margin-left:500px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnemail_hover {
	display: block;
	float:right;
	background: #dedbdb;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-bottom:14px;
	margin-left:500px;
	background-image:url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnblog_gray {
	display: block;
	float:right;
	background: #eeeeee;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog_gray.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnblog_gray_hover {
	display: block;
	float:right;
	background: #dedbdb;
	width: 200px;
	height: 22px;
	text-decoration: none;
	padding-top:3px;
	margin-top:14px;
	background-image:url(../images/btn_blog_gray.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnrss {
	display: block;
	float:right;
	background: #cc3300;
	width: 200px;
	height: 22px;
	line-height:20px;
	text-decoration: none;
	padding-top:3px;
	margin-right:30px;
	background-image:url(../images/btn_rss.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #ffffff;
}
a.btnrss_hover {
	display: block;
	float:right;
	background: #333333;
	width: 200px;
	height: 22px;
	line-height:20px;
	text-decoration: none;
	padding-top:3px;
	margin-right:30px;
	background-image:url(../images/btn_rss.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #ffffff;
}
a.btncontact {
	display: block;
	float:left;
	width: 115px;
	height: 26px;
	text-decoration: none;
	margin-top:21px;
	padding-top:15px;
	background-image:url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btncontact_hover {
	display: block;
	width: 115px;
	height: 26px;
	float:left;
	text-decoration: none;
	margin-top:21px;
	padding-top:15px;
	background-image:url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnlogout {
	display: block;
	float:right;
	width: 115px;
	height: 26px;
	text-decoration: none;
	margin-top:21px;
	padding-top:15px;
	background-image:url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
a.btnlogout_hover {
	display: block;
	width: 115px;
	height: 26px;
	float:right;
	text-decoration: none;
	margin-top:21px;
	padding-top:15px;
	background-image:url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333333;
}
.button30px {
	display: block;
	color: #FFFFFF;
	background: #999999;
	width: 50px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-left:5px;
	float:left;
	padding-top: 1px;
}
.button30px_hover {
	display: block;
	color: #FFFFFF;
	background: #333333;
	width: 50px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-left:5px;
	float:left;
	padding-top: 1px;
}
