
/*=============================== Standard Tags =================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #505050;
	font-size: 12px;
	background-color: #eeeeee;
	background-image: url('../gfx/top-back.png');
	background-repeat: repeat-x;
	line-height: 18px;
	height: 100%;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }


li {
	margin-left: 15px;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a img {
	border: none;
}

.cb { clear: both; }


/*=============================== Main Layout =================================*/


#wrapper {
	position: relative;
	margin: 0 auto;
	width: 902px;
	padding: 0 23px 0 25px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('../gfx/drp-shdw.png');
}

#title {
	position: relative;
	height: 180px;
	color: #fff;
	background-color: #1d48a9;
}

#title h1 {
	position: absolute;
	bottom: 15px;
	margin: 0 0 0 35px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 66px; /* Don't forget print.css too */
	width: 267px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {
	background: url(../gfx/logo.png) 0 -66px no-repeat;
}

/*

#title h2 {
	position: absolute;
	bottom: -100px;
	right: 0;
	display: block;
	height: 204px;
	width: 400px;
	border: 1px solid pink;
	background: url(../gfx/heli.png) 0 0 no-repeat;	
	text-indent: -2000em;
}

*/


#title h2 {
	display: none;
}


#heli {
	height: 204px;
	width: 400px;
	background-image: url('../gfx/heli.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -80px;
	top: -120px;
}


/*=============================== Two Column =================================*/


#container {
	width: 100%;
	float: left;
	margin-right: -300px;
}

#content {
	margin-right: 300px;
	padding: 30px 35px 60px 35px;
}

#sidebar {
	width: 230px;
	padding: 60px 35px;
	float: right;
}






/*=============================== Navigation =================================*/

#nav {
	position: relative;
	background: #252525;
	padding: 3px 0;
	min-height: 30px;
}

#nav ul {
	list-style: none;
	margin-left: 35px;
}

#nav li {
  position: relative;
  float: left;
  margin: 0 3px 0 0;  
}

#nav li a {
	background: #505050;
	color: #fff;
	display: block;
	padding: 0 30px;
	text-decoration: none;
	line-height: 42px;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a.selected, #nav li a:focus {
  background: #555555;
  color: yellow;	
}

#nav li:hover a {
  background: #3d3d3d;
  color: #fff000;
}


/*=============================== Sub Nav =================================*/

.subnav li {
	margin-left: 0;
	list-style: none;
}

.subnav li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid silver;
	padding: 10px 0 8px 10px;
}

.subnav li a:hover,.subnav li a:focus  {
	color: orange;
}

.subnav li a.selected {
	color: navy;
}


/*============================= Photos =================================*/

a.fancy img {
	border: 1px solid silver;
	padding: 2px;
}

a.fancy img:hover {
	border: 1px solid blue;
}


.photo {
	float: right;
	margin: 0 0 15px 15px;
}



/*============================= Portfolio  =================================*/


.portfolio {
	height: 180px;
	clear: both;
}


.portfolio h3 {
	line-height: 50px;
}

.portfolio ul {
	float: left;
}

.portfolio ul li {
	margin: 0 9px 0 0;
	padding: 0;
}

.portfolio ul li a {
	display: block;
	height: 120px;
	width: 126px;
}



.portfolio li a img {
	border: 1px solid black;
	height: 90px;
	width: 120px;
	padding: 2px;
}


.portfolio ul li a span {
	display: block;
}


.prev {
	float: left;
	margin-bottom: 20px;
}


.next {
	float: right;
	margin-bottom: 20px;	
}

/*============================= FAQ =================================*/

.faq a.question {
	display: block;
	margin-bottom: 5px;
}

.faq li {
	margin-bottom: 10px;
}

/*============================= Contact =================================*/

.address {
	float: left;
	width: 40%;
	padding: 10px 5% 20px 5%;
	background: #f7f7f7;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}



ul.contact li.name {
	list-style: none;
	margin: 0 0 5px 0;
}

/*============================= Services =================================*/

.service {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 10px 20px;
	background: #f7f7f7;
}




/*============================= Footer =================================*/


#footer {
	position: absolute;
	width: 902px;
	background: #bfbfbf;
	border-top: 1px solid #666;
	bottom: 0;
	min-height: 30px;		
}

#footer ul {
	float: right;
	padding: 10px 0;
	margin-right: 35px;
}

#footer ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #666;
}

#footer ul li a {
	color: #565656;
}

#footer ul li:first-child {
	border-left: none;
}
