body {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #47381B;
	margin: 0;
	padding: 0;
}

body * {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

img {
	border: none;
}



p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#wrapper {
	background: white;
	margin: 0px auto;
	width: 761px;
	text-align: left;
}

body.index #wrapper {
	background-color: #fff;
}
body.archive #wrapper, body.single #wrapper, body.whatwedo #wrapper { background: #fff url(../bg/wrapper_archive_bg.gif) repeat-y;}


#logo {
	height: 100px;
	background-color: #FFAA0D;
	background-image: url(../images/logo.gif);
	/*background:url(../images/bg/grid.gif);*/
	
}


#logo img {
	float: left;
	margin: 30px 0 32px 25px;

}

body.index #sidebar {
	margin-right: 425px;
}

body.archive #sidebar, body.single #sidebar, body.whatwedo #sidebar {
/*	margin-left: 550px; */
	width: 210px;
	float: left;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.required {
	color: #CC0000;

}


.GridHeader
{
    font-weight: bold; 
    background-color: #EAE6D7;
    height: 55px;
}
.GridItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}
.GridAltItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}
.LoginBody
{
	text-align: left;
	background: #E5E5E5 url(body_bg.gif) repeat-y center top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #47381B;
	margin: 0;
	padding: 0;
}

.hiddenControl {display:none}

.InstructionText
{
	font-family: Verdana;
	font-size: medium;
}

.InstructionTitleText
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #F09C00;
	display: block; 
	margin-left: 15px;
}

.PaddingCell
{
	padding-left: 10px;
}

.Tooltip
{
	background-color: #ffffaa;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	visibility: visible;
	display: block;
}

.TooltipHidden
{
	visibility: hidden;
}

.GreyOut
{
	opacity:0.4;
	filter:alpha(opacity=40); 
}
