/* --------------------------------------------------------------

    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 { 
	text-align: center; 
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#d6d6d5;
	color: #666666;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

/* Links */

a:link,
a:visited { color:#ec008c; text-decoration:none; }
a:hover { color:#f466ba }

/* --------------------------------------------------------------

    +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 	{ background-color:#ffffff; width: 977px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; background-color:#ffffff; float:left; padding:10px 15px 15px 15px; }
#header		{ width: 947px; height:160px; background-image:url(/images/sitefiles/logo-1.gif); background-position: right 20px; background-repeat:no-repeat; }
#content	{ clear:both; }

.col { float: left; margin-right: 10px; width: 77px; background-color:#ededed }

.span-1 { width: 77px; } 
.span-2 { width: 164px; }
.span-3 { width: 251px; }
.span-4 { width: 338px; }
.span-5 { width: 425px; }
.span-6 { width: 512px; }
.span-7 { width: 599px; }
.span-8 { width: 686px; }
.span-9 { width: 773px; }
.span-10 { width: 860px; }
.span-11 { width: 947px; }

/* 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; }

a, a:link, a:link:visited { text-decoration:none; }
a:hover, a:hover:visited { text-decoration:underline; }

strong { font-weight:bold; }
em { font-style:italic; }

/* 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: #666666;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-family: Arial, sans-serif; font-size: 1.8em; font-weight:normal; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.4em; 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 { float:left; width:255px; }
#header h1 a	{ display:block; height:80px; margin-top:15px; background-image:url(/images/sitefiles/missions-legend.gif); background-repeat:no-repeat; }
#header p { clear:both; color:#a6a9ba; }
#header p a { color:#a6a9ba; }

.col p { padding:0 10px; }
.col h2 { clear:both; border-width:0 0 3px 0; border-style:solid; border-color:#00aeef; padding:5px 2px 0 2px; margin:0 0 5px 0; background-color:#ffffff; text-transform:uppercase; }
.col .col h2 { background-color:#EDEDED; padding:2px 8px; color:#999; border-width:0 0 2px 0; }
.col h3 { padding:0 10px; font-size:1.4em; font-weight:bold; color:#333333; }
.col h4 { padding:0 10px; font-weight:normal; color:#333333; }

.col img { margin:5px 0 8px 10px; }
.col h2 img { margin:0; }
.sxn-1 h2 { border-color:#ec008c; }
.sxn-2 h2 { border-color:#f466ba; }
.sxn-3 h2 { border-color:#f9b2dd; }

#follow-us p { padding:0; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

ul#nav { font-family:'Arial Narrow', Arial, sans-serif; list-style:none; padding:0; margin:45px 0 0 0; text-transform:uppercase; float:left; font-size:1.6em; font-weight:bold; }
ul#nav li { display:inline; }
ul#nav li a { text-decoration:none; padding:2px 2px; border-bottom:3px solid #fff; color:#666666; display:block;float:left; margin:0 0 0 20px; }
ul#nav li a:hover{ border-bottom:3px solid #00aeef; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#contact-us h2 { border-color:#8f92bf; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer div { width: 947px; float:left; background-color:#FFF; border-top:1px solid #F0F0F0; padding:2em 0 1em 0; margin-top:20px; text-align:center; }
#footer div .designby { margin-bottom:0; }
#footer div .designby,
#footer div .designby a { color:#CCC }

/* --------------------------------------------------------------
		
		+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; }

/* --------------------------------------------------------------
		
		+News

-------------------------------------------------------------- */

ul.news-list { list-style:none; margin:0; padding:0; }
ul.news-list li { clear:both; margin-bottom:2em; }
ul.news-list li a img { float:left; margin:5px 0 5px 15px; width:100px; border-width:2px; border-style:solid; border-color:#000; }
ul.news-list li a:hover img { border-color:#ff9; }
ul.news-list li h2,
ul.news-list li h3,
ul.news-list li p { margin:5px 0 2px 120px; }
ul.news-list li h3 { padding-top:10px }

ul.archive-list,
ul.article-list { list-style:none; margin:7px 0 10px 0; padding:0 10px; }

p.meta { color:#999; font-size:0.9em; }
p.summary { font-weight:bold; }

.media { float:right; margin:10px; }

/* --------------------------------------------------------------
		
		+Profile

-------------------------------------------------------------- */

ul.profile-list { list-style:none; margin:5px 0 10px 0; padding:0; float:left; width:50%; }
ul.profile-list li { padding:0 10px }
.profile h3 { font-weight:normal; margin-bottom:0.2em; text-transform:uppercase; font-size:1.2em; color:#000; }

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* BASIC FORM */

form.dsForm { margin:0; }
form.dsForm fieldset { padding:5px 0 0 0; background:#eee; margin:10px 0; }
form.dsForm fieldset legend { padding: 0 2px; font-size:1.00em; font-weight: bold; }
form.dsForm fieldset ol { font-size:1.10em; 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.hi:hover,
	.hi form.dsForm fieldset ol li:hover { background-color:#c1e0e5; }
	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:#000; }
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: 105px; }
form.dsForm em { font-weight: bold; font-style: normal; color: #f00; }
form.dsForm fieldset ol li input { border-width:1px; border-style:solid; border-color:#999;}
form.dsForm fieldset ol li input.button { border-width:1px; border-style:solid; border-color:#fff; background-color:#666; color:#fff; padding:2px 5px; cursor:pointer; cursor:hand; margin-left:100px;  }
form.dsForm fieldset ol li input.button:hover { border-color:#666; background-color:#ff9; color:#666;}
