/* Start of CMSMS style sheet 'vulcano' */
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #990000;
	font-size: 10pt;
}

a img {
	border: none;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
}
#header {
	background-image: url(/images/header.jpg);
	height: 193px;
	width: 100%;
}
#nav {
	margin: 0;
	padding: 138px 0 0 20px;
	width: 100%;
	color: #fff;
}
#header ul, #header h3 {
	list-style: none;
	font-size: 15pt;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	padding: 0 8px 0 8px;
	margin-right: 16px;
}
#header li {
	border: solid 3px #ffffcc;
	background-color: #676a1d;
}
#header li.currentpage {
	border: solid 3px #fff;
	background-color: #000;
}
#header a {
	text-decoration: none;
	color: #ffffcc;
}
#header a:hover {
	color: #FC0;
}
#content {
	padding: 0 19px 0 20px;
	width: 921px;
	float: left;
}
#banner {
	background-image:url(/images/home-banner.jpg);
	height: 382px;
	width: 100%;
}
.tile {
	float: left;
	color: #ffffcc;
	text-align: center;
}
.tile p {
	font-size: 11pt;
	padding: 0 30px;
	margin: 0 0 12px 0;
}
#tile-1 {
	width: 302px;
}
#tile-2 {
	width: 314px;
}
#tile-3 {
	width: 303px;
}
.separator {
	float: left;
	background-image:url(/images/home-delimiter.jpg);
	height: 387px;
	width: 1px;
}
#footer {
	margin-top: 24px;
	padding: 0 20px 0 20px;
	width: 920px;
	float: left;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
        height: 70px;
	text-align: left;
}
#footer li {
	float: left;
	padding: 0 0 12px 0;
        width: 200px;
        text-align: center;
}
#footer .tel {
	font-size: 16pt;
}
#footer #copyright {
	font-size: 8pt;
	margin-top: 12px;
	float: left;
	color: #fff;
	text-align: center;
	width: 100%;
}
#footer a {
	color:#FC0;
}
/* CONTENT PAGES */

#content-wrapper {
	background-color: #fff;
	float: left;
}
#leftcol, #rightcol {
	width: 428px;
	float: left;
	padding: 16px;
	margin: 0;
}
#trailer {
	background-color: #fff;
	background-image: url(/images/trailer.jpg);
	height: 183px;
	width: 920px;
	float: left;
}
h1 {
	color: #cc9933;
	margin: 0;
	font-weight: normal;
}
h2 {
        color: #cc9933;
        font-size: 14pt;
        margin:0;
        padding: 16px 0 0 0;
}
.tel {
        color: #900;
        font-size: 18pt;
        font-weight: normal;
        margin: -8px 0 0 0;
}
#footer .tel {
        color: #fff;
}

/* CSS BUTTONS */

.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	cursor: pointer;
}
.btn * {
	font-style: normal;
	background-image: url(/images/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
* html .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.btn.blue { background: #2ae; }
.btn.green { background: #00853e; }
.btn.pink { background: #e1a; }
.btn.red { background: #C60; }
.btn:hover { background-color: #900; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #00853e; }
* html .btn.pink { border-color: #e1a; }
* html .btn.red { border-color: #C60; }
* html .btn:hover { border-color: #900; }
/* End of 'vulcano' */

