@charset "UTF-8";
body {
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #321700;
	background-image: url(../images/stripes/wood.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-attachment: fixed;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#header {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	margin-bottom: 0px;
	width: 950px;
	background-image: url(../images/hello/paper-bg-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#print-header {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0px;
	width: 100%;
	background-image: url(../images/hello/paper-bg-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
}
#web-header {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0px;
	width: 100%;
	background-image: url(../images/hello/paper-bg-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
}
#contact-header {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0px;
	width: 100%;
	background-image: url(../images/hello/paper-bg-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
}
#news-header {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0px;
	width: 100%;
	background-image: url(../images/hello/paper-bg-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-position: center top;
	background-image: url(../images/hello/paper-bg.png);
	visibility: visible;
	height: auto;
}

mainContent a{
	color: #502800;
	text-decoration: none;
}

mainContent p{
	font-size: 0.8em;
	color: #502800;
	line-height: 2em;
	margin-right: 0px;
}
mainContent h1{
	font-size: 1.2em;
	color: #0198bb;
	text-transform: uppercase;
}
mainContent h2 {
	font-size: 1em;
	color: #0198bb;
	font-weight: normal;
	margin-right: 35px;
	line-height: 1.2em;
}
#subContent-wrapper {
	float: right;
	width: 650px;
	margin-right: 40px;
	height: auto;
	overflow: auto;
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: left;
	visibility: visible;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.floatright {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
.footer-icon {
	height: auto;
	overflow: hidden;
	width: 65px;
	text-align: right;
	float: right;
	position: fixed;
	top: 170px;
	right: 0px;
	z-index: 1000;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#navbar {
	float: right;
	width: 400px;
	position: relative;
	top: 85px;
	margin-left: 0px;
	text-align: right;
	right: 50px;
}

ul.topnav li {
	display: inline;
	padding-right: 25px;
}

ul.topnav {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #0198bb;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	text-align: right;
}

ul.topnav a {
	color: #502800;
	text-decoration: none;
}

ul.topnav a:hover {
	color: #A51607;
}
.workContent  {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 155px;
	height: auto;
	float: left;
	width: 795px;
	overflow: auto;
	font-size: 1em;
	line-height: 1.2px;
	color: #502800;
	background-image: url(../images/hello/paper-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.workContent    p {
	font-size: 0.85em;
	color: #502800;
	line-height: 1.5em;
	margin-left: 0px;
	padding-right: 75px;
	margin-top: 40px;
	margin-right: 30px;
}
.workContent    h1 {
	font-size: 1.1em;
	color: #0198bb;
	text-transform: lowercase;
	margin-bottom: 20px;
	padding-left: 0px;
	margin-top: 20px;
}
.workContent    h2  {
	font-size: 1em;
	color: #0198bb;
	font-weight: normal;
}
.workContent   a {
	color: #0198bb;
	text-decoration: none;
}
.workbox {
	padding: 10px;
	float: left;
	height: 220px;
	width: 175px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.workbox a{
	color: #990000;	
}

.workbox a:hover{
	color: #4E7589;
}



.workbox_drop {
	float: left;
	height: 255px;
	width: 210px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(../images/work_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.work_image {
	background-color: #FFFFFF;
	text-align: center;
	height: 140px;
	width: 173px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
	clear: both;
	background-image: url(../images/hello/paper-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.copyright {
	font-size: 0.7em;
	color: #502800;
	margin-top: 10px;
	margin-left: 0px;
}
.copyright a {
	color: #990000;
}
.work_text {
	text-align: left;
	width: 173px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.work_text p {
	line-height: 1.1em;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.7em;
	letter-spacing: .05em;
	margin-left: 0px;
	padding-right: 0px;
}
.work_text  h2 {
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 1em;
	font-size: .75em;
	font-weight: normal;
	color: #990000;
	letter-spacing: .1em;
}
.workbox_off {
	padding: 10px;
	float: left;
	height: 220px;
	width: 175px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.arrow_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	float: right;
	height: 20px;
	width: auto;
	margin-left: 40px;
	margin-right: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #A1BAC9;
	margin-top: 10px;
	margin-bottom: 5px;
}
.arrow_box a {
	color: #502800;
	text-decoration: none;	
}
.arrow_box  a:hover {
	color: #A1BAC9;
	text-decoration: none;
}
.grid {
	height: 12px;
	width: 20px;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
	margin-left: 0px;
}
#flash {
	clear: both;
	height: 100px;
	width: 600px;
}
#wrapper_all {
	height: auto;
	width: 100%;
	margin: 0px;
	background-image: url(../images/stripes/tall_brown_stripes.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
.clearboth {
	clear: both;
}
.workContent p img {
	border: 8px solid #FFFFFF;
}
#home-content-wrapper {
	clear: both;
	height: auto;
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: auto;
}
.home-button {
	height: 49px;
	width: 272px;
	margin-bottom: 10px;
}
.left-right-home-wrap {
	float: left;
	height: auto;
	width: 272px;
}
.middle-home-wrap {
	float: left;
	height: auto;
	width: 272px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 16px;
}
.home-text {
	height: auto;
	width: 264px;
	text-align: left;
	margin-top: -10px;
	overflow: auto;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
.home-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.8em;
	overflow: auto;
	color: #502800;
}

