/* CSS Document */


/* Author - Anders Wick
Working with Wick's Web Design on February 25th 2009 
for Isovolta's new corporate identity.  I like to 
consider this my "showpiece" */

body {
	background: url(../images/header.gif) center 25px no-repeat;
	width: 860px;
	margin: 0 auto;
	font-family: 'arial';
}

/* -Navigation
--------------*/
div#nav {
	margin: 100px 0 0 -35px;
	font-family: 'times new roman';
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: block;
	float: left;
}

#nav a {
	color: #999999;
	text-decoration: none;
	display: block;
	margin-right: 30px;
	font-size: 18px;
	float: left;
	padding: 3px;
}

#nav a:hover {
	background: #575756;
	color: white;
}

.home #nav a.home, .aviation #nav a.aviation, .marine #nav a.marine, .rail #nav a.rail, .contact #nav a.contact {
	background: #575756;
	color: white;
}
/* end of navigation */

div#flash {
	border: thin solid #CCCCCC;
	float: left;
	margin: 15px 0 0 0;
}

div#content {
	float: right;
	width: 250px;
	margin: 10px 20px 0 0;
	font-family: 'arial';
}

div#content p {
	line-height: 22px;
}

div#content span {
	font-size: 36px;
	color: #999999;
	line-height: 22px;
}

div#news {
	width: 533px;
	float: left;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	padding: 0 0 10px 10px;
	margin: 50px 0 0 0px;
	font-family: 'arial';
	font-size: 14px;
}

div#news p {
	width: 450px;
}

div#news span {
	float: left;
	margin: -30px 0 0 0;
	font-size: 26px;
	font-family: 'Times New Roman';
	color: #666666;
}

div#news a {
	color: black;
	font-size: 13px;

}

div#news a:hover {
	color: white;
	background: black;
}

div#footer {
	float: left;
	border-top: thin solid #666666;
	width: 100%;
	margin-top: 25px;
}

div#footer p {
	float: left;
	margin-top: 15px;
}

div#footer a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-right: thin solid #999999;
	padding-right: 10px;
	float: left;
	margin-right: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer #right {
	float: right;
}

/* Added for the marine page and the rest of the 'content' pages */
div#container {
	float: left;
	margin-top: 25px;
}

div#leftnav {
	float: left;
	clear: left;
	font-size: 14px;
}

#leftnav span.top {
	border-top: 1px solid #CCCCCC;
}

#leftnav span {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	border-left: none;
	border-right: none;
	padding: 8px 4px;
	width: 188px;
}

div#maincopy {
	float: left;
	width: 600px;
	margin: 0 0 0 45px;
	font-size: 14px;
	line-height: 20px;
}

div#maincopy h1 {
	padding-top: 10px;
}

#maincopy p {	
	font-size: 14px;
}

#leftnav span a {
	color: black;
}

#leftnav span a:hover {
	background: black;
	color: white;
	text-decoration: none;
}

div#listholder {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
	margin-top: 35px;
	width: 100%;
}

div#listholder h1 {
	display: block;
	margin-top: -50px;
	float: left;
	padding: 5px;
	clear: left;
}

ul#leftlist {
	padding-top: 15px;
}

ul#leftlist span {
	font-size: 16px;
	font-family: 'times new roman';
}

li ul {
	margin-bottom: 18px;
}

#leftlist a {
	color: black;
	font-size: 14px;
}

#leftlist a:hover {
	text-decoration: none;
	color: white;
	background: black;
}

.clear {
	clear: both;
	float: left;
}

table {
	border: 1px solid #CCCCCC;
}

table td {
	padding: 15px;
}

input {
	border: thin solid #cccccc;
	color: #666666;
	height: 16px;
	padding: 2px;
}

input.submit {
	background-color: white; 
	border: 2px solid #cccccc; 
	color: black;
	height: 25px;
}

input.submit:hover {
	background-color: white; 
	border: 2px solid #333333; 
	color: black;
	cursor: pointer;
}

textarea {
	border: thin solid #cccccc;
	color: #666666;
}

/* Added march 12, 2009 */

img#aviationpic {
	margin: 25px 0 0 6px;
}

/* Added march 15, 2009 for contact page */
#contactaddress {
	padding: 8px 0;
	margin: 15px 0;
	border-top: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	width: 195px;
}

#contactaddress h3 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
}

#contactaddress ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contactaddress li {
	font-size: 12px;
	color: #333333;
}

#contactaddress a {
	color: #333333;
	font-size: 12px;

}

#contactaddress a:hover {
	color: white;
	background: black;
}

