html { height: 100%; }
body {
	background-color: #fff;
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height: 100%;
}

h1 {
	color:#2a568b;
	font-size: 24px;
}
h2 {
	color:#000;
	font-size: 18px;
	margin-bottom: 4px;
}


.header {
	height:150px;
	text-align:center;
}

#footer{
/* 	background-image: url(../images/grass.jpg);
	background-position:left bottom;
	background-repeat: no-repeat; */
	width:100%;
	margin:0px;
	height:320px;
	margin-top:15px;
	position: relative;
	bottom: 0px;
}

.footer-table{
	width:775px;
}

.footer-boxes{
	background-color:#c0dfec;
	height:130px;
	width:49%;
}

.footer-titles{
	background-color:#c0dfec;
	width:49%;
	color:#235188;
	font-weight:bold;
	padding-bottom: 0px;
	text-align: left;
}

.about-table{
	width:775px;
}

.about-boxes{
	background-color:#ddd;
	width:49%;
}

.copyright{
	color:#666;
	font-weight:bold;
	font-size: smaller;
}

.copyright a {
	color: #666;
	}
	
.copyright a:hover {
	color: #000;
	}

#page
{
	position: relative;
	min-height: 100%;
}

* html #page
{
	height: 100%;
}


#content {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

.header{
	margin-left: 2%;
	margin-right: 2%;
}

.header-table{
	margin-top:10px;
	width:100%;
	color:#235188;
	font-size:20px;
}

.nav a {
	color: #235188;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
	font-weight: normal;
	}
	
.nav a:hover, .header-phone a:hover {
	color: #fff;
	background: #235188;
	padding: 4px;
	text-decoration: none;
	}
	
.header-phone, .header-phone a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
	
.bluetext {
	color: #235188;
	font-weight: bold;
	text-align: center;
	}
	
.nospace {
	padding: 0;
	margin: 0;
	}
	
.about_table {
	display: table;
	width: 550px;
	margin: 2px auto;
	text-align: center;
	}
	
.about_row {
	display: table-row;
	}
	
.about_cell {
	display: table-cell;
	width: 270px;
	margin: 2px;
	float: left;
	}

.steps_img{
	border:1px solid #000;
	margin-left:10px;
}
	
.u {
	text-decoration: underline;
	}
	
.smaller {
	font-size: smaller;
	}
	
.zencolor1 { color: #235188; }
.zencolor2 { color: #474747; }

.footer-portfolio-img {
	text-align: center;
	border: 0;
	padding-top: 2px;
	}
	
.footer-portfolio-img a img {
	border: 0;
	}
	
.footer-quote {
	margin: 10px;
	}
	
.footer-quote-text {
	text-align: justify;
	}
	
.footer-quote-byline {
	text-align: right;
	font-style: italic;
	margin-top: 5px;
	}
	
a {
	color: #235188;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	}
	
a:hover {
	text-decoration: underline;
	}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 495px; /*width of featured content slider*/
height: 180px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #fff;
width: 515px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv img {
	margin-right: 25px;
	padding-left: 10px;
	}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}

.pagination a{
text-decoration: none; 
font-weight:bold;
color: #000;
background: #DDD;
display:block;
text-align:left;
padding-left:10px;
padding-top:25px;
height:45px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #c0dfec;
}

.slidertable{
	width:775px;
	height:180px;
	background-color:#c0dfec;
}
	
/* = Stages
----------------------------------------------------------------------------------------------------*/
.steps_container{
	height:75px;
}

#mainNav ul{ list-style-position:inside; margin-left: 200; padding-left: 200; } 

#mainNav li{
	height:71px;
	list-style:none;
	float:left;
	background-color:#DDD;
	background-image: url(../images/stages_first.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav li.current{
	background-color:#c0dfec;
	background-image: url(../images/stages_end.jpg);
}

#mainNav li.lastDone{
	background-color:#DDD;
	background-image: url(../images/stages_end.jpg);
}

#mainNav li.done{
	background-color:#DDD;
	background-image: url(../images/stages_first.jpg);
}

#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active {
color:#000;
text-decoration:none;
}

#mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, #mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, #mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active {
color:#000;
}

#mainNav li.done a:hover, #mainNav li.lastDone a:hover, #mainNav li.done a:hover  {
color:#000;
cursor:hand;
}

#mainNav li a em{
width:150px;
text-align:left;
display:block;
margin:6px 0 0 10px;
font-style:normal;
font-weight:normal;
}

#mainNav li a span{
width:150px;
text-align:left;
display:block;
margin-left:10px;
font-weight:bold;
font-size:larger;
}

#mainNav li.mainNavNoBg{
background-image:none;
}

#mainNav li a{
height:71px;
display:block;
}

/* #mainNav.fiveStep */
#mainNav.fiveStep li{width:155px;}
#mainNav.fiveStep li a{width:155px;}