/* -------------------------------------------------------------- 
  
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	body {
		line-height: 1;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { 
	font-size: 75%; 
	color: #333; 
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; 
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

img 		{ vertical-align: bottom; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }

a           { color: #009; text-decoration: underline; }
a:focus, 
a:hover     { color: #000; text-decoration: none;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em      { font-style: italic; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clear     { clear: both; }

.hidden { 
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* -------------------------------------------------------------- 
  
	Layout
   
-------------------------------------------------------------- */

body {
	background: #9df2f7 url(/images/bg.gif) repeat-x;
	}

.wrap {
	width: 1000px;
	margin: 0 auto;
	}

.header {
	position: relative;
	color: #fff;
	height: 139px;
	}	
	
.content {
	float: left;
	}	

.maincontent {
	float: left;
	width: 780px;
}

.sidebar {
	float: right;
	width: 220px;
	}

.footer {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	line-height: 2em;
	background: url(/images/footer_bg.gif) repeat-x;
	height: 128px;
	clear: both;
	min-width: 800px;
}	

.footer a {
	color: #fff;
	padding: 0px 3px;
}	

/* breadcrumbs */

.breadcrumbs {
	color: #fff;
	line-height: 1.6em;
	background: url(/images/breadcrumb_bg.gif) no-repeat;
	height: 22px;
	padding-left: 1.5em;
	margin-bottom: 1em;
}	

.breadcrumbs a {
	color: #fff;
	padding: 0px 3px;
}

/* home page */


body.home {
	background: #0172b5 url(/images/home_bg.gif) repeat-x;
	}

.home .wrap {
	width: 984px;
	margin: 39px auto 0 auto;
	}

.home .header {
	height: auto;
}
	
.home .content {
	background: url(/images/body.jpg) no-repeat;
	height: 258px;
	float: none;
	position: relative;
	}


.homeform {
	position: relative;
	top: 63px;
	left: 566px;
	width: 210px;
	margin: 0;
}

.homeform label {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 15px;
}

.homeform input.text {
	width: 137px;
	border: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	height: auto;
	margin-right: 0;
	}
	
.homeform input.submit {
	position: relative;
	top: 3px;
	left: 2px;
	margin-top: 0;
}
	
.error {
	position: absolute;
	bottom: 65px;
	left: -15px;
	padding: 5px 0px 0px 65px;
	line-height: normal;
	width: 162px;
	min-height: 60px;
	background: #cb0000 url(/images/error.gif) no-repeat; 
	color: #fff;
	display: none;
	font-size: 11px;
	
	}

.countdown {
	position: absolute;
	line-height: normal;
	width: 195px;
	height: 65px;
	color: #fff;
	left: 490px;
	top: 152px;
	font-size: 11px;
}

.countdown h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0;
}

.countdown p {
	margin-bottom: 0;
}

.countdown .days  {
	float: left;
	width: 76px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}



.countdown .blurb {
	float: left;
	width: 100%;
	color: #0168a6;
	font-size: 23px;
	padding: .8em 0 0 10px;
	line-height: 1.1; 	
}


/* solo vignette */

.location {
	position: absolute;
	bottom: 12px;
	right: 10px;
	margin-bottom: 0;
	font-size: 1.4em;
}

/* sidebar ads */
.advert {
	float: right;
	}	

.advert img {
	margin: 0 0 1em 0;
}

/* intro boxes */
.intro {
	background: #fff;
	border: 2px solid #fff;
	border-bottom: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	color: #017fc9;
	margin-bottom: .5em;
	overflow: auto;
	width: 100%;
	padding-bottom: .5em;
	}
	
.intro p, .intro ul, .intro ol {
	margin: .5em 1em;
	}
	
	
.intro a {
	color: #cb0000;
	}
	
.nav {
	float: left;
	clear: both;
	list-style: none;
	margin-bottom: .5em;
}

.nav li {
	float: left;
	background: url(/images/bullet.gif) no-repeat left .2em;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 15px 0 15px;
	line-height: 1.5em;
}

.secondarynav {
	float: left;
	clear: both;
	margin: 0;
	list-style-type: none;
}

.secondarynav li {
	float: left;
	background: url(/images/alt_bullet_off.gif) no-repeat left .3em;
	font-weight: bold;
	padding: 0 15px 0 0px;
	line-height: 2.2em;
}

.secondarynav li.current {
	background-image: url(/images/alt_bullet_on.gif);
}

.secondarynav li span {
	position: relative;
	z-index: 1;
	color: #fff;
	left: 6px;
	padding-right: 18px;

}


/* feature boxes with rounded corners */

.feature {
    float:left;
    background: url(/images/right_alt.gif) no-repeat right top; /*#cb0000*/ 
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
    }
	
.feature .helper {
    background: url(/images/left.gif) no-repeat left top;
    padding-top:5px;
	overflow: hidden;
	width: 100%;
    }
	
/* for bottom corners */	
.featurefooter {
    float:left;
    background: url(/images/right.gif) no-repeat right bottom; /*#cb0000*/ 
	width: 100%;
	overflow: auto;
    }
	
.footleft {
    background: url(/images/left.gif) no-repeat left bottom;
    padding:5px 15px;
    }	
	
.feature h2 {
	background: url(/images/bullet_2.gif) no-repeat left .56em;
	color: #fff;
	text-decoration: underline;
	padding-left: 20px;
	font-size: 1.4em;
	padding-top: .3em;
	margin: 0 1em;
	min-height: 2em;
}

.featurebody {
	background: #e6e6e6;
	border: 5px solid #fff;
	margin: 0px 10px;
}

.single .featurebody {
	min-height: 420px;
}


.feature .paging {
	text-align: right;
	float: right;
	margin-top: .5em;
	width: 100%;
	display: inline;
	position: relative;
}

.feature .paging a {
	color: #fff;
}

.feature h2 {
	margin-top: .5em;
}

.feature h2.next {
	background: url(/images/bullet_4.gif) no-repeat right .56em;
	float: right;
	padding-left: 0;
	padding-right: 20px;
}

.feature h2.more {
	background: none;
	text-align: center;
	left: 300px;
	position: absolute;
}

.feature h2.prev {
	background: url(/images/bullet_5.gif) no-repeat left .56em;
	float: left;
}


/* smaller boxes -- few adjustments to original */

.smallfeature {
	float: left;
	width: 254px;
	margin-right: 9px;
	display: inline;
}

.last {
	margin-right: 0px;
}

.smallfeature h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.smallfeature h2 a {
	color: #fff;
}

.smallfeature p img {
	margin: 0 0 1em 0;
}	

.smallfeature .helper {
	min-height: 275px;
	padding:5px 0px;
}


.smallfeature .featurebody {
	background: #fff;
	min-height: 240px;
	position: relative;
}	

.learnmore  {
	border: 3px solid #cccccc;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 218px;
	}

.learnmore a {
	display: block;
	background: #4d4d4d url(/images/bullet_3.gif) no-repeat .5em .4em;
	color: #fff;
	padding: 4px 4px 4px 18px;
	border: 1px solid #8c8c8c;
	}
	

	
/* landing page */

.smallfeature2 .featurebody {
	min-height: 150px;
}	

.smallfeature2 .helper {
	min-height: 193px;
}



/* =FORMS 
-------------------------------------------------------- */
form {
	margin: 2em;
	color: #333;
}

form ol {
	list-style: none;
	margin: 0;
	overflow: auto;
}


form li {
	margin-bottom: 1em;
	clear: both;
	overflow: hidden;
}

form li p {
	float: left;
	margin: 0;
}

label {
	font-weight: bold;
	margin-right: 1em;
}

input.text2, input.text, select, textarea {
	margin-right: 1em;
	border: 1px solid #ccc;

	height: 20px;
}

/* remember to define focus styles! */
input:focus, select:focus {
	border: 1px solid #666;
}

input.submit {
	margin-top: 2px;
}

.label, p.label {
	display: block;
	float: none;
	font-weight: bold;
	margin-bottom: .1em;
}

input.text {
	width: 180px;
}

input.largetxt {
	width: 280px;
}

input.smalltxt {
	width: 80px;
}

select.smallselect {
	width: 80px;
}

textarea {
	width: 390px;
	height: 50px;
}

.required {
	color: #CB0000;
	font-weight: bold;
}

label .required {
	font-size: 1.2em;
}