@charset "UTF-8";

/* Jansen & Hastings Index CSS, 2008 */

/* Body */
* {
	padding:0px;
	margin:0px;
}
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #666666;
}
img {
	border:none;
}
a {
	font-size: 1em;
	color:#0083cb;
	text-decoration: none;
}
a:hover {
	color:#0083cb;
	text-decoration:underline;
}
/*--- Wrap---*/
#wrap {
	width:690px;
	margin: 60px auto;
	background:#FFFFFF;
}
/*--- J&H Logo ---*/
#logo {
	width:690px;
	height:100px;
	background:#FFFFFF;
}
/*--- Navigation ---*/
#navi {
	width:690px;
	height:auto;
	background-color:#563394;
	color:#9bb7dd;
	padding: 5px 0px 5px 0px;
	background-image:url(Assets/navi_bg.gif);
	background-repeat:repeat-x;
	font-size: 0.7em;
	margin: 0px 0px 2px 0px;
	text-align:left;
}
#navi ul {
	margin:0px 0px 0px 10px;
}
#navi ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#navi ul li#navileft {
	padding: 0px 10px 0px 5px;
}
#navi ul li#naviright {
	border-right-style: none;
}
#navi a {
	color:#FFFFFF;
	text-decoration: none;
}
#navi a:hover {
	color:#9bb7dd;
	text-decoration: none;
}
/*--- Content ---*/
#bluegrad {
	width:690px;
	height:20px;
	background-image:url(Assets/bluegrad.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
}
#welcome {
	width:680px;
	min-height:240px;
	font-size:0.8em;
	margin: 0 0 0 10px;
	float: left;
}
.welcome_row {
	width:680px;
	height:50px;
	float:left;
	margin-bottom:5px;
}
.welcome_row_col {
	width:400px;
	height:50px;
	float:left;
}
.welcome_row_col.welcome_row_col_right {
	width:263px;
	float:right;
}
.callout {
	width:375px;
	min-height:30px;
	border:1px solid #0083cb;
	padding:5px;
	font-size:0.9em;
}
#links {
	float:right;
	height:auto;
	width:265px;
}
#links img {
	margin:0 0 5px 0;
}
/*--- Footer ---*/
#footer {
	float:left;
	margin:10px 0px 20px 0px;
	padding:10px 0px 0px 0px;
	width:690px;
	text-align:left;
	border-top: #0083cb 1px solid;
}
#footer1 {
	float:left;
	width:490px;
}
#footer1 ul li {
	font-size: 0.65em;
	list-style-type: none;
	color: #666;
	line-height: 1.2em;
}
#footer1 ul a {
	font-size: 1em;
	color:#0083cb;
	text-decoration: none;
}
#footer1 ul a:hover {
	color:#0083cb;
	text-decoration:underline;
}
#footer2 {
	float:right;
	width:200px;
}
#footer2 a {
	font-size: 0.65em;
	color: #0083cb;
	float:right;
	text-decoration:none;
}
#footer2 a:hover {
	text-decoration:underline;
}

/*--- IE 6 Fix ---*/
#producer {
	height:30px;
}