/*************************************
/** Start setting of Common Styles  **
**************************************/
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	text-align: left;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#d6d298; 
	background:url(../images/body-bg.gif) center top;
}

h1, h2, h3 {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}
h1 {
	color:#ffcd71; 
	margin-bottom:6px;
	font-size: 14px;
}
h2 {
	color: #233038;
	padding: 0 6px 0 0;
}
h3 {
	color: #899BA6;
}

h4, h5 {
	margin: 0px;
	float: left;
	text-align: left;
	font-size: 12px; 
	font-weight: normal; 
}
h4 {
	color: #ffcd71;
}
h5 {
	color: #899BA6;
}

/** Set paragraph top and bottom space */
p{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

a {
	color: #5FB6E6;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

/** Style for Clear starts here */
.clear { 
	clear: both; 
	height: 0;
}
/*************************************
/** End setting of Common Styles    **
**************************************/

/*Set page background image*/
.tail-top { background:url(../images/tail-top.jpg) left top repeat-x;}

#main {
	width:775px; 
	margin:0 auto; 
}

#header {height:442px;}

/*content*/
#content { 
	margin:28px 0 12px;
	min-height: 150px;
	}

#content .title { 
	margin-bottom:16px; 
	text-align:left; 
	line-height: 19px;
	font-size:20px; 
	font-weight:bold; 
	color:#F6F6C3; 
	text-transform:uppercase; 
	font-family:Arial, Helvetica, sans-serif;
}

#content ul{
	list-style-type: square;
	list-style-position: outside;
}

/*footer*/
#footer {
	margin-bottom:12px; 
	width:775px;
	height:57px; 
	background:#2F2316 url(../images/bg_footer.jpg) no-repeat left top; 
	font-size:11px; 
	text-align:left;
}

.fleft { float:left; margin:17px 0 0 4px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.fright { float:right; margin:16px 4px 0 0 ; color:#fbe1ac; text-align:center;}

.footer-nav { text-align:left; padding:0; margin:0;}
.footer-nav li { display:inline; }
.footer-nav li a { color:#c3a44f; text-transform:uppercase; padding:0 4px 0 4px; text-decoration:none;}
.footer-nav li a:hover { color:#fff; text-decoration:none;}

/*==========================================*/

/** For handle .png image in IE6 */
.iepng { behavior: url("../css/iepngfix.htc") }

/*==========================================*/


/** Style for Image left float */
.leftFloat {
	float:left;
  	margin:0px 20px 15px 0px;
	border: none;
}

/** Style for Image right float */
.rightFloat {
	float:right;
  	margin:0px 5px 15px 20px;
	border: none;
}

/** Style for Image right float */
.BorderBox {
	border: solid 1px #ffcd71;
}

.blueText {color: #5FB6E6}

.yellowText {color: #ffcd71}

fieldset {
	border: 1px solid #ffcd71;
	width: 720px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color:#ffcd71; 	
}

/** Style for Image effect starts here */
.ImgOpct {
	float:left;
  	margin:10px 15px 10px 0px;
  	text-align: left;
	font-size: 10px;
	font-weight: normal;
}	
.ImgOpct img {
  	border: 1px solid #6C6C6C;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.ImgOpct:hover img {
	border: 1px solid #5FB6E6;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

