@charset "UTF-8";
/* CSS Document . May 23 2008 */
/* whoiscarrus.com */

/* dimensios for both splash image and the player wrapper */
a.FLV_video, a.FLV_video img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}


/*body*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	font-family: Helvetica, sans-serif;
	border: 0px;
	color: #000;
	background-color:#FFF;
	
	font-size:12px;

    }

div.inpt {
	width:100%;
	background-color:#F4F4F4;
	color: black;
	margin:0 0 10px 0;
	padding:5px;
	border: 1px solid #F4F4F4
	}
	
h3.inpt {
	width:400px;
	background-color:#F4F4F4;
	color: black;
	font-size:18px;
	margin:0 0 5px 0;
	padding:5px;
	border: 1px solid #F4F4F4
	}
input.inpt,textarea.inpt {
	margin:0;
	padding:5px;
	width:400px;
	border:1px solid #C1C1C1;
	color: black;
	font-size:18px;

}

.fake_editor {
	height: 250px;
	width: 894px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #000000;
}

#container {
	padding: 0px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#container img {
	border:0px;
	}


/*Header*/

#top_nav{
	margin:0px;
	padding:0px;
	width:968px;
	height:69px;
	background-image:url(../img/nav.jpg);
	background-repeat:repeat-x;
	}

#logo{
	padding-left: 50px;
	padding-top: 0px;
	float:left;
	width: 300px;
	}

#siteadmin{
	margin-left: -30px;
	padding-top: 23px;
	float:left;
	color: #2483BD;
	font-size: 24px;
	}

#adminmenutop{
	padding-right: 50px;
	padding-top: 32px;
	float:right;
	color: #2483BD;
	}

#adminmenutop a, a{
color:#2483BD;
}

#pagination {
float:right;

}
	
	
#rsidebar {
	text-align: right;
	float: right;
	margin-top: 35px;
	width: 200px;
	clear: right;
	margin-right: 50px;
	}

#rsidebar input, #rsidebar select {
	background-color: #FFFFFF;
	color: #595959;
}

input {
  border: 1px solid #2483BD;
}

#rsidebar #fkey {
	width: 130px;
	padding:0px;
	margin:0px;
	background-color: #fff;
}

.button{
	padding:0px;
	margin:0px;
	}
	
	
/*Navigation*/

.darkbkg{
background-color:#F4F4F4;
}

#navigation{
	margin:0px;
	padding:0px;
	padding-right:50px;padding-top:10px;
	
	width:918px;
	height:25px;
	background-color:#2483bd;
	background-image: url(../img/blueBG.jpg);
	background-repeat: repeat-x;
	text-align:right;
	}
	
#navigation a {
  color: #ffffff;
  font-weight: bold;
}

/*menu*/

#menu {
	list-style-type:none; /* settings for this demo olnly */
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:35px;
	background-image: url(../img/blueBG.jpg);
	background-repeat: repeat-x;
	letter-spacing:1px;
	}

#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	}
#menu li span {
	display:block;
	z-index:100;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #000000;
	letter-spacing:1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#menu li a, #menu li a:visited {
	display:block;
	padding:0px;
	}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	background: url(transparency.gif);
	}
#menu dt {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	background-color: #2483bd;
	background-image: url(../img/blueBG.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-color:#2483bd;

	}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#menu dd a, #menu dd a:visited {
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dt a {background: #000000; color:#FFFFFF;}
#menu li a:hover dt a, #menu dd a:hover {background: #2483BD; color:#FFFFFF;}

/*end menu*/
	
#header{
	margin:0px;
	padding:0px;
	width:968px;
	}
	
#blackline{
	background-image:url(../img/header_blkLINE.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:12px;
	}	


/* Columns */


#left_side {
	margin: 0px;
	width: 525px;
	text-align:left;
	float:left;
    }


#left_home{
	margin: 0px;
	padding-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #595959;
	}

#left_side_sub {
	width: 570px;
	text-align:left;
	float:left;
    }



#left_press{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #595959;
	width: 505px;
	padding-left: 50px;
	margin-top: 90px;
	line-height: 27px;
	}
	
#left_press a{
	color: #2483bd;
	text-decoration:none;
	font-size:12px;
	}	

#left_press a:hover{
	color: #464646;
	text-decoration:none;
	font-size:12px;
	}		
	
#left_side_press {
	width: 570px;
	text-align:left;
	float:left;
    }

.date{
	color: #2483BD;
	font-size:12px;
}

#left_sub{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #595959;
	width: 505px;
	padding-left: 50px;
	margin-top: 90px;
	line-height: 27px;
	}	
	

.sub{
	padding-left: 30px;
	line-height: 19px;
	}


#right_side{
	float: right;
	width: 326px;
	padding-right: 50px;
	}

#right_side_sub{
	float: right;
	width: 335px;
	padding-right: 25px;
	}
		
#right_side_press{
	width:335px;
	margin-top: 90px;
	float: right;
	padding-right: 50px;
	}

#right_side_press_txt{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	background-color:#EDEDED;
	list-style-type: circle;
	list-style-position: inside;
	}

	
#right_side_press_txt a{
	color: #2483bd;
	text-decoration:none;
	}	

#right_side_press_txt a:hover{
	color: #464646;
	text-decoration:none;
	}	

.presstitle{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2483bd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}			
	

#right_home{
	width:316px;
	height:350px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #ECECEC;
	}

#right_home_txt{
	width:250px;
	padding-left:20px;
	padding-top:30px;
	}	

#right_sub{
	width:335px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	background-image: url(../img/bg_sub.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin-top: 90px;
	}

#right_sub_txt{
	width:300px;
	padding-left:20px;
	padding-top: 25px;
	}	


#right_sub_txt a{
	color: #464646;
	text-decoration:none;
	}	

#right_sub_txt a:hover{
	color: #2483bd;
	text-decoration:none;
	}	

	
.newstitle{
	font-size: 14px;
	font-weight: bold;
	}
	
hr{
	background-color:#2483bd;
	height: 7px;
	}


#newsline{
	background-color: #c0c0c0;
	height: 1px;
	}
	
#newsline_two{
	background-color: #c0c0c0;
	height: 1px;
	}	
p.excerpt{
	width:245px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 24px;
}	

#title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	float: left;
	color: #2483bd;
	width: 500px;
	padding-left: 50px;
	margin-top: 40px;
	}	

p.subtitle{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2483bd;
	width: 500px;
	}	


#line{
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
	}


#home_line{
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #2483bd;
	margin-top: 50px;
	}
	
p.excerpt_two{
	width:245px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	line-height: 24px;
}	



#table_cole_small{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float:left;
	}


#table_cole{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float:left;
	margin-bottom: 15px;
	border-style:solid;
	border-color:#2483bd;
	border-width: thin;
}

#table_cole td{
	border-style:solid;
	border-color:#2483bd;
	border-width: thin;
}

#table_cole a{
	color: #2483bd;
	text-decoration:none;
	}	

#table_cole a:hover{
	color: #464646;
	text-decoration:none;
	}	

p.excerpt_three{
	width:504px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 24px;
	clear: both;
}

#bullet_list{
	width:504px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 24px;
	clear: both;
	list-style-position: outside;
	list-style-type: circle;
}



#bullet_list a{
	color: #2483bd;
	text-decoration:none;
	}	

#bullet_list a:hover{
	color: #464646;
	text-decoration:none;
	}	




p.excerpt_three a{
	color: #2483bd;
	text-decoration:none;
	}	

p.excerpt_three a:hover{
	color: #464646;
	text-decoration:none;
	}	


	

/*Footer Area*/
		

#footer {
	height:60px;
	font-size:10px;
	clear:both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }


	
#footer_links{
	height:33px;
	background-color: #2483bd;
	}	


#footer_links ul{
	list-style: none;
	padding: 0px;
	margin-left: 50px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	}

#footer_links li{
	float: left;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	}	

#footer_links li a {
   display: block;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12px;	
   width: 100px;
   text-align: center;
   color: #FFFFFF;
   padding: 3px 0;
}

#footer_links li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#footer_copyright{
	color:#7a7a7a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 50px;
	}
	

#footer a:hover {
	color: #000;
	text-decoration: none;
    }
	

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration: none;
    }

.style1 {font-weight: bolder;}
