@charset "utf-8";
/* CSS Document */


a img, img a{
border: none;
}

#quotes
{
	font:30px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	width:400px;
	height:200px;
	margin:auto 0 auto;
	padding:20px;
	position:relative;
}

#author{
	color:#C93;
	position:absolute;
	bottom:10px;
	right:10px;
}

#quoteholder
{

	font:30px Georgia, "Times New Roman", Times, serif;
	color:#666;
	width:430px;
	height:200px;
padding-left: 30px;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	/*font: normal 80% Georgia, "Times New Roman", Times, serif;*/ /* normalize font size across browsers */
	font: normal 80% Arial, Helvetica, sans-serif; /* normalize font size across browsers */
	font-size: 100%;
	background: #000000;
	color: #ffffff;
	/*font-weight: lighter;*/
}

ul, li, h1, h2, h3, p
{
	padding: 0;
	margin: 0;
	
}

#man
{
	position: absolute;
	top: 1px;
	/*margin-left: -10px;*/
	z-index: 666;

}

#man2
{
	position: absolute;
	top: 214px;

	/*margin-left: -10px;*/
}

img
{
	border: none;
}

p
{
	padding: 5px;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 18px;
}

#outer
{
	margin: 0 auto;
	width: 998px;
	text-align: center;
}

#inner
{
	text-align: left;
}

#header
{
	background: #000000;
	height: 180px;
	background: url('../images/headerbg.jpg') top right no-repeat;
	padding-left: 50px;
}

#nav
{
	background: url('../images/navbg.jpg') top left repeat-x;
	height: 36px;
}

#nav ul
{
	padding-left: 120px;
position: relative;
z-index: 966;

}

#nav li
{
	list-style: none;
	float: left;
	padding: 0 20px 0 5px;
	height: 36px;
	background: url('../images/navbgli.jpg') top right no-repeat;
	z-index: 977;
}

#nav a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top:8px;
	height: 28px;
	z-index: 999;
}

#nav a:hover
{
	text-decoration: underline;
}

#searchholder
{
	
	overflow: hidden;

}

#searchholder #gobtn
{
	position: relative;
	top: 5px;
}

#searchholder #gotext
{
	height: 13px;
	color: #b8292f;
	line-height: 12px;
}



#rightcol
{
	font-size: 90%;
	float: right;
	width: 170px;
	background: #000000;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

#rightcol2
{

	float: right;
	width: 185px;
	background-color: #000000;
	color: #ffffff;
	padding: 5px;

	text-align: center;
}

#main
{
	margin-right: 180px;
	/*margin-left: 100px;*/
	margin-left: 20px;
	background: url('../images/mainbg.jpg') bottom left no-repeat;
min-height: 600px;

}

#maininner
{
	margin-right: 180px;
	/*margin-left: 100px;*/
	margin-left: 20px;
	/*background: url('../images/mainbg.jpg') bottom left no-repeat;*/
	min-height: 520px;

}

#maininner a, #rightcol a, #rightcol2 a{
color:#de5c00;
}

#leftcol
{
	margin-top: 20px;
	float: left;
	width: 165px;
	padding-left: 5px;

}

#leftcol2
{
	margin-top: 20px;
		background-color: #000000;
	float: left!important;
	width: 185px;
	padding-left: 5px;
		padding-right: 5px;
text-align: center;
}

#leftcol ul, #leftcol2 ul, #rightcol2 ul
{
	position: relative;
	z-index: 888;
}

#leftcol li, #leftcol2 li, #rightcol2 li
{
	list-style: none;
	border-bottom: 1px solid #ff3b3b;
	background: url('../images/navfill.png') top left repeat;
	
}


#leftcol a, #leftcol2 a, #rightcol2 a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	height: 24px;
}

#leftcol a:hover, #leftcol2 a:hover, #rightcol2 a:hover
{
	text-decoration: underline;
}

#maincontent
{
	margin-left: 200px;
	font-size: 0.9em;
	padding: 5px;
	padding-right: 10px;
	/*background: url('../images/navfill.png') top left repeat;*/
	position: relative;
	z-index: 888;
}

#maincontentinner img, #maincontentinner2 img{
margin: 10px;
}

#maincontent h1
{
	font-size: 200%!important;
	font-family: "Times New Roman", Times, serif!important;
	padding: 5px;
font-weight: normal;
}

#maincontentinner
{
	margin-left: 200px;
	font-size: 0.9em;
	padding: 5px;
	padding-right: 10px;
	background: url('../images/bgfill.png') top left repeat;
	
	position: relative;
	z-index: 888;
}

#maincontentinner h1, #maincontentinner2 h1
{
	font-size: 200%!important;
	font-family: "Times New Roman", Times, serif!important;
	padding: 5px;
font-weight: normal;
}

#maincontentinner2
{
	float: left!important;
	width: 558px;
	font-size: 0.9em;
	padding: 5px;
	padding-right: 10px;
	position: relative;
	z-index: 888;
}



#footer
{

	background: #b8292f url('../images/footer.jpg') top left repeat-x;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p{
text-align: center;
}

#footer ul
{
	text-align:center;
	list-style:none
}

#footer li
{
	list-style: none;
	display:inline;
	padding: 0 10px 0 10px;

}

#footer a
{
	color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
	height: 24px;
}

#footer a:hover
{
	text-decoration: underline;
}


.Black{
color: #000000;
}

.BoldBlack{
font-weight:bold;color: #000000;
}

.ItalicBlack{
font-style:italic; color: #000000;
}

.UnderlinedBlack{
text-decoration:underline; color:#000000;
}

.BoldItalicBlack{
color: #000000; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedBlack{
text-decoration:underline; color:#000000;font-weight:bold;
}

.ItalicUnderlinedBlack{
text-decoration:underline; color:#000000; font-style:italic;
}

.BoldUnderlinedItalicBlack{
color: #000000; font-weight:bold; font-style:italic; text-decoration:underline;
}

.Red{
color: #800000;
}

.BoldRed{
font-weight:bold;color: #800000;
}

.ItalicRed{
font-style:italic; color: #800000;
}

.UnderlinedRed{
text-decoration:underline; color:#800000;
}

.BoldItalicRed{
color: #800000; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedRed{
text-decoration:underline; color:#800000;font-weight:bold;
}

.ItalicUnderlinedRed{
text-decoration:underline; color:#800000; font-style:italic;
}

.BoldUnderlinedItalicRed{
color: #800000; font-weight:bold; font-style:italic; text-decoration:underline;
}

.Orange{
color: #De5C00;
}

.BoldOrange{
font-weight:bold;color: #De5C00;
}

.ItalicOrange{
font-style:italic; color: #De5C00;
}

.UnderlinedOrange{
text-decoration:underline; color:#De5C00;
}

.BoldItalicOrange{
color: #De5C00; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedOrange{
text-decoration:underline; color:#De5C00;font-weight:bold;
}

.ItalicUnderlinedOrange{
text-decoration:underline; color:#De5C00; font-style:italic;
}

.BoldUnderlinedItalicOrange{
color: #De5C00; font-weight:bold; font-style:italic; text-decoration:underline;
}

