*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color: #000;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #A4ECFF;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
	color:#39F
}

h1{
	/* The logo text */
	font-size:2.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
	text-align: left;
}

h3{
	/* The slogan text */
	font-family:forte, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:1em;
	font-weight:normal;
	margin:0 0 1em;
	text-align: left;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #F0F0EC;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
	color: #000;
	text-shadow:none;
	padding:15px;
	text-align: center;
}

div.pbk {
	line-height:1.5em;
	padding-bottom:1em;
	color: #000;
	text-shadow:none;
	padding:15px;
	text-align: center;
	background-color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-position:center;
	float:left;
	margin-left: 12%;
	
}

div.pbk2 {
	
	padding-bottom:1em;
	text-align: center;
	background-color:#FFF;
	padding-top: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;}

div.pbk3 {
	
	padding-bottom:1em;
	text-align: center;
	padding-top: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;}
	
	

.line{
	/* The dividing line: */
	height:1px;
	background-color: #666;
	border-bottom:1px solid #333;
	margin:1em 0;
	overflow:hidden;
}

div.content .line{
	/* The dividing line inside of the content is darker: */
	background-color:#666;
	border-bottom-color:#333;
	margin:1.3em 0;
}

div.footer .line{
	margin:2em 0;
}

div.nav{
	padding:0 5px;
	position:absolute;
	right:1px;
	top:42px;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

div.nav ul li{
	display:inline;
}

div.nav ul li a,
div.nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:0.60em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

div.nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

div.nav, div.content, div.nav ul li a,div.figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* content styles: */

#page{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align: center;
}

div.content{
	background-color:#CCC;
	margin:3em 0;
	padding:20px;
	text-align:left;
}

div.figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

div.figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

div.figure img{
	margin-left:-60px;
}

/* Footer styling: */

div.footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}


div.footer p{
	margin-bottom:-2.5em;
	position:relative;
}

div.footer a,div.footer a:visited{
	color:#666;
	background-color:#FFF;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

div.footer a:hover{
	text-decoration:none;
	color:#000;
	font-size: 0.825em;
}

div.footer a.by{
	float:left;

}

div.footer a.up{
	float:right;
}
	
ul.veh{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display:block;
	float:right;
	width: 10em;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	background-color: #666;
	text-decoration:none;
	color: #000;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-shadow: 0px 1px 1px black;
}
ul.veh li { display:inline;
}

#page #contents .content .contentBody.clear table tr td p {
	text-align: left;
}
#page #contents .content .contentBody.clear table tr td {
	text-align: center;
}
#page table tr td {
	text-align: center;
}


div.footerimages
{
	text-align:center;
}

div.lowernav
{
	border:thin;
}

div.textsize
{
	float:right;
	text-align:right;
}