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


body{
	margin:0;
	padding:0;
	background:url(../images/back.jpg);
}	

#back{
	margin:0;
	padding:0;
	background:url(../images/rocky_back.jpg) top center no-repeat;
}

#container{
	width:950px;
	margin:auto;
}	

#header{
	height:180px;
	position: relative;
}


#banner{
	height:370px;
}

#tagline{
	width:50%;
	padding:80px 0px 0px 80px;	
	height:200px;
	position:relative;
	overflow:hidden;

}
#tagline a:link{
text-decoration:none;
}
#tagline a:active{
text-decoration:none;
}
#tagline a:hover{
text-decoration:underline;
}
#tagline a:visited{
text-decoration:none;
}

#contentContainer{
	width:95%;
	margin:auto;
}

#leftContent{
	float:left;
	width:29%;
	padding-right:30px;
	background:url(../images/content_separator.jpg) right top no-repeat;
	min-height:300px;
}

*html #leftContent{
	height:300px;
}

#midContent{
	float:left;
	width:29%;
	padding-right:30px;
	padding-left:15px;
	min-height:300px;
	background:url(../images/content_separator.jpg) right top no-repeat;
}

*html #midContent{
	height:300px;
}

#rightContent{
	float:left;
	padding-left:15px;
	width:31%;
	min-height:300px;
}

*html #rightContent{
	height:300px;
}


#footerContainer{
	clear:both;
	margin:0;
	padding:0;
	background:#000 url(../images/footer_container1.jpg) top left repeat-x;
}

#footer{
	width:930px;
	padding:100px 0 50px 30px;
	margin:auto;
	background:url(../images/footer.jpg) top left no-repeat;
}


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

#menu{
	float:right;
	margin:0;
	padding: 137px 22px 0 0;
	list-style:none;
}

#menu li{
	margin:0;
	float:left;
	padding:0px 0px 0px 10px;
}	

#menu li a{
	display:block;
	text-decoration:none;
	padding:8px 15px;
	font-size:1em;
	font-weight:bold;
	
}
#menu li a:hover{
	background:#0095f1;
	color:#fff;
}





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

#footerMenu li{
	margin:0;
	float:left;
	padding:0px 0px 0px 5px;
}	

#footerMenu li a{
	text-decoration:none;
	padding:8px 10px 10px 0px;
	
}
#footerMenu li a:hover{
	color:#0095f1;
}


/*-------------------INTERIOR LAYER----------------*/

#leftContentInt{
	float:left;
	width:65%;
	padding-right:30px;
	background:url(../images/content_separator.jpg) right top no-repeat;
	min-height:300px;
}
#leftContentIntport{
	float:left;
	width:100%;
	padding-right:30px;
	background:url(../images/content_separator.jpg) right top no-repeat;
	min-height:300px;
}

*html #leftContentInt{
	height:300px;

}

#rightContentInt{
	float:right;
	width:29%;
}




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

.clear{
	clear:both;
}

.border3{
	border:3px solid #0095f1;
}	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-left: 1px solid #191919;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #191919;
	border-left: none;
	margin-bottom: -1px;
	background: #1F0101;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #ffffff!important;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 1px solid #111111;
	outline: none;
}
ul.tabs li a:hover {
	background: #0B3656!important;
	text-decoration:none!important;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #0B3656;
	border-bottom: 1px solid #111111;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;

}
.tab_content {
	/*font-size: 1.2em;*/
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	padding: 1px 7px;
/*	background-image:url(../images/loadingme.gif);
	background-repeat:no-repeat;
	background-position:top;*/
}
.quoteme{
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-right:10px;
	}