/*****************/
/* global reset */
/***************/
h1, h2, h3, h4, p, a, form, input, li, ul, body, div{
	margin:0;
	padding:0;
}

a{
	outline: none;	
	text-decoration: none;	
}
a:hover{
	text-decoration: none;
}

p a{
	color: #99230f !important;
	text-decoration: none !important;
}

p a:hover{
	text-decoration: underline !important;
}


img{
	border:none;
}

h1, h2, h3, h4{	
	font-weight: normal;
	color: #99230f;
}

h3, h4{	
	font-weight: normal;
	color: #78787c;
}

h4{
	font-weight:bold;
}

p, label, ul, ol{
	font-size: 14px;
	color: #454545;

	padding-bottom:11px;
	padding-right:22px;
}

ul,
ol{
	padding-left:37px;
	padding-top:11px;
}






/***********/
/* layout */
/*********/
html,body{
	text-align: center;
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;	
}

html{
	overflow: -moz-scrollbars-vertical;
}

#wrapper{
	position:relative;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height:auto !important; /* needed to keep the footer in place?? */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	padding-top:11px;
	
}

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

#logo{
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#logo h1{
	display: none;	
}

#banner{
	padding: 0;
	position: relative;
}

/*
.botBord{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcc;
}
*/
 
  /********/
 /* Menu */
/********/
#menu{
	position: absolute;
	right: 0px;
	/*height: 20px;*/
	width: 800px;
	bottom: 10px;
	text-align: right;
}

#menu ul {
  
}

#menu ul,
#menu ul li {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline;
  margin-left: 20px;
  font-weight: normal;
}

#menu ul li,
#menu ul li a {
  font-size: 20px;
  color: #959595;
  text-decoration: none;
  text-transform: lowercase;
}

#menu ul li a.selected,
#menu ul li a:hover {
	color: #9f2812;
}

/*
#menu li a{
	height: 15px;
	position: absolute;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	top:  1px;
}
#menu li a span{
	display:none;
}


#menu li#m1 a{
	background-position: 0px bottom;
	width: 79px;
	left: 0px;	
}
#menu li#m1 a:hover,
#menu li#m1 .selected{	
	background-position: 0px top;			
}


#menu li#m2  a{
	background-position: -100px bottom;
	width: 80px;
	left: 101px;	
}
#menu li#m2 a:hover,
#menu li#m2 .selected{	
	background-position: -100px top;	
}


#menu li#m3  a{
	background-position: -195px bottom;
	width: 66px;
	left: 195px;
	
}
#menu li#m3  a:hover,
#menu li#m3 .selected{		
	background-position: -195px top;	
}


#menu li#m4  a{
	background-position: -277px bottom;
	width: 62px;
	left: 278px;	
}
#menu li#m4 a:hover,
#menu li#m4 .selected{		
	background-position: -277px top;	
}
*/
  /********/
 /* Menu */
/********/
#subMenu{
	position: absolute;
	left: 44px;
	top: 44px;
}

#subMenu h2,
#subMenu h2 a,
#subMenu h2 a:hover {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#subMenu ul{
	padding-left:2px;
}

#subMenu li{
	list-style-type: none;
	padding-bottom:6px;
	font-size: 14px;
}

#subMenu a{
	font-weight: normal;
	color: #FFFFFF;
}

#subMenu a:hover{
	font-weight:bold;
}




  /*************/
 /* Main bits */
/*************/
#main{
	width:100%;
	padding-top: 8px;
	padding-bottom:22px;
	height:auto !important; /* needed to keep the footer in place?? */
	height:200px; /* IE6: treaded as min-height*/
	min-height:200px;
	background-image: url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}


#main h2{
	font-size: 20px;
	font-weight: normal;	
	color: #9f2812;
	margin-top: 6px;
	margin-bottom: 8px;	
}


#main #lCol{	
}

#main #rCol{	
}

#main #oneCol {
	padding-left:220px;
}


#footer{
	height: 66px;
		
	padding-top: 5px;
	margin-top:11px;
}

#footer p{
	padding-right:0px;
	font-size:10px;
}


/*****************/
/* generic gear */
/***************/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.m_0 { margin: 0; }
.p_3 { padding: 3px; }
.pt_3 { padding-top: 3px; }
.p_10 { padding: 10px; }
.pb_20 { padding-bottom: 20px; }
.pb_40 { padding-bottom: 40px; }
.ta_r { text-align: right; }
.ta_l { text-align: left; }
.ta_c { text-align: center; }
.mt_10 { margin-top: 10px; }
.ml_10 { margin-left: 10px; }
.mr_10 { margin-right: 10px; }
.ml_20 { margin-left: 20px; }
.ml_250 { margin-left: 250px; }
.mr_20 { margin-right: 20px; }
.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_50 { margin-bottom: 50px; }
.w_half { width: 49%; }
.red { background-color: #FF3333;}
.green { background-color: #339933; }
