@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clearboth {
	clear:both;
	}
	
strong {
	font-weight:bold !important;
	}	

/*Wrapper*/
#wrapper {
	width:968px;
	margin:0 auto;
	margin-top:20px;
	}
	
/*CONTENT*/
#content-top {
	background-image:url(../images/content-top-bg.png);
	white-space:968px;
	height:11px;
	}
	
#content {
	background-image:url(../images/content-bg.png);
	width:968px;
	padding-left:14px;
	padding-top:2px;
	height:auto;
	background-repeat:repeat-y;
	}	
	
#content-bottom {
	background-image:url(../images/content-bottom-bg.png);
	width:968px;
	height:11px;
	}	

/*header*/	
#header-left {
	background-image:url(../images/header-left-bg.jpg);
	width:250px;
	height:206px;
	padding-top:15px;
	float:left;
	margin-right:1px;
	}	
	
#header-left h1 {
	background-image:url(../images/logo.jpg);
	width:250px;
	height:80px;
	text-indent:-999em;
	margin-bottom:75px;
	}	
	
#header-left p {
	color:#FFF;
	margin-top:7px;
	font-size:1.3em !important;
	margin-left:12px;
	}
	
#header-left p a{
	color:#45aaf1;
	text-decoration:none;
	}	
	
#header-underline {
	width:941px;
	height:5px;
	background-color:#3b3b3b;
	}	
	
/*CONTAINERS*/
/*left*/
#left-container {
	width:250px;
	height:auto;
	float:left;
	margin-top:10px;
	}
	
#left-container img {
	margin-bottom:8px;
	}
	
#left-container img + img {
	margin-bottom:0 !important;
	}		

/*mid*/	
#middle-container {
	float:left;
	width:460px;
	margin-left:10px;
	margin-top:20px;
	}	
	
#middle-container p {
	color:#454545;
	line-height:1.3em;
	margin-top:10px;
	}
	
#middle-container h2 {
	color:#454545;
	font-size:1.5em;
	}	
	
.welcome-header {
	background-image:url(../images/welcome-header.jpg);
	width:85px;
	height:18px;
	text-indent:-999em;
	}		
	
/*right*/
#right-container {
	float:left;
	width:218px;
	margin-top:10px;
	height:auto;
	}	

/*availability checker*/
#availability-checker {
	width:215px;
	margin-left:4px;
	height:230px;
	background-image:url(../images/availability-checker-bg.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	border:1px solid #bbb;
	}

#availability-checker h2 {
	background-image:url(../images/availability-checker-header.jpg);
	width:101px;
	height:22px;
	text-indent:-999em;
	margin-left:10px;
	}	
	
#availability-checker p {
	padding:10px;
	line-height:1.3em;
	color:#454545;
	}	
	
#availability-checker p a {
	color:#454545;
	}	
	
/*nav*/		
#nav li {
	background-color:#003559;
	width:237px;
	padding-left:13px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid white;
	}

#nav li a {
	color:#FFF;
	text-decoration:none;
	}	
	
.selected {
	background-color:#0b283c !important;
	}	
	
	
/*Footer*/
#footer p {
	float:left;
	color:#FFF;
	font-size:0.8em;
	margin-left:10px;
	}	
	
#footer p a {
	color:#FFF;
	}	
	
#footer p+p {
	float:right;
	margin-right:13px;
	}	
	