body{
margin: 0px auto;
padding: 0px;
padding-top: 10px;
font-family:Georgia, "Times New Roman", Times, serif;
/*background: #FFF;
background-image:url(images/bg.png);
background-repeat: repeat-x;*/
}

#all{
margin: 0px auto;
margin-top: -12px;
}

h1{
	color:#cc0000;
	font-size: 1.6em;
	}

h2{
	color:#CCC;
	font-size: 1.2em;
	}
	
h3{
	color:#FFF;
	}
a{
	color: #cc0000;}	
	
a:hover{
	color:#93230d;
	}

.red{
color:#F00;
}
.wrapper{
	width: 960px;
	margin: 0px auto;
	min-height:400px;
	height:auto !important;
	border: 1px solid #CCC;
	}

.top_links{


	text-align: right;
	margin: 0px auto;
	color: #FFF;
	font-size: .80em;
	padding-bottom: 5px;
	
	}
	.top_links a{
		color: #FFF;
	}
.header{
	height: 186px;
	
	}

.header_right{
	width: 760px;
	float: right;
	height: 200px;
	background-color: #000;
	}

.header_left{
	width: 210px;
	height: 200px;
	float: left;
	background-color:#000;
	background-image:url(images/header_bg_left.png);}


.logo{
	padding: -30px 0px 10px 35px;
	height: 100px;
	margin-bottom: 10px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
/*	background-image:url(images/header.png);
	background-repeat: no-repeat;*/
	}

.logo img{ float:left;
padding-left: 10px;
}

.contact{
	color: #FFF;
	font-size: 1.2em;
	padding: 20px 20px 0px 0px;
	float: right;
	}
	

.contact a{
	color: #FFF;
	}
	
.container{
	width: 960px;
	min-height:400px;
	height:auto !important;
	/*border-right: 1px solid #999;*/
	/*border-left: 1px solid #999;*/
	padding-top: 6px;
	padding-bottom:10px;
	background-color: #FFF;
	
	
	}

.container_right{
	background-color:#FFF;
	width: 759px;
margin-left: 200px;
	}
	
.content{
	font-size: .90em;
	float: right;
	padding: 10px 5px 10px 20px;
	margin-left: 10px;
	background:#FFF;
	margin-top: -60px;
	width: 729px;
}

.container_left{
	width: 200px;
	float: left;
	}
.nav {
	color: #FFF;
	padding: 0px 0px 10px 10px;
	background:#cc0000;
	min-height: 358px;
	/*background-image:url(images/nav-bg.png);
	background-repeat: repeat-y;*/
	}

/*.nav ul{
	color: #FFF;
	padding: 0px;
	margin: 0px;	
}

.nav ul a{
	color: #FFF;
	text-decoration: none;
	
}

.nav .hover { color: #93230d; cursor: pointer; }

.nav ul a:hover{
	color:#93230d;}

.nav ul li{
	list-style: none;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -10px;
	width: 250px;
}



.nav li ul li{
	list-style: none;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}*/


#intro_video{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
	
.news{
	padding: 10px;
	}

.campaign{
	padding-bottom: 10px;}
	
.news ul{
	padding: 0px;
	margin: 0px;
	font-size: .85em;
	padding-bottom: 10px;
	}


.news li{
	list-style: none;
	padding-bottom: 5px;
	}


.footer{
	min-height: 350px;
	background: #000;
	border-top: 10px solid #900;
		width: 960px;
	margin: 0px auto;
	clear: both;
		padding-bottom: 10px;
	}

.social_media{
	padding: 20px 5px 0 10px;
	border: none;
	
	}
	
.footer_right{
	float: right;
	font-size: .80em;
	padding-right: 10px;
	color:#FFF;
	text-align: right;
	width: 300px;
}

.footer_left{
	float: left;
	font-size: .80em;
	padding-right: 10px;
	color:#FFF;
	width: 500px;
}
.sidebar-title{
	padding-left: 10px;}

#twitter_update_list a{
	color:#cc0000;
	}
	
#twitter_update_list li{
	padding-top:15px;
	padding-bottom:5px;
	border-bottom: 1px dashed #FFF;
	}
	
.footer a{
	
	color:#FFF;}

.footer a:hover{
	color:#93230d;
	text-decoration: underline;}
	
	
/* treeview */


	
/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	color: #FFF;
	border-top:0;
	height:200px;
	font-size:14px;
	background-color:#000;
}


.feature_img{
	float: right;
	padding: 5px;}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
	color: #FFF;
	overflow: hidden;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}


ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px font-family:Georgia, "Times New Roman", Times, serif;
	line-height:165%;
	width:200px;
	margin-left: -10px;
	margin-top: 1px;
	}

ul.vert-one li{
	margin:0;
padding:0;border-top:1px solid #4D0000;
border-bottom:1px solid #761A1A;}

ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#cc0000;
	padding:0 0 0 20px;
	border-left: 1px solid #FFF;
	}
ul.vert-one li a:hover{
	color:#000;
	background:#cc0000 url("images/vert-one_arrow.gif") no-repeat 0 9px;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#900 url("images/vert-one_arrow.gif") no-repeat 0 9px;}







/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	top: 65px;
	overflow:hidden;
	width: 675px;
	height:101px;
background: #FFF;
	/* custom decorations */
	border:1px solid #ccc;
	background:url(images/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:625px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 5px 20px 11px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:100px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
		
} 	


