/* @override http://ajcates.com/public/dump/systemsSlice/styles/main.css */

* {
	/*Gehtto CSS reset*/
	border: none;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #f3f3f3;
	height: 100%;
}
#everything {
	margin-left: 25px;
}
h1 {
	font-family: Cambria, Arial, Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	color: #6B230E;
	border-bottom: 1px solid #b1b1b1;
	width: 600px;
}
.upgrade {
	display: none;
}
/* @group Header */
#headWrap {
	font-family: "Franklin Gothic Medium", Lucida Grande, Lucida, Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	height: 225px;
	position: relative;
	margin-left: -25px;
	margin-top: -65px;
	border-bottom: 1px solid #acacac;
}
#header {
	width: 1075px;
	margin-left: 25px;
	background: #eee;
	height: 220px;
}
#header h1 {
	background-color: #eee;
	height: 137px;
	float: left;
	width: 339px;
	border-bottom: none;
}
#header h1 a {
	height: 137px;
	border-right: 1px solid #acacac;
	border-bottom: none;
	float: left;
	z-index: 5;
	width: 339px;
	position: relative;
	top: 110px;
	text-indent: 340px;
	overflow: hidden;
	white-space: pre;
	background: 29px top #eeeeee no-repeat url("../images/logo.png");
}
#header h2 {
	display: none;
}
#nav {
	float: left;
	width: 490px;
	margin-top: 51px;
	background-color: #eeeeee;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	padding: 0 5px;
	display: block;
}
#mainNav {
	width: 700px;
	float: left;
	padding-left: 35px;
	background: #35563e;
	margin-top: 135px;
}
#mainNav li {
	height: 19px;
	line-height: 20px;
}
#mainNav a {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	background: #263f2d;
	height: 154px;
	line-height: 289px;
	position: relative;
	bottom: 135px;
	color: #fff;
	text-decoration: none;
}


#mainNav .active {
	background: #263f2d;
	height: 154px;
	line-height: 289px;
	position: relative;
	bottom: 135px;
	color: #fff;
	text-decoration: none;
}
#subNav {
	background: #e1e1e1;
	height: 19px;
	padding-left: 35px;
	margin-top: 1px;
	line-height: 19px;
	width: 700px;
	float: left;
}
#subNav a{
	color: #000;
	text-decoration: none;
	font-style: italic;
}
#subNav a:hover {
	text-decoration: underline;
}
#subNav .active2 {
	color: #3e7a4f;
	font-style: italic;
	text-decoration: underline;
}
/* @end */

/* @group Sidebar */
#sidebar {
	width: 340px;
	background-color: #dcdcdc;
	float: left;
	position: relative;
	z-index: 9;
	top: 1px;
}
#sidebar .imageLabel {
	margin: 25px auto 0px auto;
	text-align: center;
	width: 275px;
	border-bottom: 1px dashed gray;
}
#sidebar .imageLabel img {
	border: 1px solid #b1b1b1;
}

#content img {
	
	border-style:solid;
	border-width: 2px;
	border-color: #D9E0E6;
}

#sidebar .imageLabel.last {
	border: none;
}
#sidebar .imageLabel p {
	margin-top: 5px;
	margin-bottom: 20px;
}



#contact-area {
	width: 300px;
	margin-top: 25px;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 12px;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #d9d9d9;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #5f7193;
}

#contact-area input.submit-button {
	width: 364px;
	
}

label {
	float: left;
	text-align: left;
	margin: 0px;
	width: 359px;
	background-color: #D9E0E6;
	padding-top: 5px;
	padding-left:5px;
	font-size: 10px;
}



/* @end */

/* @group Content */
#mainWrapper {
	width: 1075px;
	padding-top: 50px;
	background-color: #eee;
	display: table;
}


#content {
	width: 675px;
	float: left;
	margin-left: 40px;
}
#content p {
	line-height: 16px;
	margin-top: 25px;
}
#content a {

	font-family: Arial, Times New Roman, Times, serif;
	font-size: 12px;
	color: #a55f5f;
}
#content a:hover {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 12px;
	color: #46597D;
}	
	
/* @end */

/* @group footer */
#footerWrapper {
	clear: both;
	margin-top: -100px;
	padding-left: 25px;
	border-bottom: 1px solid #acacac;
	position: relative;
}
#footerSidebar {
	width: 340px;
	height: 130px;
	float: left;
	background-color: #dcdcdc;
	position: absolute;
	padding-top: 400px;
	bottom: 0px;
}

#footer {
	width: 840px;
	height: 130px;
}

#footer p {
	margin-left: 340px;
	line-height: 245px;	
	height: 130px;
	border-left: 1px solid #acacac;
	text-indent: 40px;
	color: #a6a6a6;
	position: relative;
	top: 20px;
}
/* @end */

