/* CSS Document */

body {
	font-family: Arial, Verdana,,sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 0;
}

a:link {color: #456db5; text-decoration: none;}
a:visited {text-decoration: none;color: #456db5;}
a:hover {text-decoration: underline ;color: #456db5;}
a:active {text-decoration: none;color: #456db5;}

.menu A {display:block; width:190px; padding:3px 3px 3px 6px; line-height:15px;}
.menu A:link {text-decoration: none; color: #555555;}
.menu A:visited {text-decoration: none; color: #555555;}
.menu A:active {text-decoration: none; color: #555555;}
.menu A:hover {color: white; background-color:#456db5;}

#contain {
	width: 700px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image: url(images/peeps_bg.jpg);
	background-repeat:no-repeat;
	background-position: 450px 250px; 
}

#crumb {
	text-align:left;
	width: 100%;
	height: auto;
	padding: 6px;
}

.crumbaddress1 {
	float:left;
	font-weight: bold;
	background-color:#00FF00;
	float: left;
	width: 100px;
}

.crumbaddress2 {
	background-color:#FF0000;
	margin-left: 25px;
	width:auto;
}

.bluetext {
	font-family: Arial, Verdana,,sans-serif;
	font-size: 11px;
	color: #456db5;
}

#navholder {
	float:left;
	width: 222px;
	height: 100%;
	background-color: #f1f1f1;
}

#nav {
	float:left;
	height: auto;
	padding: 12px;
}

#content {
	float:right;
	line-height: 15px;
	width: 450px;
	height: 100%;
	padding: 4px;
	margin-bottom: 5px;
/*	background-image:url(images/peeps_bg.jpg);
	background-repeat: no-repeat;
	background-position: 200px 120px; */
}

#login {
	width: 350px;
	padding: 4px;
	margin: 20px auto 20px auto;
}

#logout {
	float:left;
	width: 695px;
	padding: 4px 0 4px 4px;
	margin: 10px 0 20px 0;
	background-color:#E8E8E8;
}

#traffic {
	float:left;
	clear:both;
}

li.tick{
	display:block;
	height: auto;
	margin: 5px 0 5px -30px;
	list-style:none;
	list-style-image:none;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 4px 28px;
}

li.links{
	display:block;
	height: auto;
	margin: 5px 0 5px -42px;
	list-style:none;
	list-style-image:none;
	background-image: url(images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 0 4px 25px;
}

li.peeps {
	display:block;
	height: auto;
	margin: 5px 0 5px -30px;
	list-style:none;
	list-style-image:none;
	background-image: url(images/peep.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}

li.downloads {
	display:block;
	height: auto;
	margin: 4px 0 4px -42px;
	list-style:none;
	list-style-image:none;
	background-image: url(images/download_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}

.phone {
	color: #456db5;
	width: 90%;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}

.listhp {
	margin: 20px 0 0 0;
}

.list {
	margin: 10px 0 0 0;
}
	
.featurenav {
	float:left;
	width: 222px;
	height: 26px;
	margin-top: 8px;
	background: url(images/feature_mid.gif) repeat-x;
}

.featuretitle {
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	float:left;
	padding: 4px 0px 6px 13px;
}

#contact {
	display:block; 
	width:190px;
	float:left;
	height: auto;
	padding: 12px;
	margin-bottom: 15px;
}

.job {
	border:1px solid;
	border-color:#CCCCCC;
	margin: 20px auto 20px auto;
	padding: 10px 10px 0 10px;
	width: 350px;
}	

#foot {
	clear:both;
	width: 700px;
	height: 47px;
	margin: 20px auto 0 auto;
	/*margin-right: auto;
	margin-left: auto;*/
	background: url(images/footer_mid.gif) repeat-x;
}

.foottext	{
	float:right;
	margin: 9px 9px;
	width:auto;
}
.feedback	{
	padding: 20px 0 0 0;
	width:auto;
}
form#adminforms #button1 {
	color:#fff; padding-right:0.5em; cursor:pointer; width:120px; background:#4685d9; border:1px solid; border-color:#58a8e8 #3667cc #3667cc #58a8e8;
}
form#adminforms #button1:hover {
	color:#fff; background:#3667cc; border:1px solid; border-color:#4685d9 #4685d9 #4685d9 #4685d9; 
}