/*
 NWO Layout
 http://www.picassofish.com/
*/
* {
	margin: 0;
	padding: 0;
}
html,body {
	width: 100%;
	height: 100%;
	background: #fcf8e5 url(../images/leftrepeat.jpg) repeat-y;
}

a:active,a:focus {outline: none; -moz-outline-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
/**************
 	Site Container Box
*/
#paymentmenu {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 300px;
	height: 40px;
	background: red;
	clear: both;
	background: transparent url(../images/paypal.gif) no-repeat top right;	
}

	/* left menu */
	td#leftcol ul {
		display: block;
		margin-top: 25px;
	}
		td#leftcol ul li {
			list-style: none;
			text-align: center;
			margin-top: 10px;
		}

td#centrecol {
	display: block;
	min-width: 550px;
}

#topmenu {
	position: relative;
	float: right;
	display: block;
	height: 40px;
}



/** Header **/
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #8c8a00;
	text-align: left;
	font-size: 10px; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs p a {
		text-decoration: underline;
	}
	#Breadcrumbs p a:hover {
		text-decoration: none;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}


	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 5em; 
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

/* right panel */
td#rightpanel h2.news {
	font: bold 16px Verdana,sans-serif;
	color: #8c8a00;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

td#rightpanel ul li {
	list-style: none;
	font: 12px Arial,sans-serif;
}
	/* news */
	td#rightpanel ul li a.link,
	td#rightpanel ul li a.link:active,
	td#rightpanel ul li a.link:link,
	td#rightpanel ul li a.link:visited {
		display: block;
		text-decoration: none;
		color: #8f0000;
		padding-bottom: 8px;
	}
	td#rightpanel ul li a.link:hover {
		text-decoration: underline;
	}

img,
p img,
p img.center {
	border: 0;
}
