/* Global Layout */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	color:#444444;
}

.clear,
.clear-column{clear:both;}
:focus{outline:none;}
.underline{ text-decoration: underline; }
.red {color:#ea2628;}

/* Layout
-------------------------------------------------------------------------- */
#container {
	position:relative;
	margin:0 auto;
	width:960px;
	padding-bottom:30px;	
}

/* Header
-------------------------------------------------------------------------- */
#header {
	position:relative;
	height:125px;
}

#header-left {
	position:relative;
	float:left;
	width:400px;
	padding-top:25px;	
}

#header-right {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	position:relative;
	float:right;
	width:230px;
	color:#ea2628;
	font-size:26px;
	line-height:28px;
	text-align:right;
	padding-top:20px;
}

/* Navigation
-------------------------------------------------------------------------- */
#navigation{
	position: relative;
	background:#db1d1f url(../images/background/menu-bg.jpg) repeat-x top;
	height:30px;
	margin-bottom:10px;
}
/* Banner Right
-------------------------------------------------------------------------- */
#ct-money {
	height:100px;
	border:1px solid #d3d1d1;
	margin-top:10px;
	background:url(../images/background/money-bg.jpg) no-repeat bottom right;
	line-height:16px;
	padding:10px 0px 0px 15px;
}
#ct-money a {
	font-size:11px;
}
#news {
	background:#e9e8e6 url(../images/background/news-bg.jpg) repeat-x top;
	border:1px solid #d3d1d1;
	padding:10px;
	height:154px;
	margin-top:10px;
	overflow:auto;	
}
/* Bottom Content
-------------------------------------------------------------------------- */
#bottom-content {
	margin-top:20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
#bottom-content p {
	line-height:18px;
	font-size:11px;
}
#bottom-content a:link,
#bottom-content a:visited,
#bottom-content a:hover {
	line-height:18px;
	margin-right:15px;
	font-size:11px;
}

/* Footer
-------------------------------------------------------------------------- */
#footer {
	text-align:center;
	padding-top:20px;
}

/* Lower Content
------------------------------------- */
#lower-content {
	margin-top:20px;
}
#lower-content-header {
	
	border-bottom:1px solid #eaeaea;
}
#content-tabs {
	font-family: 'Droid Sans', arial, serif; 
}
.tabs {
	float:left;
	padding:2px 20px;
	background-color:#000;
	color:#f98f46;
	font-size:11px;
	font-weight:bold;
}
#tab-content {
	font-size:11px;
	line-height:15px;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eaeaea;
	min-height:100px;
	height:auto !important;
	height:100px;
	background-color:#f8f8f8;
}
#tab-content p{
	font-size:11px;
	line-height:16px;
}
#content-tabs a:link,
#content-tabs a:visited {
	font-family: 'Droid Sans', arial, serif; 
	font-size:11px;
	font-weight:normal;
	background-color:#605f5f;
	color:#FFF;
	padding:2px 10px;
	text-decoration:none;	
	letter-spacing:1px;
	margin:0px;	
}
#content-tabs a:hover {
	background-color:#444;
}
