/* --------------------------------------------------------------

    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

-------------------------------------------------------------- */
form .cancel { padding-top: 7px; }
form .buttons { padding-top: 14px; }
form dl dt { float: left; width: 130px; text-align: right; padding: 10px 14px 0 20px; font-weight: bold; border-top: 1px solid #d7e6ed; clear: left; }
form dl dd { float: left; width: 420px; border-top: 1px solid #d7e6ed; padding-top: 10px; margin-bottom: 10px; }

/* --------------------------------------------------------------

    +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-wrap { width: 310px; height: 270px; position: relative; margin-bottom: 20px; float:left;}
#slideshow { overflow: hidden; position: absolute; top: 10px; left: 0px; width: 310px; height: 270px; }

#slideshow #slides {
    width: 310px;
    height: 235px;
    position: relative;
    overflow: hidden;
}
#slideshow .slide { float: left; width: 310px; }
#slideshow .slide img { margin-right: 12px;}
#slideshow #menu { margin: 10px auto; text-align: center; height: 17px; }
#slideshow #menu ul { margin: 0; padding: 0; list-style: none; }
#slideshow #menu li a, #slideshow #menu li { height: 17px; width: 17px; display: inline-block; }

#slideshow #menu li.active { background: url(/images/slideshow/dot-active.gif) no-repeat top center; }
#slideshow #menu li.inactive { background: url(/images/slideshow/dot.gif) no-repeat top center; }

#slideshow .details { position: absolute; z-index: 100; margin-top: -67px; width: 300px; padding: 7px 0 10px 10px; }
#bannerMessage      { margin-bottom:10px; border-bottom: 1px dashed #666; font-size:1.4em; font-weight: bold; scrollamount:4;}


.service { cursor: pointer; padding: 5px 0; border-bottom:1px dashed #666; }
/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */



#news-home { width: 310; float:left; margin-top:5px; margin-left:10px;}

#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; }

