/*
 *
 * Table of contents
 * 	1. Generic styles
 *
 *
 *
 *
 *
 *
 *	2a. Class specific (names reflecting presentation style)
 *	
 *
 *	2b. Class specific (names reflecting data type)
 *
 *
 *
 *
 *	3. DIV ID specific changes
 *
 *
 *
 */


body{
	padding:0;
	margin:0;
	font:85% tahoma, verdana, sans-serif;
	background:#e0e0e0 url(images/bottom.png) no-repeat bottom;
	color:#303030;
}

a{
	text-decoration:none;
	color:#286ea0;
}

a:hover{
	text-decoration:underline;
}


h1{
	margin:0 0 15px 0;
	font-size:2.1em;
	font-weight:normal;
}

h2{
	margin:0 0 10px 0;
	font-size:1.6em;
	font-weight:normal;
}

h3{
	margin:15px 0 6px 10px;
	font-size:1.45em;
	font-weight:normal;
}

p{
	margin:0 0 15px 0;
	line-height:1.3em;
	text-align:left;
}

p.centeralign{
	text-align:center;
}

p.rightalign{
	text-align:right;
}

a img{
	border:0;
}

.photo{
	padding:5px;
	display:block;
	margin:0 auto 15px auto;
	background-color:#f0f0f0;
}

.block{
	background:#f0f0f0;
	padding:15px;
}

.hide{
	display:none;
}

.show {
	cursor: pointer;
	cursor: hand;
}

.collapsed{
	background: url(images/buttons/expand-icon.gif) no-repeat 0px 5px;
	text-indent: 17px;
}

.expanded{
	background: url(images/buttons/collapse-icon.gif) no-repeat 0px 5px;
	text-indent: 17px;
}


.left {
	float: left;
	border:0;
	padding: 3px 16px 3px 0px;
}

.right {
	float: right;
	border:0;
	padding: 3px 0px 3px 16px;
}

.center {
	margin: 0 auto 0 auto;
	display:block;
	text-align:center;
}


table{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

thead{
	background-color: #505050;
	color: #ffffff;
	text-align:center;
	font-size:1.1em;	
}

tr{
	vertical-align:top;
}

tr.oddrow {
	background-color: #f0f0f0;
}

tr.evenrow {
	background-color: #e0e0e0;
}

td {
	padding: 0 5px 0 5px;
}

.geModelSelect{
	width: 200px;
}

#container{
	margin:0 auto 15px auto;
	width:730px;
	padding:5px 20px 20px 20px;
	background:#ffffff url(images/top.png) no-repeat top left;
}

#logo{
	height:100px;
	color:#ffffff;
	padding:0;	
	background:#ffffff url(images/banner.jpg) no-repeat top left;
	clear:both;
	margin:15px 0 15px 0;	
	cursor: pointer;
	cursor: hand;	
}

#navigation{
	clear:both;
}

.navitab{
	padding:4px 7px 4px 7px;
	margin:0 0 4px 0;
	text-decoration:none;
	letter-spacing:1px;
	background:#e0e0e0 url(images/corner.gif) no-repeat top right;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

.navitab:hover{
	text-decoration:none;
	background:#d0d0d0 url(images/corner.gif) no-repeat top right;
}

.activenavitab{
	padding:4px 7px 5px 7px;
	color:#ffffff;
	margin:0 0 5px 0;
	text-decoration:none;
	letter-spacing:1px;
	background:#505050 url(images/corner.gif) no-repeat top right;
}

.activenavitab:hover{
	text-decoration:none;
}

form#google{
	float: right;
	border:0;
	margin: 0;
	padding: 0;
	height:20px;
	overflow:hidden;
}

#google input {
	padding:0 2px 0 2px;
	margin-bottom: 3px;
	width:auto;
	overflow:visible;
	vertical-align:middle;
}

#desc{
	height:200px;
	color:#ffffff;
	padding:0;
	background:#505050 url(images/bg_welcome.jpg) no-repeat top left;
	clear:both;
	margin:5px 0 0 0;
}

#desc p{
	width:295px;
	font-size:1.1em;
	line-height:1.0em;
	padding:0 0 0 10px;
}

#desc h2{
	padding:15px 15px 0 10px;
	color:#ffffff;
}

#desc a{
	color:#ffffff;
	text-decoration:underline;
}

#main{
	width:540px;
	float:left;
	padding:0 10px 0 5px;
	border-right:1px solid #d0d0d0;
}

#form{
	width:600px;
	float:left;
	padding:0 15px 0 0;

}

div#form h3{
	margin:20px 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
	background:#e0e0e0;
}

#form tr{
	vertical-align:middle;
}


#sidebar{
	width:160px;
	float:right;
}

#sidebar p{
	font-size:0.9em;
	line-height:1.3em;
	margin:0 0 12px 0;
}

.sidelink{
	text-align:left;
	display:block;
	width:120px;
	background:#f0f0f0 url(images/corner.gif) no-repeat top right;
	padding:3px 4px 3px 8px;
	margin:5px 10px 5px 0;
}

.sidelink:hover{
	background:#e0e0e0 url(images/corner.gif) no-repeat top right;
	text-decoration:none;
}

#nav_sequence td, #nav_sequence p{
	vertical-align: middle;	
	text-align:center;
}

#nav_sequence p a {
	color:#286ea0;
}

#nav_sequence a:hover {
	background: #e0e0e0;
}

#footer{
	clear:both;
	background:#fafafa;
	color:#808080;
	font-size:0.9em;
	padding:8px 0 8px 0;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	text-align:center;
}

#footer a, #nav_sequence a{
	color:#808080;
}

#footer a:hover, #nav_sequence a:hover{
	color:#101010;
	text-decoration:none;
}
