/*GENERAL LAYOUT STYLES==========================*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
	padding: 0px;
	margin: 0px;
	background-color: #CCC;
	padding: 30px 0 30px 0;
}

a:link, a:visited, a:hover, a:active {
	color: #039;
}

img {
	vertical-align: middle;
	border: none;
}

#main {
	background-color: #FFF;
	margin: auto;
	padding: 20px;
	width: 960px;
}

/*TOP MENU====================================*/

#topmenu {
	margin-top: 10px;
	width: 100%;
}

#topmenu table {
	width: 100%;
}

#topmenu table td {
	border-right: 1px solid white;
}

#topmenu table td.no_border {
	border-right: none;
}

#topmenu .item {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

#topmenu a {
	text-decoration: none;
	color: black;
}

#topmenu a:hover div.item, #topmenu a:active div.item {
	background-color: #039;
	color: white;
}

#topmenu a.active:link div.item, #topmenu a.active:visited div.item, #topmenu a.active:hover div.item, #topmenu a.active:active div.item {
	background-color: red;
	color: white;
}

/*HOME PAGE SLIDESHOW=====================================*/

#photo {
	margin-top: 5px;
}

#slide-images {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 300px;
	overflow: hidden;
}

#slide-images li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#slide-images li img {
	display: block;
	background-color: #FFFFFF;
}

/*CONTENT PAGES (GENERAL STYLES)==========================================*/

#content{
	width: 100%;
	padding-top: 30px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
}

#col1 {
	margin-right: 330px;
}

#col2 {
	float: right;
	width: 290px;
}

#col2 p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

#col3 {
	float: right;
	width: 290px;
	clear: right;
	margin: 15px 0 0 0;
}

#col3 p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

/*SERVICES TABLE===================================*/

table.services td {
	padding-bottom: 10px;
	vertical-align: top;
	color: #333;
}

table.services td.name {
	font-weight: bold;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 20px;
	white-space: nowrap;
	color: #039;
}

table.services td.description {
	font-size: 14px;
}

/*FEATURED PROJECT STYLES=======================================*/

table.project td {
	padding-bottom: 10px;
	vertical-align: top;
	color: #333;
}

table.project td.name {
	font-weight: bold;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 20px;
	white-space: nowrap;
	color: #039;
}

table.project td.description {
	font-size: 14px;
}

table.project tr.title td.description {
	font-weight: bold;
}

/*IMAGE GALLERY STYLES======================================*/

a.pic {
	text-decoration: none;
}
a.pic img.thumbnail {
	width: 100px;
	height: auto;
	border: 1px solid white;
}

a.pic span {
	position: relative;
	top: 0px;
	left: 150px;
	visibility: hidden;
	color: #333;
	font-size: 14px;
}

a.pic:hover img.thumbnail {
	border: 1px solid #039;
}

a.pic:hover span {
	visibility: visible;
	z-index: 30;
}

/*PROJECTS TABLE ON HOME PAGE===================================*/

table.projects td {
	width: 190px;
	padding: 0 20px 20px 0px;
	vertical-align: top;
}

table.projects td a {
	text-decoration: none;
}

table.projects td div.title {
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

table.projects td div.description {
	margin-top: 2px;
	color: #333;
}

/*INPUT FORMS ON EMPLOYMENT AND CONTACT PAGES============================*/

table.input_form td {
	font-size: 14px;
	vertical-align: top;
	padding-right: 5px;
}

table.input_form td table td {
	padding-bottom: 5px;
}

table.input_form td.label {
	font-weight: bold;
}

table.input_form td input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 200px;
}

table.input_form td textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 300px;
	height: 88px;
}

.buttons {
	text-align: center;
	margin-top: 5px;
}

/*SIDE MENU=================================*/

ul.side_menu {
	margin-left: 16px;
	padding: 0;
}

ul.side_menu li {
	list-style-type: circle;
	font-size: 14px;
	padding-bottom: 15px;
}

ul.side_menu li a {
	text-decoration: none;
}

ul.side_menu li a:hover, ul.side_menu li.active a {
	color: #333;
}

/*FOOTER STYLES============================*/

#footer {
	margin: auto;
	padding: 10px;
	width: 800px;
	text-align: center;
}

#bottommenu a {
	text-decoration: none;
	color: #666;
}

#copyright {
	margin-top: 5px;
}


/*SLIDESHOW==========*/
#slideshow {
	list-style: none;
	color: #fff;
}

#slideshow span {
	display: none;
}

#wrapper {
	width: 636px;
	margin-top: 20px;
	display: none;
}

#wrapper * {
	margin: 0; 
	padding: 0;
}

#fullsize {
	position: relative;
	width: 630px;
	height: 400px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #000;
}

#information {
	position: absolute;
	bottom: 0;
	width: 630px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
}

#information h3 {
	padding: 4px 8px 3px;
	font-size: 14px;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 630px;
}

#image img {
	position: absolute;
	z-index: 25;
	width: auto;
}

.imgnav {
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}

#imgprev {
	left: 0;
	background: url(/images/left.gif) left center no-repeat;
}

#imgnext {
	right: 0; 
	background: url(/images/right.gif) right center no-repeat;
}

#imglink {
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}

.linkhover {
	background: url(/images/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top: 15px;
}

#slideleft {
	float: left;
	width: 20px;
	height: 81px;
	background: #EEE url(/images/scroll-left.gif) center center no-repeat;
}

#slideright {
	float: right;
	width: 20px;
	height: 81px;
	background: #eee url(/images/scroll-right.gif) center center no-repeat;
}

#slideleft:hover {
	background-color: #ddd;
}

#slideright:hover {
	background-color: #ddd;
}

#slidearea {
	float: left;
	position: relative;
	width: 586px;
	margin-left: 5px;
	height: 81px;
	overflow: hidden;
}

#slider {
	position: absolute;
	left: 0;
	height: 81px;
}

#slider img {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 2px;
}
