/* CSS Document */

/* Global ***********************************/
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f6d702;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main-container{width:1000px;background-color: #f6d702; margin:0 auto; border:1px solid #000; padding:5px; overflow:hidden;}

a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
}

.imgright {
	float: left;
	margin: 10px;
	margin-top: 0;
	border: 1px solid #000;
}

p {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.hr {
	width: 100%;
	height: 300px;
	clear: both;
	float: left;
	border: 1px solid #000;
	margin: 15px 0;
}

/* header ***********************************/

#header {
	width: 100%;
	height: 100px;
	background: #000 url(../images/shrewlogo1.jpg) no-repeat top left;
}

#header a {
	float: right;
	border: 0;
}

#header h1 {
	display: none;
}

/* banner ***********************************/

#banner {
	border-bottom: 15px solid #0082b6;
}

#banner img {
	width: 100%;
	height: 111px;
}

/* leftside ***********************************/

#leftside {
	float: left;
	width: 300px;
}

#leftside p {
	text-align: center;
	margin-top: 20px;
}

#leftside img {
	border: 1px solid #000;
	margin-bottom: 10px;
}

/* content ***********************************/

#content {
	margin: 10px 0 0 310px;
}

#content h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

/* coming soon box ***********************************/

#comingsoon {
	border: 2px solid #FF0000;
	margin-bottom: 20px;	
}

#comingsoon h2 {
	width: auto;
	background: #FF0000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

#comingsoon p {
	margin: 0 10px 10px 10px;
}

/* brochures ***********************************/

.brochureholder {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: -1px;
}

.brochureholder h3 {
	margin-bottom: 10px;
}

.brochureholder p, .brochureholder h3 {
	margin-left: 130px;
}

.brochureholder input {
	float: right;
	margin: 50px;
}

.brochureimg {
	float: left;
	margin: 10px;
	border: 1px solid #000;
}

/* brochure request forms ***********************************/

#brochurerequestform fieldset {
	border: none;
}

#brochurerequestform fieldset legend {
	color: #000;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: underline;
}

#brochurerequestform fieldset li {
	margin-bottom: 5px;
	list-style: none;
}

#brochurerequestform fieldset input {
	width: 300px;
	border: 2px solid #de8624;
}

#brochurerequestform fieldset #shortinput {
	width: 206px;
}

#brochurerequestform fieldset label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 300px;
}

#brochurerequestform fieldset .formbutts {
	width: 75px;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
	background: #de8624;
	color: #fff;
	border: 1px solid #000;
}

#brochurerequestform fieldset .smallcheck {
	width: 30px;
}
/* CSS Document END */