/* --------- CSS --------- */

* {
	margin: 0;
	height: 100%;
}

html {
	height: 100%;
}

body {
	margin: 0;
	background-color: #D7EDE6;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #A3A3A3; 	
}

div, ul {
	height: auto;
}

#container {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../images/bg.gif) center repeat-y  #70B9C6;
	/*overflow: hidden;*/
}


/* --------- MAIN NAV --------- */

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 245px;
	height: 40px;
	text-align: right;
	position: relative;
	top: -65px;
	left: 240px;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#nav a:hover {
	background-position: left bottom;
}
#nav a:hover span {
	display: none;
}
#nav .home {
	width: 68px;
	height: 40px;
	background: url(../images/home.gif) no-repeat;
	top: 0;
	left: 0;
}
#nav .about {
	width: 68px;
	height: 40px;
	background: url(../images/about.gif) no-repeat;
	top: 0;
	left: 85px;
}
#nav .contact {
	width: 83px;
	height: 40px;
	background: url(../images/contact.gif) no-repeat;
	top: 0;
	left: 170px;
}


/* --------- TEXT LINKS --------- */

#mainContent a, #footer a {
	color: #70B9C6; /* Med blue */
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #D7EDE6; /* Lgt blue */
}
#mainContent a:hover, #footer a:hover {
	color: #92BA39 /* Med green */
}
#mainContent a:active, #footer a:active {
	color: #D3BC8B /* Gold */
}
 #portfolio a {
 	border: none;
 }

/* --------- HEADER --------- */

#logo {
	text-indent: -9000px;
	background: url(../images/logo.gif) right no-repeat;
	height: 66px;
	margin-right: 28px;
	padding: 40px 10px 0px 10px;
}


/* --------- SUBHEAD --------- */

#subheader {
	background: url(../images/header.jpg) center no-repeat #A89989;
	height: 110px;
	width: 807px;
	margin: 0 auto;
	margin-top: -40px;
}
.quote {
	background: url(../images/quote.gif) left no-repeat;
	margin-left: 10px;
}
#subheader p {
	text-indent: -9000px;
}


/* --------- BODY --------- */

#mainContent {
	width: 310px;
	margin-left: 30px;
	padding: 20px 0;
	float: left;
}
.t-home {
	background: url(../images/t-home.gif) left no-repeat;
	width: 219px;
	height: 26px;
}
.t-about {
	background: url(../images/t-about.gif) left no-repeat;
	width: 219px;
	height: 26px;
}
.t-contact {
	background: url(../images/t-contact.gif) left no-repeat;
	width: 219px;
	height: 26px;
}
	.t-home span, .t-about span, .t-contact span {
		text-indent: -9000px;
		display: none;
	}
#mainContent p {
	line-height: 22px;
	margin-top: 10px
}
input, textarea {
	margin-bottom: 15px;
	color: #7F7165;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;

}
.cleardefault {
	width: 200px;
	border: 1px solid #7F7165;
	color: #7F7165;
	float: left;
	clear: left;
}


/* --------- PORTFOLIO --------- */

#portfolio {
	float: left;
	margin-top: -35px;
	margin-right: 30px;
	width: 480px;
}
.port-col {
	float: left;
	width: 150px;
	padding-left: 10px;
}
.t-web {
	background: url(../images/t-web.gif) left no-repeat;
}
.t-graphic {
	background: url(../images/t-graphic.gif) left no-repeat;
}
.t-video {
	background: url(../images/t-videomore.gif) left no-repeat;
}
	.t-web, .t-graphic, .t-video {
		text-indent: -9000px;
		height: 35px;
	}
	
/* --------- ACCORDION --------- */

#vertical_container {
	padding: 0;
	margin-top: 10px;
	line-height: 30px;
	width: 150px;
}
h3.accordion_toggle {
	display: block;
	cursor: pointer;	
	border-left: 1px solid #92BAB9;
	background-color: #E9F7F2;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #7F7165;
	font-weight: normal;
	padding-left: 13px;
	margin-top: 2px;
}
h3.accordion_toggle_active {
	border-left: 1px solid #92BAB9;
	background-color: #92BAB9;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.accordion_content {
	border-left: 1px solid #92BAB9;
	background-color: #92BAB9;
}
.accordion_content img {
	cursor: url(../magnify.cur), hand;
	width: 80%;
	height: 80%;
	margin: 5px 0 0 15px;
}
img, a:link {
	border: none;
}


/* --------- END --------- */

#footer {
	position:absolute;
	bottom:0;
	width:790px;
	height:30px;
	margin-left: 30px;
}
#footer p {
	font-size: 9px;
}
