/* --------------------------------------------------------------

    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,
strike, strong, 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 { 
	background-color:#000000;
	background-image:url(/structure/site-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align: center; 
	font-size: 62.5%;
	font-family: Verdana, Sans-Serif;
	color: #cccccc;
	}

a:link					{ color:#6699cc; text-decoration:none; }
a:hover,
a:hover:visited	{ color:#6699cc; text-decoration:underline }
a:visited				{ color:#6699cc; text-decoration:none; }

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }
hr.clear-floats { height:0;border-width:0; }


/* --------------------------------------------------------------

    +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: 950px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; }
#header { height:255px; width:50%; float:left; }
#content 	{ 
	width:950px;
	float:left;
	}
.col { float: left; margin-right: 10px; width: 150px; }

.span-1 { width: 150px; } 
.span-2 { width: 310px; }
.span-3 { width: 470px; }
.span-4 { width: 630px; }
.span-5 { width: 790px; }
.span-6 { width: 950px; }

.box 	{ 
	margin-bottom:10px;
	padding-top:10px;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#182d49;
	}
	
/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.1em; line-height: 1.6em; }

strong { font-weight:bold; color:#fff; }
big { font-size: 1.4em; }
.leadpara { font-family: Georgia, serif; font-weight:normal; font-size: 1.8em; color:#ffffff; line-height: 1.4em; }
.col p,
.col dd,
.col dt,
.col table {
	padding-left:10px;
	padding-right:10px;
}

/* 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 ul { font-size:1em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }
.col ul, .col ol { padding:0 0 0 1.4em; margin:0.5em 10px 1.5em 10px; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-family: Georgia, serif; font-weight:normal; font-size: 3.2em; margin-bottom: 0em; }
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; }

#header h1 {
	width:470px;
	height:250px;
}
#header h1 a {
	display:block;
	height:250px;
}
.col h1, .col h2, .col h3, .col h4, .col h5 {
	padding: 10px 10px 0 10px;
	}


/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav {
	height:255px; width:50%; float:left;
}

#nav ul {
	text-align:right;
	list-style:none;
	margin-top:65px;
	padding-right:10px
}

#nav ul li {
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
	font-size:1.2em;
}

#nav ul a {
	text-transform:uppercase;
	font-weight:bold;
}

#nav ul a:hover {
	color:#fff;
	text-decoration:none;
}

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Layouts

-------------------------------------------------------------- */

.twocol {
	background-image:url(/structure/twocol/bkgd.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer p {
	clear:both;
	padding:30px 10px;
	color:#3372B9;
}
#footer p span.tel {
	float:right;
	font-family:Georgia, serif;
	font-size:3.6em;
	padding-top:10px;
	padding-bottom:15px;
}

/* --------------------------------------------------------------
		
		+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; }

/* --------------------------------------------------------------

    +Lists

-------------------------------------------------------------- */

ul.links {
	list-style:none;
	padding:0;
	margin:20px 0 10px 0;
}

ul.links li a {
	background-color:#162f48;
	border:1px solid #3774b1;
	display:block;
	width:120px;
	margin:0 15px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
}

ul.links li a:hover {
	background-color:#fff;
	color:#3774b1;
	text-decoration:none;
}

ul.thumbs {
	list-style:none;
	margin:0;
	padding:0;
}

ul.thumbs li {
	text-align:center;
}

ul.thumbs li img {
	border:1px solid #333333;
}

ul.thumbs li a img {
	border-color:#3774b1;
}

ul.thumbs li a:hover img {
	border-color:#fff;
}

/* BASIC FORM */

form.dsForm { margin:0; }
form.dsForm fieldset { padding:5px 0 0 0; border-width:0; }
form.dsForm fieldset.bdr { margin-bottom:10px; border-width:1px; border-style:solid; border-color:#ccc; }
form.dsForm fieldset legend { padding: 0 14px 0 14px; font-size:1em; font-weight:bold; }
form.dsForm fieldset ol { margin: 0; padding: 0; }
form.dsForm fieldset ol li { list-style: none; padding: 5px 14px; margin: 0; }
form.dsForm fieldset ol li label { width: 100px; display: block; float: left; vertical-align: top; }
form.dsForm fieldset ol li label span { width:100px; display:block; }
form.dsForm fieldset ol li:hover { color:#000; }
	form.dsForm fieldset ol li.shade:hover,
	.shade form.dsForm fieldset ol li:hover { background-color:#e0e0e0; }
	form.dsForm fieldset ol li.warn:hover,
	.warn form.dsForm fieldset ol li:hover { background-color:#eac5c5; }
	.warn form.dsForm fieldset ol li.hi:hover { background-color:#d89b9b; }
form.dsForm fieldset ol li:hover label { color:#fff; }
form.dsForm fieldset li.hi { margin-top:5px; }
form.dsForm fieldset fieldset { border: none; margin: 3px 0 0; }
form.dsForm fieldset fieldset legend { padding: 0 0 5px; font-weight: normal; }
form.dsForm fieldset fieldset label { display: block; width: auto; margin-left: 175px; }
form.dsForm em { font-weight: bold; font-style: normal; color: #f00; }
