@charset "UTF-8";
/* CSS Document */


/* Default Styles
----------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	margin-bottom: 1px;
	height: 100%;
}

body {
	font-family: "Trebuchet MS";
	background-color: #383838;
	background-image: url(../images/bgdTile.jpg);
	background-repeat: repeat-x;
}

a, a:visited {
	color: #9AD3FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
	padding-bottom: 3px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #9AD3FF;
	line-height: 18px;
	padding-bottom: 3px;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
	padding-top: 5px;
}

li {
	color: #CCC;
	font-size: 12px;
	padding-bottom: 2px;
}

.clearHack {
	clear: both;
	visibility: hidden;
}

.imageLeft {
	border: 4px solid #FFF;
	margin-right: 20px;
	margin-bottom: 5px;
}

.imageRight {
	margin-left: 20px;
	border: 4px solid #FFF;
	margin-bottom: 5px;
}


/* Containers 
----------------------------------------------------------------*/
#container {
	margin-top: 10px;
	width: 875px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#mainNav {
	width: 65px;
	float: left;
	height: 295px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	z-index: 1;
}

#content {
	margin-left: 10px;
	width: 800px;
	float: left;
}

#flashHeader {
	display: block;
	height: 295px;
	width: 800px;
	z-index: 1;
}

#subHeader {
	display: block;
	height: 165px;
	width: 800px;
}

#leftColumn {
	float: left;
	width: 565px;
	padding-top: 20px;
}

#rightColumn {
	float: left;
	width: 195px;
	padding-left: 40px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
}

#portfolio {
	display: block;
	height: 351px;
	width: 560px;
	z-index: 1;
}

#photoGallery {
	display: block;
	height: 350px;
	width: 565px;
	z-index: 1;
}

#sidebarPhotoGallery {
	display: block;
	height: 195px;
	width: 195px;
	z-index: 1;
}

/* Lightwindow Content
----------------------------------------------------------------*/
#twoColumn {
	width: 272px;
	float: left;
}

#twoColumn p {
	background-color: #494949;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

#twoColumn .name {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #EAEC33;
	margin-top: 4px;
}

#videoDemo {
	display: block;
	width: 480px;
	height: 360px;
	z-index: 1;
}


/* contact form
----------------------------------------------------------------*/

#contactForm	{
	width: 240px;
	float: right;
}

#contactForm label{
	color: white;
	display:block;
	font-weight:normal;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
}

#contactForm input{
	color: white;
	background-color: #464646;
	font-size:12px;
	border:solid 2px #FFF;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#contactForm input.btn{
	border-color: #FFF;
	border-style: solid;
	border-width: 2px;
	background-color: #3F69A6;
	text-align:center;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding: 5px;
	margin-top: 10px;
	vertical-align: middle;
}

#contactForm input.btnhov{
	background-color: #CCC;
	color:#2F2F2F;
}




/* footer
----------------------------------------------------------------*/
#footer {
	margin-top: 20px;
	margin-bottom: 50px;
}

.copyright {
	font-size: 10px;
	color: #c2c2c2;
	line-height: 12px;
}
