/* --------------------------------------------------------------

    base.css

    Author: 
    Date: 

    This is the main stylesheet 
    
    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
    font-family: Verdana, Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 62.5%;
    line-height: 1.5;
    color: #333;
    background: url(/images/sitefiles/new-page-bg.jpg) 50% 0 repeat-y #dedede;
    }

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* --------------------------------------------------------------

    +Layout
    
    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 	{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 983px; margin: 0 auto; position: relative; }
#header { width:983px; height:111px; }
#content { padding: 8px 13px 13px 13px; text-align: left; }
#logo { position: relative; width: 133px; margin: 0 0 5px 0; left:20px; top:-107px; }

.col { float: left; margin-right: 12px; width: 94px; }

.span-1 { width: 94px; }
.span-2 { width: 199px; }
.span-3 { width: 305px; }
.span-4 { width: 411px; }
.span-5 { width: 518px; }
.span-6 { width: 623px; }
.span-7 { width: 729px; }
.span-8 { width: 835px; }
.span-9 { width: 941px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

img.standard { border: 1px solid #666; padding: 1px;}
.gallery-image { height: 125px; text-align:center;}

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.1em; line-height: 1.6em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

.quiet { color: #999; }

#title { border-bottom: 2px solid #10417d; margin-top: 12px; margin-bottom:12px; }
#title img { margin-bottom: 7px; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { background-image: url( /images/sitefiles/menu-bg.gif ); background-repeat: repeat-x; height:33px; }
#main-menu { padding:5px; color: #fff; font-size: 1.5em; margin-left:120px;  }  
#main-menu a { color: #fff; text-decoration:none;}
#main-menu a:hover { text-decoration: underline;}
#main-menu li { display:inline; float:left; margin-left:5px; }
#main-menu div
{	
	position: absolute;
	visibility: hidden;
	top:144px;
	padding: 0;
	background: #2875DE;
	border: 1px solid #5970B2;
	z-index: 100;
}

#main-menu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #333;
	font: 11px arial
}

#main-menu div a:hover
{	background: #49A3FF;
	color: #FFF
}

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#slideshow          { }
#slides li img      { border: 1px solid #333; margin: 0 12px 12px 0; }
#slideshow ul       { margin: 0; }
#slideshow ul li    { list-style: none; background-color: #fff;}
#slides li          { height:260px; width:320px; position:absolute; }
#slides img         { float: left; }
#slides             { width: 320px; height: 260px; float:left;}
#slideshow li.current { border: 3px solid #666; -moz-opacity:1; }
#slideshow li.noncurrent {  border: 3px solid #fff; -moz-opacity:1 }

#thumbnails width   { float: left; width:285px; height:260px; position: absolute; }
#thumbs ul li       { list-style: none; }
#thumbs li          { width:125px; height: 85px; float: left; margin-right: 0px; text-align:center; margin: auto 5px 0 5px; }
#thumbs li img      { border: 1px solid #333; padding: 1px; }
#thumbs li.last     { margin-right: 0; }

#bannerMessage      { margin-bottom:10px; border-bottom: 1px dashed #666; font-size:1.4em; font-weight: bold; scrollamount:4;}

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */





#news { border-top: 1px dashed rgb(102, 102, 102); margin-top: 10px; padding:10px; }
#news h3 { margin-top:10px; }
#news h5 { margin:0; font-size: 1.1em; font-style:italic; }
.news-list ul { text-align:left; }
.news-list li { list-style-type:none;}


/* --------------------------------------------------------------
		
		+Overwrite Styles 
		
    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }
