/* CSS Document */

/*******************************************************
RESET CSS
*******************************************************/
* {
	font-family: Arial;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*******************************************************
LAYOUT WIDTH
*******************************************************/
#wide-header, #wide-primary, #wide-secondary, #wide-footer, #wide-column {
	width: 100%;
	text-align: center;
	height: 1%;
	display: block;
	position: relative;
	
}

#wide-intro {
	width: 100%;
	text-align: center;
	height: 1%;
	display: block;
	position: relative;
	
}

#intro{	width:985px;
	margin:auto;
		display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	}
#header, #primary, #secondary, #footer, #column {
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;	
}

/*******************************************************
BODY & WRAPPER
*******************************************************/
body {
	width: 100%;
	background: #fff;
	text-align: center;
	font-size: 12px;
}

body a {
	color: #19759b;
}

body a:hover {
	color: #2794c2;
	border-bottom: 1px dotted #2794c2;
}


/*******************************************************
HEADER / MENUS
*******************************************************/
#wide-header {
	position: static; /* fix menu */
	height: 105px;
	border-bottom: 1px solid #cadae0;
	background: #fff;
	width:985px;
	margin:auto;
}

#logo {
	height: 76px;
}

#logo, #logo a, #logo img {
	float: left;
	display: block;
	overflow: hidden;
}

#logo a:hover {
	border-bottom: none;
}

/*******************************************************
TOP MENU
*******************************************************/
#topmenu {
	float: right;
	margin: 25px 0 0 0;
}

#topmenu li {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #e5e5e5;
	height: 30px;
	line-height: 30px;
}

#topmenu img {
	vertical-align: middle;
	margin: 7px 5px 7px 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

/*******************************************************
MAIN MENU
*******************************************************/
.menu, .menu ul {
	position: relative;
	z-index: 300;
}

.menu {
	height: 29px;
	background: url(images/menu.png) repeat-x top;
	border-left: 1px solid #0b2f3e;
	border-right: 1px solid #0b2f3e;
}

.menu ul {
	width: 130px;
	position: absolute;
	display: none;
	top: 29px;
	left: 0;
	background: #316f86;
}

.menu ul ul {
	width: 132px;
	top: -1px;
	left: 230px;
	background: #316f86;
	border: 1px solid #4a7a8c;border-bottom: none;
}

.menu li {
	float: left;
	position: relative;
}

.menu a {
	display: block;
	padding: 9px 20px 8px 20px;
	color: #fff;
	border-right: 1px solid #0b2f3e;
}

.menu li ul a {
	float: left;
	height: auto;
	border-right: none;
	border-bottom: 1px solid #4a7a8c;
	width: 90px;
}

ul.menu .menulink {display:block;}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}

.menu li a:hover {
	border-bottom: none;
	color: #d9e9ee;
}

.menu li ul a:hover {
	color: #d9e9ee;
	border-bottom: 1px solid #4a7a8c;
}

.menu-bottom {
	background: url(images/menu.png) repeat-x bottom;
}

.menu-top {
	background: url(images/menu.png) repeat-x top;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {display:none;}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {display:block;}

.menu img {
	vertical-align: middle;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
}


/*******************************************************
TOUR / TABBED CONTENT
*******************************************************/
#wide-intro {
	background: #35adcf url(images/blue.png) repeat-x;
	top: -1px;
}

#intro {
	background: url(images/bluelight.png) no-repeat top left;
}

.main-intro {
	display: none;
	padding: 20px 0 20px 0;
}

.mic {
	float: left;
	width: 50%;
	color: #fff;
}

.mic img {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}

.mic h1 {
	padding:15px 0 15px;
	font-size: 20px;
	line-height: 26px;
}
.mic h1 a {color:#fff;border-bottom: 1px dotted #fff;}
.mic h1 a:hover {color:#fff;border-bottom:none;}

.mic p {
	font-size: 13px;
	line-height: 19px;
	margin: 15px 0 0 0;
}

.mic ul {
	margin: 15px 0 0 40px;
}

.mic ul li {
	line-height: 18px;
	padding: 5px 0 5px 30px;
	background: url(images/check.png) no-repeat left center;
}

.mic ol {
	margin: 15px 0 0 60px;
}

.mic ol li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}

.mic li {font-weight: bold}

.mic ins {
	background: #009cc9;
	color: #fff;
	font-weight: bold;
}

.mic del {
	background: #bdf0ff;
	color: #56bcd9;
	text-decoration: line-through;
}

.mic span {
	color: #d0f4ff;
}

.mic a {
	color: #cffeff;
}

.mic a:hover {
	color: #cffeff;
	border-bottom: 1px dotted #edffff;
}

/*******************************************************
TAB SWITCHER
*******************************************************/
.hometabcontainer {
	padding: 0 0 0 20px;
	background: #0a94b6;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1b7d9d;
}

.hometabs {
	float: left;
	border-right: 1px solid #1b7d9d;
}

.hometabs li {
	float: left;
	border-left: 1px solid #1b7d9d;
}

.hometabs li a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.hometabs li a:hover {
	color: #fff;
	background: #0083a4;
	border-bottom: none;
}

.hometabs li.active a {
	background: #35adcf;
	position: relative;
	top: -1px;
}

.hometabs li.active a:hover {
	color: #fff;
	background: #35adcf;
	border-bottom: none;
}

.fbuttons {
	float: right;
	margin: 10px 0 0 0;
}

.fbuttons li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

.fbuttons li a, .fbuttons li a span {
	float: left;
	display: block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
}

.fbuttons li a span {
	background: url(images/button-green-left.png) no-repeat left top;
	padding: 0 0 0 20px;
}

.fbuttons li a:hover span {
	background: url(images/button-green-left.png) no-repeat left bottom;
	padding: 0 0 0 20px;
	border-bottom: none;
}

.fbuttons li a {
	background: url(images/button-green-right.png) no-repeat right top;
	padding: 0 20px 0 0;
}

.fbuttons li a:hover {
	background: url(images/button-green-right.png) no-repeat right bottom;
	padding: 0 20px 0 0;
	border-bottom: none;
}

/*******************************************************
PRIMARY COLUMN: FEATURES + NEWS / UPDATES
*******************************************************/
#wide-primary {
	background:#ffffff url(images/shadow1.png) repeat-x top;
	top: -1px;
	
	width:985px;
	margin:auto;
}

#features {
	float: left;
	width: 66%;
	margin: 20px 0 0 0;
}

#features p{
	margin: 15px 15px 15px 0;;
	line-height:20px;
	
}


#lastnews {
	float: right;
	width: 33%;
	margin: 20px 0 20px 0;
}

#sidebar {
	float:right;
	width: 33%;
	padding:20px 0;
	margin:0;
}

#sidebar ul{
	padding: 0;
	margin: 0;
}

ul.widgetsidebar li.widget {
	float: left;
	margin: 0;
	padding: 0;
	width:325px;
}

ul.widgetsidebar li.widget h2{
	float:left;
	background: url(images/darkbg.png) repeat-x;
	color: #fff;
	font-weight:normal;
	width: 295px;
	font-size: 12px;
	padding: 12px 15px;
	background-color: #0B3250;
}

ul.widgetsidebar li.widget h2 a.widgettitlelink{
	color: #fff;
	font-weight:normal;
	width: 295px;
	font-size: 12px;
	padding:0;
	margin: 0;
}

ul.widgetsidebar li{
	float:left;
	background: url(images/itemsep.png) no-repeat bottom #e4f6fd;
	padding: 10px 15px;
	line-height: 18px;
	width: 295px;
	color: #444;
	text-align: left;
	margin: 0;
}

ul.widgetsidebar li div{
	float: left;
	width: 295px;
	padding: 10px 15px;
	background: url(images/itemsep.png) no-repeat bottom #e4f6fd;
	color: #000000;
}

input#s{
	float: left;
	padding: 5px;
	border: solid 1px #4D69DB;
	display:inline;
	width: 220px;
	_width: 200px;
	margin-right: 5px;
	color:#555;
}

input#searchsubmit {
	float: left;
	color: #FFF;
	background-color:#4D69DB;
	padding: 5px;
	cursor:pointer;
	display:inline;
}

ul.widgetsidebar li a{
	margin:0;
	padding:0;
	color: #222;
	font-weight: bold;
}

table#ourbrands{
	margin:0;
	padding:0;
	width: 640px;
	table-layout:fixed;
}

table#ourbrands tr td{
	overflow:hidden;
	width:210px;
	padding-bottom: 20px;
}

table#ourbrands tr td div p{
	font-size: 11px;
	color:#000;
	line-height:150%;
}

table#ourbrands tr td a.imglink { text-decoration:none; }
table#ourbrands tr td a.imglink:hover { text-decoration:none; margin-top:20px !important; }

/*******************************************************
NEWS AND UPDATES
*******************************************************/
.newtabs {
	height: 34px;
	line-height: 34px;
	background: url(images/darkbg.png) repeat-x;
}

.newtabs li {
	float: left;
}

.newtabs li a {
	margin: 0 15px 0 15px;
	color: #fff;
}

.newtabs li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.newtabs li.active a {
	color: #4d9fc0;
}

.newtabs li.active a:hover {
	color: #4d9fc0;
	border-bottom: 1px dotted #fff;
}




ul {
list-style-type:none;
}


#blog, #tweets {
	
	background: #e4f6fd;
}

#blog li, #tweets li {
	background: transparent url(images/itemsep.png) no-repeat bottom;
	padding: 15px;
	line-height: 18px;
	color: #444;
}

#blog span {
	color: #fff;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}

#blog .day {
	background: #acdbee;
	margin: 0 1px 0 0;
}

#blog .month {
	background: #76c4de;
	text-transform: uppercase;
	margin: 0 8px 0 0;
}

#blog a {
	color: #222;
	font-weight: bold;
}

#blog a:hover {
	color: #222;
	border-bottom: none;
}


ol.commentlist{
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
	background:url(images/comments_bk.png) bottom no-repeat #e4f6fd;
	padding: 10px;
}

h3#comments {
	padding: 20px 0;
}

div.navigation {
	padding: 10px 0;
}

/*******************************************************
SECONDARY BLOCKS
*******************************************************/
#wide-secondary {
	background:url(images/shadow2.png) repeat-x top;
	

}

#secondary {width:985px;
	margin:auto;
}


#block1 {
float:left;
margin:20px 2% 0 0;
	
}

#block1 h3{
margin:20px 0 20px 0;
}

#block1 ul{
margin-top:20px;
}

#block1 ul li{
height:100px;
border:#FFCFC 1px solid;
display:inline;
margin-right:50px;
}



#secondary h3 {
	display: inline;
	color: #366799;
	font-size: 14px;
	line-height: 20px;
	padding: 0 7px 0 0;
}

#secondary img {
	display: inline;
	vertical-align: middle;
}

#secondary p {
	color: #666;
	line-height: 20px;
	margin: 10px 0 0 0;
	
}

/*******************************************************
FOOTER
*******************************************************/
#wide-footer {
	background:#d7e5e8 url(images/footer.png) repeat-x top;
	padding: 50px 0 0 0;

}

#footer {
	color: #333;
	width:985px;
	margin:auto;
}

#footer a {
	color: #3b5e6f;
}

#footer a:hover {
	color: #3b5e6f;
	border-bottom: none;
	text-decoration: underline;
}

.footercol {
	float: left;
	display: block;
	width: 19%;
	padding: 0 0 20px 0;
}

.footercol li.footercolhead {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.footercol li {
	line-height: 20px;
	padding: 0 20px 0 0;
}

.footercontent {
	background:url(images/footerline.png) repeat-x top;
	line-height: 18px;
	padding: 20px 0 30px 0;
}

.alignleft {float: left;display: inline;}
.alignright {float: right;display: inline;}

#features input[type=text]{
	border:solid 1px #999999;
	background-color:#FFFFFF;
	padding:2px;
	width: 350px;
}

#features textarea{
	border:solid 1px #999999;
	background-color:#FFFFFF;
	padding:2px;
	width: 350px;
}

#features input[type=submit]{
	color: #FFF;
	background-color:#4D69DB;
	padding: 5px;
	cursor:pointer;
}

/********************************************************
OUR BRAND SCROLL
********************************************************/
.scrolling_logos{
	width: 882px;
	background:url(logos/homepage_scrolling_publishers.gif) top left no-repeat;
	margin-top: 20px;
	padding: 11px 5px 11px 5px;
	}
	
ul#scroller{
	width:892px;
	height:43px;
	list-style:none;
	text-align:center;
	overflow:hidden;
	margin:0;
	padding:0;}
	
ul#scroller li{
	float:left;
	height:43px;
	margin:0;
	padding:10px 10px 0 10px;}


