/* CSS Document */
img, div, input, .pngfix{ behavior: url("/css/iepngfix.htc") }

body {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:0.9em;
	background-image: url(../images/back-color.png);
	background-repeat: repeat;
	line-height: 1.6em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size:190%;
	font-weight: lighter;
	text-transform: uppercase;
}

/* The border */

#topcorners{
	height:20px;
	background-image: url(../images/topcorners.png);
	background-repeat: no-repeat;
}
#middletop{
height:140px;
	background-image: url(../images/middletop.png);
	background-repeat: repeat-y;
}
#middlecurve{
	background-image: url(../images/middlecurve.png);
	background-repeat: no-repeat;
	height: 23px;
}
#middle{
	min-height:500px;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}
#bottomcorners{
	height:45px;
	background-image: url(../images/footer-curves.png);
	padding: 50px 20px 0 0;
}

#bottomcorners p {
	text-align: right;
	display: block;
	padding: 0px;
	margin: 0px;
	font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3A404A;
}
#bottomcorners a {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #666633;
	color: #666666;
	text-decoration: none;
}
#content {
	height:460px;
	overflow-y: auto;
}

#content ul li {
	list-style-type: circle !important;
	margin:-1px 0 0 0;
	padding:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#content ul {list-type: none !important; margin-top:10px; margin-bottom:10px; }

#contact ul li {border:none !important;}

/* Client Styles */

.blue-large{font-size:140%; color:#6AC6EB;line-height: 160%;}
.green-large{
	font-size:140%;
	color:#67BB81;
	line-height: 160%;
}
.blue-medium{font-size:120%; color:#6AC6EB;}
.green-medium{font-size:120%; color:#67BB81}
.blue{color:#6AC6EB;}
.green{color:#67BB81;}




/* TOP NAV */

#topnav {
	height: 32px;
	margin: 0;
	padding: 0;
}
#topnav  ul { display: inline; margin:0px; padding:0; list-style-type: none; }
#topnav ul li { display: inline; margin: 0px; padding: 0px;  list-style-type: none;}
#topnav ul ul li a{ color:#6AC6EB;
margin:-1px 0 0;
padding:0 0 0 30px;
width:160px;}

#topnav ul ul ul li a{ 
	color:#67BB81;
	margin:-1px 0 0;
	padding:0 0 0 60px;
	width:130px;
	}

#topnav li a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:300;
	height:28px;
	line-height:28px;
	width:170px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(58,68,82);
	border-bottom-color: rgb(58,68,82);
	margin-top:-1px;
}
#topnav li.selected a {
	background-image: url(/images/selected.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-bottom:6px;
margin-right:6px;;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
.thumbnails {
	padding:5px;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 2px;
}

