/* CSS Document */
body
{
	margin: 0;
	background: #d2d2d2 url(../images/interface/bg_tile.gif) repeat-x 0 0;
}
body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, html, #global, #page
{
	height: 100%;
}

a
{
	color: #960a17;
}
h1, h2, h3, h4
{
	/*font-family:"Trebuchet MS", Verdana, Arial, sans-serif, Tahoma;*/
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 22px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #960a17;
}
h3
{
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #960a17;
}
h4
{
	font-size: 14px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #CCCCCC;
}
h5
{
	font-size: 14px;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	color: #CCCCCC;
}

p
{
	margin: 5px 0 10px 0;
}

/* ID's */
#global
{
	text-align: center;
}

#sidePanel
{
	display:none;
	position:absolute;
	margin-top:150px;
	padding-left:5px;
}
#page
{
	width: 840px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/interface/footer_tile.gif) repeat-x 0px 690px;
}
#head
{
	/*height: 100px;*/
	width: 840px;
}
#head1
{
	width: 55px;
	height: 55px;
	float: left;
}
#head2
{
	float: left; /*width:785px;*/
	width: 840px;
}

#banner
{
	margin: 5px 0 0 135px;
	width: 470px;
	height: 65px;
	float: left;
}

#head_menu1
{
	margin: 0 0 20px 0;
	height: 50px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}
#head_menu1 ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#head_menu1 li
{
	padding: 1px 0 1px 0;
	float: right;
}
#head_menu2
{
	background: url(../images/interface/menu_tile.gif) repeat-x 0 0;
	height: 60px;
	/*overflow: hidden;*/
	width: 840px;
}
#head_menu2 ul
{
	padding: 8px 0 0 0;
	margin: 0px;
	list-style: none; /*font-family:"Trebuchet MS", Verdana, Arial, sans-serif, Tahoma;*/
	font-family: Arial, Helvetica, sans-serif;
	/*height: 100px;*/
}
#head_menu2 li
{
	padding: 0px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 20px 5px 20px;
	line-height: 1em;
	font-weight: bold;
}
#head_menu2 li a
{
	color: #FFFFFF;
}


/*
#head_menu2 ul ul
{
	padding: 2px 0 0 0;
	margin: 10px 0px 0px -55px;
	list-style: none;
	position: absolute;
	background: url(../images/interface/menu_sub_tile.gif) repeat-x 0 0;
	width: auto;
	height: 25px;
	white-space: nowrap !important;
}
#head_menu2 ul .single-item
{
	margin-left: 0px;
}

#head_menu2 ul ul li
{
	padding: 0px;
	margin: 0;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px 0px 0 0px;
	line-height: 1em;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
#head_menu2 ul ul a
{
	color: #737272 !important;
}
#head_menu2 ul ul a:hover
{
	color: #960a17 !important;
}
#head_menu2 ul ul a.selected
{
	color: #960a17 !important;
}
*/
#head_menu2 .selected a
{
	color: #960a17;
}
#head_menu2 a, #head_menu1 a
{
	color: #737272;
	text-decoration: none;
}
#head_menu2 a:hover, #head_menu1 a:hover
{
	color: #960a17;
}
#head1 h1
{
	margin: 0;
	padding: 0;
}
#body
{
	height: 555px;
	background: #FFF url(../images/interface/body_tile.gif) repeat-x 0 0;
	line-height: 1.8em;
	color: #CCCCCC;
}
#body_img
{
	width: 410px;
	height: 555px;
	float: left;
	text-align: right;
}
#body_contentpanel
{
	width: 430px;
	float: left;
}
#body_contentpanel2
{
	width: 480px;
	float: left;
}
#body_img2
{
	width: 360px;
	height: 555px;
	float: left;
	text-align: right;
}

#body_contentpanel4
{
	width: 590px;
	float: left;
}
#body_img4
{
	width: 250px;
	height: 555px;
	float: left;
}

.body_inner
{
	padding: 35px;
}

/* page menu */
.page_menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 20px;
}
.page_menu li
{
	float: left;
	padding: 0 25px 0 0;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

.page_menu a
{
	color: #CCCCCC;
	text-decoration: none;
}
.page_menu a.selected
{
	color: #960a17 !important;
}
.page_menu a:hover
{
	color: #960a17;
}

.page_menu2 ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.page_menu2 li
{
	padding: 0 25px 0 0;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

.page_menu2 a
{
	color: #CCCCCC;
	text-decoration: none;
}
.page_menu2 a.selected
{
	color: #960a17 !important;
}
.page_menu2 a:hover
{
	color: #960a17;
}



.panel1
{
	width: 646px;
	height: 486px;
	background: url(../images/interface/panel1.jpg) no-repeat 0 0;
	margin: 0 auto 0 auto;
	padding-top: 1px;
}
.panel1_scroll
{
	overflow: auto;
	height: 465px;
	margin: 7px 4px 14px 45px;
}
.panel_login
{
	margin-top: 42px;
	background: url(../images/interface/panel_signup_login.jpg) no-repeat 0 0;
	width: 378px;
	height: 492px;
	color: #000;
	line-height: 1.5em;
}
.panel_login_inner
{
	padding: 35px 20px 20px 35px;
}
.panel_login h3
{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}
.paneltype1
{
	background: #f0f0f0;
}
.paneltype2
{
	background: #f0f0f0;
	margin-top: -50px;
	position: absolute;
}
.col_small
{
	width: 240px;
	padding: 10px 20px 5px 20px;
	float: left;
	text-align: justify;
}
.col_wide
{
	width: 800px;
	padding: 5px 20px 5px 20px;
}
.col_small h3, .col_wide h3, .h3
{
	color: #b10024;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}
.label1
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.field1
{
	background: url(../images/interface/field.gif) no-repeat 0 0;
	width: 212px;
	height: 36px;
	border: 0;
	margin-left: 10px;
	padding: 5px 5px 0 5px;
}
a.link1
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin-right: 10px;
}
h5.heading_form
{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}
.lbl_focus
{
	color: #b10024;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.lbl_date
{
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

/* gallery */
.gallery1
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #424040;
	width: 580px;
}
.gallery1 li
{
	display: block;
	width: 143px;
	height: 114px;
	float: left;
}

.gallery2
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #CCCCCC;
	width: 750px;
}
.gallery2 a, .gallery1 a
{
	text-decoration: none;
	color: #EEEEEE;
}
.gallery2 a:hover, .gallery1 a:hover
{
	color: #960a17;
}
.gallery2 li
{
	display: block;
	width: 230px;
	height: 170px;
	float: left;
}

.list_details
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.list_details li
{
	display: block;
	width: 170px;
	height: 110px;
	float: left;
	padding: 0 20px 20px 0;
}

#footer
{
}
#footer_menu
{
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;

	height: 40px;
	border-bottom: solid 1px #CCC;
	padding: 5px 0 5px 0;
	/*width:840px;
	
	border: solid 1px #FFF;
	background: url(../images/interface/menu_tile.gif) repeat-x 0 0;*/
}
#footer_menu .ulLeft
{
	padding: 7px 0;
}
#footer_menu .ulRight
{
	padding: 12px 0;
}
#footer_menu ul
{
	margin: 0;
	list-style: none;
}
#footer_menu li
{
	margin: 0;
	padding: 10px 15px 5px 15px;
	float: left;
}
#footer_menu a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_menu a:hover
{
	color: #b10024;
}
#footer_menu a.selected
{
	color: #960a17 !important;
}


.highlite{
	color:#b10024;
	font-weight:bold;
}
.textbox 
{
	font-size:11px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;
}
.scroll1{
	height:530px;
	overflow-y:auto;
}
