/*reset*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/

body {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
font-family:arial,sans-serif;
font-size:14px;
text-align:center;
color:#2F2F2F;
}

a:hover {
text-decoration:none;
}

#container {
width:800px;
margin:0 auto;
text-align:left;
}

#logo {
width:348px;
height:67px;
background-image:url(../images/logo.jpg);
}

#contact{
float:right;
width:400px;
color:white;
text-align:right;
font-size:14px;
padding-top:13px;
}

#contact a{
color:white;
}

#top_nav {
width: 430px; height: 200px;
margin: 10px auto; padding: 0;
position: absolute;
top:33px;
left:50%;
margin-left:-12px;
}

#top_nav li {
margin: 0; padding: 0; list-style: none;
background-image:url(../images/top_nav_bg.jpg);
height: 24px;
}

#top_nav li a{
padding-top:5px;
}

#top_nav li, #top_nav li a {
width:98px;display: block;float:left;
text-align:center;
color:#005691;
text-decoration:none;
verticle-align:middle;
margin-right:1px;
font-weight:bold;
}

#panel1 {left: 0; width: 95px;}
#panel2 {left: 96px; width: 75px;}


#top_nav li a:hover {
color:#FFFFFF;
}

#main_nav {
height: 233px;
width: 750px;
}

#shadow{
background-image:url(../images/shadow.jpg);
background-repeat:no-repeat;
width:800px;
height:25px;
}

#content {
width:800px;
text-align:left;
}
#content #left {
float:left;
margin:10px 0 0 15px;
width:370px;
}
#content #right {
float:left;
margin:10px 10px 0 15px;
width:370px;
}
#content #full {
clear:left;
width:550px;
margin:0 0 0 125px;
}

h1{
color:#0194BD;
font-size:30px;
font-family:"trebuchet ms", arial, sans-serif;
text-transform: uppercase;
font-weight:bold;
margin:0 0 10px 0;
}

p{
margin: 0 0 10px 0;
line-height:18px;
}
