/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */

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

body {
	background: url('../images/page-background.jpg') repeat 0% 0%;
	color: #000;
	font-family: 'arial', 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: left;
}

a {
	color: #10218C;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #10218C;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
	padding-left: 20px;
	padding-top: 2px;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

/* ++++++++++++++++++++ Body Wrapper ++++++++++++++++++++ */

#body-wrapper {
	margin: auto;
	width: 980px;
	position: relative;
}

/* ++++++++++++++++++++ Body Background ++++++++++++++++++++ */

#body-background {
	background: url('../images/content-background.jpg') repeat-y 0% 0%;
}

/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#banner {
	background: url('../images/banner-logo.jpg') no-repeat 0% 0%;
	position: relative;
	min-height: 202px;
	text-align: right;
	padding: 15px 35px 0px 0px;
	color: #10218C;
}

/* ++++++++++++++++++++ Puzzle Header ++++++++++++++++++++ */

#puzzle-header {
	background: url('../images/puzzle-header.jpg') no-repeat 0% 0%;
	zoom: 1;
}

#strapline {
	padding: 14px 0px 0px 20px;
	position: relative;
	float: left;
	font-weight: bold;
	font-style: italic;
	color: #FFFF00;
}

#callback {
	background: url('../images/phone.gif') no-repeat 75% 50%;
	height:36px;
	padding:14px 76px 0px 0px;
	position: relative;
	float: right;
	font-weight: bold;
	color: #FFFFFF;
}

#callback a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	width:188px;
	overflow: hidden;
	padding-top: 250px;
	position:relative;
	top:-60px;
	float: left;
	font-size: 110%;
}

#navmenu a {
	color: #ffffff;
	text-decoration: none;
}

#navmenu li a {
	background: url('../images/menu-puzzle.gif') no-repeat 5px 50%;
	position: relative;
	display: block;
	padding: 14px 0px 12px 52px;
}

#navmenu li a:hover {
	color: #FFFFFF;
	background-color: #99AAFF;
}

/* ++++++++++++++++++++ Page Content Wrapper ++++++++++++++++++++ */

#page-content {
	float: left;
	width: 700px;
	color: #333333;
	text-align: justify;
	margin: 35px 38px 0px 36px;
	font-size: 97%;
	zoom: 1;
}

h1 {
	font-size: 118%;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#page-content h2 {
	font-size: 100%;
	color: #10218C;
	text-align: left;
}

p+h2 {
	margin-top: 20px;
}

.homepagelist li {
	margin: 10px 30px 0px 30px;
}

.puzzlelist li {
	list-style-image:url(../images/puzzle-bullet.gif);
	list-style-position:outside;
	list-style-type:none;
	margin: 6px 30px 0px 60px;
}

.feature {
	margin-top: 25px;
}

.feature-text {
	position:relative;
	top:80px;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page-footer {
	color: #000;
	background: url('../images/footer.gif') 0% 0% no-repeat;
	height: 122px;
}

#page-footer p {
	color:#FFFFFF;
	font-size:80%;
	padding-left:188px;
	padding-top:56px;
	text-align:center;
}

#page-footer p a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ++++++++++++++++++++ Images  ++++++++++++++++++++ */

.image-left {
	float: left;
	position: relative;
	margin: 5px 10px 0px 0px;
}

.image-right {
	float: right;
	position: relative;
	margin: 5px 0px 0px 10px;
}

.image-center {
	display: block;
	margin: auto;
}

/* +++++++++++++ Team Member Wrapper +++++++++++++ */

.team-member-left {
	width: 50%;
	float: left;
	text-align: center;
}

.team-member-right {
	width: 50%;
	float: right;
	text-align: center;
}

/* ++++++++++++++++++++ News  ++++++++++++++++++++ */

.feedburnerFeedBlock li {
	margin-bottom: 16px;
}

.feedburnerFeedBlock p.date {
	color: #10218C;
	font-weight: bold;
	position: relative;
	top: -30px;
}

.feedburnerFeedBlock span a{
	display: block;
	text-indent: -9999px;
	background: url('../images/facebook-like-comm.png') 0% 0% no-repeat;
	width: 179px;
	height: 20px;
	position: relative;
	top: 30px;
}

#creditfooter {
	display: none;
}

/* ++++++++++++++++++++ Google Map  ++++++++++++++++++++ */

.google_map {
	width: 650px;
	height: 450px;
	border: none; 
	margin: auto;
	display: block;
}

#google_map_link {
	margin: auto;
	display: block;
	text-align: center;
}

/* ++++++++++++++++++++ Contact Form  ++++++++++++++++++++ */

#page-content form {
	width: 690px;
	text-align: center;
	display: block;
	margin: auto;
}

#page-content legend {
	color: #10218C;
}

#page-content fieldset {
	border: 2px solid #AE1C4B;
	margin-top: 10px;
	padding-bottom: 10px;
}

#page-content label {
	width: 37%;
	float: left;
	display: inline;
	margin-top: 10px;
	text-align: right;
	padding-right: 15px;
}

#page-content input {
	width: 56%;
	float: left;
	display: inline;
	clear: right;
	margin-top: 10px;
	background: #EBE8E8;
}

#page-content textarea {
	width: 56%;
	height:15em;
	float: left;
	display: inline;
	margin-top: 10px;
	background: #EBE8E8;
}

#page-content #antiSpam {
	width: 2em;
}

#page-content #submit {
	float: none;
	width: auto;
	color: #FFF;
	padding: 2px 1px;
	font-weight: bold;
	background-color: #10218C;
}