@charset "utf-8";
/* CSS Document */
/*PNG issue Fix in IE 6 */

img, div {
 behavior: url('../iepngfix.htc');
}

body{
	margin:0;
	padding:0;
	background:url('../images/body_bg.jpg') 50% 0 no-repeat;
	height:100%;
	background-color:#1f9dfe;
	letter-spacing:1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6c6c6c;
}
#wrapper{
	width:980px;
	padding:0px;
	margin:0 auto;
}

#top{
	background-image:url('../images/top_bg.png');
	background-repeat:no-repeat;
	float:left;
	height:96px;
	width:980px;
}

#top_links{
	width:260px;
	height:20px;
	float: right;
	margin:64px 0 0 0;
	padding:3px 0 0 2px;
}

.top_links_a{
	float:left;
	color:#406485;
	margin:0;
	padding:0;
	font-size:12px;
}

.top_links_a a{
	color:#406485;
	text-decoration:none;
}

.top_links_a a:hover{
	color:#dc9703;
	text-decoration:none;
}

.img{
	border:3px solid #d3f0f0;
}

#content{
	background-image:url('../images/content_bg.png');
	background-repeat:repeat-y;
	width:980px;
	padding:0px;
	margin:0px;
	float:left;
}

#banner{
	height:134px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
}

/* Fix for IE6 */
*html #banner{
	margin:0 0 0 5px;
}

#main_menu{
	width:960px;
	height:33px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
	background-image:url('../images/menu_bg.png');
	background-repeat:repeat-x;
}

/* Fix for IE6 */
*html #main_menu{
	width:960px;
	margin:0 0 0 5px;
}

#body{
	width:940px;
	float:left;
	margin:20px 0 0 20px;
	padding:0;
	letter-spacing:0.8px;
	background-color:#FFFFFF;
	line-height:18px;
}

/* Fix for IE6 */
*html #body{
	width:928px;
	margin:15px 0 0 10px;
}

#body h1{
	font-family:Arial;
	font-size:16px;
	color:#3577b3;
	font-weight:lighter;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:0 0 5px 0;
	padding:0;
}

#body h2{
	font-family:Arial;
	font-size:14px;
	color:#db9809;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:30px 0 1px 0;
	padding:0;
}

#body h3{
	font-family:Arial;
	font-size:14px;
	color:#167d10;
	font-weight:normal;
	letter-spacing:1px;
	margin:5px 0 5px 0;
	padding:0;
}

#body h4{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:5px 0 5px 0;
	padding:0;
}

#body a{
	color:#167d10;
	text-decoration:none;
}

#body a:hover{
	color:#dc9703;
	text-decoration:none;
}

.top_line{
	border-top:1px solid #a6c1e1;
	padding-top:5px;
}

.bot_line{
	border-bottom:1px dashed #a6c1e1;
	padding-bottom:30px;
	margin-bottom:20px;
}
.tiny_text{
	font-size:11px;
	color:#CCCCCC;
}

.read_more{
	background-image:url(../images/read_more_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	margin-bottom:20px;
}

.home_box{
	width:370px; 
	height:200px; 
	margin:0 10px 20px 0;
	float:left;
}

.home_box2{
	width:750px;
	margin:20px 10px 20px 0; 
	float:left;
}

#bot{
	float:left;
	background-image:url('../images/bottom_bg.png');
	background-repeat:no-repeat;
	height:63px;
	width:980px;
}

#breadcrumb{
	color:#db8c0d;
	margin:0 0 15px 0;
	font-size:11px;
}

#breadcrumb a:link, #breadcrumb a:visited{
	color:#db8c0d;
	text-decoration:none;
	border-bottom:1px dotted #db8c0d;
}

#breadcrumb a:hover{
	text-decoration:none;
	color:#eca83b;
	border-bottom:0px
}

/**************************** ADMIN EDIT ****************************************/

#admin_edit{
	width:100%;
	background-color:#eef3f8;
}

#admin_edit input{
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#admin_edit textarea{
	width:350px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#admin_content{
	width:750px;
	height:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow-x:scroll; 
	overflow-y:hidden; 
}

.admin_btn{
	background-color:#688bb4;
	color:#FFFFFF;
	width:150px;
	font-weight:bold;
}

.red_bar{
 	margin:3px 2px 3px 2px; 
	border:1px solid #b01a19; 
	font-size:12px; 
	color:#000066; 
	background-color:#e3aeae; 
	padding:5px;
}

.blue_bar{
	margin:3px 2px 3px 2px; 
	border:1px solid #546ce4; 
	font-size:12px; 
	color:#000066; 
	background-color:#e9eeff; 
	padding:5px;
}

.box1{
	width:700px;
	height:170px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:2px;
}
