/* resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, ol li, ul li {
	list-style: none;
	list-style-position:inside !important;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* generic tags */
body {
	font:62.5% Tahoma,Arial,sans-serif;
	background:#222;
	color:white;
	overflow-y:scroll;
	background-attachment:fixed;
}
h1 {
	font:bold 2.2em Arial,sans-serif;
	letter-spacing:-2px;
	color:white;
}
h2,h3 {
	font:bold 1.8em Arial,sans-serif;
	text-transform:uppercase;
	border-bottom:3px #ccc solid;
	letter-spacing:-2px;
	margin-bottom:6px;
}
h3 {
	font-size:1.3em;
	line-height:1.1em;
	letter-spacing:-1px;
	margin:16px 0 4px 0;
}
h4 {
	font:italic bold 1.2em Arial,sans-serif;
	border-bottom:3px #ddd solid;
	letter-spacing:-1px;
	margin:16px 0 4px 0;
}
table {width:97%;border:1px #ccc solid;border-bottom:0;margin:7px;}
table th {padding:4px 5px; font:bold 1.1em Arial,sans-serif;background:#ddd;border-bottom:1px #bbb solid;}
table td { font-size:100%;  padding:1px 5px;border-bottom:1px #ccc solid;}
table tr.alt td { background-color:#eee;}
table tr.over td {background-color:#e1e1e1;}

blockquote {
	margin:15px;
	font:italic 1.1em Georgia,sans-serif;
	line-height:1.5em;
	padding:10px 15px;
	background:#eee;
	border:1px #d5d5d5 solid;
}
#content blockquote p {margin:0;text-align:left;}

code {
	font:1.1em Consolas,monospace;
}
pre {
	font:0.9em Consolas,monospace;
	color:white;
	background:#2c2c2c;
	margin:15px;
	margin-left:0;
	padding:10px 15px;
	border:1px #353535 solid;
	position:relative;
	left:-31px;
	border-left:0;
	padding-left:45px;
}
#content ol, #content ul {
	margin:15px 0;
}
#content ol ol, #content ul ul {
	margin:0;
}
#content ol li {
	margin-left:55px;
	list-style:decimal;
}
#content ol li li {
	list-style:lower-alpha;
}

#content ol li li li {
	list-style:lower-roman;
}
#content ul li {
	margin-left:55px;
	list-style:square;
}
#content ul li li {
	list-style:disc;
}

#content ul li li li {
	list-style:circle;
}
#content img {
	padding:5px;
	background:white;
	border:1px #ddd solid;
	border-color:#ccc #d5d5d5 #d5d5d5 #ccc;
	margin:7px;
}
#content img.left {
	margin-left:0;
}
#content img.right {
	margin-right:0;
}
#content p {
	text-align:justify;
	margin:6px 0;
}
#content a, #footer a {
	color:#535353;
	text-decoration:none;
	font-family: Arial,sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	padding:2px 2px 0 2px;
	border-bottom:3px #d2d2d2 solid;
}
#content a:hover, #footer a:hover {
	color:black;
	border-bottom-color:#b3b3b3;
}


/* generic classes */
.left {
	float:left;
}
.right {
	float:right;
}



/* clearfix */
.clear {clear:both;height:1px;visibility:hidden;line-height:normal;}
.clear-block {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
* html .clearfix {
	height: 1%;
}

/* outmost wrapper */
#horz-wrapper {
	font-size:1.3em;
	width:980px;
	margin:auto;
	margin-bottom:4em;
}

/* title and slogan */
#title-slogan {
	margin:6em 0 0 30px;
}
#title-slogan h1 {
	margin-bottom:-0px;
}
#title-slogan p.slogan {
	padding:4px 0 0 15px;
	margin-bottom:-24px;
	font:1.1em Arial,sans-serif;
	letter-spacing:-1px;
	color:#ddd;
}

/* top navigation tabs */
#top-nav {
	padding-right:15px;
	float:right;
}
#top-nav li {
	display:inline;
}
#top-nav li a {
	display:block;
	float:right;
	padding:8px 17px;
	color:#c5c5c5;
	text-decoration:none;
	text-transform:lowercase;
}
#top-nav li a:hover {
	text-decoration:underline;
	color:white;
}
#top-nav li.current a {
	color:white;
	background:#2c2c2c;
	position:relative;
	bottom:-1px;
	padding-bottom:8px;
	border:1px #353535 solid;
	border-bottom:0;
}
#top-nav li.current a:hover {
	text-decoration:none;
}

/* gray shading */
#gray-shading {
	background:#2c2c2c;
	border:1px #353535 solid;
}
#gray-shading .padding {
	padding:30px;
	padding-top:30px;
}
/* content */
#content {
	color:#444;
}
#content .gutter {
	background:white;
	border:1px #353535 solid;
	padding:30px;
	margin-top:30px;
	line-height:1.75em;
}
#search label { height:30px; padding:3px 3px 3px 3px; font-size:24px; color:#fff; }
#search input[type=text] { width:645px; height:30px; padding:3px 3px 3px 3px; font-size:24px;}

/* footer */
#footer .gutter {
	padding:10px;
	color:#999;
}
#footer a {color:white;border-color:#444;}
#footer a:hover {border-color:white;color:white;}



/* messages */
.message {
	border:solid 1px #DEDEDE;
	background-color:#EFEFEF;
	color:#222222;padding:5px 10px; }

.warning {
	border:solid 1px #cc9;
	background:#eeb;padding:5px 10px; }

.ok {
	border:solid 1px #3c7f34;
	background:#8FE886;
	color:#113d24;padding:5px 10px; }

.error {
	border:solid 1px #BF1209;
	background:#FF8480;padding:5px 10px; }

.center {
	text-align:center !important;
}

.leftc {
	float: left; 
	width: 300px;
	padding: 15px 0; 
}
.rightc{
	float: right; 
	width: 500px;
	padding: 15px 0; 
 
}

