/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #9cb9d2 url(../images/common/page_bg.png) repeat-x;
}

body {
	font: 100% Verdana, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #61646a;
}

h3 {
	text-transform: uppercase;
	font-size: .875em;
	margin: 0 0 1.5em;
}

h4 {
	font-size: .75em;
}

p, ul, ol, dl {
	font-size: .75em;
	line-height: 1.5em;
	color: #61646a;
	margin: 0 0 1.5em;
}

ul, ol {
	padding: 0 0 0 2.5em;
}

dt {
	float: left;
	width: 45px;
	padding-right: 10px;
}

dd {
	margin-left: 55px;
}

a:link, a:visited {
	color: #61646a;
	border-bottom: 1px dotted #61646a;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom-style: solid;
}

img {
	border: none;
}

/* @end */

/* @group Universal classes */

.clear {
	clear: both;
}

.clearright {
	clear: right;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.offleft {
	position: absolute;
	left: -999em;
}

.column {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.indent {
	padding-left: 2.5em;
}

a.noborder {
	border: none;
}

.directions {
	padding: 0;
	list-style-type: none;
}

.directions li {
	text-indent: -15px;
	padding-left: 15px;
}

/* @group Tooltips */

.tool-tip {
	width: 300px;
	border: 2px solid #fff;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	font-size: .75em;
	color: #fff;
	background: #6e96b9;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
 
.tool-text {
	background: #decd89;
	font-size: .75em;
	color: #61646a;
	padding: 4px 8px 8px;
}

/* @end */

/* @end */

/* @group Specific */

#page {
	width: 901px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/common/header_bg.jpg) no-repeat left top;
}

#logo {
	margin: 15px 0 0 3px;
}

#header a {
	border: none;
}

#top-nav {
	background: url(../images/common/nav_left.png) no-repeat left top;
	padding-left: 24px;
	float: right;
}

#top-nav ul {
	padding: 0;
	margin: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #0078ae;
	list-style-type: none;
	font-size: .8125em;
	height: 35px;
	width: 500px;
}
/* WITH EXAMPLES:
width: 585px; */

#top-nav li {
	float: left;
}

#top-nav a {
	color: #fff;
	display: block;
	margin: 8px 14px 0;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav a.active, #top-nav a.active:hover {
	font-weight: bold;	
	text-decoration: none;
	cursor: text;
}

#main {
	clear: both;
	background: url(../images/common/main_bg.png) repeat-y;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	padding: 0;
}

#leadoff {
	border-bottom: 1px solid #fff;
}

#leadoff img, #leadoff object {
	display: block;
}

#wrapper, #wrapper2 {
	background: url(../images/common/sidebar_bg.jpg) no-repeat left 278px;
	padding-bottom: 1px;
}

#sidebar {
	float: left;
	width: 233px;
	background: #d4af37;
	padding-top: 43px;
	margin-bottom: 75px;
}

#sidebar img {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
}

#content {
	margin-left: 234px;
	padding: 43px 55px 1px 35px;
}

#footer {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #6e96b9;
	padding: 1px 25px;
}

#footer p {
	color: #fff;
	font-size: .625em;
	margin: 20px 0 15px;
}

/* @end */