/*
DESIGN IMAGES GO IN IMAGES, NOT ../IMAGES 
PUT THEM IN ../IMAGES AND YOU WILL DIE A PAINFUL DEATH
*/
body {
	margin:0; padding:0;
	min-width:910px;
	background:url(images/bgextend2b.jpg) repeat-x #2b2b2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }
a.side { font-family: Arial, Helvetica, sans-serif; }

#header {
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:130px;
}

#wrap {
	background-image:url(images/sideGradient.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	width:892px;
	border-left:4px solid #050505;
	border-right:4px solid #4F1400;
}
#nav {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-align:right;
	position:absolute;
	padding-top:8px;
	margin-top:97px;
	width:900px;
	height:23px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
.appul {
	text-align:justify;
	width:500px;
}
.appul li {
	margin:0;
	padding:0;
	padding-left:20px;
	display:inline;
	background-image:url(../images/square.gif);
	background-repeat:no-repeat;
}
#main {
	background:white;
	float:left;
	width:661px;
	border-left:1px solid black;
	border-top:4px solid #333;
	min-height:620px;
	/*
	ie6 border fix, 
	REMOVE UNDER PENALTY OF DEATH, 
	making it taller or shorter though if sidebar content changes is fine though
	*/
	_height:620px; 
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
	line-height:170%;
}

.imageHolder {
	clear:both;
	padding:3px;
	padding-right:0px;
	background-image:url(../images/imageborder.gif); 
	background-color:#2B2B2B;
	background-repeat:repeat-x;
	border-bottom:1px solid black;
	margin:0pt -30px;
	font-size:0px;
	line-height:0px;
}
.imageHolder img {
	padding:3px;
}

#main h1 {
	font-size: 23pt;
	line-height:normal;
	background-image:url(images/mainh1.png);
	padding:10px 0 0 15px;
	margin:0 -30px 0 -30px;
	color:white;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	height:29px;
	border-bottom:7px solid #79A512;
}

#main .h1clean {
	font-size:36px;
	background-image:none;
	padding:inherit;
	color:black;
	border:none;
}

#main h2, #main h3 { 
	font-family: Arial, Helvetica, sans-serif;

}
#main h2 {
	font-size: 15px;
}

#sidebar {
	background-repeat:repeat-y;
	float:left;
	width:170px;
}
#sidebar ul {
	#margin: 0px 0px 0px 40px;
	margin-top:10px;
	margin-bottom:10px;
	color:#79A512;
	line-height:20px;
	font-size:13px;
	list-style:square;
}
#sidebar a {
	margin-bottom:0;
	list-style:square;
}
#sidebar h3{
	display: table; height: 30px; #position: relative; overflow: hidden;  /* Vertical Centering Garbage*/
	width:100%;	#width:163px; /* ie fix */
	font-size:14px;
	background-image:url(images/sidething.png);
	padding:0px;margin:0px;
	background-repeat:no-repeat;
	color:white;
	padding-left:7px;
}

#sidebar h3 span {
	/* More Vertical Centering Garbage */
	#position: absolute;  #top: 50%; display: table-cell; vertical-align: middle; 
}

#sidebar h3 span a, #sidebar h3 span strong {
	display:block;
	#position: relative;  
	#top: -50%;
	color:white;
}

#footer {
	clear:both;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/footerGrad.png);
	font-size:12px;
	margin: 0px;
	height:56px;
}

#sidebar a, #nav a, #footer a { color:white; }
#footer p {	margin-top:0px; line-height:18px; padding-top:10px; }

#subfooter {
	font-size:12px;
	width:900px; height:80px;
	text-align:right;
	color:#777;
	background-image:url(images/subfooterc.jpg);
}

#subfooter a { color:#999; }

.left-image { float:left;  margin-left:-25px; margin-right:10px; }
.right-image { float:right; margin-right:-25px; margin-left:10px; }
.left-image, .right-image, .withborder { 
	padding:10px;
	background-image:url(../images/imageborder.gif); 
	background-color:#2B2B2B;
	background-repeat:repeat-x;
	border:1px solid black;
	margin-top:5px;
	margin-bottom:5px;
}


.left-image { }


/* nice table-less...tables */
dl { padding-left:15px; }
dt { width:70px; float:left; }

/* Form Stuff */
label {
	display:block;
	padding:0 10px 10px 0;
	width:200px;
	text-align:right;
	float:left;
}

hr {
	border:0px;
	border-top:1px solid gray;
	width:75%;
}

.required { font-weight:bold; }
.button, select, textarea { width:270px; }
small { font-size:10px; }
/*
.hilite {
	color:#0000FF;
}
*/