body {
	background-image: url(g/stripe.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.clearer { clear: both; }

a { color: #39b9de; text-decoration: none; }
a:visited { color: #458293; text-decoration: none; }
a:hover { color: #a31d64; text-decoration: none; }
a:active { color: #39b9de; text-decoration: none; }

#container {
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	border-color: rgba(184,211,41,0.7);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #678695;
	-webkit-box-shadow: 0 0 5px #678695;
	-moz-box-shadow: 0 0 5px #678695;
	padding-top: 20px;
	margin-top: 35px;
}

#header {
	background-color: #d2e8ef;
	height: 76px;
	border-top: 10px solid #d9ebf2;
	display: block;
	margin-bottom: 12px;
	position: relative;
}

#header #logo {
	margin-left: 40px;
	margin-top: 6px;
	float: left;
}

#header #nav {
	float: left;
	margin-left: 45px;
}

#header ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	padding-top: 30px;
	padding-bottom: 34px;
	color: #004d69;
	text-decoration: none;
	text-align: center;
	border-top: 10px solid #d9ebf2;
	margin-top: -10px;
}

#header ul li a:hover {
	background-color: #e1edf1;
	border-top: 10px solid #edf5f8;
}

#header ul li.current_page_item a {
	background-color: #aadceb;
	border-top: 10px solid #bae3f0;
}

#header .fbShare {
	position: absolute;
	bottom: 10px;	
	right: 10px;
}

#sidebar {
	background-color: #e3e0d1;
	width: 250px;
	float: left;
}

#sidebar img {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar ul, #sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dcd9c6;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #4e4842;
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
}

#sidebar ul li a:hover {
	background-color: #d2cfbd;
}

#container #content {
	width: 442px;
	float: left;
	margin-left: 10px;
	line-height: 125%;
}

#content h1 {
	font-size: 30px;
	color: #a50d5e;
	letter-spacing: -1px;
	line-height:1.1;
	font-weight: normal;
}

#content .box {
	border: 1px solid #add4e0;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .carouselArticle h2 {
	font-size: 30px;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content .carouselArticle .thumbnail {
	float: right;
	margin-left: 10px;
}

#content #subArticles div {
	float: left;
}

#content ul {
	margin: 10px 0 10px 20px;
}

#content li {
	margin-bottom: 5px;
}

#content p {
	margin: 10px 0 12px;
}

#content #subArticle-1 {
	margin-right: 10px;
	width: 190px;
	margin-top: 10px;
}

#content #subArticle-2 {
	width: 158px;
	margin-top: 10px;
}

#content #subArticle-3 {
	width: 400px;
}

#content #subArticles div h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

#content .readMore {
	margin-top: 10px;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	color: silver;
	font-size: 11px;
	padding-top: 100px;
}

#adbar {
	width: 188px;
	padding: 20px;
	background-color: #e3e0d1;
	float: left;
	margin-left: 10px;
	text-align: center;
}

#categoryHeader {
	padding: 10px;
}

#categoryHeader h1 {
	margin-top: 25px;
}

#categoryTests {
	padding: 10px;
	padding-right: 0;
}

#categoryListing {
	margin: 10px;
	font-size: 13px;
	margin-bottom: 0;
}

#categoryListing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categoryListing ul li a {
	padding: 5px;
	display: block;
	border: 1px solid #add4e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
}

#pageHeader {
	padding: 10px;
}

#pageHeader h1 {
	margin-top: 10px;
}

#pageContent #text {
	padding: 10px;
}


.test {
	width: 163px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.test h2 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.test .more-link {
	display: block;
	margin-top: 10px;
}

#testContent {
	padding-right: 0;
}

#testHeader {
	padding: 10px;
}

#testHeader h1 {
	margin-top: 25px;
}

#testHeader h1.noBreadcrumb {
	margin-top: 7px;
}

#testContent #text {
	margin-top: 20px;
}

#testContent #image {
	margin-bottom: 30px;
	margin-top: 30px;
}

#breadcrumb {
	font-size: 11px;
}

#breadcrumb a {
	margin-right: 3px;
	border: 1px solid #add4e0;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#breadcrumb .current {
	display: none;
}

.scroll {
  height: 150px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.carouselArticle {
  height: 150px;
  width: 400px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

#slider .navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-bottom: 15px;
	text-align: center;
}

#slider .navigation li a {
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin-right: 6px;
	background-image: url(g/bluedot.png);
	display: block;
	float: left;
	opacity: 0.4;
}

#slider .navigation li a.selected {
	opacity: 1;
}

.clear {
	clear: both;
}

#comments {
	clear: both;
	margin: 30px 0 10px;
	font-size: 17px;
	line-height: 1.2;
	color: #a50d5e;
}

ol.commentList {
	list-style: none;
}

#respond {
	margin: 30px 0;
}

#respond h3 {
	font-size: 15px;
}