/*************/
/***General***/
/*************/

body { 
	padding: 0; 
	margin: 0; 
	font: 11px Tahoma, Arial, sans-serif; 
	line-height: 17px; 
	background: color: #FFFFFF; 
	}

#outerwrapper { 
	margin: 0 auto; 
	width: 810px; 
	background: #FFFFFF;
	border-right: 1px solid #788389;
	border-left: 1px solid #788389;
	}

#wrapper { 
	margin: 0 auto; 
	width: 800px;  
	padding: 0; 
	background: #FFFFFF; 
	}

/************/
/***Styles***/
/************/

a { color: #3E8DB8;
	text-decoration: none; 
	}

a:hover { 
	color: #7AA70E;
	background: none;
	text-decoration: underline; 
	}

p { 
	margin: 0;
	padding: 8px 0 2px 8px; 	
	}

h1 { 
	font-weight: bold; 
	font-size: 14px;
	padding: 2px 0 2px 8px; 
	margin: 0; 
	color: #FFFFFF; 
	background: #7AA70E; 
	}

h2 {
	font: bold 14px Arial, Sans-Serif;
	padding: 4px 0 0 0; 
	margin: 0; 
	color: #4E99C2; 
	}

ul { 
	margin: 0; 
	padding: 0 0 0 20px; 
	list-style: none; 
	}

img { border: 0; }

.clear {
	width: 100%;
	margin-bottom: 5px;
	}

.title{
	padding: 6px 0 6px 28px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold; 
	color: #FFFFFF;
	}

.searchquote{
	padding: 0px 0 2px 34px; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}

/***************/
/***Login Box***/
/***************/

#loginbox { 
	width: 800px; 
	height: 60px; 
	margin: 0; 
	padding: 10px 0 10px 0; 
	background: #788389;
	}

#loginbox p { 
	padding-top: 4px; 
	font-size: 11px; 
	}

#loginbox-left { 
	width: 490px; 
	padding: 0px 0 0 30px; 
	float: left; 
	color: #FFFFFF; 
	}

#loginbox-right { 
	float: right; 
	width: 250px; 
	padding: 0px 10px 0 0; 
	color: #FFFFFF; 
	}

#loginbox a {  
	color: #FFFFFF; 
	background: none;
	text-decoration: underline; 
	font-weight: bold; 
	}

#loginbox a:hover { 
	color: #000000; 
	text-decoration: none;
	}

form { 
	margin: 5px 0 5px 0; 
	padding: 0px;
	}

input.login { 
	width: 100px; 
	border: none; 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000; 
	background: #FFFFFF; 
	padding: 1px 3px 1px 3px; 
	}

input.searchsubmit { margin-top: 2px; }

/************/
/***Header***/
/************/

#header { 
	clear: both; 
	width: 800px; 
	height: 30px; 
	background: #FFFFFF; 
	margin:0 0 2px 0; 
	}

#headerloginbutton {
	width: 179px; 
	height: 27px; 
	float: right; 
	background: url(images/login.jpg) 0 0 no-repeat; 
	}

#headerloginbutton a{
	background: none;
	text-decoration: none; 
	color: #FFFFFF; 
	padding: 40px; 
	font-weight: bold; 
	}

#headerloginbutton a:hover{
	text-decoration: none; 
	color: #000000; 
	background: none;
	}

/**********/
/***Menu***/
/**********/

#menu { 
	clear: both; 
	margin: 0; 
	padding: 0 0px 0 0; 
	text-align: left;
	}

#menu li { display: inline; }

#menu li a { 
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 2px 10px 2px 30px;
	height: 19px;
	background: url(images/left_up.gif)no-repeat center left;
	}

#menu li a:hover { 
	background: url(images/left_over.gif) no-repeat center left;
	color: #4E99C2;
	} 

/****************/
/***Header Box***/
/****************/

#header-box {
	clear: both;
	width: 800px;
	height: 245px;
	background: url(images/headerbg.jpg) no-repeat; 
	padding: 0; 
	margin:	0 0 5px 0; 
	}

/***********/
/***3 Box***/
/***********/

#intro { 
	clear: both;
	background: #FFFFFF; 
	color: #000000;
	padding: 0; 
	margin: 0; 
	width: 800px; 
	height: 138px; 
	background: url(images/intro.jpg) no-repeat;
	}

.introbox {
	display: inline;
	float: left;
	width: 27%;
	margin: 15px 5px 0 30px;
	background: none;
	color: #000000;
	padding: 3px;
	}

.digit {
	width: 25px;
	height: 25px;
	background: url(images/numberbg.gif) no-repeat center;
	margin: 0 4px 0 0;
	font-size: 1.0em;
	padding: 5px 8px 5px 8px;
	color: #FFFFFF;
	}

/*************/
/***Content***/
/*************/

#right {
	float: right; 
	width: 555px; 
	margin: 0 0 5px 0;
	}

.contentboxone {
	clear: both;
	margin: 0px 0 5px 0;
	background: none;
	padding: 0 10px 10px 10px;
	border: none;
	}

.contentboxtwo {
	clear: both; 
	width: 528px;
	margin: 0 0 5px 0; 
	padding: 5px 10px 10px 10px; 
	background: none; 
	border: 1px solid #7AA70E;
	}

.pic {
	float: left;
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 200px;
	height: 200px;
	margin: 5px 25px 10px 0;
	}

.contentboxsmall {
	float: left;
	width: 255px;
	border: 1px solid #4E99C2;
	margin: 0 5px 0px 0;
	padding: 5px 5px 5px 10px;
	background: inherit;
	}

.contentboxsmall2 {
	float: left;
	width: 255px;
	border: 1px solid #4E99C2;
	padding: 5px 5px 5px 10px;
	background: inherit;
	margin: 0;
	}

#leftside {
	margin: 0 0 5px 0;
	float: left;
	width: 240px;
	background: #FFFFFF;
	}

#leftside p { padding: 5px; }
#leftside ul { padding: 3px 0 12px 0px; }

#leftside li {
	list-style: none;
	margin: 0; 
	}

#leftside  li a {
	color: #000000;
	font-weight: bold;
	height: 18px;
	display: block;
	padding: 0 0 0 30px;
	border-top: 1px dotted #000000;
	margin:0 0 0 2px;
	text-decoration: none;
	background: url(images/left_up.gif)no-repeat center left;
	}

#leftside  li.submenu a {
	color: #4E99C2;
	padding: 0 0 0 50px;
	margin:0 0 0 2px;
	}

#leftside li a:hover {
	color: #7AA70E;
	font-weight: bold;
	border-top: 1px dotted #000000;
	background: url(images/left_over.gif) no-repeat center left;
	}	

.imagelink {
	background: #788389;
	color: #FFFFFF;
	padding: 4px;
	margin: 0 0 5px 0;
	}


.imagelinkpic {
	float: left;
	margin: 4px 10px 4px 0;
	}

#other { 
	clear: both;
	background: #7AA70E; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 5px; margin:0; 
	text-align: center;
	}

.links {
	float: left;
	width: 112px;
	padding: 5px 5px 5px 15px;
	background: inherit;
	}

#linkbox { 
	clear: both;
	width: 100%;
	background: #FFFFFF;
	margin:0 0 5px 0; 
	padding: 5px 0;
	}

#linkbox li a { 
	background: url(images/bullet.gif) no-repeat center left;  
	padding: 0 0 0 12px;
	text-decoration: none;
	}

#linkbox li a:hover{ 
	background: #FFFFFF url(images/bullet.gif) no-repeat center left;
	text-decoration: underline;
	}

/************/
/***Footer***/
/************/

#footer {
	clear: both;
	height: 110px; 
	padding: 5px; 
	color: #2D3539; 
	background: #BFCAD0; 
	}

#footer li {
	list-style: none;
	height: 18px;
	}

#footer li a {
	display: block;
	text-decoration: none;
	margin: 0 0 1px 0;	
	color: #2D3539;
	background: url(images/left_up.gif) no-repeat center left;
	padding: 2px 0 2px 30px;
	}

#footer li a:hover {
	color: #7AA70E;
	text-dekoration: underline;
	background: url(images/left_over.gif) no-repeat center left;
	}

#footer a { 
	color: #000000; 
	background: none; 
	}

#footer a:hover { 
	color: #4E99C2; 
	background: none; 
	text-decoration: underline; 
	}

#col1 { 
	float: left; 
	width: 200px; 
	padding: 0 20px 0 20px; 
	margin: 0; 
	}

#col2 { 
	float: left; 
	width: 200px; 
	border-left: 1px solid #000000; 
	padding: 0 10px 0 20px; 
	}

#col3 { 
	float: right; 
	width: 240px; 
	border-left: 1px solid #000000; 
	padding: 30px 0 0 30px; 
	}

