/*
arinze_01 CSS
Built by Arinze Design
--------------------
*/
/*please keep above info intact. Thanks! */

* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:#000 url(../images/back.gif);
	background-repeat:repeat-x;
	color: #666666;
	}

 h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
	}
	
address{
  color: #ccc;
}

h2, h3, h4, h5, h6 {
	 font-family: "century gothic", arial, verdana;
	letter-spacing: -1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color:#CE6300;
	font-weight:normal;
	}


h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%;  }
h6 { font-size: 86%;  }

/* Layout
-------------------------- */

#container {
	width: 701px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	background: black;
	}
#header {
	height: 100px;
	background: url(../images/top5.jpg);
	height:328px;
	color: #fff;
	background-repeat:no-repeat;
	/*border-bottom: 2px solid #cc0;*/
	}
#header h1 {
	border: 0;
	font-family:georgia;
	font-size:45px;
	color: #000;
	margin:126px 23px 0 0;
	padding: 5px;
	float: right;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	line-height:49px;
	background-color: #AF8E50;
	border: 2px solid #000;

	}
	#header h2 {
	border: 0;
		font-family:georgia;
	font-size:50px;
	color: #fff;
	margin-left:10px;
	padding-left:30px;
	padding-top:280px;

	line-height:49px;

	}
.indent {
 
margin-left:10px;
 }

#home_content{
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	background-color: #555;
	padding:10px;
}

#home_content p{
	color: #D7C6A8 !important;
}

#footer {
width:701px;
	clear: both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #333;
height:76px;
font-size:10px;
	padding-top: 84px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	/*border-top: 2px solid #cc0;*/
	line-height: 1.2em;
	}
	
#footer {
width:701px;
	clear: both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(../images/footer.jpg);
	color: #666;
height:76px;
font-size:10px;
	padding-top: 84px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	/*border-top: 2px solid #cc0;*/
	line-height: 1.2em;
	}

/* Links
-------------------------- */
a, a:link, a:active {
/*	color: #333;*/
/*	border-bottom: 1px solid #AE1010;*/
	text-decoration: none;
	}
a:hover {

	color: #333;
/*	border-bottom: 5px solid #333;*/
	}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0;

	color: #fff;
	}
	#header h2 a, #header h2 a:link, #header h2 a:visited {
	border: 0;

	color: #fff;
	}

#footer a, #footer a:link, #footer a:active {
	color: #666;
	
	font-size:10px;


	text-decoration: none;
	}
#footer a:hover {
	
	color: white;
	border-bottom: 2px solid white;
	}
	#footer p, #footer p a:link{
    color: #fff;
  }

/* style features
-------------------------- */
#mainmenu {
	/*border-bottom: 2px solid #cc0;*/
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	font-size: 12px;
	width:701px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #666666;
	text-align: center;
	}

#mainmenu ul {
	margin: 0;
	padding: 0;
	}

#mainmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#mainmenu li a {
	padding: 7px 10px 7px 7px;
	margin-bottom: 0;
	border: 0;
	color: #BFA573;
	}

#mainmenu li a:hover {
	background: transparent url(../images/hover.jpg) top left;
	color: #987B45;
	/*border-bottom: 5px solid #cc0;*/
	}

#mainmenu li.here a:hover {
	background: transparent url(../images/hover2.jpg) top right;
	color:#987B45;
	}

#mainmenu li.here a {
	background: transparent url(../images/hover2.jpg) top right;
	color:#987B45;
	}
	*/
/* style features
-------------------------- */
small {font-size: 11px;}
strong, b {font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: .9em;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both;}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	.floatleft {
float: left;
margin: 0px 8px 2px 8px;
border: 2px solid gray;
padding: 2px;

}
.scrollbox {

font-family:"lucida grande";
padding-left:5px;
padding-top:39px;
}
.textfield {
color:#666666;
background-color:black;
font-family:verdana;
font-weight:normal;
font-size:10px;
border:none;

}
