/* HTML Reset */
@font-face {
	font-family: 'Calibri';
	src: url('calibri.eot');
	src: url('calibri.eot?#iefix') format('embedded-opentype'),
		url('calibri.woff') format('woff'),
		url('calibri.ttf') format('truetype'),
		url('calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/* vertical-align: baseline; */
	font-family: inherit;
}
/* focus style */
:focus {
	outline: 0;
}
body {
	background: #FFF;
	font-family: 'Calibri', 'Arial', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	border:0px;
	/*border-top:3px solid #a11031;*/
}
/* Hyperlinks */
a {
	color: #AB1638;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* Paragraph and Headings */
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	font-size: 35px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #a91537;
	line-height: 100%;
}
h2 {
	font-size: 16px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #888888;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h3 {
	font-size: 17px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #AE183B;
	margin: 0px 0px 8px;
	line-height: 100%;
}
h4 {
	font-size: 14px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h5 {
	font-size: 12px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #222222;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h6 {
	font-size: 12px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
/* ul and ol content styling */
#content ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
#content ul li {
	margin-bottom: 3px;
}
#content ul ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
#content ol li {
	margin: 0px 0px 3px 0px;
}
#content ol ol{
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
/* Contact Form */
input, textarea, select {
	margin: 0px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 198px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	font-size: 12px;
}
label {
	color: #000000;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
}
input.submitbutton {
	cursor:pointer;
	width: 250px;
	background: #404040;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Calibri', 'arial', helvetica, sans-serif;
	border: 0px;
}
input.submitbutton:hover {
	background: #000000;
	color: #ffffff;
}
.contact-form {
	width: 350px;
	line-height: 100%;
	display: inline-block;
}
.required {
	color: #ff0000;
	font-size: 12px;
}
.form-element {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.form-element:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.form-element label {
	float: left;
	margin: 12px 0px 0px 0px;
}
.form-element input {
	float: right;
}
.form-element textarea {
	width: 328px;
	line-height: 150%;
}
.form-element input.submitbutton {
	width: 350px;
}
/* Tables 
table {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 0px;
	border-right: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 5px;
	background: #009FE3;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #1879c6;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}*/
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em 'Calibri', Arial;
	line-height:1.5em;
	margin:10px 0px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
/* Website Structure */
/* Header */
#header {
	width:930px;
	margin: 0px auto;
	padding: 0px;
	background:url(/files/banner.jpg);
  border-top:3px solid #a11031;
}
#banner {
	margin: 0px;
	text-align: left;
}
#banner img {
	height: 160px;
	width: 400px;
	text-align: left;
}
#banner a {
	display: inline-block;
}
#header .contact_head {
 float:right;
 position:relative;
 top:10px;
 right:260px;
 font-size:22px;
 text-align:right;
}
#header .contact_head a {
 color:#fff;
}
#header .contact_head a:hover {
 color:#000;
}
#header .phone-icon {
	position: absolute;
	top: 15px;
	right: 530px;
}
#header .contact_phone {
	color: #ffffff;
	position: absolute;
	top: 14px;
	right: 395px;
	font-size: 18px;
	font-family: 'Arial'
}

/* Navigation Bar*/
#navbar-container {
	background: none;
	width: 100%;
}
/* Level 1 */
#nav {
	background: transparent;
	line-height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 930px;
	z-index: 99;
	display: inline-block;
	background-image:url(/files/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	-webkit-border-radius: 9px 9px 0px 0px;
	border-radius: 9px 9px 0px 0px;
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*margin: 10px 0;*/
	padding: 0px;
	position: relative;
	z-index: 99;
	border:0px;
	border-right:1px solid #FFF;
}
#nav li:last-child {
	border:0px;
}
/* Top Level Link Styling */
#nav li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 11px 20px;
	font-size: 16px;
	line-height: 100%;
}
#nav li a:hover, #nav li a:active, #nav li.current a, #nav li:hover > a {
	background: transparent;
	color: #eee;
}
/* Level 2 */
#nav li:hover > ul {
	display: block;
}
#nav ul {
	background: #ffffff;
	display: none;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	width: 185px;
	z-index: 99;
}
#nav ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
/* Second Level Link Styling and Onwards */
#nav li > ul li a {
	background: none;
	color: #333;
	font-weight: normal;
	padding: 9px 9px 9px 9px;
	font-size: 14px;
	line-height: 100%;
  border-bottom:1px dashed #BF234A;
}
#nav li > ul li a:hover {
	background: #BF234A !important;
	color: #FFFFFF !important;
}
/* Level 3 */
#nav ul ul {
	left: 181px;
	top: 0px;
	z-index: 99;
}
/* Miscellaneous */
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/* Body */
#content {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}
/* Slider */
#slider-wrapper {
	background: none;
	width: 930px;
	height: 100%;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#slider {
	position:relative;
	margin: 0px 0px 0px 0px;
	background:url(/images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom: 10px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* Page Headings */
#business_name {
	padding: 30px 0px 30px 0px;
	background: transparent;
	width: auto;
}
/* Home Left */
#home_left {
	width: 600px;
	float: left;
	padding: 0px 10px 20px 10px;
	background: none;
	margin: 0px;
}
#home_left h2 {
	color:#ab1638;
	font-size:25px;
}
/* Home Right */
#home_right {
	width: 280px;
	padding: 1px;
	background: none;
	margin: 20px 0px 20px 20px;
	float: right;
	border:1px solid #ab1638;
}
#home_right li {
	list-style:url(/files/right-arrow.png);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 0 0 30px;
	padding:0 0 0 10px;
}
#home_right h2 {
	background-image:url(/files/right-head-img.jpg);
	background-repeat:no-repeat;
	background-position:12px 3px;
	background-color:#ab1638;
	font-size:22px;
	color:#FFF;
	padding:15px 0px 15px 50px;
}
/* Contact Left */
#contact_left {
	width: 930px;
	float: left;
	padding: 0px;
	background: none;
	margin: 0px;
}
/* Contact Right */
#contact_right {
	width: 930px;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 0px;
	float: right;
	display:none;
}
/* Main Pages */
#page {
	width: 930px;
	padding: 0px;
	background: none;
	margin: 0px;
}
#page h2 {
	color:#ab1638;
	font-size:25px;
}
#page .expand {
  min-width:45%;
  padding-bottom: 10px;
}
#page .expand tr td h2 {
  background:url("/files/arrow.png") no-repeat scroll 9px 10px #AE183B;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 5px 5px 5px 26px;
}

/* Photo Gallery */
#page_photogallery {
	width: 930px;
	padding: 0px;
	background: none;
	margin: 0px;
}
#gallery-container {
	width: 930px;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 0px 0px 0px 0px;
	min-height:100%;
}
/* Photo Gallery Thumbnails */
#thumbnail-all {
	margin: 0 auto;
	background: none;
	width: 160px;
	height: 100%;
}
#image-description {
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	background: #dddddd;
	color: #777777;
	width: 140px;
}
#image-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	background: #373737;
	text-align: center;
}
#image-title:hover {
	background: #000000;
}
#thumbnail {
	margin: 0px;
	text-align: center;
	color: #151515;
	width: 160px;
	height: 160px; /* needed if you force the width of the thumbnail */
	background: none;
	overflow: hidden;
}
#image-title a {
	color: #ffffff;
}
#image-title a:hover {
	color: #ffffff;
}
#thumbnail img {
	margin: auto;
	display:block;
	/*min-height: 160px;*/
	min-width: 160px; /*this will force the width of the thumbnail making it a square */
}
#thumbnail img:hover {
	margin: auto;
	display:block;
}
/* Breadcrumbs */
#breadcrumb {
	padding: 0px;
	background: none;
	margin: 0px 0px 10px 0px;
	color: #a91537;
	float:right;
}
#breadcrumb a {
	color: #a91537;
}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #a91537;
	text-decoration:underline;
}
/* Overview */

#page.overview ul > li{
	list-style: none;
}
/* Blog Page */
#blog_container {
	padding: 0px;
	background: #ffffff;
	margin-bottom: 30px;
}
#blog_title {
	padding: 10px;
	background: #bbbbbb;
}
#blog_body {
	padding: 10px 0px 0px 0px;
}
/* Footer*/
#footer-contain {
	width: 100%;
	background: none;
	display: inline-block;
}
#footer {
	margin: 0px auto;
	width: 890px;
	font-size: 10px;
	background: #111111;
	color: #fff;
	padding: 30px 20px;
	vertical-align: top;
	display:none;
}
#footer-mywork {
	margin: 0px auto;
	width: 930px;
	font-size: 10px;
	line-height: 10px;
	background: #222222;
	color: #ffffff;
	padding: 10px 0px;
    text-align: center;
	display:none;
}
/* Footer Links */
#footer a {
	color: #ffffff;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer-mywork a {
	color: #ffffff;
}
#footer-mywork a:hover, #footer-mywork a:active {
	text-decoration: underline;
}
/* Footer Sitemap*/
#footer h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #BBBBBB;
	line-height: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#footer ul {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	display: inline-block;
	width: 125px;
	text-align: left;
	list-style: none;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 100%;
}
#footer ul.footer-home {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	display: block;
	float: left;
	width: 50px;
	text-align: left;
}
#footer ul.footer-home li {
	width: 50px;
}
#footer ul:last-child {
	border: 0px;
}
#footer ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 125px;
	text-align: left;
	font-weight: bold;	
}
#footer ul li ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li ul li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	width: 80px;
	font-weight: bold;
}
#footer ul li ul li ul {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
#footer ul li ul li ul li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	width: 80px;
	font-weight: normal;
}
#footer ul li.footer-lvl2 {
	font-weight: normal;
}
/* Float Properties*/
.clearfloat:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
}
*+html .clearfloat {
	height: 1%;
}
.mw-contact-head {text-align:center;color:#FFF;font-size:25px;padding:10px;background-color:#ab1638;}
.mw-contact-content {padding:10px;border:1px solid #ab1638;}
.mw-contact-content a {color:#ab1638;}
.mw-warning h2 {color:#871506;font-size:30px;text-align:center;padding:10px 0;border:0px;border-bottom:1px dashed #871506;}
.mw-warning {font-size:13px;color:#333333;text-align:center;border:3px solid #9e0e2f;padding:20px;margin:20px;width:auto;clear:both;line-height:110%;	}
.mw-warning_add {font-size:14px;color:#333333;text-align:center;width:auto;clear:both;line-height:110%;}
.mw-footer {font-size:11px; color:#FFF;background-color:#ab1638;text-align:center;width:100%;line-height:120%;padding:20px 0;}
.mw-footer a {color:#FFF;}
.mw-footer-link {width:820px;margin:0 auto 10px auto;}
.mw-footer-link li {width:auto;display:inline-block;margin:0;padding:5px 10px;list-style:none;}
