/* global style reset */
html { overflow: -moz-scrollbars-vertical;}
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color:#fff;
	color:#60604b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /*62.5% = 10px | 75% = 12px | 88% = 14px */	
}
body.larger { font-size:75%;}
body.largest { font-size:88%;}

/* headers */
h1,h2,h3,h4,h5,h6 { font-size:100%; line-height:1; color:#f78f1e; letter-spacing:-1px; font-weight:normal;}
h1 								{ font-size:2.5em; margin-bottom:13px;}
h2 								{ font-size:2.5em;}
h3 								{ font-size:1.2em; color:#8d8d8d; font-weight:bold;}
h4 								{ font-size:1.1em; font-weight:bold; margin:12px 0 10px 0;}

hr { background:#e1e1e1; border:0; height:1px; }
/* containers */
#canvas { 
	width:960px;
	margin:13px auto 0 auto;
}

#header 
{
	width:800px;
	min-height:25em;
	z-index:2;
}
		/* navigation */
		#navigation { 
			width:620px;
			position:absolute;
			/*top:13.6em;*/
			top:319px;
			margin-left: 143px;
			z-index: 1000;
		}
		/*.larger #navigation { top:18.3em;}
		.largest #navigation { top:15.35em;}*/
		
		/* search */
		#search {
			position:relative;
			top:29px; 
			left:142px;
			z-index:100;
		}
		
		#background  
		{
			height:153px;
			left:0;
			position:absolute;
			top:195px;
			width:100%;
			background:#60604b url('/include/images/body-bg.gif') repeat-x left top;
		}

/* content */
#content {
	width:960px;
	margin:85px 0 13px 144px;
	padding-top:19px;
	background:#fff;
	clear:both;
}
		#main { 
			width:645px; 
			float:left;
		}
		#sidebar { 
			width:255px;
			padding:25px 20px 0 40px; 
			float:left;
		}
		#related  
		{
			width:252px;
			height:280px;
			padding:15px 0 0 74px;
			background:url('/include/images/related-bg.png') no-repeat left top;
			position:absolute;
			top:0;
			right:0;
			z-index:1;
		}
		.larger #related { padding-top:0; background:#fff;}
		.largest #related { padding-top:0; background:#fff;}
		
#footer { 
	width:670px; 
	margin:-16px auto 20px 144px;
	clear:both;
	color:#999966;
	font-weight:bold;
}
	#footer ul { 
		list-style:none;
		margin-left:13px;
		overflow:hidden; 
	}
	#footer ul li { 
		float:left;
		margin:0 13px 0 -1px;
		padding-right:6px;
		border-right:1px solid #999966;
	}
	#footer ul li, #footer ul li a {
		color:#666666;
	}
	
	#footer a.active { text-decoration:underline;}
	#footer li.resize { margin-top:-2px; text-transform:uppercase; font-weight:normal;}
	#footer a.larger { font-size:1.1em; font-weight:bold;}
	#footer a.largest { font-size:1.2em; font-weight:bold;}
				
/* background */
#background {
}

/* text */
p {
	margin:0 0 1em 0;
	padding:0;
	line-height:19px;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/* lists */
ul, ol {
	/*margin:1.5em 1.5em 1.5em 2.5em;*/
}
ol li {
}
ul li {
}
/* forms.css */
.field {
	float:left;
}
legend {
	margin-top:-1.2em;
}
label {
	color:#fff;
	cursor:pointer;
	display:block;
}

/* input, select, textarea */
input { 
	vertical-align:middle;
	float:left;
	clear:both;
}
input.text { 
}
input.text:focus	{ 
}

/* anchors - LoVe HAte */
a {
	color:#626262;
	text-decoration:none;
}
a:visited {
	color:#666;
}
a:focus, a:hover {
	color:#f78f1e;
	text-decoration:underline;
}
a:active {
}
/* Special link styles */
a.more, a.btn { 
}
a.more:hover, a.btn:hover {
}
.search a.btn {
}

/* clearfix & hide */
.clear:after { 
	display:block;
	height:0; 
	visibility: hidden; 
	clear:both; 
	content: ".";
}
.clearfix, .container {
	display: block;
}
.hide { 
	height:0; 
	position:absolute; 
	overflow:hidden; 
	text-indent:-9999em;
}
.third 
{
}
.noHeader 
{
}