@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#282828 url(images/back.jpg) center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size:.8em;
}

hr{
	border:0;
	background:url(images/dash.gif) center repeat-x;
	padding:15px 0px;
}

div{
	margin:0;
	padding:0;
}

img{
	border:0;
}

p{
	margin:0;
	padding:6px 0px;
}

ul{
	list-style:square;
}
small{
	color:#4f4f4f;
	font-size:.85em;
}

h1{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.8em;
	color:#ffba00;
}

h2{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.6em;
	color:#ffba00;
}


h3{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.4em;
	color:#ffba00;
}

h4{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1.1em;
}

h5{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1em;
}

.yellow{
	color:#ffba00;
}

a:link{
	text-decoration:none;
	color:#ffba00;
}

a:visited{
	text-decoration:none;
	color:#ffba00;
}

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

a:active{
	text-decoration:none;
	color:#ffba00;
}


/*-----------------------LAYOUT-------------*/

#container{
	width:630px;
	margin:auto;
	position:relative;
}

#header{
	position:relative;
	background:url(images/follow_me.gif) no-repeat 80% 5px;
}

#logo{
	position:absolute;
	left: -47px;
	top: -5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

#logo img, #book img, #phone img, #mic img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


#icons{
	text-align:right;
	padding:30px 0px 0px 0px;
}

#contentContainer{
	clear:both;
}

#leftContainer{
	float:left;
	width:25%;
	padding-top:150px;
}

#rightContainer{
	float:right;
	width:73%;
}

#banner{
	position:relative;
	top:-10px;
	padding-bottom:70px;
}

#book{
	position:absolute;
	left: 5px;
	top: 249px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/book.png');
}

#phone{
	position:absolute;
	left: 222px;
	top: 298px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/phone.png');
}

#footer{
	clear:both;
	width:630px;
	margin:auto;
	position:relative;
	
}

#mic{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mic.png');
	position:absolute;
	right: -60px;
	bottom: 0px;
	
}


/*-------------------------------------MENU-----------------------------------*/



#nav{
	clear:both;
	padding:15px 5px;
}

#menu{
	list-style:none;
	padding:0;
	margin:0;
}

#menu li{
	padding:0;
	margin:0;
}

#menu li a{
	display:inline-block;
	text-decoration:none;
	color:#f1f1f1;
	padding:10px 10px;
	width:80%;
	font-weight:bold;
	background:url(images/dash.gif) bottom repeat-x;
}

#menu li.current_page_item a{
	background:#b90000 url(images/dash.gif) bottom repeat-x;
	color:#fff;
}



#menu li a:hover{
	background:#b90000 url(images/dash.gif) bottom repeat-x;
	color:#fff;
}

/*-----------------------------------CLASSES---------------------------------*/

.separator{
	background:url(images/dash.gif) center repeat-x;
	padding:15px 0px;
	clear:both;
}


.boxTop{
	background:url(images/box_top.jpg) top center no-repeat;
	padding:15px;
}

.boxBottom{
	background:url(images/box_bottom.jpg) bottom center no-repeat;
}

.boxBody{
	background:url(images/box_body.jpg) center repeat-y;
	width:145px;
	margin:auto;
}

.clear{
	clear:both;
}

.content{
	padding:10px;
	
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}
.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width15{
	width:15%;
}
.width20{
	width:20%;
}
.width25{
	width:25%;
}
.width28{
	width:28%;
}
.width30{
	width:30%;
}
.width33{
	width:33%;
}

.width35{
	width:35%;
}
.width38{
	width:38%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}

.width50{
	width:50%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width68{
	width:68%;
}
.width70{
	width:70%;
}
.width71{
	width:71%;
}

.width75{
	width:75%;
}
.width80{
	width:80%;
}
.width90{
	width:90%;
}
#newsman{
	list-style: circle;
	padding:0;
	margin:0;
	padding-left:10px;
}

#newsman li{
	padding:0;
	margin:0;
	
}
#newsman li a{
color:#FFFFFF;
}

.widget_twitter ul{
	padding:0px;
	margin:0px;
	
	}
