*, html { margin: 0; padding: 0;}
html, body { height: 100%;}

body 
{ 
	background-image: url("images/body-shadow.jpg");
	background-repeat: repeat-y;
	/*background-position: 0 0 !important;*/
	background-position: center;
	margin: 0 auto;
	width: 830px;
	background-color: #cfcfcf;
	text-align: center;
	position: relative;
}



#container 
{ 
	position: relative;
	width: 825px;
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin: 0 auto;
	text-align: left;
	font-family: verdana;
}

#header
{
	margin: 0;
	padding: 0;
	background: url("images/banner.jpg") no-repeat;
	width: 100%;
	height: 100px;
}

#nav
{
	margin: 0;
	padding: 0;
	background: url("images/nav.jpg") no-repeat;
	width: 100%;
	height: 29px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	display: inline;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	height: 21px;
}


#nav a
{
	font: 12px arial;
	color: #fff;
	margin: 0;
	padding: 0 10px 10px 10px;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#nav a:visited
{
	color: #fff;
}

#current a
{
	color: white;
	text-decoration: underline;
}

#content
{
	padding-bottom: 50px;

}

#content a
{
	color: #8e0000;
}

#content a:hover
{
	font-style: italic;
}

#col1
{
	display: inline;
	float: left;
	margin: 30px 5px 10px 30px;
	width: 430px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
	font-size: 80%;
	border: 1px solid black;
}

#col1 ul
{
	margin-left: 45px;
}

#col1 h2
{
	/*color: #8e0000;*/
	color: #000;
	background-color: #cfcfcf;
	margin: 5px;
	font-variant: small-caps;
	border: 1px solid black;
}

#col1 p
{
	margin: 5px;
	padding: 5px;
}

#col1 p.intro:first-letter
{
	font-weight: bold;
	font-size: 120%;
	color: #8e0000;
}

#col2
{
	display: inline;
	float: right;
	width: 250px;
	margin: 10px 65px 0px 0px;	
	padding: 0px;
	font-size: 70%;
}

#col2 h2
{
	height: 21px;
	text-indent: -5000px;
	margin: 25px 9px 0 9px;
}

#what
{
	background: url("images/what.jpg") no-repeat;
}

#consultant
{
	background: url("images/consultant.jpg") no-repeat;
}

#mission
{
	background: url("images/mission.jpg") no-repeat;
}

#col2 p
{
	margin: 5px 9px 5px 9px;
}

#col2 ul
{
	margin-left: 25px;
}

#col2 ul li
{
	text-indent: 0px;
}

#footer
{
	background: url("images/footer-shadow.jpg") repeat-x;
	width: 100%;
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: 0 !important;
	bottom: 0px;
	left: 0;
	text-align: center;
	font-family: arial;
	font-size: 65%;
	border-top: 1px solid black;
}

form, fieldset 
{
	margin: 0 auto;
	padding: 1em;
}

form 
{
	width: 90%;

}

legend
{
	font-weight: bold;
}

div.row
{
	padding: 0.3em 0;
	clear: both;
	text-align: left;
}

label
{
	vertical-align: top;
	font-weight: bold;
}

.label
{
	float: left;
	width: 30%;
}

.field
{
	float: right;
	width: 70%;
}

.form
{
	text-align: center;
}

.align-right
{
	text-align: right;
}

.align-center
{
	text-align: center;
}

.clear
{
	clear: both;
}

#submitbttn
{
	padding: 0.3em 0;
}


.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */
