/*  ----- GENERAL SETTINGS ----- */

#everything {
text-align: left;
}

a:link, a:visited, a:active { 
text-decoration: underline;
color: #900;
 }
 
 table, td, tr {
 }

/* ----- HEADER AREA ----- */

#titleholder { 
text-align: right;
}
 
#title_and_slogan { 
padding: 0 0 0 0;
text-align: right;
padding-bottom: 40px;
width: 100%;
}

#title {
padding: 0 0 0 0;
height: 81px;
text-align: right;
}

#slogan_container { 
padding: 0 75px 0 0;
height: 25px;
font-family: Arial;
font-weight: normal;
font-size: 20px;
font-weight: bold;
color: #999;
text-align: right;	
text-transform: lowercase;
}
 
 /* -- MAIN MENU -- */

#mainmenu { 
}

#mainmenulist {
list-style: none;
}

#mainmenulist li {
display: block;
list-style: none;
}

#mainmenulist a {
display: none;
}

 /* ----- MARKETING AREA ----- */
 
 #marketingboxleftcell,
 #marketingboxrightcell {
 	display: none;
}
 
 #marketingboxleft {
 	display: none;
}

 #marketingboxright { 
 	display: none;	
  } 
 
 
 /* ----- CONTENT AREA ----- */
 
#bodyarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
}

#homepage #bodyarea {
	padding-top: 27px;
}

#bodycontent { 
	margin-right: 26px;
	margin-left: 20px;
	margin-bottom: 20px;
 }

#bodyarea p { 
margin: 0 0 10px 0;
 }
 
 #bodyarea ul { 
 margin-top: 14px;
  }
  
  #bodyarea h2 { 
  font-size: 1em;
   }
   
   
#bodyarea ul {
	margin-left: 15px;
	padding-left: 0px;
	list-style-image : url("../../images/flame.gif");
}

#bodyarea ul li { 
margin-bottom: 14px;
 }
 
#bodyarea ul.decorated {
	font-family: Arial;
	font-size: 14px;
	color: #900;
	line-height: 18px;
}

#bodyarea ul.decorated li {
	margin-bottom: 0px;
}


/* ----- SIDEBAR ----- */

.sidebarsection {
display: none;
}

 /* ----- SIDE BAR TITLES ----- */
 
.titlecontainer { 
}
  
   
.titlecontainer h1 { 
float: left;
background-color: #900;
color: white;
font-family: Arial;
font-size: 30px;
width: 150px;
text-transform: lowercase;
}


 
 /* ----- FOOTER ----- */

 #footerleft,
 #footerright { 
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 18px;
	padding-top: 10px;
  }
  
#footerleft {
}

#footerright {
padding-top: 30px;
}
  
.footerleftspan {
display: none;
}
 
 /* --- FORM ELEMENTS --- */
 
input, textarea { 
border: 1px solid #999;
background-color: #eee;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #900;
width: 200px;
}

textarea {
width: 200px;
}
 
.submitbutton { 
border: none;
background-color: #900;
color: #fff;
font-weight: bold;
font-size: 12px;
width: 75px;
 }


