@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/tile_main_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color:#AA0000;
	font-weight: bold;
}
a:hover {
text-decoration:underline;
}


/* TOP ELEMENTS */
#top_container {
	height: 135px;
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}


/* LOGO */
#top_left {
	float: left;
	width: 450px;
	height: 135px;
	overflow: hidden;
	left: 0px;
	background-color:#FFFFFF
}
#top {
	float: left;
	width: 890px;
	height: 30px;
	overflow: hidden;
	left: 0px;
	background-color:#FFFFFF
}
.logo_line {
	float: left;
	position: relative;
	top: 62px;
}


.logo {
	position: relative;
	left: 25px;
	top: 45px;
}


/* NAV */
#top_right {
	float: right;
	width: 438px;
	height: 135px;
	position: relative;
	background-color:#FFFFFF
}
.byline {
	position: relative;
	left: 100px;
	top: 90px;
	
	
}
#nav {
	width: 888px;
	height: 15px;
	position: centre;
	padding: 0px;
	background-image:url(../images/nav-bg.jpg)
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:hover {
	text-decoration: underline;
	}
#nav.menu {
	text-align:center;
	}
.menupad{
	padding: 3px;
}


/* MAIN CONTENT AREA */
#navcontainer {
	width: 888px;
	height: 25px;
	position: centre;
	padding: 0px;
	background-image:url(../images/nav-bg.jpg);
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}
#maincontainer {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	background-color: #FFFFFF;
	font-size:12px;
	color:#666666;
	font-family: "Arial", Helvetica, sans-serif;
	}
#maincontainer2 {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	height: 267px;
	
	}
#maincontainer3 {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding: 12px;

	}
#body_left {
	float: left;
	width: 350px;
	height: 320px;
	padding-left: 30px;
}
#body_left_scroll {
	float: left;
	width: 350px;
	height: 260px;
	padding-left: 25px;
	overflow: scroll;
	overflow-x: hidden; 
}
#body_right {
	float: right;
	width: 530px;
	position: relative;
	/* border-right-color: f6fafc;
	border-right-width: 1px;
	border-right-style: dotted; */
}
#content-1 {
	padding-left: 0px;
	padding-right: 25px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;

	}
#title-right {
	font-size: 18px;
	color: #3F6C2F;
	padding-top: 4px;
	padding-bottom: 2px;
	}
#title-right a {
	color:#33CC33;
}





#titletext {
	font-size: 18px;
	color: #AA0000;
	margin: 27px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
#bottom {
	
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#bottom #claims {
	width: 320px;
	float: left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	}
#bottom #links {
	width: 300px;
	float: right;
	position: relative;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: right;
	}

.maintitle {
	font-size: 18px;
	color: #FF9933;
	letter-spacing: 0.2em;
}
.maindivider {
	background-image: url(../images/main_divider.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
#bottomline {
	height: 1px;
	width: 888px;
	background-image: url(../images/main_divider.gif);
	background-repeat:repeat-x;
		margin-left: auto;
	margin-right: auto;
	}
#bethcampbellcreative {
	position: absolute;
	width: 100%;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	bottom:4px;
	text-align: center;
}
#bethcampbellcreative a {
	color: #AAC4CC;
}

