/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2e2d27;
	position: relative;
}

h1 {
	font-size: 24px;
	color: #b70005;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 24px 0;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	color: #7d0d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 42px 0 15px 0;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	color: #7d0d00;
	padding: 26px 0 10px 0;
}

strong {font-weight:bold;}

.noTopPadding {
	padding-top: 0;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

.linkList {
	margin: 0;
	list-style: none;
	border-top: 1px solid #d8d8d8;
}	

li {
	line-height: 18px;
}

.linkList li {
	border-bottom: 1px solid #d8d8d8;
	padding: 6px 0 8px 0;
}

a {
	color: #990000;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

label {
	font-weight: bold;
	font-size: 11px;
}

/* end global */


/* basic */

#holder {
	background: url(../images/bg_holder.gif) repeat-x;
	min-height: 100%;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#content {
	clear: both;
	float: left;
	width: 960px;
	padding-bottom: 20px;
	background: #fff;
}

/* end basic */


/* header */

#header {
	height: 157px;
	background: #fff;
}

#header a {
	text-decoration: none;
}

.logo {
	margin: 21px 0 0 150px;
	float: left;
}

.accountLogin {
	float: right;
	width: 232px;
	padding: 5px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.loginTitles {
	height: 19px;
	float: left;
	width: 232px;
}

.loginTitles span {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.loginTitles a {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-decoration: underline;
}

.loginText {
	border: none;
	background: url(../images/login_text.gif);
	height: 16px;
	width: 190px;
	color: #666;
	font-size: 11px;
	vertical-align: text-top;
	margin-bottom: 6px;
	padding: 3px 5px 0 5px;
}

.loginSubmit {
	width: 24px;
	height: 19px;
	background: url(../images/login_button.gif) 0 0 no-repeat;
	border: none;
	vertical-align: text-top;
}

.accountLinks {
	height: 38px;
}

.myAccount {
	float: left;
}

.forgotLinks {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #666;
}

.forgotLinks a {
	color: #666;
}

.currentLink {
	text-align: left;
	font-size: 16px;
	color: #3a7dda;
	font-weight: bold;
	line-height: 16px;
}

.nav {
	height: 34px;
	width: 960px;
}

.nav a {
	float: left;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 13px 0 14px;
	background: url(../images/bg_nav.gif) no-repeat 2px 14px;
	text-decoration: none;
	
}

.nav a.active {
	background: url(../images/bg_nav_hover.gif) no-repeat 10px 0;
}

.nav a.subscribe {
	background: url(../images/bg_subscribe.gif) no-repeat 0 0;
	width: 168px;
	padding: 9px 0 0 80px;
	float: right;
}

.nav a.account {
	background: url(../images/bg_account.gif) repeat-x 0 0;
	width: 178px;
	padding: 9px 12px 0 58px;
	float: right;
}

.welcome {
	padding: 7px 0 0 0;
	height: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

.welcome p {
	padding-bottom: 3px;
}

.welcomeTitle {
	color: #3a7dda;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.welcomeLinks {
	width: 100%;
	padding-top: 7px;
}

#header .welcomeLinks a {
	color: #333;
	text-decoration: underline;
}

/* end header */


/* content */

/* columns */

.colLeft {
	width: 712px;
	float: left;
	background: url(../images/bg_content.gif) repeat-x 0 0;
	padding: 24px 0 0 0;
}

.colRight {
	width: 236px;
	float: right;
	padding: 24px 4px 0 0;
}


/* /columns */

.searchArea {
	padding: 0 9px;
}

.searchArhives {
	width: 215px;
	float: left;
}

.searchLabel {
	text-transform: uppercase;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.searctText {
	width: 179px;
	height: 16px;
	background: url(../images/bg_search_text.gif) no-repeat 0 0;
	border: 0;
	padding: 3px 5px 0 5px;
	color: #666;
	font-size: 11px;
	vertical-align: text-top;
}

.searchSubmit {
	width: 24px;
	height: 19px;
	background: url(../images/btn_search.gif) no-repeat 0 0;
	border: 0;
	vertical-align: text-top;
}

.powered {
	text-align: right;
	color: #666666;
	font-size: 9px;
}

.searchYear {
	width: 214px;
	float: left;
	padding: 0 0 0 17px;
}

.searchSelect {
	width: 204px;
	/*height: 19px;*/
	border: 0;
	background: url(../images/bg_search_select.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 2px 1px;
	color: #666666;
}

.entry {
	padding: 27px 17px 27px 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	font-size: 14px;
	color: #333;
}

.topNews {
	color: #666;
	border-bottom: 3px solid #990000;
	padding: 0 0 2px 0;
	margin-bottom: 37px;
}

.sep {
	font-size: 11px;
}

.topNewsTitle {
	color: #990000;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
}

a.moreLink	{
	font-size: 11px;
}

.item {
	background: url(../images/dash.gif) repeat-x 0 100%;
	padding: 11px 0;
}

.currentItem {
	color: #990000;
	font-size: 24px;
	padding: 0;
	margin: 0;
	display: inline;
}

.itemTitle {
	padding: 0 0 3px 0;
	color: #333;
	font-size: 22px;
}

.keywords {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0;
}

.keywords a {
	color: #333;
}

.keyTitle {
	font-weight: bold;
	text-transform: uppercase;
}

.box {
	padding-bottom: 15px;
}

.likeToLearn .heading {
	border-bottom: 1px solid #ccc;
	background: url(../images/dash.gif) 0 99% repeat-x;
	padding-bottom: 2px;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

.heading h3 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	padding-right: 20px;
	display: inline;
}

.learn {
	background: url(../images/dash.gif) 0 100% repeat-x;
	font-size: 13px;
	padding: 7px 0;
	display: block;
	clear: both;
	text-decoration: none;
}

.aboutBox {
	width: 207px;
	height: 177px;
	background: url(../images/bg_aboutBlock.jpg) no-repeat 0 0;
	color: #fff;
	padding: 15px 8px 15px 14px;
	margin-bottom: 15px;
}

.aboutBox h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 15px 0;
	float: left;
}
.aboutImg {
	float: left;
} 
.aboutBox ul {
	float: right;
	width: 84px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aboutBox ul li {
	background: url(../images/ullbg.gif) no-repeat 0 7px;
	padding-left: 8px;
    line-height:14px;
    padding-bottom:6px;
}

.aboutBox ul li a {
	text-decoration: none;
	color: #fff;
}

.aboutBox ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

.aboutBoxLink {
	text-decoration: none;
}

.aboutBoxLink:hover {
	text-decoration: none;
}

.recentBox {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #666;
}

.recentBox h3 {
	color: #3a7dda;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 9px 0;
	font-weight: bold;
}

.recentBox ul {
	list-style: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
}

.recentBox ul li {
	padding: 0;
}

.recentBox ul a {
	color: #666;
	text-decoration: underline;
}

.myFavourites {
	background: url(../images/my_favourites.gif) 90px 0 no-repeat;
	padding-right: 60px;
}

.favourites {
	padding-bottom: 15px;
	color: #666;
	line-height: 13px;
}

.favourites a {
	color: #000000;
}

.nopadding {
	padding: 0;
}

.searchTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	padding: 0;
}

.matches {
	background: #dddddd;
	font-size: 11px;
	padding: 3px 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.infoNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 6px 0;
}

.searchItems {
	border-top: 5px solid #ddd;
}

.searchItem {
	width: 100%;
	padding: 10px 0 5px 0;
	float: left;
	background: url(../images/dash.gif) repeat-x 0 100%;
}

.searchDate {
	float: left;
	width: 162px;
	font-size: 13px;
	color: #000000;
}

.searchInfo {
	float: right;
	width: 503px;
	position: relative;
	margin-bottom: 5px;
}

.searchPopup {
	position: absolute;
	bottom: 0px;
	left: -100px;
	display: none;
}

.popupArea {
	border-top: 1px solid #999999;
	padding: 20px 17px;
	width: 452px;
	background: url(../images/bg_popup.gif) repeat-y 0 0;
	color: #000;
}

.popupTitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 0 0 28px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.popupDate {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.popupLinks {
	font-size: 11px;
	color: #666666;
}

.searchInfoTitle {
	float: left;
	width: 410px;
}	

.searchInfo .searchInfoTitle a {
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.searchInfo .searchInfoTitle a:hover {
	text-decoration: underline;
}

.searchLinks {
	float: right;
	font-size: 11px;
	color: #8f8f8f;
}

/* end content */


/* footer */

#footer {
	clear: both;
	background: #333333;
	padding: 4px 0;
}

#footer p {
	padding: 0;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	width: 940px;
	line-height: 16px;
}

#footer a{
	color:#fff;
}

/* end footer */

h2.pageHeader {
	font-size: 20px;
	color: #7d0d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 15px 0;
	line-height: 25px;
}

.BlueHeader {
	font-size : 13px;
	color : #000;
	font-weight:bold;
}

.leftCol {
    width:260px;
    float:left;
}

.midCol {
    width:550px;
    float:left;
}

.prodLeft {
	float:left;
	width:120px;
	margin-right:20px;
	margin-bottom: 10px;
}

.prodRight {
	float:left;
	width:350px;
}

.faqGroup {
    margin-bottom:12px;
}

.faqCat {
    font-weight:bold;
    font-size:15px;
}

.faqQuestion {

}

.faqAnswer {
    margin-left:10px;
    margin-bottom:6px;
}



