@charset "utf-8";
/* CSS Document */

body {
	background-color: #2c2c2c;
	margin: 0px;
}hr {
	background-color: #790202;
	color: #790202;
}
#main_container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	background-color: #4D191D;
	width: 100%;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #790202;
	background-image: url(../images/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
#navigation {
	height: 45px;
	text-align: center;
	background-image: url(../images/nav_topbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menu {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_holder.png);
	background-repeat: no-repeat;
	width: 65%;
	height: 45px;
	background-position: center -6px;
	margin-top: 6px;
	line-height: 1.6em;
}
#menu li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 200;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a:hover {
	color: #999;
}
#content_container {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	width: 80%;
	padding: 10px;
	height: auto;
}
#content {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	width: 580px;
	/*background-image: url(../images/content_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	padding: 10px;
}
#secondary_main {
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	background-image: url(../images/content_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}

#footer {
	height: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/nav_topbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 6px;
}
#footer_content {
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: repeat;
	height: 36px;
	line-height: 2.5em;
	color: #FFF;
}
#index_list {
	background-image: url(../images/black_cf_emboss2.jpg);
	background-repeat: no-repeat;
	width: 500px;
	background-position: left top;
}

#type {
	color: #790202;
	list-style-type: square;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
#type a {
	color: #790202;
}
#type a:hover {
	font-style: italic;
	color: #FFF;
}
#websample {
	background-color: #2C2C2C;
	padding-right: 10px;
	padding-left: 10px;
}
#webdesc {
	width: 50%;
	float: left;
	margin-right: 10px;
}

#webpic {
	text-align: center;
	padding-top: 10px;
}

#webpic a {
	color: #790202;
}
#webpic a:hover {
	color: #fff;
}
#logo_text {
	width: 50%;
	float: left;
	margin-right: 15px;
}
#slideshow_container {
	padding-left: 150px;
}

#slideshow {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}



a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration:none;
	color: #790202;
}
a:visited {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration:none;
	color: #000;
}
.activeLink {
	background-image: url(../images/pointer.png);
	background-repeat: no-repeat;
	z-index: 100;
	background-position: center 15px;
}
.siteName {
	text-decoration: underline;
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;
}
.first_word {
	color: #790202;
	font-weight: bold;
	font-size: 24px;
}

