/* Universal Rules
-----------------------------------------------------------------*/

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}


/* Site Structure
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	color: #FFF;
	background-color: #FFF;
}

#wrapper {
	margin-left: 70px;
	width: 830px;
}

#header {
	height: 80px;
	min-height: 80px;
}

html>body #header {
	height: auto;
}

#logo {
	height: 50px;
	min-height: 50px;
	text-align: left;
}

html>body #logo {
	height: auto;
}

#navigation {
	height: 30px;
	min-height: 30px;
	background: url(img/navbg.png); 
}

html>body #navigation {
	height: auto;
}

#postit {
	width: 250px;
	height: 270px;
	min-height: 270px;
	background: url(img/postit.png) no-repeat;
	float: right;
}

html>body #postit {
	height: auto;
}

#copy, #homeCopy {
	width: 540px;
	float: left;
	margin: 20px 0 30px 0;
	padding-left: 40px;
}

#buttons {
	clear: both;
	width: 830px;
	height: 172px;
	min-height: 172px;
	margin: 0 0 30px 40px;
}

html>body #buttons {
	height: auto;
}

#footer {
	padding-left: 40px;
	clear: both;
	border-top: 1px solid #a1a1a1;
}

.btn {
	width: 230px;
	float: left;
	margin-right: 10px;
}

.btn img {
	display:block;
	margin:0px;
	padding:0px;
}

.btn p {
	color: white;
	font-size: 1.4em;
	padding: 5px 0;
	text-align: center;
	background-color: #b60000;
	
}


/*	Text, Links and Lists
-----------------------------------------------------------------*/

h1, h2, h3, p, li {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: inherit;
}

h1 {
	font-size: 2.0em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#copy p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#footer p {
	font-size: 1em;
	margin-top: 20px;
}

#homeCopy p {
	font-size: 2.5em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#postit p {
	margin: 75px 40px;
	font-size: 1.3em;
	color: #FFF;
}

.bold {
	font-weight: bold;
}

span {
	color: #c50023;
	background-color: inherit;	
}

a {
	outline: none;
}

a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	
}

a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
}

#navigation a {
	font-weight: normal;
}

#copy li {
	text-align: left;
	color: #000;
	float: none;
	margin: 0 0 5px 25px;
	padding: 0 0 0 2px;
	height: auto;
}

#copy ol {
	list-style: decimal;
}

#copy ul {
	list-style: disc;
}

#copy ol, #copy ul {
	margin: 25px 0 25px 0;
}

li {
	padding: 6px 10px 0 10px;
	text-align: center;
	height: 24px;
	font-size: 1.3em;
	color: #FFF;
	float: left;
	margin-right: 5px;
}

#navigation {
	list-style: none;
}

.current_page_item {
	background: url(img/navbg3.png) repeat-x;
}


/*	Images
-----------------------------------------------------------------*/

#copy img {
	float: right;
	margin: 5px 0px 10px 30px;
}
