/* css file designed by David Todd Watson (david at wow-medialab dot com)
   updated: June 24, 2007
   site layout: 100% + centered
   site width: 760px
   
   tested with: 	

   ? Internet Explorer 5.2.2 (MAC)
   ? Safari 1.0.3 (MAC)
   ? Internet Explorer 6.0 (WIN)
   ? FireFox 1.3 (WIN)
   ? Opera 7.5 (WIN)


*/

/* STANDARD HTML TAGS
****************************/

	/* Global Reset */
	* {
		margin: 0;
		border: 0;
		padding: 0;
	}

	/* STRUCTURE
	*******************/
	html {}
	
		head {}
		body {
			width: 100%;
			background: #fff;
			text-align: center;
			font-family: 'trebuchet ms', verdana, arial, sans-serif;
			font-size: 12px;
			color: #666;
		}
			div {}
			span {}

	/* TEXT
	*******************/
	p {
		padding: 5px 0 5px 0;
	}
	h1 {
		font-size: 24px;
		font-weight: normal;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
	}
	h3 {

		font-size: 16px;
		font-weight: bold;
	}
	h4 {
		font-weight: normal;
	}
	h5 {
		font-weight: normal;
	}
	h6 {
		font-weight: normal;
	}
	strong {}
	em {}
	abbr {}
	acronym {}
	address {}
	bdo {}
	blockquote {}
	cite {}
	q {}
	code {}
	ins {}
	del {}
	dfn {}
	kbd {}
	pre {}
	samp {}
	var {}
	br {}

	/* HYPERLINKS
	*******************/
	a:link, a:visited {
		color: #00549E;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover, a:active {
		color: #00549E;
		text-decoration: underline;
		font-weight: bold;
	}

	/* IMAGES
	*******************/
	img {}

	/* LISTS
	*******************/
	ul {
		margin: 20px;
	}
		ul li {
			margin: 0 0 0 10px;
		}
	ol {}
		ol li {}
	dl {}
		dt {}
		dd {}

	/* TABLES
	*******************/
	table {}
		tr {}
			td {
				padding: 0 5px 0 0;
				vertical-align: top;
				font-size: 12px;
			}
		th {}
		tbody {}
		thead {}
		tfoot {}
		col {}
		colgroup {}
		caption {}

	/* FORMS
	*******************/
	form {}
		input {
			border: #999 solid 1px;
		}
		textarea {
			border: #999 solid 1px;
		}
		select {}
		option {}
		optgroup {}
		button {}
		label {}
		fieldset {}
		legend {}


/* PAGE STRUCTURE
****************************/

#header, #content, #footer {
	clear: both;
	width: 650px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	text-align: left;
}


/* HEADER SECTIONS
****************************/
#header-container {
margin: 20px 0 0 0;
height: 95px;
	background: #fff;
}

div#navigation ul {
	display: none;
}


h1#logo {
	width: 280px;
	height: 43px;
	background: url("logo.jpg") no-repeat;
}
	h1#logo a {
		width: 200px;
		height: 43px;
		background: url("logo.jpg") no-repeat;
	}
		h1#logo a span {
			display: none;
		}



#banner {
	display: none;
}



/* CONTENT SECTIONS
****************************/
#ms #main, #sm #sidebar, #smx #sidebar, #smx #main, #xms #xtra, #m #main, #msx #main, #msx #sidebar {
	float: left;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}
#ms #sidebar, #sm #main, #smx #xtra, #xms #main, #xms #sidebar, #msx #xtra {
	float: right;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}
#ms #xtra, #sm #xtra, #m #sidebar, #m #xtra {
	display: none;
}


#ms #content {
}

#ms #content-container {
float: left;
background: #fff;
}
#ms #content-container2 {
float: left;
background: #fff;
padding: 0 0 25px 0;
}

#ms #sidebar {
width: 250px
}

#ms #main {
width: 390px;
}

#content .content {
padding: 20px 20px 20px 0;
}


/* FOOTER SECTIONS
****************************/
#footer {
	background: #fff;
	font-size: 11px;
	height: 75px;
}

	#footer #info, #footer #copyright {
		padding: 0 0 0 0;
	}
		div#footer-xtra {
			display: inline;
		}

	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #999;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		font-weight: bold;
		color: #333;
		text-decoration: underline;
	}


/* CUSTOM TEXT
****************************/
.xlarge {
font-size: 20px;
}

h1#pagetitle {

	clear: both;
	width: 650px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	text-align: left;
height: 75px;
background-color: #00549E;
color: #fff;
}

h1#pagetitle span {
display: block;
padding: 20px 0 0 20px;
}

.alignright {
	text-align: right;
}

.error {
color: #ff0000;
}