/*//////////////////////////
PROJECT: 	AIR
MEDIA:		SCREEN
CREATED: 	29.10.09
//////////////////////////*/


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: url(../images/bk-body.gif) repeat-x top;
}



#contentWrapper {
	width: 100%;
	float: left;
	text-align: center;
}

#contentMain {
	width: 924px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 924px;
	height: 181px;
	float: left;
}

#logo {
	width: 108px;
	float: left;
	height: 181px;
}

#nav {
	width: 816px;
	float: left;
	height: 38px;
	padding: 143px 0px 0px 0px;
}

#nav ul {
	float: right;
}

#nav li {
	float: left;
	list-style: none;
	font-family: "Gill Sans", "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 121px;
	margin-left: 3px;
	line-height: 13px;
}

#nav li span {
	font-size: 9px;
}

#nav li a {
	width: 113px;
	height: 31px;
	float: left;
	padding: 7px 0px 0px 8px;
	color: #fff;
	text-decoration: none;
	background: url(../images/bk-nav.gif) no-repeat top right;
}

#nav li a:hover {
	background: url(../images/bk-nav.gif) no-repeat top left;
}

#nav li.active a {
	background: url(../images/bk-nav.gif) no-repeat top left;
}

.websiteCredit {
	float: right;
}


#columns {
	width: 924px;
	float: left;
	padding: 0px 0px 60px 0px;
}

#colLeft {
	width: 504px;
	float: left;
	padding: 28px 0px 0px 0px;
	color: #333;
}

#colLeft h1 {
	color: #bb0079;
	font-size: 140%;
	margin-bottom: 15px;
}

#colLeft h2 {
	color: #bb0079;
	font-size: 140%;
	margin-bottom: 15px;
	padding: 15px 0px 0px 0px;
}

#colLeft p {
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 15px;
}

#colLeft ul, #colLeft ol {
	margin-bottom: 15px;
	padding-left: 15px;
}

#colLeft li {
	font-size: 100%;
	line-height: 160%;
}

#colLeft a {
	color: #333;
}

#colLeft a:hover {
	text-decoration: underline;
}

#colRight {
	width: 371px;
	float: right;
	padding: 55px 0px 0px 0px;
	color: #333;
}

#colRight h3 {
	color: #bb0079;
	font-size: 140%;
	margin-bottom: 15px;
}

#colRight p {
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 15px;
}

#colRight ul, #colRight ol {
	margin-bottom: 15px;
	padding-left: 15px;
}

#colRight li {
	font-size: 100%;
	line-height: 160%;
}

#colRight a {
	color: #333;
}

#colRight a:hover {
	text-decoration: underline;
}


.quoteWrapper {
	width: 371px;
	float: left;
	background: url(../images/quote-base.jpg) no-repeat bottom left;
	padding: 0px 0px 36px 0px;
	margin: 20px 0px 0px 0px;
}

.quoteContent {
	width: 331px;
	float: left;
	background: url(../images/quote-back.jpg) no-repeat top left;
	padding: 20px 20px 0px 20px;
}


#footerWrapper {
	width: 100%;
	float: left;
	text-align: center;
	background: #2a9ae8;
}

#footerMain {
	width: 924px;
	margin: 0 auto;
	text-align: left;
}

#footerContent {
	width: 924px;
	float: left;
	background: url(../images/bk-footer.gif) no-repeat top center;
	padding: 40px 0px 40px 0px;
	color: #fff;
}

#footerContent p {
	font-size: 90%;
	margin-bottom: 8px;
}

#footerContent a {
	color: #fff;
	text-decoration: none;
}

#footerContent a:hover {
	text-decoration: underline;
}

.access {
	display: none;
}

.clear {
	clear: both;
}
