/* @override http://ryanvosburg.com/portfolio/portfolio.css */

html, body {
	font-size:11px;
	color:#000000;
	line-height: 11px;
	clear: right;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/vertical_bg2.gif) repeat fixed;
}


/* Start New CSS*/


#main_wrap {
	width: 761px;
	background-color: #ededed;
	margin:0 auto;
	border: 1px solid #125527;
	z-index: 4;
}

#header {
	background-image: url(../images/redesign/header_small.jpg);
	height: 49px;
	width: 590px;
}

#left {
	position: relative;
	float: left;
	width: 164px;
}

#main {
	position: relative;
	width: 590px;
	float: right;
	background-color: #c9d3d2;
	padding-bottom: 5px;
}

#main_image {
	
	margin-bottom: -2px;
	width: 590px;
	height: 402px;
}


/* Active Content */

#active_content_wrap {
	background: url(../images/redesign/active_bg.jpg) repeat-x;
	width: 590px;
	 padding: 0;
	height: 100px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}


#active_content_wrap a{
	text-decoration: none;
	color: #000;
}


#active_text {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 74px;
}

h4 {
	
}

#active_content {
	padding: 24px;
}

#active_photo {
	float: left;
}

/* For Random */

#random_content {
	height: 100px;
	width: 590px;
	padding: 0;
	margin: 0 auto 5px;
}

#active_text a:hover {
	text-decoration: underline !important;
}

.green a {
	color: #05573f !important;
}

.green a:hover {
	text-decoration: underline !important;
}

/* Start Slideshow CSS */
#slider {
    width: 590px; /* important to be same as image width */
    height: 402px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;
	background-color: #e8eae7;
}
#sliderContent {
    width: 590px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 590px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage a {
	color: #eae7e7;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.sliderImage a:hover {
	color: #fbe5c5;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}

.bottom {
	bottom: 0;
    left: 0;
}
.none {
	display: none;
}
ul { list-style-type: none;
	padding: 0;
}	


	
/* End Slideshow CSS */	


.logo_align {
}
.nav_box {
	height: 25px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
	background-color: #cfcfcf;
	padding-left: 6px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	padding-right: 1px;
}

.nav_box a:link, .nav_box a:visited, .nav_box a:active{
 	font-weight: bold;
	color: #787878;
}

.nav_box a:hover{
	color: #05573f;
}



.nav_box_link {
	width: 100%;
}
.blacknavarrow {
	margin-top: 4px;
}

.blocks {
	width: 53px;
	height: 39px;
	background-image: url(../images/blocks.gif);
}


.navword a:link, a:visited{
	margin-left: 4px;
	text-decoration: none;
}



a:hover{
	color: #155f36;
	text-decoration: none;
}


#footer {
	width: 761px;
	border: 1px solid #125527;
	margin-bottom: auto 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #05573f;
}

#footer_links {
	text-align: center;
}

#meta_footer {
	width: 770px;
	text-align: center;
	color: #b9b9b9;
	font-size: 8px;
	margin: 15px auto 0;
}


/* start main content */


/* hacks */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.green {
	color: #05573f !important;
}


/* from old styles */

#nav_links {
	color: #ecf2f2;
	text-align: center;
	font:xx-small/14px Georgia, "Times New Roman", Times, serif;
}


#nav_links a:visited {
	text-decoration: none;
	color: #e1e1e1;
	font-family: serif;
	font-size: 11px;
	text-align: center;
}
#nav_links a:link {
	text-decoration: none;
	color: #e1e1e1;
	font-family: serif;
	font-size: 11px;
	text-align: center;
}

.green_border_solid {
	border: 1px solid #05573f;
}


.link_light a:link {
	color: #1f1f1f;
	font-style: normal;
	margin-left: 0;
	text-indent: 0;
}

.link_light a:hover {
	color: #114630;
}

#contact_footer {
	width: 761px;
	border: 1px solid #125527;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #ededed;
	text-align: center;
	text-transform: uppercase;
	color: #05573f;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: none;
}

.green_border {
	border: 1px dotted #05573f;
	color: #05573f;
}

	
.centertext {
	text-align: center;
	text-indent: 33px;
	font-size: 12px;
}

.centertext a:link, .centertext a:visited, .centertext a:active {
	text-align: center;
	text-indent: 33px;
	font-size: 12px;
	text-decoration: none;
	color: #05573f;
}

.centertext a:hover {
	text-align: center;
	text-indent: 33px;
	font-size: 12px;
	text-decoration: none;
	color: #041d15;
}

