@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #262626;
	margin:0;
}

#container {	
	padding: 0;
	clear: both;
	width: 950px;
	margin: 0 auto;	
	overflow: visible
}

#topbanner {
	background:url(../images/top-banner-bg.jpg) no-repeat top left;
	width: 948px;
	height: 213px;
	text-align: right;
	border-bottom: #cccc33 solid 2px;
}

#topbanner img {
	padding: 38px 60px 0 0;	
}

#navigationWrapper {
	width: 948px;
	height: 58px;	
	border-bottom: #003300 solid 1px;
}

#menuLine {
	margin: 12px 0 0 32px;
	width:630px;
	float: left;
	height: 28px;
	display: inline;
	background:url(../images/menu-background.jpg) top left repeat-x;
	border: #cccc33 solid 1px;
}

ul#navigationMenu {	
	overflow:visible;
	padding: 0;	
	font-size: 11pt;
	font-weight:bold;
	letter-spacing: 0.6px;
	display: inline;
}

ul#navigationMenu li {
	float: left;
	
	list-style: none;
}


ul#navigationMenu li a {
	margin-right: 4px;
	padding: 3px 0 4px 0;
	text-decoration: none;
	color: #cccc33;
	display: block;
}

ul#navigationMenu li.last a {
	margin-right: 30px;
}

ul#navigationMenu li.first a {
	margin-left: 15px;
}

ul#navigationMenu li a:hover, ul#navigationMenu li a.selected {
	color: #ffffff;
}

#contactNumber {
	margin: 12px 0 0 0;
	padding: 4px 22px 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color:#003300;
	float: left;
	width: 200px;
	text-align: right;
	height: 26px;
	background: #cccc33;
	display:inline;
}

#sideMenu {
	clear:left;
	float:left;
	margin-left: 32px;
	padding-top: 25px;
	width: 128px;
	height: 397px;
	display: inline;
	background:url(../images/side-menu-background.jpg) top left no-repeat;
}

h1,h2{
	font-size: 1.2em;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #cccc33;
	margin:0;
	padding:0;
}


h4, h4 a {
	font-size: 10pt;
	font-weight: bold;
	color: #003300;
	margin: 8px 0 0 0;
	padding:0;
}

p {

	font-size: 9pt;
}

#sideMenu ul{	
	margin:0;
	padding: 0 0 0 15px;
	font-size: 10pt;
	font-weight: bold;
	width: 100px;
}

#sideMenu ul li {
	list-style: none;
}


#sideMenu ul li a {
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
	color: #003300;
	height: 30px;
	display: block;
	background:url(../images/side-menu-links-bg.gif) left bottom no-repeat;
}

#sideMenu ul li a:hover, #sideMenu ul li a.selected {
	color: #cccc33;
	background-position: right bottom;
}

#textContent {
	float:left;
	padding: 20px 0 0 30px;
	width: 365px;
	color: #333300;
}

#thumbImageWrapper{
	float:left;
	padding: 20px 0 0 0;
}

#thumbImageWrapper img{
	float:left;
	margin: 0 12px 0 0;
	border: solid 2px #cccc33;
}

#domesticThumbImageWrapper{
	float:left;
	padding: 10px 0 0 0;
}

#domesticThumbImageWrapper img{
	float:left;
	margin: 0 12px 10px 0;
	border:0;
	/*border: solid 2px #cccc33;*/
}


.contentImage {
	margin: 20px 0 0 30px;
	float:left;
	border: solid 8px #003300;
}


#bottomMenu {
	float:left;
	margin-left: 32px;
	display: inline;
	width:860px;
	height: 40px;
	background: url(../images/bottom-menu-bg.gif) top left no-repeat;
}


#bottomMenu ul {	
	overflow:visible;
	padding: 0;	
	font-size: 9pt;
	display: inline;
}

#bottomMenu ul li {
	float: left;	
	list-style: none;
}


#bottomMenu ul li a {
	margin-right: 70px;
	padding: 20px 0 4px 0;
	text-decoration: none;
	color: #000;
	display: block;
}



#bottomMenu ul li.first a {
	margin-left: 80px;
}

#bottomMenu ul li a:hover, #bottomMenu ul li a.selected {
	/*color: #ffffff;*/
}

#footer{
	margin-top: 10px;
	float:left;
	background:url(../images/footer-bg.gif) top left no-repeat;
	width: 950px;
	height: 23px;
}


