@charset "UTF-8";
/* CSS Document */
/* Page Data */
body {
	margin:0;
	padding:0;
	background:#007874 url(../images/hr_main-bg_blknav.jpg) repeat-x top center;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

ul {
	list-style:none;
}
a:focus {
	-moz-outline-style: none;
}

/*------- header styles -------*/

#header {
	height: 262px;
	background:url(../images/hd_logo.png) no-repeat left 50px;
}

#nav {
	height:34px;
	font:16px "Gill Sans", Arial;
	text-align:right;
}
/* Navigation */

#header ul {
	padding: 0;
	margin: 0;
	float: right;
	height: 34px;
	list-style: none;
	color: #fff;
}



#header li {
	float: left;
	height: 34px;
}

#header li a {
	display: block;
	padding-top: 33px;
	height: 0px !important;
	overflow: hidden;
	border-bottom:none;
}



#header li#home {
	background: transparent url(../images/hd_home-over.gif) top left no-repeat;
	border-bottom:none;
	width: 77px;
}

#header li#about {
	background: transparent url(../images/hd_about-over.gif) top left no-repeat;
	border-bottom:none;
	width: 84px;
}

#header li#portfolio {
	background: transparent url(../images/hd_portfolio-over.gif) top left no-repeat;
	border-bottom:none;
	width: 121px;
}

#header li#blog {
	background: transparent url(../images/hd_blog-over.gif) top left no-repeat;
	border-bottom:none;
	width: 75px;
}

#header li#contact {
	background: transparent url(../images/hd_contact-over.gif) top left no-repeat;
	border-bottom:none;
	width: 112px;
}



#header li#home a:link,#header li#home a:visited,#header li#home a:active {
	background: transparent url(../images/blk_nav/hd_home.gif) top left no-repeat;
	border-bottom:none;
	width: 77px;
}

#header li#about a:link,#header li#about a:visited,#header li#about a:active {
	background:transparent url(../images/blk_nav/hd_about.gif) top left no-repeat;
	border-bottom:none;
	width: 84px;
}

#header li#portfolio a:link,#header li#portfolio a:visited,#header li#portfolio a:active {
	background: transparent url(../images/blk_nav/hd_portfolio.gif) top left no-repeat;
	border-bottom:none;
	width: 121px
}

#header li#blog a:link,#header li#blog a:visited,#header li#blog a:active {
	background: transparent url(../images/blk_nav/hd_blog.gif) top left no-repeat;
	border-bottom:none;
	width: 75px;
}

#header li#contact a:link,#header li#contact a:visited,#header li#contact a:active {
	background: transparent url(../images/blk_nav/hd_contact.gif) top left no-repeat;
	border-bottom:none;
	width: 112px;
}

#header li#home a:hover,#header li#about a:hover,#header li#portfolio a:hover,#header li#about a:hover,#header li#contact a:hover,#header li#blog a:hover {
	background: none;
	border-bottom:none;
}
/* TOGGLER BAR */
#logintoggle {
	background:url(../g/login_dd/images/toggle.png) no-repeat left top;
	position:absolute;
	top:0px;
	right:0px;
	width:21px;
	height:19px;
	text-indent:-9999px;
	border:0;
}

#logintoggle.up {
	background:url(../g/login_dd/images/toggle.png) no-repeat right top;
}

#login-bar {
	height:60px;
	width:325px;
	float:right;
	position:relative;
	margin:0px 0 0 200px;
}

#login-bar form {
	position:absolute;
	top:0px;
	left:0px;
	background: url(../g/login_dd/images/loginbar.png) no-repeat;
	width:326px;
	height:37px;
	padding:4px 0 0 0;
	margin:0 0 0 -25px;
	display:none;
}
#login-bar .box {
	width:131px;
	height:19px;
	background: url(../g/login_dd/images/u_bar.png) top center no-repeat;
	border:none;
	margin:5px 0 0 13px;
	padding:3px 0 0 13px;
}
#login-bar .box2 {
	width:131px;
	height:19px;
	background: url(../g/login_dd/images/p_bar.png) top center no-repeat;
	border:none;
	margin:5px 0 0 0;
	padding:3px 0 0 5px;
}
#login-bar #btn {
	margin:0px;
	cursor:pointer;
	background:transparent;
	border:none;
	width:25px;
	height:25px;
}

/* Auto Nav Selection */

#index_page #header #home a:link,#index_page #header #home a:visited, #index_page #header #home a:active { background: none !important;}

#about_page #header #about a:link,#about_page #header #about a:visited, #about_page #header #about a:active { background: none !important;}

#portfolio_page #header #portfolio a:link,#portfolio_page #header #portfolio a:visited,#portfolio_page #header #portfolio a:active{ background: none !important; }

#contact_page #header #contact a:link,#contact_page #header #contact a:visited,#contact_page #header #contact a:active { background: none !important; }


/* Clear Floats */
.clear {
	clear: both;
}
/* Content Topper */
#content_top {
	background:url(../images/content_top.png) no-repeat center;
	height:24px;
	margin:0px;
}
/* Main Content */
#content {
	background:url(../images/content_bg.png) repeat-y center;
	text-align:left;
	padding-left:30px;
	margin:0 auto;
}
#content p.info {
	font-size:12px;
	width:915px;
}
/* Quote */
#quote {
	background:url(../images/hr_quote.png) no-repeat center;
	height:86px;
	margin-top:-40px;
	margin-left:-30px;
}

/* Forms */
#p1 {
	background:#044;
	width:915px;
	padding-top:5px;
	padding-left:5px;
}
#p2 {
	background:#022;
	width:915px;
	padding-top:5px;
	padding-left:5px;
}
h1.heading {
	font-size:24px;
	color:#52cfd0;
	margin: 13px 0 20px 45px;
}
.tagicn {
	float:left;
	margin:-10px 6px 0 0;
}
.header_div {
	width:920px;
	border-top:#1e9090 4px dotted;
	border-right:none;
	border-left:none;
	border-bottom:none;
	margin:0 0 10px 0;
}
.toggler {
	height:20px;
	width:920px;
	background:#044;
	margin:5px;
}
.toggler:hover {
	background:#022;
	cursor:pointer;
}
#required {
	height:20px;
	width:920px;
	background:#900 !important;
	margin:5px;
}
#required:hover {
	background:#022 !important;
	cursor:pointer;
}
#required_sq {
	background:#900;
}
#req_id {
	text-align:right;
	float:right;
	color:#fff;
}
h1 {
	font-size:16px;
	color:#0acccc;
}
.errors {
	list-style:none;
	font-size:12px;
	color:#CCC;
}
h3 {
	font-size:12px;
	color:#999;
}
input, textarea {
	margin-left:30px;
}
label {
	color:#CCC;
	font-size:12px;
}
.btns {
	margin-top:15px;
	margin-left:0px;
}
p {
	color:#CCC;
}
/* Content Bottom */
#footer {
	background:url(../images/hr_footer.png) no-repeat;
	width:979px;
	height:50px;
	margin-left:3px;
	padding-top:21px;
	text-align:left;
}
#lft {
	float:left;
	width:530px;
}
#addr {
	margin-left:220px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
}

#copyr {
	margin-left:41px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
	margin-top:-5px;
}

#rgt {
	float:right;
	text-align:right;
	width:220px;
}
#v_portf {
	margin-right:20px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
}

#sitemap {
	margin-right:20px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
	margin-top:-5px;
}
#sticker {
	position:absolute;
	top:-2%;
	left:46%;
	border:none;
}
#footer {
	background:url(../images/hr_footer.png) no-repeat;
	width:979px;
	height:50px;
	margin-left:3px;
	padding-top:21px;
	text-align:left;
}
#lft {
	float:left;
	width:530px;
}
#addr {
	margin-left:220px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
}

#copyr {
	margin-left:41px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
	margin-top:-5px;
}

#rgt {
	float:right;
	text-align:right;
	width:220px;
}
#v_portf {
	margin-right:20px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
}

#sitemap {
	margin-right:20px;
	font:10px Tahoma, Geneva, sans-serif;
	color:#122;
	margin-top:-5px;
}

/* Footer Links */
#footer a:link, #footer a:visited, #footer a:active {
	color:#122;
}

#footer a:hover {
	color:#0acccc;
}