* {
	margin:0 auto;
}

body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

table {
	font:"Arial Narrow";
	font-size:1em;
	border:none;
}

table tr td {
	border:1px solid #ccc;
}

table.no-border tr td {
	border:none;
}

img {
	margin:5px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
}

/*Start Header*/
#header {
	background:url(images/headerbg.gif) no-repeat;
	width:1001px;
	height:162px;
}

#header #topNavigation {
	float:right;
	margin:5px;
}

#header #topNavigation ul li {
	display:inline;
	border-right:1px solid #fff;
	padding:0px 7px;
}

#header #topNavigation ul li:last-child {
	border:none;
}

#header #topNavigation a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
/*End Header*/

/**********************************************
	Start Navigation Styles
**********************************************/
.nav img {
	border:none;
}

.nav, .nav ul {
	background:	url(images/butonbg.png) repeat-x;
	color:.000;
	list-style: none;
	height:33px;
	font-weight: bold; /*Can be modified*/
	padding:0px;
	margin:0px;
	z-index:100;
	text-align:left; /*Can be modified*/
}

/*All Items In Nav, Whether Header or in the drop down.  All levels*/
.nav a {
	display: block;
	color: #000; /*Can be modified*/
	text-decoration: none; /*Can be modified*/
	text-align:left;
}

.nav li {
	float: left;
	padding: 0px 7px;
	line-height:25px;
	margin-top:3px;
	border-right:1px solid #000;
}

.nav li:last-child {
	border:none;
}


/*First Level Drop Down*/
.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin:0px;
	background:#FFF4BF;
}

.nav li li {
	padding:3px; /*Can be modified*/
	width: 13em; /*Can be modified*/
	border:none;
	border-bottom:1px dotted #666; /*Can be modified*/
}

.nav li ul a {
	width: 13em; /*Can be modified*/
}

.nav li ul ul {
	margin:-2.5em 0 0 13em; /*Can be modified*/
}

.nav li ul li:hover, 
.nav li ul li.sfhover {
	background:#FFF6CF;
}


/*No need to edit below here*/
.nav li:hover ul ul, 
.nav li:hover ul ul ul, 
.nav li.sfhover ul ul, 
.nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, 
.nav li li:hover ul, 
.nav li li li:hover ul, 
.nav li.sfhover ul, 
.nav li li.sfhover ul, 
.nav li li li.sfhover ul {
	left: auto;
}

.currentPage a {
	text-decoration:underline;
}

/**********************************************
	End Navigation Styles
**********************************************/


/*Start bodyBox*/
#bodyBox {
	width:969px;
	background:#fff;
	text-align:left;
	position:relative;
	left:16px;
}

#bodyBox #sideBar {
	float:left;
	width:181px;
	background:#840000;
	text-align:center;
	color:#fff;
}

#bodyBox #sideBar p,
#bodyBox #sideBar h1,
#bodyBox #sideBar h2,
#bodyBox #sideBar h3,
#bodyBox #sideBar h4,
#bodyBox #sideBar h5,
#bodyBox #sideBar h6 {
	color:#fff;
}

/*Hide the login form on the side bar*/
#bodyBox #sideBar fieldset#lwsLoginForm {
	display:none;
}

#bodyBox #mainBody {
	float:right;
	width:788px;
	display:block;
}

#bodyBox #mainBody #content {
	padding:10px;
	width:760px;
}

#blog-page #bodyBox #mainBody #content {
	padding:10px;
	width:550px;
	float:left;
}

#content p, 
#content ul, 
#content ol, 
#content blockquote, 
#content address {
	padding:0.9em 0em;
}

#content ul {
	margin:5px 30px;
}

#bodyBox #mainBody #content fieldset {
	border:none;
}

#bodyBox #mainBody #content fieldset#lwsLoginForm label {
	float:left;
	width:100px;
	font-weight:bold;
}

#bodyBox #mainBody #content fieldset#lwsLoginForm div {
	clear:both;
	padding:10px;
}

#submitLogin {
	margin:10px 100px;
}

#bodyBox #mainBody #relativeMenu {
	float:right;
	width:200px;
	padding:10px 0px;
}

#bodyBox #mainBody #relativeMenu fieldset {
	border:none;
	text-align:left;
}

#bodyBox #mainBody #relativeMenu h2 a {
	color:#900;
	text-decoration:none;
}

#bodyBox #mainBody #relativeMenu ul li {
	list-style:none;
}

#bodyBox #mainBody #relativeMenu ul li a {
	color:#000;
	text-decoration:none;
}

#bodyBox #mainBody #relativeMenu ul li.currentPage a {
	font-weight:bold;
}
/*End bodyBox*/

/*Start Footer*/
#footer {
	width:100%;
	background:#000;
	color:#fff;
	min-height:15px;
	text-align:center;
	padding:5px 0px;
}
/*End Footer*/


/**********************************************
	Start Contact Styles
**********************************************/
fieldset {
	border:none;
	margin:30px 0px;
}

fieldset div.formFields, 
fieldset div.formFields textarea  {
	clear:both;
	padding:5px 0px;
}

fieldset div.formFields label, 
fieldset div.formFields textarea label {
	float:left;
	width:150px;
}

fieldset div.formFields input, 
fieldset div.formFields textarea textarea {
	border:1px solid #ccc;
	padding:2px;
	color:#666;
}

fieldset div.formFields input:focus, 
fieldset div.formFields textarea textarea:focus {
	border:1px solid #011e25;
	color:#9b0505;
}


/******************************************
	Start Blog Styles
******************************************/
#addComments {
	border:none;
	margin:50px 0px;
	background:#e8e8e8;
}

#addComments div.commentField  {
	clear:both;
	padding:5px 0px;
}

#addComments div.commentField label {
	float:left;
	width:150px;
}

#addComments div.commentField input, 
#addComments div.commentField textarea {
	border:1px solid #ccc;
	padding:2px;
	color:#666;
}

#addComments div.commentField input:focus, 
#addComments div.commentField textarea:focus {
	border:1px solid #011e25;
	font-weight:bold;
	color:#9b0505;
}

div.subscribeComments,
div.subscribeComments a {
	color:#900;
	font-weight:bold;
	background:#f8f8f8;
	padding:5px;
	margin:5px;
}

div.userComment {
	margin:5px;
}

div.gravatar {
	float:left;
	width:200px;
	background:#f8f8f8;
	margin-right:5px;
	padding:10px;
}

div.gravatar p {
	margin:0px;
	padding:0px;
}

p.hideThisUser a {
	color:#900;
	font-weight:bold;
}

div.commentsArea {
	float:right;
	width:291px;
	background:#f8f8f8;
	padding:5px;
}

div.completeArticle {
	padding-bottom:50px;
}

div.completeArticle h4 {
	padding:0px;
	margin:0px;
}

div.entry {
	padding:10px 0px;
}


div.clear {
	clear:both;
}

.postTitle p,
.postTitle h2 {
	padding:0px;
	margin:0px;
}

.postTitle {
	background:#f8f8f8;
}
#contentNav
{
	padding:10px;
	width:780px;
	border:none;
	float:left;
	width:100px;
	font-weight:bold;
	clear:both;
	padding:10px;
}
#contentNav p, 
#contentNav ul, 
#contentNav ol, 
#contentNav blockquote, 
#contentNav address {
	padding:0.9em 0em;
}

#contentNav ul {
	margin:5px 30px;
}