@charset "utf-8";
/* MDI CSS Document */
body {
	background: url(/images/gray-white-ptn-bg.jpg) repeat-x;
	font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	border-left:thick #cc0000 solid;
	padding-left: .2em;	
}
img a {
	border: 0;	
	padding: 0;
	margin:0;
}
a {
	color:#00f;
	font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color:#000;
	text-decoration: underline;
}
/* ------------------------------------ Main Menu Styles ------------------------------------ */
.menu-out {
	display: table;
	background: #000;
	width: 795px;
}
.menu {
	margin: 0;
/*	width: 100%;*/
	height: 2em;
	text-align: right;
	vertical-align: bottom;
	color: #fff;
	display: table-row;
/*	width: 795px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
}
.menu ul {
	margin:0;
	padding:0;
}

.menu li
{
	display: inline;
	list-style-type: none;
	margin: .5em;
}
.menu li a
{
	text-align: center;
	padding: .1em;
	background: #000;
/*	font: bold medium "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	font-weight: bold;
/*	font-size: 110%;*/
}
.menu a:link
{
	background: #000;
	border: .1em solid #000;
	color: #fff;
	text-decoration:none;
}
.menu a:visited
{
	background: #000;
	border: .1em solid #000;
	color: #fff;
	text-decoration:none;
}
.menu a:hover
{
	background: #fff;
 	border: .1em solid #fff;
	color: #CC0000;
	text-decoration:none;
}
/* -------------------------------------JS Menu --------------------------------------------*/
#sddm
{	margin: 0;
	padding: 0;
/*	z-index: -1*/;
	height: 150px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
/*	font: bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	}

#sddm li a
{	display: block;
	margin: 0 .1em 0 0;
	padding: .2em .5em;
/*	width: 60px;
	background: #;*/
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
/*	font: normal 100% "Trebuchet MS", Arial, Helvetica, san-serif;*/
	}

#sddm li a:hover
{	background: #cc0000;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ccc;
	border: 1px solid #ccc;
	}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: .2em .2em;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ccc;
	color: #cc0000;
/*	font: bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 95%;
	}

#sddm div a:hover
{	background: #cc0000;
	color: #FFF;}

/* ------------------------------------- Perfect Column Liquid Layout http://matthewjamestaylor.com/blog/perfect-3-column.htm  ------------------------------------- */
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	width: 100%;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#ccc;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#ccc;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:23%;			/* Width of left column content (column width minus padding on either side) */
	left:30.5%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

}
.threecol .col3 {
	width:23%;			/* Width of right column content (column width minus padding on either side) */
	left:82%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#ccc;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:23%;			/* right column content width (right column width minus left and right padding) */
	left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.rightmenu .col2 p {
	text-align: left;
	border:0;
}
.col2 ul {				/* right column submenu (products & services) */
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
.col2 li {				/* right column submenu (products & services) */
	padding: .5em;
	border-bottom: .1em solid #999;
}
.col2 li a {			/* right column submenu links (products & services) */
	font-weight: bold;	
	font-size: 100%;
}
.col2title {			/* right column submenu title (products & services) */
	font-size: 120%; 
	font-weight: bold;	
	margin: .5em 0 0 0;
	padding: 0;
	color: #333;
}
/* ------------------------------------- Flash & Images ------------------------------------- */
#homepg {
	text-align: center;
	width: 795px;
	background: #fff;
}

.picture {
	border-bottom: .8em solid #CC0000;
	text-align: center;
	background: #000;
}

/*---------------------------------------------- contact us ---------------------------------------------- */

.phnum-lg {					/* contact us large phone number format */
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	font-size: x-large;
	margin: 0;
	padding: 0;
}
.phnum-md {					/* contact us medium phone number format */
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	font-size: large;
	margin: 0;
	padding: 0;
}
.contactmap {
	float: right;
}
.contactmap a img {
	text-decoration: none;	
}
/*---------------------------------------------- footer ---------------------------------------------- */
#footer {
	background:#000;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	clear:both;
}
#footer p {
	margin: 0;
	padding: .2em;
	text-align: center;	
}
.copyright {

	margin: 0;
	font-size: 90%;
}
.footlinks {
	text-align: center;	
	margin: 0;
	padding: .5em;
	font-size: 90%;	
}
/*---------------------------------------------- other ---------------------------------------------- */
#logo {
	z-index: 1;	
	position:absolute;	
	top:0px;
	left: 25px;	

}
#container {
	position: relative;		
	width: 795px;
	margin: auto;
	border: 1px solid black;
}
.bold {										/* faq page format for titles */
	font-weight: bold;	
	border-bottom: .1em solid #999;
	padding: .3em;
}
.center {
	text-align: center;
}
.promo-grid li {
	list-style-type: none;
	float: left;
	border: .1em solid #ccc;
	width: 110px;
	padding: .2em;
	text-align: center;
}
.promo-grid .phnum-md {
	list-style-type: none;
	float: left;
	border: 0;
	width: 100%;
	padding: 2px;
}
/*---------------------------------------------- quote form ---------------------------------------------- */
.required {
	font-weight: bold;
/*	color: #cc0000;*/
}
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 10px 0;
	width: 250px;
	line-height: 120%;
}
input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}
input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}
span.required{
	font-size: 13px !important;
	color: red !important;
}
.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}
