/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0 0 0;
	padding: 0;
	background: #c6c6c6 url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3652a4;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;/*could change back to lowercase*/
	color: #3652a4;
}

a {
	color: #007fc0;
}

a:hover {
	text-decoration: none;
}

p, ul, ol, blockquote {
	text-align: justify;
}

/* Header */

#header {
	width: 555px;/*was 480*/
	height: 130px;
	margin: 0 auto;
	background: url(images/img2.gif);
}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}

#logo h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#logo h2 {
	margin-top: -10px;
	text-align: left;
	font-size: 1.4em;
	
	/*text-transform: capitalize;*/
}

#button {
	text-indent:-2000px;
	width: 371px;
	height: 58px;
	display: block;
	background: url(images/btnSurvey.gif) no-repeat;
	margin: auto;
}
#button:hover {
	background: url(images/btnSurveyOver.gif) no-repeat;
}

#logo a {
	text-decoration: none;
	color: #3652a4;
}

#submit {
	text-indent:-2000px;
	display: block;
	margin: auto;
	}

#menu {
	float: right;
	padding: 20px 70px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 200px;/*was 125*/
	height: 20px;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	border-top: 1px dotted #007fc0;
	text-transform: lowercase;
	text-decoration: none;
	color: #007fc0;
}

#menu .first a {
	border: none;
}

/* Content */



#content {
	width: 555px; /*was 480*/
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
}

/* Column One */


#colOne {
	margin: 0 15px;
	background: url(images/img5.gif) repeat-x;
}

#colOne .post {
	padding: 20px 30px 10px 30px;
	border-bottom: 1px dotted #007fc0;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colOne .posted {
	font-size: x-small;
}

/* Column Two */

#colTwo {
	padding: 20px 30px 10px 30px;
	margin: 0 15px;
	background: #f0f0f0 url(images/img6.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: left;
	width: 200px; /*was 180 then 218*/
}

#colTwo li ul {
	padding: 0;
	background-image: url(images/spacer.gif);
}

#colTwo li li {
	display: list-item;
	float: none;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo h2 {
	font-size: 1.6em;
}

#story a, img{
	border:none;
}


/* Footer */

#footer {
	width: 555px; /*was 480*/
	margin: 0 auto;
	background: url(images/img8.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}