/* Start of CMSMS style sheet 'Default' */
/*--------------------------------------------------------/
** RESET
**
/*-------------------------------------------------------*/
html {
	font-size:100%;
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-size:62.5%;
	height:100%;
	margin:0;
	padding:0;
}
 {
	margin:0;
	padding:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
a {
	outline:none;
}
/*--------------------------------------------------------/
** TYPOGRAPHY
**
/*-------------------------------------------------------*/
h1 {
	color:#b52025;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:60px;
	padding:0 20px;
	margin:0;
}
h2 {
	color:#b52025;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	padding:5px 0;
	margin:0 0 5px 0;
}
p {
	margin:5px 0;
	padding:5px 0;
}
/*--------------------------------------------------------/
** LINKS
**
/*-------------------------------------------------------*/
a, a:visited {
	color:#b52025;
	text-decoration:none;
}
a:hover {
	color:#b52025;
	text-decoration:underline;
}
/*--------------------------------------------------------/
** GENERAL
** 
/*-------------------------------------------------------*/
hr {
	background:#ccc;
	border:none;
	clear:both;
	color:#ccc;
	height:1px;
	margin:15px 0;
}
.cl {
	clear:both;
	width:100%;
}
/*--------------------------------------------------------/
** TABLES
**
/*-------------------------------------------------------*/
table {
	border-collapse:collapse;
}
tr {
}
td {
}
/*--------------------------------------------------------/
** FORMS
**
/*-------------------------------------------------------*/
form {
    clear:both;
	font-size:12px;
	margin:0 0 10px 0;
    padding:0;
}
form div {
	margin:0;
}
form div div {
    margin:0 0 20px 0;
}
form div div div {
    margin:0 0 5px 0;
}
fieldset {
	margin:0 0 20px 0;
	padding:10px 0 0 0;
}
fieldset div {
    padding:0 10px;
}
fieldset div div {
    margin:0;
	padding:0;
}
fieldset div div div {
    margin:0 0 5px 0;
}
label {
    display:inline-block;
	margin:0 10px 0 0;
	padding:0 0 5px 0;
}
legend {
	color:#555;
    margin:0 10px;
	padding:0 5px;
	width:auto;
}
textarea {
	background:#f5f5f5;
	border:1px solid #b5bcc1;
	clear:both;
	color:#666;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    padding:5px;
}
select,
menu {
	background:#f5f5f5;
	border:1px solid #b5bcc1;
	clear:both;
	color:#666;
	display:block;
	padding:5px;
}
input[type="text"],
input[type="password"] {
	background:#f5f5f5;
	border:1px solid #b5bcc1;
	clear:both;
	color:#666;
	display:block;
	padding:5px;
}
input.input-text,
input.input-password {/*classes added by jquery*/
	background:#f5f5f5;
	border:1px solid #b5bcc1;
	clear:both;
	color:#666;
	display:block;
	padding:5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	background:#fff !important;
	border:1px solid #841213 !important;
}
input.highlight,
textarea.highlight,
select.highlight {/*classes added by jquery*/
	background:#fff !important;
	border:1px solid #841213 !important;
}
input[type="checkbox"],
input[type="radio"] {
	background:none;
	border:none;
	display:inline-block;
	margin:0 0 2px 0;
	padding:0;
	vertical-align:middle;
}
.submit {
    clear:both;
	cursor:pointer;
	margin:15px 0 0 0;
}
input[type="button"],
input[type="submit"] {
	border:1px solid #070606;
	color:#fff;
	cursor:pointer;
	padding:5px;
	background:#070606; /* Old browsers */
	background:-moz-linear-gradient(top,  #262525 0%, #070606 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#262525), color-stop(100%,#070606)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #262525 0%,#070606 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #262525 0%,#070606 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #262525 0%,#070606 100%); /* IE10+ */
	background:linear-gradient(top,  #262525 0%,#070606 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262525', endColorstr='#070606',GradientType=0 ); /* IE6-9 */
}
input.input-button,
input.input-submit {/*classes added by jquery*/
	border:1px solid #070606;
	color:#fff;
	cursor:pointer;
	padding:5px;
	background:#070606; /* Old browsers */
	background:-moz-linear-gradient(top,  #262525 0%, #070606 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#262525), color-stop(100%,#070606)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #262525 0%,#070606 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #262525 0%,#070606 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #262525 0%,#070606 100%); /* IE10+ */
	background:linear-gradient(top,  #262525 0%,#070606 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262525', endColorstr='#070606',GradientType=0 ); /* IE6-9 */
}
input[type="button"]:hover,
input[type="submit"]:hover {
	border:1px solid #841213;
	background:#841213; /* Old browsers */
	background:-moz-linear-gradient(top,  #b21f24 0%, #841213 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21f24), color-stop(100%,#841213)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #b21f24 0%,#841213 100%); /* IE10+ */
	background:linear-gradient(top,  #b21f24 0%,#841213 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f24', endColorstr='#841213',GradientType=0 ); /* IE6-9 */
}
input.input-hover {
	border:1px solid #841213;
	background:#841213; /* Old browsers */
	background:-moz-linear-gradient(top,  #b21f24 0%, #841213 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21f24), color-stop(100%,#841213)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #b21f24 0%,#841213 100%); /* IE10+ */
	background:linear-gradient(top,  #b21f24 0%,#841213 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f24', endColorstr='#841213',GradientType=0 ); /* IE6-9 */
}
.formbuilderform .message {
	padding:0 0 10px 0;
}
.error-message {
	color:#cc0000;
	margin:0 0 40px 0;
}
.error-message ul {
	margin:0;
	padding:0 0 0 15px;
}
.error-highlight {
	color:#cc0000;
	font-size:10px;
}
/*--------------------------------------------------------/
** SITE
**
/*-------------------------------------------------------*/
body {
	background:url(templates/default/images/body-bg.png) 0 0 repeat-x #fff;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
}
#outer-wrapper {
	clear:both;
    height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:100%;
}
#inner-wrapper {
    clear:both;
	margin:0 auto;
	padding:40px 0 170px 0;
	width:980px;
}
/*--------------------------------------------------------/
** HEADER
**
/*-------------------------------------------------------*/
#header {
	background:url(templates/default/images/nav.png) 0 0 repeat-x;
	clear:both;
	height:40px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:101;

}
.header-content {
	height:40px;
	margin:0 auto;
	position:relative;
	width:980px;
}
/*--------------------------------------------------------/
** HEADER
** Nav
/*-------------------------------------------------------*/
#nav {
	height:40px;
	padding:0 0 0 20px;
	left:0;
	position:absolute;
	top:0;
	width:740px;
}
#nav ul {
	border-right:1px solid #363636;
	border-left:1px solid #000;
	clear:both;
	float:left;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:auto;
	z-index:101;
}
#nav li {
	clear:right;
	float:left;
	height:40px;
	margin:0;
	padding:0;
	position:relative;
}
#nav ul li a,
#nav ul li a:visited {
	background:url(templates/default/images/nav.png) 0 0 repeat-x;
	border-right:1px solid #000;
	border-left:1px solid #363636;
	color:#ccc;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 20px;
	text-decoration:none;
}
#nav ul li a:hover {
	background:url(templates/default/images/nav.png) 0 -40px repeat-x;
	border-right:1px solid #222;
	border-left:1px solid #3e3d3d;
} 

#nav ul li:hover > a {/*seperated out for ie6*/
	background:url(templates/default/images/nav.png) 0 -40px repeat-x;
	border-right:1px solid #222;
	border-left:1px solid #3e3d3d;
} 
#nav ul li a.currentpage {
	background:url(templates/default/images/nav.png) 0 -80px repeat-x;
	border-right:1px solid #b21f24;
	border-left:1px solid #b21f24;
	color:#fff;
} 
/*--------------------------------------------------------/
** HEADER
** Nav | Second Tier
/*-------------------------------------------------------*/
#nav ul li ul { /* Hides second tier */
	display:none;
}
#nav ul li:hover ul,
#nav ul li.main-menu-hover-tier-one ul { /* Displays second tier when hovering first tier li */
	display:block;
}
#nav ul li ul {
	background:#ebebeb;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;

	height:auto;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:40px;
}
#nav ul li ul li {
	border-bottom:1px solid #ccc;
	clear:both;
	float:left;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}
#nav ul li ul li a,
#nav ul li ul li a:visited {
	background:#ebebeb;
	border-right:none;
	border-left:none;
	color:#666;
	display:block;
	font-weight:normal;
	height:auto;
	line-height:normal;
	min-width:10px; /*ie7*/
	padding:8px 20px;
	white-space:nowrap;
}
#nav ul li ul li a:hover,
#nav ul li ul li a.currentpage {
	background:#f5f5f5;
	border-right:none;
	border-left:none;
	color:#b52025;
} 
#nav ul li ul li:hover > a {/*seperated out for ie6*/
	background:#f5f5f5;
	border-right:none;
	border-left:none;
	color:#b52025;
} 
/*--------------------------------------------------------/
** HEADER
** Nav | Third Tier
/*-------------------------------------------------------*/
#nav ul li ul li ul { /* Hides third tier */
	display:none;
}
#nav ul li:hover ul li ul,
#nav ul li.main-menu-hover-tier-one ul li ul { /* Hides third tier when hovering first tier li */
	display:none;
}
#nav ul li ul li:hover ul,
#nav ul li ul li.main-menu-hover-tier-two ul { /* Displays third tier when hovering second tier li */
	display:block;
}
#nav ul li ul li ul {
	left:100%;
	top:0;
}
/*--------------------------------------------------------/
** HEADER
** Search
/*-------------------------------------------------------*/
#search-wrapper {
	height:23px;
	position:absolute;
	right:0;
	top:7px;
	width:220px;
}
#search-wrapper label {
	display:none;
}
#search-wrapper input.search-input {
	border:1px solid #ccc;
	color:#777;
	height:21px;
	left:0;
	line-height:21px;
	margin:0;
	padding:0 0 0 5px;
	position:absolute;
	top:0;
	width:154px;
}
#search-wrapper input.search-button {
	color:#fff;
	cursor:pointer;
	font-size:11px;
	height:23px;
	margin:0;
	padding:0 !important;
	position:absolute;
	right:0;
	top:0;
	width:60px;
}
#search-wrapper input[type="button"],
#search-wrapper input[type="submit"] {
	border:1px solid #ccc;
	color:#555;
	cursor:pointer;
	padding:5px;
	background:#ccc; /* Old browsers */
	background:-moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background:linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#search-wrapper input.input-button,
#search-wrapper input.input-submit {/*classes added by jquery*/
	border:1px solid #ccc;
	color:#555;
	cursor:pointer;
	padding:5px;
	background:#ccc; /* Old browsers */
	background:-moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background:linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#search-wrapper input[type="button"]:hover,
#search-wrapper input[type="submit"]:hover {
	border:1px solid #841213;
	color:#fff;
	background:#841213; /* Old browsers */
	background:-moz-linear-gradient(top,  #b21f24 0%, #841213 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21f24), color-stop(100%,#841213)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #b21f24 0%,#841213 100%); /* IE10+ */
	background:linear-gradient(top,  #b21f24 0%,#841213 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f24', endColorstr='#841213',GradientType=0 ); /* IE6-9 */
}
#search-wrapper input.input-hover {
	border:1px solid #841213;
	color:#fff;
	background:#841213; /* Old browsers */
	background:-moz-linear-gradient(top,  #b21f24 0%, #841213 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21f24), color-stop(100%,#841213)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #b21f24 0%,#841213 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #b21f24 0%,#841213 100%); /* IE10+ */
	background:linear-gradient(top,  #b21f24 0%,#841213 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21f24', endColorstr='#841213',GradientType=0 ); /* IE6-9 */
}
/*--------------------------------------------------------/
** CONTENT
**
/*-------------------------------------------------------*/
#content {
	clear:both;
	width:980px;
}
/*--------------------------------------------------------/
** SIDEBAR
**
/*-------------------------------------------------------*/
#sidebar {
	float:left;
	padding:460px 20px 20px 20px;
	position:relative;
	width:200px;
}
#logo {
	height:136px;
	left:20px;
	position:absolute;
	top:24px;
	width:200px;
}
#logo a,
#logo a:visited {
	background:url(templates/default/images/logo.png) 0 0 no-repeat;
	display:block;
	height:136px;
	text-indent:-99999px;
	width:200px;
}
#contact-details {
	border-top:2px solid #fff;
	color:#fff;
	padding:10px 0 0 0;
	position:absolute;
	top:182px;
	width:200px;
}
#contact-details a,
#contact-details a:hover {
	color:#fff;
}
.sidebar-content {
	clear:both;
}
/*--------------------------------------------------------/
** MAIN CONTENT
**
/*-------------------------------------------------------*/
#main-content {
	float:right;
	padding:20px 0 0 0;
	width:740px;
}
#feature-image {
	background:#fff;
	clear:both;
	margin:0 0 20px 0;
	height:300px;
	position:relative;
	width:740px;
	-moz-box-shadow:0 2px 5px #111;
	-webkit-box-shadow:0 2px 5px #111;
	box-shadow:0 2px 5px #111;
}
#page-content {
	background:url(templates/default/images/page-content-bg.png) 0 60px repeat-x #fff;
	min-height:380px;
	position:relative;
	padding:90px 20px 70px 20px;
	width:700px;
	-moz-box-shadow:0 2px 5px #111;
	-webkit-box-shadow:0 2px 5px #111;
	box-shadow:0 2px 5px #111;
}
.page-title {
	background:url(templates/default/images/page-title-bg.gif) 0 0 repeat-x;
	height:60px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:740px;
}
.page-cover {
	background:url(templates/default/images/cover.png) 0 0 no-repeat;
	bottom:-10px;
	height:60px;
	left:-10px;
	position:absolute;
	width:760px;
	z-index:100;
}
/*--------------------------------------------------------/
** FOOTER
**
/*-------------------------------------------------------*/
#footer {
	background:url(templates/default/images/footer-bg.gif) 0 0 repeat-x;
	clear:both;
	font-size:11px;
	height:150px;
	margin:-150px 0 0 0;
	position:relative;
	z-index:100;
}
#footer-content {
	color:#ebebeb;
	height:80px;
	margin:0 auto;
	padding:70px 0 0 240px;
	position:relative;
	width:740px;
}
#footer a,
#footer a:visited {
	color:#ebebeb;
	text-decoration:none;
}
#footer a:hover {
	color:#ebebeb;
	text-decoration:underline;
}
#footer ul {
	float:left;
   	left:50%;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}
#footer ul li {
	border-right:1px solid #ebebeb;
	float:left;
	height:12px;
	line-height:12px;
	margin:0 0 0 5px;
	padding:0 5px 0 0;
	position:relative;
	right:50%;
}
#footer ul li.last {
	border-right:none;
	padding:0;
}
/*--------------------------------------------------------/
** HOME
**
/*-------------------------------------------------------*/
div.page-intro {
	margin:0 0 20px 0;
}
div#services {
	float:left;
	padding:20px;
	width:660px;
	background:#e1e1e1; /* Old browsers */
	background:-moz-linear-gradient(top,  #e1e1e1 0%, #ffffff 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* IE10+ */
	background:linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div#services h2 {
	background:url(templates/default/images/services-icon.png) 0 0 no-repeat;
	height:45px;
	line-height:45px;
	margin:0 0 5px 0;
	padding:0 0 0 53px;
}
div#services div.col1 {
	background:url(templates/default/images/vertical-line.png) 439px center no-repeat;
	float:left;
	min-height:219px;
	padding:0 30px 0 0;
	width:430px;
}
div#services div.col2 {
	float:right;
	padding:7px 0 0 0;
	width:200px;
}
.horizontal-line {
	background:url(templates/default/images/horizontal-line.png) center 0 no-repeat;
	clear:both;
	height:2px;
	margin:15px 0;
	width:430px;
}
div#services div.col2 img {
	margin:0 0 20px 0;
}
#page-content-home {
	background:url(templates/default/images/page-content-bg.png) 0 60px repeat-x #fff;
	min-height:200px;
	position:relative;
	padding:90px 20px 0px 20px;
	width:700px;
	-moz-box-shadow:0 2px 5px #111;
	-webkit-box-shadow:0 2px 5px #111;
	box-shadow:0 2px 5px #111;
}
/* End of 'Default' */

