@charset "utf-8";
/* CSS Document created by: David Lebron, June 2008 */
body {
	margin: 0 auto;
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background: #3b5e7a;
}
#pagecontainer {
	margin: 0 auto;
	width: 1024px;
}
/*----------- rounded corners styles section ----------------------------------------*/
.rcbox-bl { 
	width: 700px;
	background: #fff url(images/btmleft.gif) no-repeat left bottom;
}
.rcbox-br {
	background: url(images/btmrt.gif) no-repeat right bottom;
	padding: 0px;
}
.rcbox-tl {
	background: url(images/topleft.gif) no-repeat left top;
}
.rcbox-tr {
	background: url(images/toprt.gif) no-repeat right top;
	padding: 5px;
}
/*------------ end rounded corners styles section ----------------------------------*/
#header {
	width: auto;
	background: #fff;
	padding: 5px;
}
#header img {
	padding-left: 15px;
	border: 0;
}
#main_container {
	/* style holder to add more styles*/
}
#content {
	position: relative;
	width: 633px;
	font-size: .8em;
	background: #fff;
	padding: 20px 25px 15px 35px;
}
/*----------------- menu styles  ---------------------------------------------------*/
#menu {
	position: absolute;
	margin-left: 700px;
	width: auto;
	top: 175px;
	background: #fff;
	padding: 0px 0px 0px 10px;
	border-left: 2px dotted #b4b4b4;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#menu ul li {
	list-style-type: none;
}
#menu ul li img {
	margin: 0;
	border: none;
}
#menu1 {
	padding-top: 3px;
}
/*------------------- footer and misc styled items ---------------------------------*/
#footer {
	width: 670px;
	background: #fff;
	font-size: .7em;
	text-align: left;
	padding: 5px 0 5px 22px;
}
.line_divider {
	margin: 0 0 0 6px;
	padding: 0;
	width: 688px;
	height: 2px;
	line-height: 2px;
	background: #fff url(images/linediv.jpg);
}
