
/* CSS Document */

/* Layout */
body{
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing:.1px;
	line-height: 18px;
	margin:0 auto;
	padding:0;
	border:0; 
	background:#0A2535;
}
#headerWrapper{
	background:#FFF;
	height: 140px;
}
#header{
	background:#FFF;
	width: 900px;
	margin:0 auto;
}

#logo {
	height: auto;
	float:left;
	width: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	text-decoration:none;
	border:none;
}
.logo {
	border:none;
}

#banner 
{
	background:#0A2535;
	height:280px;
	clear:both;
	padding:20px 0 0 0;

}
#pageBanner 
{
	
	background:#DDD;
	height:150px;
	
	
	padding:0;
	clear:both;
}
#container {
	float:right;
	margin-left: 200px;
	width: 600px;
	padding: 0px;
	margin-top: -40px;

}
#footer {
	background:#0A2535;
	clear:both;
	padding:10px 0;
	height:35px;

}
#footerinner {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
/* Main Navigation */

#nav {
	display: block;
	position: relative;
	float: right;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav li {
	float: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#nav li a {
	color: #111;
	float: left;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 10px 20px;
	height: 0px;
	letter-spacing: .1em;
}
#nav li a:hover{
	color: #FFF;
	background: #0A2535;
	display: block;
	position: relative;
	float: left;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding-bottom: 50px;

}
#nav li .active {
	color: #FFF;
	background: #0A2535;
	display: block;
	position: relative;
	float: left;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding-bottom: 50px;
}


/* Content */



.intro-box {
	padding: 25px 15px;
	background:#FFF; 
}
#contentbox {
	width: 900px; 	
	margin: 0 auto;
	padding-bottom: 15px;
}

#container-1 { 
	margin-top: 15px; 
}
.ui-expandable img.domo { 
	float: left; 
	margin: 4px 20px 5px 0; 
}
#container-2, #container-3, #container-4 { 
	margin-bottom: 40px;
}

#contact_half{
	width: 270px;
	float:left;
}

#leftColumn {
	float: left;
	width: 540px;
	margin-right: 30px;

}
#rightColumn {
	float:right;
    width: 290px;
	border-left: #000 thin solid;
	padding:0;
	padding-left: 30px;
}
#topPod {
	float: left;
	width:290px;
	border-bottom: #000 solid 1px;
	margin-bottom: 20px;
}
#bottomPod {
	float: left;
	width: 290px;
}
.contact-form{
	float:right;
	width: 530px;
	height:335px;
	background:#EEE;
	border: 1px solid #CCC;
	margin:0 auto;
	padding: 15px;
}


span.seperator {
	border-bottom: 1px solid #000;
	display: block;
	padding: 1px 0 0 0;
	margin-bottom: 20px;
}

/* Typography */
p {
	font-size:12px;
}

h1 {
	font-size:24px;
	color:#2590cf;
    margin-bottom: 0;

}

h2 {
	font-size:16px;
	color:#2590cf;
}
h3 {
	font-size:14px;
	color:#2590cf;
	font-weight:normal;
}
.list {
	font-size:12px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
}

/* Links and Buttons */

.button {
	
	text-decoration:none;
	background:#0A2535;
	color:#FFF;
	font-size:14px;
	padding:10px 15px 10px 15px;
	height:20px;
	width:80px;
	display:inline-block;
}
.button:hover {
	background: #2590cf;
}
.submit-form {
	font-size:14px;
	background:#0A2535;
	margin-top:5px; 
	color:#FFF; 
	cursor:pointer; 
	padding:10px 15px 10px 15px;
	height:40px;
	width:100px;

	display:inline-block;
}
.submit-form:hover {
	font-size:14px;
	background: #2590cf;
	margin-top:5px; 
	color:#FFF; 
	cursor:pointer; 
	padding:10px 20px;	
}
.link{
	text-decoration: none;
	color: #2590cf;
	float: right;
	margin-bottom: 15px;
}
.linkbody{
	text-decoration: none;
	color: #2590cf;
	cursor:pointer;
}
.linkbody:hover{
	color:#0A2535;

}

.link:hover {
	color:#0A2535;
}
.linkfooter {
	color:#FFF;
	text-decoration: none;
	float:right;
	padding-left: 15px;
}
.linkfooter:hover {
	color: #2590cf;
	text-decoration: none;
	float:right;
}

/* Cycle slider */
.slideshow { 
	height: 218px; 
	width: 900px; 
	margin: 0 auto; 
	
	
}
.slideshow img {}

.bannerText{
	margin: 0 auto;
	padding:0; 
	width: 900px;
	
}
.slideshowText {
	font-weight:normal; 
	font-size:21.7px; 
	margin:0 auto;
	padding-top: 10px; 
	color:#FFF; 
	/*text-align:left; */
	height:40px; 
	background:url(IMages/headerText.gif) no-repeat;
}






