@charset "utf-8";
body {
	background-color: #003435;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation Elements */

#Nav_Holder {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#Nav_Holder a{
	color: #FFFFFF;
	text-decoration:none;
}

#Home_Button {
	width: 105px;
	background-color: #619080;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}

#Profile_Button {
	width: 105px;
	background-color: #84a89c;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Services_Button {
	width: 105px;
	background-color: #84a89c;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Portfolio_Button {
	width: 105px;
	background-color: #A7C1B6;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Contact_Button {
	background-color: #A7C1B6;
	height: 24px;
	float: left;
	width: 77px;
	padding-top: 36px;
	padding-left: 150px;
}

#Home_Button_Blue {
	width: 105px;
	background-color: #559cbe;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}

#Profile_Button_Blue {
	width: 105px;
	background-color: #7cb1cd;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Services_Button_Blue {
	width: 105px;
	background-color: #7cb1cd;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Portfolio_Button_Blue {
	width: 105px;
	background-color: #a2c6dc;
	height: 24px;
	float: left;
	padding-top: 36px;
	padding-left: 15px;
}
#Contact_Button_Blue {
	background-color: #a2c6dc;
	height: 24px;
	float: left;
	width: 77px;
	padding-top: 36px;
	padding-left: 150px;
}

/* Main Content Styles */

#Left_Column_Green {
	background-color: #98b8ad;
	width: 105px;
	float: left;
	height: 290px;
	background-image: url(img/light_green_bar.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#Left_Column_Green2 {
	background-color: #619080;
	width: 105px;
	float: left;
	height: 290px;
	background-image: url(img/light_green_bar.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#Left_Column_Green3 {
	background-color: #619080;
	width: 105px;
	float: left;
	height: 290px;
	background-image: url(img/light_green_bar.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}



#Left_Column_Blue {
	background-color: #93bed7;
	width: 105px;
	float: left;
	height: 290px;
	background-image: url(img/light_blue_bar.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#Left_Column_Blue a{
    color: #FFFFFF;
	text-decoration: none;
}
.home_intro {
	font-size: 14px;
	color: #559CBE;
	line-height: 16px;
}


#Left_Column_Green a{
    color: #FFFFFF;
	text-decoration: none;
}	
#Left_Column_Green2 a {
	color: #A7C1B6;
	text-decoration: none;
}
#Left_Column_Green2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.current {
	color: #FFF;
}


#Left_Column_Green3 a {
	color: #FFFFFF;
	text-decoration: none;
}


	
	

#Photo_Column {
	float: left;
	height: 340px;
	width: 240px;
}

#Content_Column_Green {
	background-color: #cfded9;
	float: left;
	height: 300px;
	width: 317px;
	background-image: url(img/light_green_bar_2.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-left: 15px;
	font-size: 10px;
	padding-right: 15px;
	color: #676566;
}

#Content_Column_Blue {
	background-color: #cde1ed;
	float: left;
	height: 300px;
	width: 317px;
	background-image: url(img/light_blue_bar_2.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-left: 15px;
	font-size: 10px;
	padding-right: 15px;
	color: #676566;
	overflow: auto;
}

#Content_Column_Green a{
	color: #619080;
	text-decoration: none;
}

#Content_Column_Blue a{
	color: #559CBE;
	text-decoration: none;
}


#Nav_Holder a:hover{
	color: #ffffff;
	text-decoration:none;
}

#Nav_Holder a:current{
	color: #ffffff;
	text-decoration:none;
}


#container {
	height: 403px;
	width: 937px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#main_holder {
	width: 707px;
	float: left;
}
#Logo {
	float: left;
}

#footer {
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003435;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 30px;
}#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links {
	width: 250px;
	float: left;
}
#footer-address {
	text-align: right;
	float: right;
	width: 680px;
}
.greyme {
	color: #98B8AD;
}
.header {
	font-size: 12px;
	padding-bottom: 3px;
	font-weight: bold;
}
#Content_Column_Green_Scrolling {
	background-color: #cfded9;
	float: left;
	height: 290px;
	width: 317px;
	background-image: url(img/light_green_bar_2.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-left: 15px;
	font-size: 10px;
	padding-right: 15px;
	color: #676566;
	display: block;
	overflow: auto;
}
#Portfolio_Content {
	float: left;
	height: 290px;
	width: 210px;
	background-color: #CFDED9;
	background-image: url(img/port_bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10px;
	color: #676566;
}
#Content_Column_Portfolio {
	background-color: #cfded9;
	float: left;
	height: 340px;
	width: 347px;
	background-image: url(img/light_green_bar_2.gif);
	background-repeat: repeat-x;
}
#Flash_Column {
	float: left;
	height: 340px;
	width: 360px;
}
#footer-octo {
	text-align: right;
	float: left;
	width: 937px;
	color: #98B8AD;
}
#footer-octo a {
	color: #98B8AD;
}
