/* End Reset and begin layout */
body {
	background:url(../images/body_bg.png) repeat-x #e8e8e8;
	border-top:2px solid #1DA7D5;
}

#wrapper {
	margin:10px auto;
	background:#fff;
	border:2px solid #ccc;
}

#wrapper, #navigation {
	width:90%;
	max-width:1050px;
}

ul.nav {
	background:#1da7d5;
	border-bottom:1px solid #fff;
	width:100%;
	text-align:center;
}

ul.nav li {
	padding:0px 20px;
	background:none;
	font-size:1.2em;
	line-height:35px;
	display:inline;
	border-right:1px solid #e8e8e8;
}

ul.nav li {
	padding:0 10px;
}

ul.nav li a:hover {
	background:url(../images/trans.png) repeat;
	text-decoration:none;
}

ul.nav li:last-child {
	border:none;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	height:250px;
	margin:0 0 20px 0;
	background:url(../images/header_bg.jpg) no-repeat center #1DA7D5;	
}

#main-content {
	width:62%;
	margin:10px 0.5% 10px 10px;
}

#response {
	font-size:1.4em;
	padding:10px;
	margin:10px;
	background:#ff9;
	border:1px solid #999;
	display:none;
}

.featured {
	width:33%;
	margin:10px 10px 10px 1%;
}

.box {
	background:#f8f8f8;
	border:1px solid #e8e8e8;
	padding:5px;
	margin-bottom:10px;
}

.box h4 {
	background:#82BDCC;
	padding:2px 5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.smallers {
	font-size:0.1px;
	color:#e8e8e8;
}

.smallers a{
	color:#e8e8e8;
}

table {
	width:100%;
	border:1px solid #e8e8e8;
}

table.small {
	width:auto;
}

th {
	background:#ffc;
	padding:5px;
	font-weight:bold;
}

td {
	border-bottom:1px solid #e8e8e8;
	padding:5px;
}

td.even {
	background:#f8f8f8;
}

td.odd {
	background:#e8e8e8;
}

td a {
	border-bottom:1px dotted #e8e8e8;
	color:#369;
	text-decoration:none;
}

p {
	margin:0 0 1em 0;
	line-height:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:capitalize;
	margin:0 0 0.5em 0;
}

h1 {
	font-size:2.5em;
}

h2 {
	font-size:2.2em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.6em;
}

h5 {
	font-size:1.3em;
}

h6 {
	font-size:1.1em;
}

div.form-fields {
	background:#f8f8f8;
	clear:both;
	padding:3px 0;
	margin:5px 0;
}

label {
	float:left;
	font-weight:bold;
	width:150px;
}

input, textarea, select {
	border:1px solid #ccc;
	padding:3px;
}

input.search {
	background:#1DA7D5;
	color:#fff;
}


#footer {
	margin:15px 0;
	padding:10px;
}

#footer address {
	font-size:0.9em;
	text-align:right;
}