.clr {
	clear: both;
}

* {
	margin: 0;
	padding: 0px;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	color: #3E9722;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
	line-height: 1.7em;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
	float: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Form Validation */

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FFCC00;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #CC0000;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFCC00;
	color : #FFF;
	font-weight: bold;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(/images/img06.gif) repeat-x;
}

.boxed .title h2, .boxed .title h1 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .title h1 {	/* This should Stand out somehow... it is the page title */

}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(/images/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(/images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(/images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 960px;
	background: #FFFFFF;
	margin: 0px auto;
}

/* Header > Logo */

#logo {
	width: 180px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#primnav {
	background: url(/images/img03.gif);
}

#navWrapper {
	float:left;
	background: #FFF;
}

#primnav ul {
	margin: 0px 0 0;
	padding-top: 0px;
	padding-right:2px;
	list-style: none;
}

#primnav li {
	display: inline;
}

#primnav a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(/images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#primnav .featurebutton a {
/*	background: #CC0000 url(/images/imgfeature.gif) no-repeat; */
background: #FF0000;
}

#primnav a:hover {
	background-image: url(/images/img04.gif);
}

#primnav .featurebutton a:hover {
/*	background: #CC0000 url(/images/imgfeature.gif) no-repeat; */
background: #CC0000;
}

#primnav .active a {
	background-image: url(/images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(/images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
	padding-left: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#destinations {
}

#stories {
}

#events {
}

/* Content > Sidebar */

#main.leftPanel /* MoJo Fix (.leftPanel)*/
{
	width: 700px;
	padding-left: 0;
}

.onecol, .twocol, .threecol
{
	padding:10px 10px 15px 10px;
}

.leftPanel .onecol .category
{
	float: none;
}

#sidebar
{
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2, #main.boxed .title h1 /* MoJo Fix (.leftPanel)*/
{
	background: url(/images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: 16px;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(/images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Dynamic Ad Content */

#adsmall {
	text-align: center;
}

#adlarge {
	text-align: center;
}

#adbanner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(/images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}





#bannerLink, .adLarge, .adSmall {
	position: relative;
	margin: 0 auto;
}
#bannerLink a, .adLarge a, .adSmall a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-moz-opacity:0.01;
	filter:alpha(opacity=1);
}

#bannerLink, #bannerLink a {
	width: 728px;
	height: 90px;
}
#adLarge, .adLarge a {
	width: 180px;
	height: 150px;
}
.adSmall, .adSmall a {
	width: 120px;
	height: 90px;
}