﻿
/* COLORS 
green: #36cc08;
7eb700
blue: #60aae8;
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #474747 url('images/logos/main-bg.png') 0 0 repeat-x;
	margin: 0px auto;
}

/* TEXT STYLES */
p {
	font-size: 10pt;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 11pt;
}
a {
	color: #7eb700;
	text-decoration: underline;
}
a:hover {
	color: #7eb700;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
h2 {
	font-size: 15pt;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	color: #60aae8;
	font-weight: bold;
}
/* END TEXT STYLES */


#container {
	width: 900px;
	margin: 0px auto;
	background: url('images/backgrounds/container-900px.png') 0 0 repeat-y;
	
}

/* HEADER STYLES */
#header {
	width: 850px;
	height: 133px;
	margin: 0px auto;
	padding: 0px;
}
#logo {
	width: 850px;
	float: left;
	height: 125px;
	margin: 0px;
}
#search {
	width: 350px;
	float: right;
	margin: 0px;
	height: 125px;
}

/* GLOBAL NAVIGATION STYLES */
#globalNav {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	background: #ffffff url('images/backgrounds/nav-background.png') 0 0 repeat-x;
	border-bottom: 3px solid #2c78b8;
}
#globalNav ul {
	margin: 0px;
	padding: 0px;
}
#globalNav ul li {
	font-size: 10pt;
	padding: 0px;
	display: inline;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
#globalNav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
}
#globalNav ul li a.selected {
	color: #60aae8;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
	background: url('images/backgrounds/navigation-hover.png') center bottom no-repeat;
}
#globalNav ul li a:hover {
	color: #60aae8;
	text-decoration: none;
	background: url('images/backgrounds/navigation-hover.png') center bottom no-repeat;
}
/* END GLOBAL NAVIGATION STYLES */

/* CONTENT STYLES */
#content {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
}

/* LEFT COLUMN STYLES */
#leftColWrap {
	width: 250px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	float:left;
}
#leftCol {
	width: 240px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	float: left;
	background-color: #dddcda;
}
#lColList {
	margin: 5px 5px 5px 25px;
	padding: 1px;
	font-size: 10pt;
}
#lColList li {
	list-style-image: url('images/bullets/left-col-bullet.png');
	padding: 5px 2px 0px 2px;
	line-height: 15pt;
}
.newsItem {
	border-bottom: 1px #343434 dotted;
	margin-bottom: 5px;
}
#leftCol2 {
	width: 240px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	float: left;
}


/* RIGHT COLUMN STYLES */
#rightCol {
	width: 580px;
	float: right;
	padding: 0px;
	margin: 5px 5px 5px 0px;
}
#videoWrap {
	float: left;
	width: 290px;
	padding: 0px;
	margin: 0px;
}
#videoWrap h2 {
	font-size: 10.5pt;
	color: #343434;
	font-weight: bold;
}
#video {
	/*float: left;*/
	width: 270px;
	height: 175px;
	padding: 5px;
	margin: 5px;
	background: url('images/backgrounds/video-bg.png') 0 0 no-repeat;
}
#videoCaption {
	width: 290px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}
#videoCaption p {
	padding: 0px 5px 0px 5px;
}
#videoCaption h2 {
	/*background: url('images/bullets/close-bwd.png') no-repeat 0% 100%;*/
	background: url('images/bullets/close-bwd.png') 0 0 no-repeat;
	padding-left: 20px;
	margin-left: 8px;
	cursor: pointer;
}
#videoCaption h2.close {
	background-image: url('images/bullets/open-bwd.png');
}
#videoCaption .answer {
  background-color: white;
}

.readMore{
	/*background: url('images/bullets/close-bwd.png') no-repeat 0% 100%;*/
	/*background: url('images/bullets/close-bwd.png') 0 0 no-repeat;*/
	cursor: pointer;
}
.readMore .close {
	background-image: url('images/bullets/open-bwd.png');
}
.theRest {
  background-color: white;
}
#siteScreenshotWrap {
	float: left;
	width: 290px;
	padding: 0px;
	margin: 0px;
}
#siteScreenshot {
	/*float: left;*/
	width: 270px;
	height: 175px;
	padding: 5px;
	margin: 5px;
	background: url('images/backgrounds/video-bg.png') 0 0 no-repeat;
}
table.cflite {
	width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}
.required_star {
	color: #7eb700;
	font-weight: bold;
}


/* FOOTER CONTENT STYLES */
#BWDfooter {
	width: 800px;
	margin: 20px auto 5px auto;
}
#BWDfooter ul {
	margin: 0px auto;
	list-style-type: none;
	padding: 0px;
	font-size: 8pt;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}
#BWDfooter p {
	margin: 5px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	font-size: 8pt;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}
#BWDfooter ul li {
	display: inline;
}
#BWDfooter ul li a {
	text-decoration: none;
	color: #999999;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #999999;
}
#BWDfooter ul li a:hover {
	text-decoration: underline;
	color: #7eb700;
}
#BWDfooter ul li a.selected {
	text-decoration: none;
	color: #7eb700;
}
#BWDfooter ul li a.selected:hover {
	text-decoration: underline;
	color: #7eb700;
}
#BWDfooter ul li a.last {
	border-right: none;
	padding-right: 0px;
}
#BWDfooter ul li a.first {
	padding-left: 0px;
}
/* END FOOTER CONTENT STYLES */


/* FOOTER IMAGE STYLES */
#footer {
	width: 900px;
	height: 25px;
	margin: 0px auto;
	background: #474747 url('images/backgrounds/footer-900px.png') center top no-repeat;
}


/* CLASSES AND OTHER STUFF */
#tweetWrap {
	width: 230px;
	height: 160px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url('images/backgrounds/tweet-bg.png') 0 0 repeat-y;
}
#tweetHeader {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 230px;
	height: 36px;
	background: url('images/backgrounds/tweet-header-230px.png') 0 0 no-repeat;
}
#tweetList {
	width: 220px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	font-size: 7pt;
	background: url('images/backgrounds/tweet-bg-230px.png') 0 0 repeat-y;
}
#tweetFooter {
	width: 230px;
	margin: 0px auto 10px auto;
	padding: 0px;
	background: url('images/backgrounds/tweet-footer-230px.png') 0 0 no-repeat;
	height: 29px;
}
#twitter_update_list {
	font-size: 7pt;
	line-height: 11pt;
	list-style: none;
	margin: 2px 5px 2px 5px;
	padding: 0px;
	}
#twitter_update_list li {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px #343434 dotted;
	}
#twitter_update_list span {
	color: #343434;
	text-decoration: none;
	}
#twitter_update_list a, #twitter_update_list span a{
	color: #ffffff;
	}
	#twitter_update_list a:hover, #twitter_update_list span a:hover{
	color: #ffffff;
	text-decoration: underline;
	}
	
.clearBoth {
	clear: both;
}


/* VALIDATION INFO */
#validationInfo {
	width: 850px;
	margin: 10px auto;
	padding: 0px;
	color: #dddcda;
	font-size: 8pt;
}
