/* --------------------------------------------------------------

    base.css

    Author: Paul Woods
    Date: 26 September 2008

    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%;
	color: #707272;
	font-family: Tahoma, verdana, sans-serif;
	background-image:url(/structure/site-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* Links */

a:link,
a:visited { color:#2a686e }
a:hover { color:#4A9AA6 }

strong { font-weight:bold; }
em { font-style:italic; }

/* --------------------------------------------------------------

    +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; }
#shell 	{ width: 977px; margin: 0 auto; position: relative  }
#page 	{ text-align: left; }
#leftcol	{ float:left; width:286px;	margin:0 22px 0 0;	padding:0 0 0 53px; position:relative; height:1%; }
#rightcol	{ float:left;	width:546px; }

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 126px; } 
.span-2 { width: 256px; }
.span-3 { width: 406px; }
.span-4 { width: 530px; }

/* 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 { text-align:left; font-size: 1.2em; line-height: 1.6em; }
ul p { font-size: 1em; }
/* 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-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 3.0em; margin-bottom: 0.2em; font-weight:normal; letter-spacing:-0.05em; line-height:1em; color:#000; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; font-weight:normal; letter-spacing:-0.05em; line-height:1.2em; color:#2a686e; }
h4 {
	font-size: 1.5em;
	font-weight:normal;
	line-height:1.2em;
	color:#2a686e;
}
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; }

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

.vcard img,
ul.itemList li a img
{ background-color:#fff; margin:10px; padding:2px; border:1px solid #e6e6e6; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* BASIC FORM */

form.dsForm { margin:0; }
form.dsForm fieldset { padding:5px 0 0 0; border-width:1px; border-color:#ccc; border-style:solid; background:#eee; margin:10px 0; }
form.dsForm fieldset legend { padding: 0 2px; font-size:1.20em; font-weight: bold; }
form.dsForm fieldset ol { font-size:1.20em; 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; }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header {
	height:230px;
	width: 977px;
	margin:0 0 24px 0;
	background-image:url(/structure/topbanner/polaroids.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

#header h1 {
	float:left;
	width:100%;
	height:230px;
	background-repeat:no-repeat;
	background-position:362px 75px;
}

#header h1 a {
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	margin:130px 0 0 216px;
	width:208px;
	height:96px;
}

/* --------------------------------------------------------------

    +Left Column

-------------------------------------------------------------- */

#leftcol .box {
	clear:both;
	float:left;
	font-family: Georgia, "Times New Roman", Serif;
	width:286px;
	padding:10px 0;
	margin:10px 0;
	background:#ddd;
}

#leftcol .box h2 {
	font-size:1.6em;
	text-transform:uppercase;
	color:#2a686e;
	margin:0.4em 0 0.8em 0;
	padding:0 10px;
}

#leftcol .box p {
	font-size:2em;
	line-height:1.2em;
	margin:0.5em 0;
	padding:0 10px;
}

#leftcol .box p span {
	font-size:0.8em;
}

#leftcol .hi {
	background:#2a686e;
}

#leftcol .hi p, #leftcol .hi h2,  #leftcol .hi a {
	color:#fff;
}

/* --------------------------------------------------------------

    +Rightcol

-------------------------------------------------------------- */

#rightcol .box h4 {
	margin-top: 2em;
	margin-bottom: 0.8em;
	padding-bottom:0.5em;
	font-style:italic;
	position:relative;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#rightcol .box h4.more {
	margin: 0;
	background:none;
	text-align:right;
}

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

ul#navmain {
	float:left;
	width:150px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	font-family: Georgia, "Times New Roman", Serif;
	font-size:2.2em;
	line-height:1.2em;
	letter-spacing:-0.05em;
}

ul#navsec {
	float:right;
	display:block;
	width:130px;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
	font-family: Georgia, "Times New Roman", Serif;
	font-size:1.3em;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:top;
}

ul#navsec li {
	padding:1px 0 3px 0;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	float:left;
	width:100%;
}

ul#navmain li a, ul#navsec li a { text-decoration:none; color:#2a686e; }
ul#navmain li a:hover, ul#navsec li a:hover { text-decoration:underline; }

ul#navsec ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.9em;
	font-family:Tahoma, verdana, sans-serif;
	background:none;
	letter-spacing:0em;
}

ul#navsec ul li {
	padding:0 0 0 10px;
	background-image:url(/sitefiles/bullets/sec-menu.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
}

ul#navsec ul li a { text-decoration:none; color:#707272; }

/* --------------------------------------------------------------

    +Content

-------------------------------------------------------------- */

#content {
	padding:0 0 0 15px;
	margin-bottom:10px;
	border-left:2px solid #e6e6e6;
	float:left;
	width:529px;
}

ul.itemList { margin:0; padding:0; list-style:none; }
ul.itemList li { margin:1.2em 0 2.4em 0; clear:left; }
ul.itemList li a img { float:left; margin:5px 10px 5px 0; }
ul.itemList li h5 { font-weight:bold; color:#000; margin:0; padding:0; }
ul.itemList li h5 span a { color:#000; text-decoration:none; padding-bottom:1px; border-bottom:1px solid #000; }
ul.itemList li p { margin:0; padding:0; line-height:1.2em; }
ul.itemList li p.dt { font-family: Georgia, serif; font-weight:normal; color:#a3a6a6; }
ul.itemList li p a { color:#707272 }

a.controltxt { background-position:left top; margin:0.5em 1em 1.5em 0;background-repeat:no-repeat;height:12px;display:block; padding-left:20px; line-height:1em;}
a.controltxt:hover { background-position:left bottom;}

.util a { background-repeat:no-repeat; background-position:top left; display:block; padding-left:25px; height:15px; }
.util a.lrg { background-repeat:no-repeat; background-position:top left; display:block; padding-left:40px; height:24px; }
.util a:hover { background-position:bottom left; }
.notext a { width:20px; padding:0; }
.notext a.lrg { width:32px; padding:0; }
.notext a span { display:none; }

.profile { text-align:center }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer {
	clear:both;
	font-family: Georgia, "Times New Roman", Serif;
	width:531px;
	padding:10px 0 30px 15px;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#footer h4 {
	margin:10px 0 0 0;
	padding:0;
}

/* --------------------------------------------------------------
		
		+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; }

.media { text-align:center; }
.media img { padding:2px; border:1px solid #e6e6e6; }

.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; }

