/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(/images/bg_vespa.gif); 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }

h3{
 font-size: 1.2em;
 color: #E54F00;
}


p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:link, a:visited, a:hover {
	color: #165488;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 131px;  /* this number adjusts the gap between the CONTENT div and the NAV/HEADER div..it should be 132 to work with Firefox and IE */
	margin: 0 auto;
}

/* Logo */

#logo {
	margin: 0 auto;
	width: 800px;
	height: 109px;  /* this adjusts the gap between the nav bar and the logo, it should be 1px smaller than the logo..dunno why but it works. */
}


/* Menu */

#menu {
	margin: 0 auto;
	width: 800px;
	height: 22px;
	z-index:5;
}


/* Content */
#search {
	width: 790px;
	float: right;
	z-index:0;
	background: #FFFFFF;  /* Change Content BG color here */
}


#content {
	width: 798px;
	margin: 0 auto;
	z-index:0;
	border-left: 1px solid #E54F00;
	border-right: 1px solid #E54F00;
	background: #FFFFFF;  /* Change Content BG color here */
}

#colOne {
	float: left;
	width: 599px;
	background: #FFFFFF;  /* Change Content BG color here */
}

#colOne .top-head {    
	padding: 30px 0 0 20px;     /* Spacer at top of colOne */
	border-top: 10px solid #FFFFFF;
}

#colOne .content {
	padding: 20px;
}

#colTwo {
	float: right;
	width: 188px;
	padding-right: 10px;
	border-left: 1px solid #E54F00;
	border-bottom: 1px solid #E54F00;
	border-top: 1px solid #E54F00;
	background: #eeeeee;  /* Change Content BG color here */
}

#colTwo .top-head {
	padding: 30px 0 0 20px;     /* Spacer at top of colOne */
	border-top: 10px solid #eeeeee;
}

#colTwo .content {
	padding: 10px 10px 10px 20px;
}

#colBig {
	width: 750px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	background: #FFFFFF;  /* Change Content BG color here */
}

#extra {
	height: 10px;
}


#navBar ul a:link, ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/* Footer */

#footer {
	width: 798px;
	height: 60px;
	margin: 0 auto;
	border-left: 1px solid #E54F00;
	border-bottom: 1px solid #E54F00;
	border-right: 1px solid #E54F00;
	background: #FFFFFF;  /* Change Content BG color here */
}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 90px;
	text-align: left;
	font-size: small;
	color: #000000;
}

#footer a {
	color: #015E87;
}
