
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #666;
}


#wrapper {
	position: relative;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
}

/*////////////////////////////
	HEADER
////////////////////////////*/
#header{
	width: 870px;
	height: 98px;
	background: #555;
	float: left;
	margin: 0;
	padding: 0;
}

#topstrip{
	float: left;
	height: 52px;
	width: 870px;
	margin: 0;
	padding: 0;
}

#photostrip{
	width: 870px;
	height: 116px;
	float: left;
	margin: 0;
	padding: 0;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{	
	background: #000 url(images/content_background.gif) repeat-y top left;
	width: 870px;
	margin: 0;
	min-height: 460px;
	padding: 0;
	float: left;
}

* html #content { height: 520px;}



.innercontent{
	width: 570px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 13px;
}


/*////////////////////////////
	SIDE PANEL
////////////////////////////*/

#sidewrapper{
	width: 232px;
	margin: 22px 13px 0px 0px;
	padding: 0;
	float: right;
}
*html #sidewrapper{margin: 22px 7px 0px 29px;}

.logo{
	width: 232px;
	height: 148px;
	margin: 0;
	padding: 0;
}

#addressbox{
	width: 232px;
	background: #CC0000 url(images/address_box.gif) no-repeat top left;
	min-height: 253px;
	margin: 0;
	padding: 0;
	
}

*html #addressbox{
	height: 253px;
}

.addressboxtext{
	padding: 10px 15px 10px 15px;
	font-size: 0.9em;
	color: #fff;
}

.addressboxtext a:link, .addressboxtext a:visited, .addressboxtext a:hover, .addressboxtext a:active{
	color: #fff;/* white */
	text-decoration: underline;

}


/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 870px;
	background: #000 url(images/menu_background.gif) no-repeat top left;
	min-height: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

*html #menu{
	height: 25px;
}

#innermenu{
	margin: 0px 0px 0px 12px;
}



.innermenu{
	width: 121px;
	float: left;
	margin: 0;
	padding: 0;
}

.innermenutext{
	text-align: center;
	padding: 5px;
}



.innermenutext a:link, .innermenutext a:visited, .innermenutext a:hover, .innermenutext a:active{
	color: #fff;/* white */
	text-decoration: none;
	display: block;
	width: 111px;
	font-size: 0.85em;
	font-weight: bold;
}

.innermenutext a:hover{
	color: #E9E9E9;
}


#greystrip{
	width: 870px;
	background: #fff url(images/grey_strip.gif) no-repeat top left;
	height: 13px;
	float: left;
	margin: 0;
	padding: 0;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #cc0000;/* red */
	text-decoration: underline;
}

a:visited{
    color: #cc0000;/* red */
	text-decoration: underline;
}

a:hover{
    color:  #000;/* black*/
	text-decoration: underline;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #cc0000;/*red*/
	font-size: large;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #000;/*black*/
	font-size: small;
	font-weight: bold;
	font-style: italic;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #cc0000;/*red*/
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 870px;
	height: 65px;
	float: left;
	background: #fff url(images/footer_background.gif) no-repeat top left;
}

.footertext{
	float: right;
	margin: 22px 30px 0px 0px;
	padding: 0;
	font-style: italic;
	font-size: 0.85em;
	text-align: right;
	color: #fff;
}

*html .footertext{
	margin: 22px 15px 0px 0px;

}


#copyright{
	font-size: 80%;
	text-align: right;
	width: 856px;
	float: left;
	padding: 0;
	margin: 0;
	
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}



ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.right{
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
}

.left{
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.red{
	color: #cc0000;/*red*/ 
}

/*////////////////////////////
	CONTACT PAGE
////////////////////////////*/

#contactform{
	float: right;
	margin-left: 20px;
	line-height: 120%;
	padding: 0;
	margin-top: 0px;
	/*width: 320px;*/
}

#mapwrapper{
	float:left;
	margin-top: 20px;
	display: inline;
}
.googlemap
{
	width: 500px;
	height: 370px;
	border: 1px solid #999;
}

.borderform{
	border: 1px solid #666;	
}

input{
	color: #666;
	width: 290px;	
}

textarea{
	color: #666;
	width: 290px;	
}

.submit{
		background: #cc0000;
		border: 1px solid #cc0000;
		font-weight: bold;
		color: #fff;
		width: 90px;
}
