body {
	background-color:#fff;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper {
	width:1010px;
	margin:auto;
	text-align:left;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#wrapper.embed {
	width:750px;
	min-width:420px;
	border:none;
	height:610px;
	margin-bottom:20px;
	padding-bottom:20px;
	overflow-y:auto;
}
#embedLeader {
	padding:0;
	position:fixed;
	bottom:0;
	left:0;
}
#seeMoreEmbed {
	position:fixed;
	bottom:0;
	left:0;
	background:#eeeeee;
	width:524px;
	text-align:center;
	padding:3px;
	margin:0 10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:red;
	font-weight:bold;
	font-size:1.2em;
}
#header {
	height:90px;
	background:#fff;
	
}

#logo {
	float:left;
	margin-top:10px;
	margin-left:8px;
}

#tagline {
	float:right;
	margin:25px 20px 0 0;
}

#nav {
	height:28px;
	line-height:28px;
	font-size:14px;
	/*background:#0083cb;*/
	
	background-color:#acacac;
	background-image:url('../images/nav_bg.jpg');
	background-repeat:repeat-x;
	color:#111;
}

.location {
	float:left;
	padding-left:15px;
}

.location a {
	color:#111;
}

.navLinks {
	float:right;
	text-align:right;
}

.navLinks a {
	color:#111;
	text-decoration:none;
	font-size:13px;
	margin:0 12px;
}

.navLinks a:hover {
	text-decoration:underline;
}

#content {
	background-image:url('../images/content_bg.png');
	background-repeat:repeat-y;
	padding:10px;
}
#content.embed {
	background:white;
}
#content_ads {
	background-image:url('../images/content_bg2.png');
	background-repeat:repeat-y;
	padding:10px;
}

#sidebar_left {
	width:212px;
	min-height:100px;
	float:left;
	margin-right:10px;
}

#sidebar_left_ads {
	width:262px;
	min-height:100px;
	float:left;
	margin-right:10px;
}

#mainColumn {
	width:780px;
	float:left;
	margin-left:15px;
}
.embed #mainColumn {
	width:auto;
	margin:0;
}
#mainColumn_ads {
	width:510px;
	float:left;
	margin-left:15px;
}

#sidebar_right {
	float:right;
	width:165px;
	color:#fff;
	min-height:100px;
	font-size:12px;
}

#sidebar_right a.catLink {
	margin-left:6px;
	color:#fff;
	text-decoration:none;
}

#sidebar_right a.subcatLink {
	color:#fff;
	text-decoration:none;
}

#sidebar_right a:hover.subcatLink,
#sidebar_right a:hover.catLink
{
	text-decoration:underline;
}

.subcatLinks {
	margin:12px 0;
	font-size:11px;
}

#footer {
	text-align:center;
	font-size:11px;
	padding:30px 0 20px 0;
	color:#808080;
	background:#fff;
}

.clear {
	clear:both;
}

#welcome
{
	margin-bottom:15px;
}

#welcomeTabs
{
	height:29px;
	background-image:url('../images/welcome_tab_bg.png');
	border-bottom:solid 1px #ccc;
}

.welcomeTab
{
	float:left;
	height:29px;
	line-height:29px;
	padding:0 20px;
	font-weight:bold;
	background-image:url('../images/welcome_tab_divider.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.welcomeTabSelected
{
	float:left;
	height:29px;
	line-height:29px;
	padding:0 20px;
	font-weight:bold;
	background-image:url('../images/welcome_tab_selected_bg.png');
	background-position:bottom right;
	background-repeat:no-repeat;
}

.welcomeTab a
{
	color:#888;
	text-decoration:none;
}

.welcomeTab a:hover
{
	color:#222;
}

.welcomeTabSelected a
{
	color:#222;
	text-decoration:none;
}

.welcomeInfo
{
	padding:10px 10px 0 10px;
	background-image:url('../images/welcome_box_bg.png');
	background-repeat:repeat-x;
	border:solid 1px #ccc;
	border-top:none;
}

.catBox {
	width:185px;
	height:130px;
	float:left;
	margin:0 10px 10px 0;
	font-size:11px;
}

.catBox a.sublink {
	color:#222;
	text-decoration:none;
	padding-left:12px;
	margin-left:6px;
	background-image:url('../images/link_bullet.gif');
	background-repeat:no-repeat;
	background-position:left center;
	font-size:11px;
}

.catBox a:hover.sublink {
	text-decoration:underline;
}

.search input {
	
}

.heading {
	display:block;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	/*background-image:url('../images/heading_bg.png');*/
	background-repeat:no-repeat;
	margin-bottom:6px;
}

.heading span, .heading em {
	display:block;
	height:34px;
	line-height:34px;
	vertical-align:middle;
	margin:0;
}

.heading em {
	font-style:normal;
	padding-right:10px;
	background:url('../images/heading_bg.png') no-repeat 100% 0;
}

.heading span {
	padding-left:10px;
	background-image:url('../images/heading_bg.png');
}


.heading a {
	text-decoration:none;
	color:#222;
}

.heading a:hover,
.heading a:active
{
	text-decoration:underline;
}

.heading img {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:5px;
}

li {
	list-style:url('../images/link_bullet.gif');
}

.search {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}
.notice {
	font-size:1.3em;
	font-weight:bold;
	color:red;
}
