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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEE9CC;
	background-color: #eee9cc;
	background-image: url(images/mainBg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLt #container #sidebar1 .address h3 {
	color: #940029;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

.twoColFixLt #container #sidebar1 .logo {
	margin-bottom: 25px;
}
.twoColFixLt #container #sidebar1 p {
	font-size: 11px;
	color: #666666;
	line-height: 1.25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLt #container #sidebar1 .header {
	font-family: "Times New Roman", Times, serif;
	color: #749812;
	font-size: 16px;
}
.twoColFixLt #container #sidebar1 #nav {
	padding-bottom: 5px;
	font-size: 14px;
	width: 200px;
}
.twoColFixLt #container #sidebar1 #nav .selected {
	color: #80A41C;
}
.twoColFixLt  #container  #sidebar1  #nav  #layer1  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98012E;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #98012E;
}
.twoColFixLt #container #sidebar1 #nav #layer2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98012E;
	margin-bottom: 10px;
	color: #98012E;
}
.twoColFixLt #container #sidebar1 #nav a {
	padding-bottom: 5px;
}
.twoColFixLt  #container  #sidebar1  #nav  #layer1 a:link {
	color: #98012E;
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 #nav #layer1 a:hover {
	color: #80A41C;
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 #nav #layer1 a:visited {
	color: #98012E;
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 #nav #layer1 a:active {
	color: #80A41C;
	text-decoration: none;
}
.twoColFixLt #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eee9cc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #container #sidebar1 .address {
	border: 1px solid #749812;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 365px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #80a41c;
} 
.twoColFixLt #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE9CC;
	line-height: 1.5;
}
.twoColFixLt #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.twoColFixLt  #footer  {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #940029;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.twoColFixLt #footer a {
	text-decoration: underline;
}
.twoColFixLt #footer a:link {
	color: #AE3B56;
}
.twoColFixLt #footer a:hover {
	color: #80A41C;
}

.twoColFixLt #footer a:visited {
	color: #AE3B56;
}
.twoColFixLt #footer a:active {
	color: #80A41C;
}


.twoColFixLt #footer p {
	color: #333333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.developerPhoto {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #EEE9CC;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColFixLt #footer a:visited {
	color: #AE3B56;
}
