@charset "UTF-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

html {height: 100%;}
body {min-height: 101%;}

body {
		font-family:Arial, Helvetica, sans-serif;		
}

#header {
	width: 100%;
	background-color: #333;
	height: 75px;
	font-family:Arial, Helvetica, sans-serif;
}
.headerWrap {
	width: 900px;
	margin: auto auto;
}

#content {
	width: 920px;
	margin: auto auto;
	clear:both;
}

.logo {
	margin: 5px auto;
	float: left;
}



.topNav {
	float: right;
}

.topNav ul {
	margin-top: 25px;

}
.topNav li {
	display: inline;
	padding: 5px 10px 0px 5px;
	height: 25px;
	width: 65px;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #000;
}

.topNav li a:hover {
	color: #fff200;
}

.topNav li a {
	color: #fff;
	text-decoration: none;

}


#services {
	clear: both;
	margin: auto auto 20px auto;
	width: 920px;
}

#services div{
	float: left;
	width: 215px;
	margin: 5px 5px 20px 5px;
	text-align:justify;
}

#services h2 a {
	color: #333;
	font-size: 14px;
}

#services h2 a:hover {
	color: #666;
	font-size: 16px;
}

#services p {
	color:#999;
	font-size: 12px;
	margin: 5px auto;
	padding: 0 3px;
	overflow: hidden;
	height: 45px;
	line-height: 15px;
}

#services p a {
	color: #999;
	text-decoration: underline;
}

#services a {
	text-decoration: none;
}

#services img {
	border: 1px solid #999;
	cursor: pointer;
}

.contentLeft {
	float: left;
	width: 550px;
	margin: 50px auto;
}

.contentLeft h1 {
	font-size:30px;
	color: #333;
}

.contentLeft h2 {
	margin: 5px auto auto auto;
	color: #333;
}

.contentLeft p {
	margin-top: 15px;
	color:#999;
	line-height: 30px;
}

.contentLeft p a {
	color: #999;
	text-decoration: underline;
}

.contentLeft li a {
	color: #999;
	text-decoration: underline;
}

.contentLeft li {
	margin: 10px auto;
	color: #999;
}

.contentRight {
	float: right;
	width: 350px;
	margin: 50px auto;
	height: 275px;
}

#footer {
	clear: both;
	margin: auto auto auto auto;
	height: 50px;
	border-top: 1px solid #999;
	width:900px;
	font-size: 10px;
	color: #999;
}

.copyright {
	float: left;
}
.navBottom {
	float: right;
}

.navBottom li {
	display: inline;
	padding: 5px 2px 0px 5px;
}

.navBottom li a {
	color: #999;
	text-decoration: none;

}


.np {
	margin:  -20px auto;
	text-align: center;
	display: block;
}

#slider {
	padding-top:23px;
	padding-left: 20px;
	background-image: url(../img/images/structure/stackedphotos.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#slider ul, #slider li{
	margin:0;
	padding: 0;
	list-style:none;
	overflow: hidden;
	}
#slider, #slider li{ 
	width:300px;
	height:251px;
	overflow:hidden; 
	}

span#prevBtn{}
span#nextBtn{}


/* Contact Form */
#stylized{
	margin: 20px auto auto auto;
	width: 550px;
}

#stylized label{
	display:block;
	text-align:left;
	width:75px;
	float:left;
	color: #999;
}
#stylized .small{
	color:#999;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	width:75px;
}
#stylized .input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:448px;
	margin:2px auto 20px 10px;
}
#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:448px;
	margin:2px auto 20px 10px;
	background-color: #fff;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:448px;
	margin:2px auto auto 10px;
	background-color: #fff;
}

#stylized .buttonSubmit{
	float: right;
	margin: 6px 10px;
}

.hme {
	display: none;
}