/*

red = #650022
*/

body {
	background-color:#ffffff;
	color:#8d354e;
	width:780px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:0.75em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#eeeeee;
}

/****left navigation*****/

#nav {
	background-color:transparent;
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	width:170px;
	float:left;
}



#nav .one {
	text-decoration:none;
	font-size:0.95em;
	font-weight:bold;
	height:20px;
	display:block;
}

#nav .two {
	text-decoration:none;
	font-size:0.85em;
	background-color:transparent;
	height:17px;
}

#nav .three {
	text-decoration:none;
	font-size:0.8em;
	background-color:transparent;
	height:17px;
}

.one a {
	color:#333333;
	padding-left:15px;
	display:block;
	background-image:url(images/nav1_off.gif);
	line-height:20px;
	text-decoration:none;
	}
	
.one a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/nav1_on.gif);
	text-decoration:none;
	}
	
.two a {
	padding-left:25px;
	display:block;
	color:#650022;
	background-image:url(images/nav2_off.gif);
	line-height:17px;
	text-decoration:none;
	}
	
.two a:hover {
	color:#000000;
	background-image:url(images/nav2_on.gif);
	text-decoration:none;
	}
	
.three a {
	padding-left:40px;
	text-decoration:none;
	color:#650022;
	display:block;
	line-height:17px;
	background-image:url(images/nav3_off.gif);
}

.three a:hover {
	color:#000000;
	background-image:url(images/nav3_on.gif);
	text-decoration:none;
	}

/**** text stuff *****/

p.headline {
	font-weight:bold;
	font-size:1.1em;
	color:#000000!important;
}

h1 {
	margin-top:0px;
	color:#650022;
	font-size:1.8em;
	font-family:arial,helvetica,sans-serif;
}

h2 {
	margin-top:0px;
	color:#650022;
	font-size:1.4em;
	font-family:arial,helvetica,sans-serif;
}

p {
	line-height:1.8em;
}

p,ul ,ol {
	color:#666666;
}

#content ul, #content ol {
	font-size:0.95em;
	line-height:1.5em;
}


label {
	font-weight:bold;
}

textarea {
	font-family:verdana,helvetica,sans-serif;
	font-size:1em;
}

a {
	color:#650022;
	text-decoration:none;
}

#content a {
	font-weight:bold;
}

a:hover {
	color:#330000;
	text-decoration:underline;
}

/********LAYOUT***********/

#wrapper {
	/*padding-left:5px;
	padding-right:5px;*/
	border:1px #000000 solid;
	width:780px;
	float:left;
	margin-bottom:20px;
	background-color:#cccccc;
}

#header {
	width:780px;
	height:128px;
	float:left;
}

#logo {
width:171px;
height:128px;
float:left;
}

#headimg {
		float:left;
		width:609px;
}

#left_shade {
	width:171px;
	height:10px;
	background-image:url(images/nav_top_shade.gif);
	background-repeat:repeat-x;
	background-color:#cccccc;
	float:left;
}

#right_shade {
	width:609px;
	background-image:url(images/page_top_shade.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	float:right;
}

#admin {
	text-align:right;
	clear:both;
	font-size:0.8em;
	color:#650022;
	padding-top:5px;
	line-height:2.5em;
}

#admin a {
	margin-right:5px;
	color:#650022;
	font-weight:bold;
}

#content {
	background-image:url(images/page_top.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:right;
	width:549px;
	padding:35px 20px 40px 40px;
	background-color:#ffffff;
	color:#666666;
}

#content p {
color:#666666;
}

#content img {
margin-left:20px;
margin-bottom:10px;
}


.iso {
text-align:center;
margin-top:20px;
}

.iso img {
	margin-top:4px;
}
/*************************FOOTER***************************/

#footer {
	float:right;
	width:609px;
	font-family:arial,helvetica,sans-serif;
	background-color:#ffffff;
	height:76px;
}

.whitebg {
	background-color:#ffffff;
	width:304px;
	height:18px;
	float:left;
	text-align:right;
}

#egg {
	float:left;
	width:304px;
	height:28px;
	background-color:#666666;
}

.whitebg p {
	margin:0px 10px 0px 0px;
	padding:0px;
	font-size:0.8em;
	color:#666666;
}

#egg a {
	color:#000000;
}

#copy {
	font-weight:bold;
	background-color:#650022;
	text-align:right;
	width:305px;
	float:right;
	height:28px;
}

#copy p {
	margin:0px 5px 0px 0px;
	padding:0px;
	font-size:0.8em;
	color:#ffffff;
	line-height:28px!important;
}

#copy a {
	color:#ffffff;
}

#copy a:hover {
	color:#cccccc;
	text-decoration:none;
}

.serv_sub {
	float:left;
	text-align:center;
	font-size:0.9em;
	width:609px;
	height:38px;
	line-height:1.6em;
	margin-bottom:10px;
	padding:0px;
}

.serv_sub a {
	color:#666666;
	font-weight:bold;
}

.serv_sub a:hover {
	color:#650022;
	text-decoration:none;
}
/************************/

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

form p {
width:25%;
margin:0px;
padding:0px;
clear:none;
}

/*****menu visibility******/

.vis1 {
	display:block;
}

.vis0 {
	display:none;
}

/******BACK BUTTON ****/

.back {
	float:right;
	clear:left;
	padding:4px;
	background-color:#cccccc;
	color:#ffffff;
	border:1px #000000 dotted;
}

/****EMAIL DATABASE PAGE******/

#count_box {
	border:2px #cccccc groove;
	padding:5px;	
	float:left;
	background-color:#ffffff;
	color:#000000;
	margin:10px;
	width:40%;
}

#option_box {
	border:2px #cccccc groove;
	padding:5px;	
	float:right;
	background-color:#ffffff;
	color:#000000;
	margin:10px;
	width:40%;
}

table.email {
	width:100%;
	font-size:0.8em;
	float:left;
	border-collapse:collapse;
}

.email input, .email textarea {
	width:100%;
}

table.email th {
	text-align:left;
	color:#000000;
	border:1px solid #333333;
	padding:4px;
	background-color:#eeeeee;
}

.option_title {
	color:#660000;
	font-weight:bold;
}

table.email td {
	border:1px solid #666666;
	padding:4px;
}

td {
	vertical-align:top;
}

#admin_panel {
	border:1px #333333 solid;
	background-color:#cccccc;
	float:left;
	margin-bottom:20px;
	width:100%;
}

.userlist_left {
	float:left;
	width:240px;
	clear:left;
	margin-bottom:5px;
}

.userlist_right {
	float:left;
	width:200px;
	clear:right;
	margin-bottom:5px;
}

.dots {
vertical-align:middle;
}

.caption_img {
float:right;
width:204px;
text-align:center;
font-size:0.8em;
color:#650022;
background-color:transparent;
}

.caption_img img {
	margin:0px!important;
}

/*******CONTACT FORM********/

.contact input, .contact textarea {
	background-color:#ffffff!important;
	border:1px #cccccc solid;
	color:#000000;

}

table.contact {
}

/***********SCROLLER***********/

.scroller {
	font-family:verdana,helvetica,sans-serif;
	font-weight:bold;
}

/*********ACCESS**********/

.access {
	display:none;
}

/*********NEWS*****/

#news {
width:146px;
background-color:#fff;
text-align:center;
border:2px #660033 solid;
font-weight:bold;
}

#news h2 {
font-size:1.1em;
border-bottom:1px #cccccc solid;
background-color:#660033;
color:#ffffff;
font-family:sans-serif;
padding-bottom:2px;
margin-bottom:0px;
}

#news_holder {
width:150px;
border-right:1px #999 solid;
border-bottom:1px #999 solid;
margin:20px 10px 4px 10px;
}

a img {
border:0px;
}