@charset "utf-8";

/* CSS Document */







* {

padding:0px;

margin:0px;

}



div.clear {

	clear:both;

}



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}



#masthead {

	width:100%;

	height:178px;

	background-color: #FFFFFF;

	background-image: url(images/masthead-div-right.gif);

	background-repeat: no-repeat;

	background-position: right top;

	border-top:5px solid #333333;

}



#logo {

	width:355px;

	height:178px;

	float:left;

	background:url(images/masthead-logo-left.gif);

	background-repeat: no-repeat;

	background-position: left top;

}



#menu {

	height:178px;

	margin-right:150px;

}



#intro {

	width:100%;

	float:left;

	background-image: url(images/intro-div-bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	border-bottom:5px solid #333333;

	padding-bottom:25px;

}



#indexcontainer {

	width:100%;

	float:left;



}



#indexbody {

	width:100%;

	margin-top:35px;

	margin-left:68px;

}



div.infobox {

	float:left;

	width:210px;

	margin-right:25px;

}





#sitecontentwrapper {

	width:100%;

	float:left;

	min-height:101%;

	background-image: url(images/intro-div-bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

}





#sitecontentcontainer {

	float:none;

	width:700px;

	margin-left:auto;

	margin-right:auto;

	background-color: #FFFFFF;

	background-image: url(images/content-div-top-bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	min-height:101%;

	border-left:1px solid #333333;

	border-right:1px solid #333333;

	border-bottom:1px solid #333333;

}



#sitecontentheader {

	float:left;

	width:100%;

	border-bottom:1px solid #333333;

	text-align:right;

}



#sitecontent {

	float:left;

	width:100%;

	background-color: #FFFFFF;

	background-image: url(images/content-well-top-bg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	margin-top:20px;

	margin-bottom:20px;

}