/* style.css
   Daniel Castellon & Michael Salem
   Main stylesheet for Project Dallas
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #5c3d27;
	background-image: url('images/backgroundbody.png');
	font-family: georgia, verdana, Arial;
	font-size: 12px;
	color: #444444;
}
p {
	text-indent: 20px;
	padding-top: 10px;
}
select {
	border: 1px solid #606060;
	height: 22px;
	font-size: 16px;
	background-color: #fff;
}
a, a:visited {
	text-decoration: none;
	color: #4d3622;
	font-size: 16px;
}
a:hover {
	text-decoration: overline underline;
	color: #261b11;
}

img {
	border: none;
}

/* layout styles */
#container {
	margin: 0 auto;
	width: 1280px;
	height: 800px;
	background: url('images/background.png') top no-repeat;
}
#header {
	position: absolute;
	width: 1109px;
	height: 202px;
	background-image: url('images/header.png');
}
#header_links {
	position: relative;
	top: 135px;
	left: 195px;
	color: #fafadf;
	font-weight: bold;
}
#header a, #header a:visited {
	font-size: 16px;
	color: #fafadf;
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}
.textbox {
	border: 1px solid #606060;
	height: 20px;
	background: url(images/textbox.png) repeat-x;
	font-size: 16px;
	background-color: #fff;
}
#searchbox {
	position: relative;
	border: 1px solid #383434;
	background-color: #fafadf;
	background: url('images/searchbox.png') top left repeat-x;
	width: 185px;
	height: 26px;
	font-size: 20px;
	top: 2px;
}

/* styles that only apply to home page */
#home_nav {
	position: absolute;
	width: 1105px;
	height: 51px;
	top: 195px;
	background-image: url('images/home_nav.png');
}
#home_nav_links {
	position: relative;
	left: 190px;
	top: 206px;
	width: 300px;
	color: #fafadf;
}
#home_nav_links a, #home_nav_links a:visited {
	color: #fafadf;
	font-size: 18px;
	text-decoration: none;
}
#home_nav_search {
	position: relative;
	color: #fafadf;
	font-size: 20px;
	top: 180px;
	left: 540px;
	width: 300px;
}
#home_nav_links a:hover {
	text-decoration: overline underline;
}
#home_content_holder {
	position: absolute;
	width: 857px;
	min-height: 440px;
	top: 243px;
}
#home_content_top {
	position: absolute;
	width: 857px;
	height: 292px;
	top: 0px;
	background-image: url('images/home_content_top.png');
}
#home_content_mid {
	position: absolute;
	width: 857px;
	min-height: 1px;
	top: 292px;
	background-image: url('images/home_content_mid.png');
	background-repeat: repeat-y;
}
#home_content_bottom {
	position: absolute;
	width: 857px;
	height: 147px;
	top: 150px;
	background-image: url('images/home_content_bottom.png');
}
/* where content is actually placed */
#home_content {
	position: relative;
	top: 192px;
	left: 182px;
	min-height: 385px;
	width: 605px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* styles for information pages */
#nav {
	position: relative;
	width: 352px;
	height: 505px;
	top: 195px;
	background-image: url('images/nav.png');
}
#nav_links{
	position: relative;
	width: 156px;
	left: 184px;
	top: 10px;
	color: #fafadf;
	font-size: 20px;
}
#nav_links ul{
	list-style-type: none;
	margin-bottom: 8px;
	font-size: 17px;
	padding-left: 5px;
}
#nav_links ul li a, #nav_links ul li a:visited{
	padding: 6px 0px 0px 0px;
	margin-top: 5px;
	color: #fafadf;
}
#nav_links ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #09F;
}

#content_holder {
	position: absolute;
	width: 857px;
	min-height: 501px;
	top: 190px;
}
#content_top {
	position: absolute;
	width: 857px;
	height: 314px;
	top: 0px;
	background-image: url('images/content_top.png');
}
#content_mid {
	position: absolute;
	width: 857px;
	min-height: 1px;
	top: 314px;
	background-image: url('images/content_mid.png');
	background-repeat: repeat-y;
}
#content_bottom {
	position: absolute;
	width: 857px;
	height: 186px;
	top: 315px;
	background-image: url('images/content_bottom.png');
}
#content {
	position: relative;
	top: -285px;
	left: 380px;
	min-height: 440px;
	width: 430px;
	padding-bottom: 60px;
}
#content_ul {
	padding-left: 30px;
}
.footer {
	padding-top: 10px;
	text-align: center;
}

/* styles for search engine */
.search_table
{
	margin-left:auto;
	margin-right:auto;
}
.search_title{
	border: 1px solid #333333;
	padding: 2px;
	text-align: center;
	color:#fafadf;
	background-color: #9D7155;
	}
.search_content
{
border: 1px solid #999999;
	background-color: #E5E5E5;
	padding: 2px;
	text-align: center;
}		

/* styles for flash elements */
#slideshow {
	position: absolute;
	width: 1100px;
	height: 300px;
	top: 170px;
	float:right;
}
#notepads {
	position: absolute;
	width: 1100px;
	height: 207px;
	top: 480px;
	float:right;
}

/* other styles */
.logintable {
	border: 1px solid #999999;
	padding: 10px;
	margin: 0 auto;
}
.logintd {
	border: 1px solid #999999;
	background-color: #E5E5E5;
	padding: 2px;
	text-align: center;
}
.notification {
	border: 1px solid #FF0033;
	background-color: #FF6A6A;
}
.topthree a, .topthree a:visited {
	font-size: 18px;
}
.imgfloatleft {
	float: left;
	margin-top: 10px;
}
.floatright {
	float:right;
}
.h1 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.h2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.center {
	text-align: center;
}
.hr {
	position: relative;
	margin: 7px auto 0px auto;
	width: 85%;
	border-bottom: 1px dashed #999;
}