/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #rightBlock { height: 100% }

body {
	background-color: #e7e7e7;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
    color: #303030;
	font-size: 12px;
	line-height: 18px;
}

p {
	padding-bottom: 15px;
}

td {
	font-family: verdana, helvetica, arial, sans-serif;
    color: #303030;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
}

#vr {
	width: 1px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	display: block;
}

ul {
	margin-left: 25px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 804px;
	text-align: left;
	background: url(images/bg.jpg);
	background-repeat: repeat-y;	
}

html>body #container {
	height: auto;
	min-height: 100%;
}

#container[id] {
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
}

img { 
	border: 0px;
}
	
input {
	border: 1px solid #cfcfcf;
	background-color: #e7e7e7;
	font-size: 11px;
	padding: 2px;
}	
	
div {
	padding: 0;
}

#header{
	margin: 0;
	width: 804px;
	display: block;
	height: 319px;
	text-align: left;	
}

#mainContent{
	float: left;
	width: 469px;
	padding: 20px;
	margin-top: 75px;
}

* html #mainContent {
	top: 50px;
	t\op: 0;
	width: 469px;
	w\idth: 510px;
	margin-top: 0;
	m\argin-top: 75px;
}

#pulledContent {
	float: right;
	width: 270px;
	padding: 20px 20px 20px 0;
	margin-top: 75px;
}

* html #pulledContent {
	top: 50px;
	t\op: 0;
	width: 270px;
	w\idth: 290px;
	margin-top: 0;
	m\argin-top: 75px;
}

 #credit
	{
	color: #17274F;
	font-family: garamond, georgia, serif;
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	left: 6px;
	width: 147px;
	bottom: 30px;
	}
* html #credit {
bottom: 280px;
}
#contact{
	margin: 1px 11px 0 7px;
	padding: 6px;
	width: 250px;
	display: block;
	position: absolute;
	color: #17274F;
	font-family: garamond, georgia, serif;
	font-size: 11px;
	line-height: 12px;
	float: right;
	left: 360px;
	text-align: right;
	top:0px;
	letter-spacing: 1px;
}
#footer {
	background: #303030;
	clear: both;
	font-size: 0.8em;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 804px;
	display: block;
	text-align: center;
}

#footer a {
	font-weight: bold;
	color: #cfcfcf;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	font-family: Georgia, Garamond, serif;
	font-style: italic;
	font-weight: normal;
	color: #d81e05;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, Garamond, serif;
	font-weight: normal;
	color: #d81e05;
	padding-bottom: 5px;
	padding-top: 15px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
	color: #303030;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.note {
	font-family: Georgia, Garamond, serif;
	font-weight: bold;
	color: #d81e05;
	letter-spacing: 1px;
}

a:link    { text-decoration: none; font-weight: bold; color: #d81e05; }
a:visited { text-decoration: none; font-weight: bold; color: #d81e05; }
a:active  { text-decoration: underline; font-weight: bold; color: #616161; }
a:hover   { text-decoration: underline; font-weight: bold; color: #616161; }

#menu {
	margin-bottom: 15px;

}

#menu li {
	display: block;
	width: 239px;
	background-color: #e2e2e2;
	border: 1px solid #cfcfcf;
	padding: 2px 0 2px 6px;
	font-weight: bold;
	color: #3f4e5e;
	font-size: 13px;
	margin-bottom: 2px;
	list-style-type: none;
}