@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: layout.css
* Version: 2.0.0 (2008-04-18)
* Website: http://www.rescuehelicopter.com.au
* Author: Dhruv Raniga
* Description: Handles the site layout.
    ------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, Verdana;
	background: url(../images/cloud_background.jpg) top center no-repeat #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #373737;
	padding: 10px 20px;
	margin: 0;
}

a {
	color: #373737;
	text-decoration: none;
}

a:hover {
	color: #373737;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/

#header {
 	height: 156px;
 	margin: 0;
	padding: 0 10px 0 0;
}

.logo {
	float: left;
	padding-top: 20px;
}

#icons {
	float: right;
	padding-top: 85px;
}

#icons img {
	margin-left: 18px;
}


/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 355px 0 0;
	padding: 0;
}

#sidebar {
	float: right;
	width: 345px;
	border-bottom: #dfdfdf 1px solid;
	margin: 0;
	padding: 0;
}

.row {
	background: url(../images/content_background.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#footer {
	margin: 30px 0 40px 0;
	padding: 0;
}


/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

h1 {
	font-size: 14px;
	color: #FFF;
	height: 27px;
	background: url(../images/h1_background_grey.jpg) repeat-x;
	padding: 6px 20px 0 20px;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 18px;
	color: #ee2a24;
	padding: 7px 20px 0 20px;
	margin: 0;
}

h2 a {
	color: #ee2a24;
	text-decoration: none;
}

h2 a:hover {
	color: #ee2a24;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	color: #373737;
	padding: 10px 20px;
	margin: 0;
}

h4 {
	font-size: 12px;
	color: #373737;
	padding: 7px 20px 0 20px;
	margin: 0;
}

h5 {
	font-size: 16px;
	line-height: 18px;
	color: #373737;
	padding: 2px 20px 10px 20px;
	margin: 0;
}


/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/

#content ul{
	padding-bottom: 10px;
}

#content li{
	font-size: 12px;
	line-height: 16px;
	color: #373737;
	background: url(../images/arrow.gif) no-repeat;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 5px 25px;
}

#footer p {
	font-size: 11px;
	line-height: 13px;
	color: #9a9a9a;
	padding: 20px 0 0 0;
	margin: 0;
}

#footer a {
	color: #9a9a9a;
	text-decoration: none;
}

#footer a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

#nav {
	height: 33px;
	z-index: 500;
}

#nav ul#navlist {
	float: left;
	height: 31px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 500;
}

#nav ul#navlist li {
	background: url(../images/nav_background.jpg) repeat scroll 0%;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#nav ul#navlist li a, #nav ul#navlist li span {
	border-color: #071d3b rgb(7, 29, 59) rgb(7, 29, 59) rgb(16, 68, 135);
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 23px;
	padding: 8px 0 0;
	text-decoration: none;
}

#nav ul#navlist li#n-home a {
	border-left: 0 none;
	width: 84px;
}

#nav ul#navlist li#n-mission .n-link {
	width:100px;
}

#nav ul#navlist li#n-team .n-link {
	width: 85px;
}

#nav ul#navlist li#n-helicopter .n-link {
	width: 150px;
}

#nav ul#navlist li#n-funding .n-link {
	width: 170px;
}

#nav ul#navlist li#n-supporters .n-link {
	width: 126px;
}

#nav ul#navlist li#n-history .n-link {
	width: 110px;
}

#nav ul#navlist li#n-contacts .n-link {
	width: 110px;
}

#nav ul#navlist li a:hover {
	background: url(../images/nav_a.jpg);
	border-left-color: #000;
	border-top-color: #dc151a;
}

#nav ul#navlist li ul {
	background: #000 none repeat scroll 0%;
	border-color: #000;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	clear: left;
	left: -999em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: -1px 0pt 0pt;
	padding: 0;
	position: absolute;
	width:144px;
	z-index:150000;
}

#nav ul#navlist li:hover ul, #nav ul#navlist li li:hover ul, #nav ul#navlist li.sfhover ul, #nav ul#navlist li li.sfhover ul {
	left: auto;
	right: 0;
}

#nav ul#navlist li ul li {
	background: transparent none repeat scroll 0%;
	border: medium none;
	font-size: 11px;
	height:  auto;
	line-height: 11px;
	text-transform: none;
	width:144px;
}

#nav ul#navlist li ul li a, #nav ul#navlist li:hover ul li a, #nav ul#navlist li.sfhover ul li a, #nav ul#navlist li ul li span {
	background: url(../images/sub_nav_background.jpg) repeat scroll 0%;
	border-color: #000;
	border-style: solid solid solid none;
	border-width: 0 1px 1px medium;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	height: auto;
	padding: 10px 8px;
	text-align: left;
	width: 127px;
}

#nav ul#navlist li ul li a:hover, #nav ul#navlist li ul li.sub li a:hover, #nav ul#navlist li#n-games ul li a:hover {
	background: url(../images/nav_a.jpg);
	border-left-color: #000;
	border-top-color: #dc151a;
	height: auto;
}

#nav ul#navlist li ul li:hover a:hover, #nav ul#navlist li ul li.sfhover a:hover {
	border-top-color: #dc151a;
}


/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.divider {
 	border-bottom: #dfdfdf 1px solid;
	margin: 10px 0 20px 0;
	clear: left;
}

.imageThumb {
	float: left;
 	margin: 10px;
	border: solid 1px #a6a9ad;
}

.imageThumb a {
	color: none;
	border: none;
}

.info {
 	padding: 0 10px 20px 10px;
}

.clearfloat { 
	clear:both;
}

.couch { 
	float: left;
	padding: 10px 0 40px 0;
}

.footerLogos { 
	float: right;
}

.iconSmall { 
	padding-left: 8px;
}