/* Import whitespace resetting code */
@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #888888 none repeat scroll 0% 50%;
}

body{
/*	background:#273138 none repeat scroll 0%;*/
	color:#434547;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
}

a {
	color:#5179A1;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#Main img{
	margin: 2px;
	border:3px solid #fff;
}
#Main img.left{
	float: left;
	margin: 0.1em 1em;
}

#Main img.right{
	float: right;
	margin: 1em;
}

h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
}

blockquote {
	background:transparent url(../images/quotes-meta.gif) no-repeat scroll 0pt 2px;
	color:#666B75;
	font-family:Georgia,serif;
	font-size:107%;
	line-height:1.5em;
	padding-left:23px;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

blockquote em {
	font-style:italic;
	display:block;
	padding-left:50%;
}

code, pre {
	color: #000;
	background-color: #e3e3e3;
	font-family: Monaco, monospace;
	text-align: left;
	padding-left: 2em;
	}

hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#eeeeee;
	background-color:#eeeeee;
	height:1px;
	clear:both;
}

ol {
	list-style: decimal inside;
	padding-left: 2em;
}

/* Basic Layout Styles */
.innerWrap{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#Header {background: #273138 url(../images/header.gif) repeat-x scroll left top; height:100px;}
#Nav{ background: #5179A1; border-bottom: 1px solid #8ABF00; width: 100%; float:left;}
#Main { background: #FFF; border-bottom: 1px solid #939597; padding: 30px 0 40px; float:left; width:100%; min-height:500px;}
#Footer { background: #273138 url(../images/footer-bg.gif) repeat-x scroll left top; color: #A3A5A7; padding: 30px 0; float:left; width: 100%; }

/* Header Styles */
#Header h1#Logo{
	padding: 30px 0;
	line-height:25px;
}
#Header h1#Logo span{
	color: #fff; 
	font-size: 2.5em; 
	float: left;
	text-align:left;
	padding-bottom: 1px; 
}
#Header h2#Logo{
	margin-top:2px;
	color:#fff;
	top:-1;
}

/* Navigation Bar Styles */

#Nav ul{
	padding: 0;
	margin: 0;
}
#Nav li {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}
#Nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #fff;
	border: none;
}
#Nav li a.current, #Nav li a.section{
	background: #f3fdcd;
	text-decoration: none;
}
#Nav li a.link:hover{
	background: #c6de84;
	color : #272f28;
	text-decoration:none;
}
/* Main Content */
#Main #Content{
	float: left;
	width: 60%;
	padding-right: 2em;
}
#Main #Content h2{
	font-size: 1.85em;
	color: #636567;
	margin: 15px 0pt 5px 0pt;
}
#Main #Content h3{
	font-size: 1.35em;
	color: #636567;
	margin: 15px 0pt;
}
/* Sidebar styles */
#Main #Sidebar{
	float: right;
	width: 25%;
	padding-left: 2em;
	line-height: 1.5em;		
	font-size:11px;
}
#Main #Sidebar h3{
	font-size: 12px;
	border-bottom: 1px solid #E1DABF;
	padding-bottom: 3px;
	margin-bottom: 3px;
/*	text-align: center;*/
}

#Main #Sidebar ul{
	list-style-position: outside;
	margin-bottom: 20px;
}

#Main #Sidebar li{
	border-bottom: 1px dotted #666666;
}
#Main #Sidebar li a.link{
/*
	background: transparent url(../images/bullet_orange.png) no-repeat scroll 0pt 50%;
	padding-left:15px;
	position:relative;
*/
}

#Main #Sidebar li a.current, #Main #Sidebar li a.section{
/*
	background: transparent url(../images/bullet_green.png) no-repeat scroll 0pt 50%;
	padding-left:15px;
	position:relative;
*/
}

#Main #Sidebar ul.sub{
	margin: 0pt 0pt 0pt 15px;
}
#Main #Sidebar ul.sub li{
	border:none;
}


/* Footer Styles */
#Footer .innerWrap {
}
#Footer div.WidgetHolder{
		float: left;
		width: 30%;
		color: #eae7e7;
		margin-bottom: 10px;
		margin-right: 10px;	
}

	#Footer div.WidgetHolder h3{
			font-size: 1.5em;
			color: #fbf6f6;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}

#Footer #Copyright{
		clear: both;
		padding-top: 5px;
}

	#Footer #Copyright p {
			text-align: left;
			font-size: 10px;
	}
	
	#Footer #Copyright img{
			border: none;
	}

/*
	Auxillary Styles
*/

/* Page Comments */
#PageComments_holder h4{
	font-size:1.5em;
}

#PageComments_holder form{
	margin-bottom : 10px;
}

#PageComments li{
	float:left;
	margin: 5px 0;
	width:100%;
	padding: 5px;
}
#PageComments li p.comment{
	
}
#PageComments li p.info{
	font-style:italic;
	font-size: 0.8em;
}
#PageComments .odd{background:#f1f1ef;}
#PageComments .even{background:#fff;}

.commentrss {
	background: url(../images/feed.png) no-repeat left center;
	padding: 4px 0 1px 25px;
}

#box2a {
	float:left;
	padding-right:20px;
	width:50%;
}
#box2b {
	float:left;
	width:50%;
}
list1 {
	line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#headerL {
	left:-1px;
	position:absolute;
	top:-1px;
}

#shadow{
	margin:10px auto 10px;
}
html > body #shadow .shadR {
	background-image:url(../_images/rshad.png);
}
#shadow .shadR {
	background-image:none;
	background-repeat:repeat-y;
	width:5px;
}
html > body #shadow .shadB {
	background-image:url(../_images/bshad.png);
}
#shadow .shadB {
	background-image:none;
	background-repeat:repeat-x;
	height:6px;
}
html > body #shadow .shadBR {
	background-image:url(../_images/brshad.png);
}
#shadow .shadBR {
	background-image:none;
	background-repeat:no-repeat;
}

#spacer{
	clear: both;
	height: 10px;
}

#wrapper{
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#fff;
	border-left:1px solid #777777;
	border-top:1px solid #777777;
	position:relative;
	width:950px;
}