/* Standard Element styles */
body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #2e5255;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 100.1%;	
}

h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
}

img {
	border-style: none;
}

label {
	font-weight: bold;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

a {
	color: #417378;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9C0204;
	text-decoration: underline;
}

table {
	margin: 4px auto;
	border: 2px solid #bfc0b8;
	width: 97%;
}

.infobkd {
	margin: 4px auto;
	border: 2px solid #bfc0b8;
	padding: 5px;
	background-color: #d3d4c8;	
	width: 95%;
}

td {
	font-size: 100%;
	background-color: #d3d4c8;
	color: #000;
	vertical-align: top;
}

td label {
	text-align: right;
	display: block;
}


input, select, textarea {
	border: 1px solid #000;
	background-color: #fff;
}

.searchbt {
	border: 1px solid #000;
	background-color: #e2e6c4;	
	padding: 0 2px;
	margin: 0;
	min-width: 55px;
}

.searchbx {
	padding: 2px 5px 0px 22px;
	height: 18px;	
	background-image: url(images/magglass.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0px ;
}

/* search box */
#searchForm {
	float: left;
	text-align: left;
	margin: 0px 0 0px 50px;	
	padding: 6px 0 0 0;
	width: 320px;
}

textarea {
	width: 345px;
}

.clear { clear: both; overflow: hidden; height: 0; line-height: 0; }
.cent { text-align: center; }
.right { text-align: right; }
.left {text-align: left;}

.leftimg {float:left; margin: 5px 10px 5px 0; }

.rightimg {float: right; margin: 5px 0 5px 10px; }

/* Container for page */
#pgframe {
	font-size: 80%;
	margin: 0 auto;
	background-color: #f7f8f0;
	text-align: left;
	color: #000;
	width: 820px;
	padding: 0px;
}

.bookmarks {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

.bookmarks li {
	display: inline;
	padding: 0 4px;
}

/* Main text box */
.textbkgd {
	float: left;
	width: 462px;	
	padding: 0;
	background-image: url(images/maininfobkgd.jpg);
	background-repeat: repeat-x;
	height: 205px;
	margin: 0;
}

.textbkgd h1 {
	padding: 8px 0 0 0;	
}
	
.maininfobkgd {
	background-image: url(images/maininfobkgd.jpg);
	background-repeat: repeat-x;
	margin: 10px 8px 0 8px;
}

.leftsidemain {
	float: left;
	background-image: url(images/leftsidebox.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 205px;
	padding: 0;
}

#txtbox {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 4px 0;
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	width: 335px;
	text-align: center;
}

#imgwrap {
	float: right;
	width: 335px;
	margin: 0px 0;
	position: relative;
}

#imgwrap:hover #txtbox {
	display: block;
}

#aimgbox {
	width: 337px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

#aimgbox2 {
	width: 337px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

/* Box for title */
#titlebox {
	color: #000;
	padding: 15px 15px 10px 105px;
	height: 95px;	
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0;
}

#dname {
	float: left;
	width: 394px;
	margin: 10px 10px 10px 0px;
}

/* Top Icons */
.rssfeeds {
	float: right;
	text-align: center;
	margin: 5px 25px 0 0;
	padding: 0;
	width: 49px;
}

.rssfeeds p {
	margin-top: 0px;	
	margin-bottom: 0px;		
}

#tmnu {
	padding: 9px 0 0 0;
	text-align: right;
	color: #e4fafa;
	margin-right: 60px;
}

#tmnu a {
	font-weight: bold;
	color: #e4fafa;
	font-size: 12px;
	text-decoration: none;
	margin: 0 15px;
}

#tmnu a:hover {
	color: #52d0d7;
}

#footer a { 
	color: #e4fafa; 
	font-weight: bold;
	text-decoration: underline;
	margin: 0 6px;	
	font-size: 100%;
}

#footer a:hover {
	text-decoration: none;
	color: #52d0d7;
}

/* Box for footer */
#footer {
	background-color: #44483e;
	padding: 0 10px;
	height: 45px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	text-align: right;
	color: #e4fafa;
	font-size: 90%;
	margin: 0px;
}

#footertxt {
	padding: 10px 0;
	font-size: 85%;
}

/* RSS feed button */
#feed { margin: 4px 0; }

/* stats */
#perfStats {
	margin-top: 15px;
	font-size: 60%;
	text-align: center;
}

/* Path way */
#pathway {
	background-color: #44483e;
	padding: 0 20px;
	margin: 0px;
	height: 35px;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

/* Content and right column */
#outer {
	margin-right: 160px;	
}

#inner { margin: 0; width: 100%; }
#content { float: left; width: 100%; }
#contentin {padding: 8px 0 8px 8px; width: 650px;}

#rightcol {
	float: left;
	width: 160px;
	margin-right: -160px;
	position: relative;
	text-align: center;
}

#rightcolin {
	margin-left: 0px;
	margin-right: 0px;
}

.rightinfo {
	margin: 10px 8px 5px 8px;	
}

/* Home page columns */
#hpcolbox {
	width: 650px;
	margin: 5px 0 8px 0;
}

#hpcolleft {
	width: 470px;
	float: left;
}

#hpcolright {
	float: right;
	font-size: 85%;
	width: 175px;
}

#hpcolright h2 {
	margin: 5px 0;
	font-size: 110%;
	font-weight: bold;
}

#hpcolright ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#hpcolright li {
	margin: 0;
	padding: 5px;
}

.infobox {
	width: 170px;
	border: 2px solid #417378;
	text-align: center;
	margin: 0 auto 5px auto;
	background-color: #fff;
	background-image: url(images/latest.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.infobox2 {
	width: 152px;
	border: 2px solid #417378;
	text-align: center;
	margin: 5px 4px 5px 0;
	background-color: #fff;
	background-image: url(images/detailboxes.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.infoboxtxt {
	margin: 0 2px;
	font-size: 90%;
}

#dpcolbox {
	width: 640px;
	margin: 5px 8px 8px 0;
}

#dpcolbox p {margin-top: 10px; margin-bottom: 10px;}

.postnews {text-align: center;}

.postnews a {
	font-size: 85%;
}

.catheader {
	background-image: url(images/categoryheader.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 647px;
	padding: 8px 10px 0 8px;
	margin: 0;
	font-weight: bold;
}

.catheader a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.catheader a:hover {
	color: #9C0204;
	text-decoration: none;
}

.catheader2 {
	background-image: url(images/categoryheaderpage.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 800px;
	padding: 8px 10px 0 8px;
	margin: 8px 0 0 0;
	font-weight: bold;
}

.catheader2 a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.catheader2 a:hover {
	color: #9C0204;
	text-decoration: none;
}

#otherpages {
	padding: 0 8px;
}

/* Category boxes */
#catbox {
	width: 100%;
	margin: 2px 0;
	padding: 5px 0;
}

#catbox2 {
	padding: 0;
	margin: 0;
	width: 100%;
}

#catL { float: left; width: 49.5% }
#catR { float: right; width: 49.5% }

#catbox ul { margin-left: 20px; padding-left: 10px; margin-top: 0; margin-bottom: 0; list-style: none; }
#catbox li { clear:both; margin-top: 4px; margin-bottom: 4px; }
#catbox li a { color: #000; }
#catbox li a:hover { color: #9C0204; }
#catbox ul ul { list-style: none; margin-top: 0; margin-bottom: 0; margin-left: 5px; padding-left: 10px; }
#catbox a.subcat {  display: block; font-weight: bold; font-size: 85%;	color: #417378; }
#catbox2 ul {margin: 0; list-style: none; padding: 0 5px;}
#catbox2 li a { color: #417378; margin:0; }
#catbox2 li a:hover { color: #9C0204; }

.caticon {
	float: left;
	height: 70px;
	width: 70px;
	margin: 0 20px 15px 0;
}

.cattxt {
	float: left;
	width: 190px;
}

.wdcatcnt { font-size: 85%; }


/* Add site/cate box */
#addlbox {
	text-align: center;
	background-color: #313131;
	color: #fff;
	padding: 3px;
	margin: 5px 0;
}

#addlbox a { color: #e4fafa; }

#addlbox a:hover { text-decoration: none; color: #52d0d7 }

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center; font-size: 85%; }
.alphaIdx li { display: inline; text-align: center }
.alphaIdx li a { padding: 0 2px; border: 1px solid #fff; }
.alphaIdx li a:hover  { background-color: #E2EDFB; border: 1px solid #9A0003; text-decoration: none; }

/* Page selection */
div.pgsel { text-align: center; margin-top: 4px; margin-bottom: 4px; padding: 3px; }
a.pgsel:hover { text-decoration: underline }

/* Listings */
.entryHigh {
	font-weight: normal;  padding: 4px 0px;
}
.entryNorm {
	font-weight: normal; min-height: 90px; padding: 4px;
}

.entrylisting {
	clear: both;
	float: left;
	width: 635px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #3e423a;
	margin: 0 0 5px 0;
}

.entryicon {
	width: 80px;
	background-image: url(images/entryicon.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0;
	float: left;
}

.entrydetails {
	width: 535px; 
	float: left;
	margin: 0 0 5px 5px;
	padding: 0;
}

.entrybox  { list-style-type: none; margin: 0; padding: 6px 0; }
.entrybox li { font-weight: bold; margin-top: 2px; margin-bottom: 2px; padding: 0 0 4px 0; }
.entdesc, .lnkrate, .lnkurl, .lnkop, .wnclnk { font-size: 95%; }
.lnkurl, .entdesc { margin-top: 5px; }
.lnkop { float: right; padding: 3px 0px; margin: 4px 0 2px 0; text-align:center; background-image: url(images/readmore.jpg); background-repeat: no-repeat; width: 92px; height: 21px;}
.lnkop2 { float: right; padding: 2px 0px; margin: 4px 0 2px 0; text-align:center; background-image: url(images/readm.jpg); background-repeat: no-repeat; width: 92px; height: 21px;}
.lnkop a, .lnkop2 a {color: #000;}
.lnkop a:hover, .lnkop2 a:hover {color: #09555c; text-decoration: none;}
.wnclnk { text-align: left; margin: 8px 0 2px 0;}

#featuredBox {
	float: left;
	background-image: url(images/featbox.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 650px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0; 
}

#featuredboxtop {
	background-image: url(images/topfeatbox.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 88px;
	width: 650px;
	margin: 0;
	position:relative;
}

#featuredboxbottom {
	clear: both;
	background-image: url(images/bottomfeatbox.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 7px;
	margin: 0px 0 5px 0;
}

#featuredEntry { padding: 2px 8px; }

#featuredEntry h3 {margin: 2px 0 5px 0; font-size: 110%; }

#featuredEntry h1 {margin: 2px 0 5px 0; }

/* Forms */
.contactErr {
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	border: 1px solid;
	border-color: #c90000;
}

/* Pay boxes */
.payhdr {
	background-color: #546543;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

.payhdr2 {
	background-color: #7c8c6d;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

#paybox {
	width: 100%;
	margin-top: 10px;
}

#payL {
	background-color: #dde6d5;
	float: left;
	width: 69.5%
}

#payR {
	background-color: #e9eee4;
	float: right;
	width: 29.5%
}

#payL ul, #payR ul {
	margin-left: 10px;
	padding-left: 10px;
}

.declare { display: inline; text-align: left; font-weight: normal; }
#Geographic_Location__rbreq0, #Geographic_Location__rbreq1 { border: none; background-color: #f0f0f0; }

/* Preview box */
#entryPreview {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 8px; font-weight: normal; padding: 9px;
}
#entryPreviewTitle { font-weight: bold; text-decoration: underline; }

#eventtopbox {
	background-image: url(images/topeventbox.jpg);
	background-repeat: no-repeat;
	height: 13px;
	margin: 0;
	padding: 0;
}

#eventbottombox {
	background-image: url(images/bottomeventbox.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
	height: 6px;
	margin: 0;
	padding: 0;
}


#eventbox {
	background-image: url(images/eventbox.jpg);
	background-repeat: repeat-y;	
	padding: 0;
	width: 145px;
	margin: 10px 0 5px 7px;
	font-weight: bold;	
	text-align: center;
}

#eventbox a {
	color: #000;
}

#eventbox ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 2px;
	color: #417378;
}


#eventbox li {
	padding: 12px 0px 8px 0px;
	font-size: 85%;	
}

/* Ad area */
#adarea0 { margin-top: 10px; text-align: center; }
#adarea0 img { margin-left: 0px; margin-right: 0px; border: 0; }
#adarea1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#adarea1 img { margin-left: 5px; margin-right: 5px; border: 0;}
#adarea2 { margin-top: 10px; text-align: center; margin-bottom: 10px; }
#adarea2 img { margin-left: 5px; margin-right: 5px; border: 0;}

/* Cloud list */
.cloud { list-style: none; margin: 0; padding: 6px; border: 1px solid #ccc; }
.cloud li { display: inline; }

.cloud a { text-decoration: none; }
.cloud1 a { color: #7B9AA4; }
.cloud2 a { font-size: 130%; color: #AF98AF; }
.cloud3 a { font-size: 150%; font-weight: bold; color: #5A7B84; }
.cloud4 a { font-size: 150%; font-weight: bold; color: #8C5F51; }
.cloud1 a:hover, .cloud2 a:hover, .cloud3 a:hover, .cloud4 a:hover { text-decoration: underline; }

/* cloud page */
#cloudbox {
	width: 100%;
	margin: 8px 0;
	padding: 5px 0;
	background-image: url(images/vertbar.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
}
#cloudL { float: left; width: 49.5% }
#cloudR { float: right; width: 49.5% }

/* submission terms */
#terms {
	height: 250px;
	overflow: auto;
	border: 1px solid #8d915c;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #bdc192;
}

/* live news */
#livenewsBox {
	background-image: url(images/newsheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	border-bottom: 2px solid #5c878a;
	padding: 7px 5px 2px 5px;
	margin: 0 5px 3px 0;
}

#livenewsBox2 {
	font-weight: normal;
	border-bottom: 2px solid #5c878a;
	padding: 7px 5px 2px 5px;
	margin: 0 5px 3px 0;
}

#livenewsBox h2 {
	margin: 0 0 10px 0;
}

#livenewsBox {
}

#livenewsBox ul, #livenewsBox2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#livenewsBox li a, #livenewsBox2 li a {
	font-size: 110%;
	text-decoration: none;
}

#livenewsBox li a:hover, #livenewsBox .meta a:hover, #livenewsBox2 li a:hover, #livenewsBox2 .meta a:hover {
	text-decoration: underline;
}

#livenewsBox .meta, #livenewsBox2 .meta {
	font-size: 95%;
	color: #756d2a;
}

#livenewsBox .meta a, #livenewsBox2 .meta a {
	color: #756d2a;
	font-weight: normal;
}

#livenewsBox .more, #livenewsBox2 .more {
	font-size: 85%;
	text-align: right;
}

#livenewsBox2 li {
	margin: 12px 0;
}