
* { margin: 0; padding: 0; }

body
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	background: #979fa2 url(../../img/top-bar.png) repeat-x;
	color: #000;
}

/* ----- Container ----- */

#container
{
	padding-bottom: 20px;
	width: 1000px;
	background: url(../../img/header.jpg) no-repeat;
}

/* ----- Header ----- */

#header
{
	position: relative;
	height: 302px;
}

#header h1
{
	position: absolute;
	top: 68px;
	left: 263px;
	width: 408px;
	height: 45px;
	font-size: 2px;
	background: url(../../img/slogan.jpg) no-repeat;
}

#header h1 span
{
	display: none;
}

#header ul
{
	position: absolute;
	right: 160px;
	top: 150px;
	color: #b2babb;
	list-style: none;
	font-size: 1.1em;
}

#header ul li
{
	padding: 3px 0 3px 20px;
	background: url(../../img/header-bullet.png) 0 7px no-repeat;
}

/* ----- Main ----- */

#outer-main
{
	padding-left: 74px;
	background: url(../../img/left-gradient.jpg) no-repeat;
}

#main
{
	background: url(../../img/content-back.jpg) repeat-y;
}

#main .clear { clear: both; }

/* ----- Menu ----- */

#outer-menu
{
	float: left;
	width: 210px;
}

#menu
{
	background: url(../../img/menu-top.jpg) no-repeat;
}

#menu ul
{
	padding: 125px 21px 0 1px;
}

#menu ul li
{
	padding: 7px 0 7px 34px;
	list-style: none;
}

#menu ul li.active
{
	background: #717e82;
}

#menu a
{
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #f3f5f3;
}

/* ----- Content ----- */

#outer-content
{
	float: right;
	width: 716px;
	background: url(../../img/content-right.jpg) right top no-repeat;
}

#content { padding: 20px 100px 20px 20px; }

#content a { color: #136078; }
#content a:hover { text-decoration: none; }

#content p { margin: 15px 0; }

#content ul { margin: 15px 0 15px 40px; }
#content ul li { padding: 3px 0; }

#content h1
{
	padding: 0 0 10px 25px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #193b57;
	background: url(../../img/heading-border.png) left bottom no-repeat;
}

#content .min-height
{
	float: right;
	height: 400px;
}

/* ----- Footer ----- */

#footer
{
	margin: 0 43px 0 75px;
	padding: 5px 10px;
	background: #193b57;
	text-align: center;
}

#footer a
{
	color: #f3f5f3;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer .vcard
{
	position: absolute;
	top: 154px;
	left: 400px;
	width: 210px;
	text-align: center;
	font-size: 1.1em;
	color: #dce0df;
}

#footer .vcard a
{
	color: #dce0df;
	text-decoration: none;
}

#footer .vcard .fn
{
	font-weight: bold;
	text-transform: uppercase;
}

#footer .vcard .label,
#footer .vcard .type,
#footer .vcard .directions,
#footer .extra
{
	display: none;
}

#footer .footer-address { color: #fff; }
