/*Base*/
body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color: #FFFFFF;
}
.altCol {
	background: #E2F1FA;
}

a:link, a:visited {
	color:#227AB4;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {color: #227AB4;text-decoration:none;}
a.category:hover {color: #227AB4;}
.contentheading {
	padding:8px 0 0.3em 50px;
	height:38px;
	color:#227AB4;
	width:93%;
	text-decoration:none;
	font:bold 20px/24px Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing: -1px;
	background: url(../images/article_title.jpg) no-repeat left top;
}
h1 {
	font: bold 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin:0;
	color:#0D6597;
	text-transform: capitalize;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-top-color: #C2CF8D;
	border-right-color: #C2CF8D;
	border-bottom-color: #C2CF8D;
	border-left-color: #C2CF8D;
}
h2 {
	font: bold 1.6em/1.9em Arial, Helvetica, sans-serif;
	margin: 1.2em 0;
	color:#2B94D6;
	text-transform: capitalize;
}
h3 {
	font: bold 1.2em/1.7em Arial, Helvetica, sans-serif;
	margin: 1.2em 0;
	color:#2B94D6;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9FCFEC;
}
h4 {
	font: bold 1.2em/1.7em Arial, Helvetica, sans-serif;
	margin: 1.2em 0;
	color:#E07A21;
	text-transform: capitalize;
}
h5 {
	font: bold 1.1em/1.4em Arial, Helvetica, sans-serif;
	margin: 1.2em 0;
	color:#779931;
	text-transform: capitalize;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #779931;
}
h6 {
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	margin: 1.2em 0;
	color:#666666;
}
th {
	background: #9FCFEC;
	text-transform: uppercase;
	padding: 5px;
	letter-spacing: 1px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
.overviewTable {
	border: 1px solid #666666;
}

.pictureCaption {
	color: #666666;
	font: italic normal 0.9em Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
.highlight {
	font-weight: bold;
	color: #FFFFFF;
	background: #2B94D6;
	padding: 1px 2px;
}
.highlight2 {
	font-weight: bold;
	color: #779931;
}
.imgLeft {
	padding: 5px;
	float: left;
	border: 1px solid #9FCFEC;
	margin: 15px 15px 10px 0px;
}
.imgRight {
	padding: 5px;
	float: right;
	border: 1px solid #9FCFEC;
	margin: 15px 15px 10px 0px;
}

/* Title Section */
#WADAPageTitleArea {
	width: 100%;
}
#WADAPageTitleArea div, #WADAPageTitleArea p {
	font-size: 11px;
	padding-bottom: 10px;
}
#WADAPageTitleArea div#WADAPageTitle, #WADAPageTitle {
	font-size: 14px;
	font-weight: bold;
}

/* Details page CSS */
.WADADetailsContainer {
	font-size: 11px;
	width: 100%;
}
#WADADetails {
	padding-top: 10px;
	clear: both;
}
.WADADetailsLinkArea {
	padding-top: 2px;
	padding-bottom: 2px;
}
.WADADetailsImageInfoArea {
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
}
.WADADetailsMainImageArea {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.WADADetailsMainImage {
	border: 1px solid #6BB4E2;
	padding: 5px;
	margin: 0 0 10px 0;
}
.WADADetailsProductInfo {
	padding: 15px;
	background-color: #FFEEBC;
	border: 1px solid #FECD32;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 95%;
	clear: both;
	margin-top: 10px;
}
.WADADetailsSubHeading {
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.WADADetailsSubText {}
.WADADetailsPriceButton {
	margin-top: 10px;
}
.WADADetailsPrice {
	float: left;
}
.WADADetailsButton {
	float: left;
	margin-left: 10px;
}
.WADADetailsShortDesc, .WADADetailsLongDesc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.WADADetailsShortDesc, .WADADetailsImageInfoArea {}
#nav {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F1F4BE url(../images/bg_admin_btn.gif) repeat-x;
	height: 20px;
	padding: 8px 15px 0 5px;
	width: 95%;
	border: 1px solid #AABD75;
}
#content {
	font-size: 0.8em;
	width: 93%;
	padding: 15px;
	margin-top: 10px;
}

/*Main horizontal Navigation*/
#nav a:link,#nav a:visited{
	color:#333333;
	font:bold 13px Arial,Helvetica,sans-serif;
	text-decoration:none;
	padding-right: 15px;
	margin: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A1B66C;
}
#nav a:hover, #nav a:active{color:#227AB4;}


.level {
	height: 20px;
	padding: 15px 10px 5px 15px;
	background: #0178BA url(../images/sponsor_level_bg.jpg) repeat-x;
	color: #FFFFFF;
	text-transform: capitalize;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
}
.sponsorName {
	font-weight: bold;
	color: #0178BA;
	font-size: 1.1em;
}
.altColBdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.WADAHorizLine {
	clear: both;
}
#addSite{border: thin solid #333333; margin-bottom: 15px;}
#addSite .WADADataTableHeader {
	border-right: medium double #333333;
	border-bottom: 1px dotted #E2F1FA;
	padding: 8px;
	font-size: 0.9em;
	color: #333333;
}
#addSite .altCol {
	border-bottom: 1px dotted #9FCFEC;
	background: #E2F1FA;
	padding: 10px;
}
#addSite .altColEven {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FCFEC;
}
.resultsTable{
	border: thin solid #333333;
	margin-bottom: 15px;
	width: 100%;
}
.resultsTableOdd {
	border-bottom: 1px dotted #9FCFEC;
	background: #EDF7FC;
	padding: 10px;
}
.resultsTableEven {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FCFEC;
}
.siteCapt {
	font-weight: bold;
	color: #694D3A;
	font-size: 1.1em;
}
#meetPt2 {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top:1px dotted #666666;
	margin-top:15px;
}
#meetPt3 {
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	margin:15px 0;
}
.meetTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DC9E;
	display: block;
	margin-bottom: -5px;
}
.siteDetailImg {
	background: #FFFAE8;
	display: block;
	padding-top: 10px;
	width: 98%;
}
.disclaimer {
	font-style: oblique;
	color: #333333;
}
.imgBtnRegister {
	padding: 5px;
	border: 1px solid #C6D292;
	margin: 15px 10px -9px 0;
}

