@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #FFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: -10px center;
}
#header address {
	font-style: normal;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
}
#header img {
	padding-top: 1px;
	padding-bottom: 1px;
}
#menu {
	background-color: #FE022B;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #676767;
	border-bottom-color: #676767;
	background-image: url(images/menu.jpg);
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a {
	color: #FFF;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 1.1em;
	line-height: 36px;
}
#menu ul li a:hover {
	background-image: url(images/menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#main {
	background-image: url(images/white-trans.png);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 10px;
}
#main h2 {
	color: #666;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main h3 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main p {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main a {
	color: #900;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
	color: #666;
}

#main ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main ul li {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 16px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 17px;
}
#main .padder {
	margin: 10px;
}
#main #slideshow {
	border: 1px solid #999;
	margin-bottom: 10px;
}
#main .quote {
	background-image: url(images/quote-start.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#main .quote p {
	margin: 0px;
	padding: 0px;
}
#main .quote p.author {
	font-size: 0.9em;
	font-style: italic;
	display: block;
	text-align: right;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/quote-end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 20px;
}
#main .redbox {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #900;
	padding: 20px;
	text-align: center;
	
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
}
#main .redbox p {
	color: #FFF;
	font-size: 1.4em;
}
#main .testimonial {
	text-align: right;
	height: 29px;
}
#main .testimonial a {
	height: 29px;
	width: 148px;
	display: block;
	background-image: url(images/testimonials-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	text-decoration: none;
}
#main .testimonial a:hover {
	background-image: url(images/testimonials-button-hover.png);
}
#footer {
	font-size: 0.8em;
	background-image: url(images/black-trans.png);
	background-repeat: repeat;
	background-position: center center;
	color: #FFF;
	margin-top: 10px;
}
#footer p {
	padding: 10px;
	font-size: 1em;
	margin: 0px;
}
#footer address {
	font-size: 1.2em;
	line-height: normal;
	font-style: normal;
	padding: 10px;
	margin: 0px;
}

#footer a {
	color: #CCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.red {
	color: #900;
}
.grey   {
	color: #666;
}

.xlargetext {
	font-size: 150%;
	font-weight: bold;
}
.largetext {
	font-size: 125%;
	font-weight: bold;
}
.hidden  {
	visibility: hidden;
	text-decoration: none;
}
#preload {
	display: none;
}
#iis {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
	font-size: 0.9em;
	color: #CCC;
}
#iis a {
	color: #CCC;
	text-decoration: none;
}
#iis a:hover {
	color: #FFF;
	text-decoration: underline;
}
