/* *************************** 
  Site - CATLA
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#232446;
	text-decoration:underline;
}
a:hover {
	color:#7082b1;
	text-decoration:underline;
}
/*img {
	border:0;
}*/
/*fieldset {
	border:none;
}*/

/*li {
	list-style:none;
}*/
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
  font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	color:#232446;
	background:#fff; 
}
#container{
	width:946px;
	margin:0px auto;
	background:url(images/bg2.png) right top repeat-y;
}
.container_inner{
	overflow:hidden;
	width:100%;
	background:url(images/bg1.png) right bottom no-repeat;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header{
	height:65px;
	padding-right:9px;
	background:url(images/bg_header2.png) right top no-repeat; 
}
#header_inner{
	height:65px;
	position:relative;
	background:url(images/bg_header.png) left bottom  repeat-x; 
}
#header h1 a{
	width:430px;
	height:31px;
	display:block;
	position:absolute;
	outline_style:none;
	top:10px;
	left:5px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
}

.topnav{
	width:452px;
	text-align:right;
	padding-right:48px;
	padding-top:12px;
	float:right;
}
.topnav ul li{
	display:inline;
	padding-left:25px;
	text-decoration:none;
}
.quicklinks a {
	color:#FFF;
	text-decoration:none;
}
.quicklinks a:hover {
	color:#FFF;
	text-decoration:underline;
}

.mainnav{
	width:100%;
	height:31px;
	position:absolute;
	left:0px;
	top:34px;
	line-height:31px;
}
.mainnav ul li{
	display:inline;
	padding:0px 38px;
	font-weight:bold;
	font-size:14px;
}

.menus a {
	color:#FFF;
	text-decoration:none;
}
.menus a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	margin:0px 0px 0px 0px;
	width:937px;
	overflow:hidden;
	padding-right:9px;
	background:url(images/bg_container.png) right top no-repeat;
}
.content_inner{	
	overflow:hidden;
	width:100%;
}
#maincontent{
	width:592px;
	float:left;
	min-height:440px;
	background-color: #ffffff;
}
#maincontent2{
	width:937px;
	float:left;
}
.headlines{
	height:39px;
	background:url(images/bg_headlines.png) repeat-x;
	line-height:39px;
	text-align:left;
	padding-left:6px;
	clear:both;
	font-size:12px;
	color:#7082b1;
}
.headlines strong{
	font-size:14px;
	color:#232446;
}
.featured_photos{
	overflow:hidden;
}
.featured_photos img{
	display:block;}
.maincontent_box{
	height:115px;
	padding-top:5px;
	padding-left:20px;
	background:url(images/maincontent_box.png) repeat-x;
}
.maincontent_box_img{
	width:444px;
	float:right;
	padding-top:10px;
}
.maincontent_box_img ul li{
	float:left;
	padding:0 6px;
}
.maincontent_box_img ul li img{
	display:block;
}
.maincontent_inner{
	padding:15px 15px 10px 15px;
	background:#FFF;
	color:#333346;
	text-align:left;
	font-size:11px;
}
.featured_article{
	overflow-y:auto;
	padding-right:8px;
	height:420px;
}
.maincontent_inner h1{
	font-size:20px;
	color:#40699c;
	border-bottom:1px solid #222546;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.maincontent_inner h2{
	font-size:11px;
	padding-top:12px;
	color:#232446;
}
.maincontent_inner h2 span{
	font-weight:normal;
	color:#333346;
}
.maincontent_inner a{color:#333346;}
.maincontent_inner a:hover{color:#333346;}

.main1_content{
	background-color:#FFFFFF;
	overflow-y:auto;
	width:280px;
	height:90px;
}

.main1_content h2{
	font-size: 14px;
	color: #8e9db1;
	padding-top: 15px;
	padding-bottom: 6px;
	padding-left:15px;
	text-align:left;
}

/* *************************** 
   $5 - Sidebar Styles
   ***************************/
#sidebar{
	width:345px;
	float:right;
	background:#242446;
}
.sidebar_top_box{
	background:#242446;
	height:316px;
	overflow:hidden;
	padding-left:8px;
	text-align:left;
}
.breaking_news{
	width:299px;
	height:101px;
	margin:0px auto;
	background:url(images/bg_content_box1.jpg) no-repeat;
	padding-top:4px;
	padding-left:20px;
	font-size:11px;
	padding-right:10px;
	margin-top:10px;
}
.breaking_news_content{
	overflow-y:auto;
	width:299px;
	height:97px;
}
.sidebar_top_box h2{
	padding-top:;
	font-size:14px;
	color:#8e9db1;
	padding-top:15px;
	padding-bottom:6px;
}
.sidebar_top_box p{
	padding-top:2px;
	padding-bottom:10px;
}
.this_week_at_catla{
	width:299px;
	height:177px;
	margin:0px auto;
	background:url(images/bg_content_box2.jpg) no-repeat;
	padding-top:4px;
	padding-left:20px;
	font-size:11px;
	padding-right:10px;
	margin-top:10px;
}
.this_week_at_catla_content{
	overflow-y:auto;
	width:299px;
	height:173px;
}
.sponsor{
	background:#a0b5ee;
	padding-top:15px;
	height:105px;
	width:100%;
	overflow:hidden;
}
.sponsor img{
	display:block;
	margin:0px auto;
}
.sponsor.color{
	height:108px;
	background:#242446;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{
	height:40px;
	width:937px;
	float:left;
	background:url(images/bg_footer.png) repeat-x;
	clear:both;
	line-height:40px;
	color:#FFF;
	font-family:Calibri, Tahoma, 'Trebuchet MS', Arial;
	font-size:11px;
}
.copyright{
	width:422px;
	text-align:left;
	float:left;
	padding-left:6px;
}
.contact{
	width:490px;
	padding-right:16px;
	float:right;
	text-align:right;
}
.contact ul li{
	padding-left:5px;
	display:inline;
}