/*
------------------------------------------------------------------------
Theme Name:[Monaco]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
/* ol, ul, li{list-style:none} */
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

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


/* CSS Document */

h1{

}


h2{


}


h3{


}


h4{



}


h5{


}


p{

}

ul{

}

ol{

}

li{

}

a{

}











body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 1024px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header{
	height: 118px;
}

#menu_bar{
	height: 35px;
	background: url(../images/bg_menu.jpg) repeat-x top left;
}


#mb_right{
	background: url(../images/bg_menu_right.jpg) no-repeat top right;
	float: right;
	padding-bottom: 4px;
}



#container_content{
	background: #de0904 url(../images/bg_content.jpg) no-repeat bottom left;
}



#content{
	clear: both;
	width: 834px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 32px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}



#content ul, #content ol{
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#content li{
	margin-bottom: 5px;
}


#content_top{
	padding-left: 96px;
	padding-right: 96px;
}


#content h1{
	font-size: 30px;
	color: #363636;
	line-height: 30px;
	margin-bottom: 5px;
}

#content h2{
	font-size: 18px;
	color: #6f6f6f;
	line-height: 20px;
	margin-bottom: 5px;
}

#content h3{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 16px;
	margin-bottom: 5px;
}

#content p{
	font-size: 12px;
	line-height: 18px;
}

#content a{
	color: #6d6d6d;
	text-decoration: underline;
	padding-right: 20px;
	background: url(../images/but_readmore.png) no-repeat top right;
}

#content a:hover{
	color: #6d6d6d;
	text-decoration: underline;

}

#content a.readmore, #content a.readmore:hover{
	color: #6d6d6d;
	text-decoration: none;
}



#content_bot{
	padding-left: 80px;
	padding-right: 80px;
	clear: both;
	background: #cccccc url(../images/bg_content_bot.jpg) repeat-x top left;
}

#content_bot2{
	padding-left: 80px;
	padding-right: 80px;
	clear: both;
	background: #CCC;
}

.box_cta{
	width: 165px;
	float: left;
	background: url(../images/bg_cta_box.png) no-repeat top left;
	padding: 26px 25px 0px 27px;
}

.box_cta_img{
}

.box_cta_cont{
	margin-top: 25px;
}

#content .box_cta_cont p{
	line-height: 14px;
}



#footer{
	clear: both;
	width: 834px;
	margin: 0 auto;
	background: url(../images/bg_shadow_bot.png) no-repeat top left;
	text-align: center;
	height: 51px;
	padding-top: 10px;
}


#footer_copyright{
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 20px;
}



#footer_copyright ul{
	margin: 0;
	padding: 0;
}

#footer_copyright ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}



#footer_copyright ul li a, #footer_copyright a{
	color: #000;
	text-decoration: none;
}

#footer_copyright ul li a:hover, #footer_copyright a:hover{
	color: #000;
	text-decoration: underline;
}











/* MENU */


#menu{
	height: 35px;
	line-height: 35px;
	background: url(../images/bg_menu_left.jpg) no-repeat top left;
	width: 600px;
	float: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}


#menu ul li{
	display:inline-block;
	list-style-type: none;
	position:relative;
}

#menu ul li a{
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	text-decoration: none;
	color: #DBDBDB;
	text-transform: uppercase;
	white-space: nowrap;
}

#menu ul li a:hover{
	color: #fff;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 35px;
	left: 0;
	border-bottom: none;
	width:130px;	
	border-top: none;
	margin-left: 0px;
	padding-left: 0px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
	margin-left: 0px;
	padding-left: 0px;
}


#menu ul ul li a {
	width:150px;
	background:#4f0301;
	/*border-bottom: 1px solid #577fa4;*/
	color:#9f9f9f;
	display:block;
	float:none;
	font-weight:normal;
	height:25px;
	line-height: 25px;
	margin-right: 0px;
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	text-transform: none;
}

#menu ul ul li a:hover {
	background:#de0904;
	color: #fff;
	margin-right: 0px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}


.records{
	background: #B6B6B6;
	padding: 10px;
	width: 625px;
	margin-left: 15px !important;
}

ul.records{
	-webkit-box-shadow: 0px 0px 10px #222;
	-moz-box-shadow: 0px 0px 10px #222;
	-khtml-box-shadow: 0px 0px 10px #222;
	-o-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
}

ul.records li{
	list-style: none;
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}

ul.records li img{
	margin-bottom: 5px;
}

li.last{
	margin-right: 0 !important;
}

h1.red{
	color: #DE0904 !important;
	text-transform: uppercase;
	border-bottom: 1px solid #DE0904;
}

.events{
	border-bottom: 2px solid #DE0904;
	margin-bottom: 15px;
}

.events a{
	background: none !important;
	padding-right: 0 !important;
}

.events h1{
	margin-bottom: 5px;
}
.events h2{
	color: #DE0904 !important;
	text-transform: uppercase;
	margin-top: 10px;
}

.right{
	float: right;
}


/* END OF MENU */
