/****************************************
	LOGICALLY DESIGNED 
****************************************/

html, body { 
margin : 0;
padding : 0;
} 

p	{ 
margin : 0 0 10px 5px;
padding : 0;
} 

ul { 
margin : 0 0 3px 20px;
padding : 0;
} 

body { 
font : 73% Arial, Tahoma, sans-serif;
background : #000 url(images/red_gradient.gif) repeat-y center;
color : #555;
} 

h1 { 
margin : 0 0 0 5px;
padding : 5px 0 5px 0;
font : 130% Arial, Tahoma, sans-serif;
font-weight : bold;
letter-spacing : 2px;
color : #E80202;
} 
h2 { 
margin : 0 0 0 5px;
padding : 5px 0 1px 0;
border-bottom : 1px solid #000;
font : 120%  Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 2px;
color : #E80202;
} 
h3 { 
margin : 0 0 0 5px;
padding : 5px 0 1px 0;
border-bottom : 1px solid #000;
font : 100% Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 2px;
color : #E80202;
}
blockquote {
font-style : italic;
border : 1px solid #000;
color : #000;
margin : 10px;
padding : 5px 5px 5px 5px;
} 

/****************************************
		LINKS
****************************************/

a:link, a:visited { 
color : #E80202;
background : inherit;
text-decoration : underline;
} 
a:hover { 
color :  #636363;
background : inherit;
border-bottom: 1px dotted #636363; 
text-decoration: none;
} 
a img {
border: 0;
} 


/****************************************
		IMAGES
****************************************/

.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 5px 0;
padding : 10px;
}

.right { 
float : right;
border : 0 solid #656c4a;
margin : 5px 0 5px 0;
padding : 10px;
}


/****************************************
		TOP LEVEL CONTAINERS
****************************************/

#wrap { 
width : 705px;
margin-left : auto;
margin-right : auto;
padding : 0;
color : #555;
} 

#masthead { 
height : 30px;
padding : 0;
margin-bottom : 0;
border-bottom : 5px solid #E80202;
background : url(images/redtexture.gif) repeat;
} 

#logocontainer {
background : #fff;
}

#container { 
width : 705px;
margin-left : auto;
margin-right : auto;
padding : 0;
line-height : 1.8em;
background : #fff;
} 

/****************************************
		SUB-CONTAINERS
****************************************/

#content { 
padding : 1em;
margin : 0 215px 0 0;
border-right : 1px solid #E80202;
} 

#single-col { 
padding : 1em;
margin : 0 10px 0 10px;
} 


#sidebar { 
float : right;
width : 200px;
margin-top : 0;
padding : 1em;
} 

#sitemap-col	{ 
margin : 0 150px 0 150px;
} 

/****************************************
		FOOTER
****************************************/

#footer { 
clear : both;
height : 70px;
padding : 0;
margin-bottom : 0;
text-align : center;
border-top : 5px solid #E80202;
color : #636363;
background : #000;
} 

/****************************************
		MENU
****************************************/

#menucontainer {
height:24px;
background : url(images/redtexture.gif) repeat;
display:block;
padding: 5px 0 0 15px;
}
#menu {
padding: 0 0 0 75px;
position:relative;
display:block;
height:24px;
font-size:11px;
font-weight:bold;
font-family:Arial, Tahoma, sans-serif;
}

#menu ul {
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
#menu ul li {
display:block;
float:left;
margin:0 1px 0 0;
}
#menu ul li a {
display:block;
float:left;
color:#fff;
text-decoration:none;
border: 0;
padding:5px 20px 0 20px;
height:19px;
background:transparent url(images/button_red.gif) no-repeat top left;
}

#menu ul li a:hover {
color:#fff;
text-decoration:none;
border: 0;
background:transparent url(images/button_gray.gif) no-repeat top right;
}

#menu ul li a.current {
color:#fff;
text-decoration:none;
border: 0;
background:transparent url(images/button_gray.gif) no-repeat top right;
}


/********************************************
   FORM ELEMENTS
********************************************/ 
 
form {
	width: 85%;
	padding: 0;
	border: 1px solid #E80202; 
	background-color: #ccc; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0 0 10px;
	color:#E80202;
}
input {
	padding:3px;
	border:1px solid #636363;
	font: normal 1em Verdana, Arial, sans-serif;
	color:#777;
}
textarea {
	width:90%;
	padding:4px;
	font: normal 1em Verdana, Arial, sans-serif;
	border:1px solid #636363;
	height:100px;
	display:block;
	color:#777;
	margin:5px 10px 0 10px;
}
input.button { 
	margin:5px 0 0 10px;
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #636363;
	padding: 2px 3px; 
	background: #CCC url(images/buttonform.gif) repeat-x left bottom; 
	color: #E80202;/* color: #E80202; */
}


