/* reset formatting */

	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 130%;}
	form {	margin:0;	padding:0;	display:inline;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {list-style: none; margin:0;	padding:0;}
	ul li, ol li {list-style-type: none; margin:0; padding:0; position: relative;}


/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	sup {	position:relative;	bottom:0.3em;	vertical-align:baseline;}
	sub {	position:relative;	bottom:-0.2em;	vertical-align:baseline;}
	acronym, abbr {	cursor:help;	letter-spacing:1px;	border-bottom:1px dashed;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; }
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}
	.small		   { font-size: 85%;}

	
/*
 *   typography   *****************************************************************
 */
 
 	html,
	body,
	input,
	select,
	textarea
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 90%;	
		line-height: 130%;
		color: #4d4d4d;
	}

	/* links */
 
	a, a:link
	{
		text-decoration: underline;
		color: #d35f5f;
	}
	a:visited
	{
		color: #d35f5f;
	}
	a:hover
	{
		text-decoration: none;
		color: #5f8dd3;
	}
	 
 
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #fff;
		background-image: url(/images/bg.jpg);
		background-position: top center;
		background-repeat: repeat-x;
		background-attachment: scroll;
		margin: 0;
	}
	
/* page wrapper */
	
	#page_wrap
	{
		width: 800px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}	

	#content,
	#supp
	{
		margin-top: 250px;
	}

/* branding */

	#branding
	{
		width: 1300px;
		height: 111px;
		position: absolute;
		top: 100px;
		left: -250px;
		margin-bottom: 130px;
	}
	#branding h2
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}
	#branding a
	{
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(/images/branding.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
		

/* main nav */

	#nav
	{
		position: absolute;
		margin: 0;
		top: 0px;
		right: 0px;
		height: 60px;
	}
	
	/* hide heading */
	#nav h2
	{
		position: absolute;
		left: -9999px;
	}
	#nav li
	{
		font-size: 110%;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		float: left;
		text-align: center;
		height: 60px;
		position: relative;
	}
	/* link */
	#nav a,
	#nav a:visited
	{
		text-decoration: none;
		display: block;
		padding: 30px 15px;
		color: #666;
	}
	/* link hover */
	#nav a:hover
	{
		color: #5f8dd3;
	}

	/* selected link */
	#nav li.active
	{
		padding: 0 9px;
	}
	#nav li.active a,
	#nav li.active a:visited,
	#nav li.active a:hover
	{
		background-image: url(/images/menu.png);
		background-position: top left;
		background-repeat: repeat-x;
		color: #fff;
	}
	/* rounded corners */
	#nav .active .left,
	#nav .active .right
	{
		display: block;
		width: 11px;
		height: 60px;	
		position: absolute;
		top: 0px;	
	}	
	#nav .active .left
	{
		background-image: url(/images/menu_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
		left: 0px;
	}
	#nav .active .right
	{
		background-image: url(/images/menu_right.gif);
		background-position: top left;
		background-repeat: no-repeat;
		right: 0px;
	}

/*
** content area
*/

	#content
	{
		width: 560px;
		float: left;
		position: relative;
		padding: 0 0 0 20px;
	}
	#content h1
	{
		margin: 5px 0 20px -20px;
		font-weight: normal;
		font-style: normal;
		font-size: 250%;
		line-height: 110%;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #5f8dd3;
	}
	#content h2,
	#supp h2
	{
		margin: 2em 0 .75em 0;
		padding: 0 0 0 22px;
		font-family: "arial black", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 130%;
		line-height: 110%;
		text-transform: uppercase;
		color: #666666;
		background-image: url(/images/h2.png);
		background-position: 0px 3px;
		background-repeat: no-repeat;
	}
	#content h3
	{
		margin: .5em 0 .5em 0;
		font-weight: normal;
		font-size: 120%;
	}
	#content p,
	#supp p
	{
		margin: 0 0 1.25em 0;
		line-height: 130%;
	}
	#content ul
	{
		margin: 20px 0 25px 20px;
		list-style: none;
	}
	#content ul li
	{
		margin: 0 0 1em 0;
		padding: 0 0 0 25px;
		list-style-type: none;
		background-image: url(/images/bullet.jpg);
		background-position: 0px 1px;
		background-repeat: no-repeat;;
	}
	#content ol
	{
		margin: 15px 0 15px 20px;
		list-style: decimal;
	}
	#content ol li
	{
		list-style-type: decimal;
		margin: 0 0 10px 20px;
	}
	#content blockquote
	{
		padding: 20px;
		background-color: #608dd3;
		background-image: url(/images/blockquote.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		color: #fff;
		font-size: 175%;
		line-height: 110%;
		margin: 30px 20px;
	}
	#content .inline-right
	{
		float: right;
		margin: 0 0 20px 40px;
	}
	
/* sidebar */

	#supp
	{
		width: 180px;
		padding: 0 0 0 20px;
		background-image: url(/images/sidebar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: right;
	}
	#supp .block
	{
		margin-bottom: 40px;
	}
	#supp p /* based on #content p */
	{
		margin-bottom: .75em;
	}
	#supp h2
	{
		margin-top: .5em;
	}
	
/* bottom nav */

	#nav_extra
	{
		background-image: url(/images/footer.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 20px 0 0 0;
		margin: 50px 0 0 0;
		height: 25px;
	}
	#nav_extra h2
	{
		display: none;
	}
	#nav_extra a,
	#nav_extra a:visited
	{
		font-weight: bold;
		color: #666;	
		text-decoration: none;	
	}
	#nav_extra a:hover
	{
		color: #5f8dd3;
	}
	#nav_extra li
	{
		float: left;
		padding: 0 15px 0 0;
	}
	#nav_extra .active a
	{
		color: #111;
	}
	
/*
** footer
*/

	#site_info
	{
		clear: both;
		display: block;
		position: relative;
		font-size: 85%;
		color: #b3b3b3;
		margin: 10px 0 20px 0;
	}
	#site_info p
	{
		margin-bottom: 3px;
	}
	#site_info a,
	#site_info a:visited
	{
		text-decoration: none;
		color: #b3b3b3;
	}
	#site_info a:hover
	{
		text-decoration: none;
		color: #5f8dd3;
	}
	#site_info h2
	{
		display: none;
	}