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

@import "menu/menu.css";


/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	height: 100%;
	background: #d2d2d2 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	}

img {
	border: 0;
	}
	
.hide, hr {
	display: none;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
	
ul, ol, dl {
    position: relative;  
	}
	
	
/*--------------------typography--------------------*/
	
p {
	font: 12px;
	color: #000000;
	margin: 0 0 10px;
	line-height: 1.5em;
	}
	
	
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #eb7328;
	margin: 20px 0 8px 0;
	line-height: 1.2em;
	}
	
h1 strong {
	font-weight: bold;
	}
	
h1.first {
	margin-top: 0px;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #787878;
	line-height: 1.5em;
	margin-bottom: 20px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #eb7328;
	line-height: 1.5em;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #eb7328;
	line-height: 1.5em;
	text-transform: uppercase;
	}

a {
	font-weight: bold;
	color: #eb7328;
	text-decoration: none;
	}
	
a:hover {
	color: #eb7328;
	text-decoration: underline;
	}
	
	
/*--------------------layout--------------------*/
	
#wrapper {
	background: url(images/wrapper_bg.png) repeat-y;
	width: 770px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	}
	

/*--------------------header--------------------*/

#header {
	background: #000 url(images/header.jpg) no-repeat;
	width: 750px;
	height: 300px;
	margin: 0 10px;
	position: relative;
	}
	

/*--------------------menu_container--------------------*/
	
	
	
#menu_container {
	display: inline;
	height: auto;
	margin-left: 10px;
	position: relative;
	float: left;
	}
	
#sizer { 
	display: none;
	width: 150px;
	margin: 10px 0 0 35px; 
	}

#sizer .img { 
	margin-right: -3px; 
	}
	
#menu_container .logo {
	padding: 10px 0 0 35px;
	position: relative;
	}
	
#terms {
	width: 125px;
	margin: 15px 0 0 35px;
	}
	
#terms p {
	font-size: 10px;
	line-height: 13px;
	color: #777;
	margin-bottom: 5px;
	}
	




/*--------------------content_standard--------------------*/
	
	
	
#content {
	display: inline;
	width: 520px;
	margin: 0px 0px 50px 40px;
	position: relative;
	float: left;
	}
	
#content ul {
	background: #f7f7f7;
	color: #444;
	margin: 30px 0;
	}


#content li {
	background: #fdd8c0 url(images/ul_header_bg.gif) repeat-x top;
	margin-bottom: 5px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #bbb;
	}
	
#content li.header {
	background:  #fdd8c0 url(images/ul_header_bg.gif) repeat-x;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	line-height: 1.5em;
	}
	
.vt_btn {
	border: #ccc solid 1px;
	margin-top: 10px;
	}
	
#content strong {
	color: #eb7328;
	}

	

/*--------------------sidebar--------------------*/
	
	
#content_sb {
	width: 300px;
	float: left;
	margin: 40px 0 50px 0;
	position: relative;
	}
	
	
#sidebar {
	width: 170px;
	float: left;
	margin: 0 0 50px 30px;
	position: relative;
	}
	
#sidebar_content {
	padding: 20px;
	position: relative;
	}
	
#sidebar_content .img {
	margin: 10px 0;
	}
	
#sidebar_content .caption {
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	}
	

	
	

/*--------------------footer--------------------*/
	

#footer {
	clear: both;
	font-size: 11px;
	line-height: 15px;
	color: #4b4b4b; 
	width: 300px;
	margin-top: 50px;
	padding: 10px 0;
	border-top: #4b4b4b 1px solid;
	position: relative;
	}
	
.credit {
	float: right;
	}
	
#footer a {
	font-weight: normal;
	color: #999999; 
	} 
	
	

/*--------------------special cases--------------------*/

.map {
	border: 1px dotted #bbb;
	}