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;
	background: url(../images/bg.jpg) center 0 #1D1D1D no-repeat;
	color: #1d1d1d;
	font-family:Arial, Helvetica, sans-serif;
}
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;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 92px;
	overflow: hidden;
	margin: 0 10px;
}

#nav {
	height: 44px;
	margin: 0 10px;
}

#strap {
	height: 161px;
	margin: 50px 340px 0 40px;
	line-height: 40px;
}

#content {
	overflow: hidden;
}

div.left, div.leftcol {
	float: left;
}

div.right, div.rightcol {
	float: right;
}

#content div.left { background: url(../images/leftbg.png) repeat-y; width: 580px; padding: 20px 30px; min-height: 302px; }

#content div.right { background: url(../images/rightbg.png) repeat-y; width: 312px; height: 334px; padding: 4px 14px; position: relative; }

div.leftcol { width: 640px; }

div.rightcol { width: 340px; }

div.leftcol div.shadow { background:url(../images/lefttopbg.png) no-repeat; }

div.rightcol div.shadow { background:url(../images/righttopbg.png) no-repeat; }

#contact #content div.right { padding: 20px 30px; width: 282px; height: 334px; }

#sub #content div.right { height: 374px; }

#footer {
	height: 160px; line-height: 160px; margin: 0 10px;
}

div.shadow { height: 10px; margin-top: 5px;	}

.clear { clear: both; height: 0;}

/* images */

#footer img { vertical-align: middle; }

#nav img { float: left; }

/* ul's */

#nav ul { height: 44px; float: left; }

#nav ul li { float: left; line-height: 44px; text-transform:uppercase; font-size: 12px;  }

#nav ul li a { display: block; color: #fff; padding: 0 35px;  text-decoration: none; }

#nav ul li a:hover { background: rgb(189,189,189); background: rgba(255,255,255,0.2); }

#nav ul li a.selected { background:url(../images/activebg.jpg) repeat-x;  }

#content ul { margin-top: 20px; }

#content ul li { background: url(../images/bullet.jpg) 0 23px no-repeat; float: left;padding-left: 20px; margin-left: 20px;width: 250px; min-height: 50px; line-height: 50px; }

/* fonts */

h1 { font-size: 29px; }

h2 { font-size: 22px; margin-bottom: 15px;} 

h3 { font-size: 18px; margin-top: 20px; }

#footer, #footer a { font-size: 11px; color: #636363; text-decoration: none; }

p { margin: 10px 0; line-height: 20px; }

p.errormessage { font-weight: bold; }

/* forms */

#header li { float: left; height: 27px; }

#header form { height: 27px; margin-top: 30px; float: right; overflow: hidden; }

#header input#search { width: 225px; color: #ccc; border: 0; height: 25px; padding: 5px 0 0 5px; }

button { border: 0; padding: 0; }

#header button { background:url(../images/search.jpg) no-repeat; width: 68px; height: 27px;}

form li { color: #002144; }

.left span, p.errormessage { color: #c00; }

#content input:focus, textarea:focus { outline: 2px solid #333; }

#content ul.contact li, #content ul.searchList li { float: none; list-style: none; width: 100%; margin-left: 0; background: none; padding-left: 0; line-height: normal; }

#content ul.contact li label { float: left; display: block; width: 150px; }

#content ul.contact li input { float: left; }

#content button { margin: 20px 0 0 -3px; background: #fff; }

/* search results */

ul.searchList li { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 15px;}

ul.searchList li label { display: none; }

div.leftcol a, div.rightcol a { color: #002144; font-weight: bold; }

div.rightcol a img { display: block; cursor: pointer; }

div#slideshow {  overflow: hidden; height: 334px; }

div.enlarge {  width: 150px; height: 20px; font-size: 11px; background: #fff; float: right; margin-right: 10px; text-align: center; }

div.enlarge p { padding: 0; margin: 0; line-height: 20px;}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
