/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #145871;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}


.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}





.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:31px;
	min-height:31px;
}


.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 30px;
	height: 30px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 15px, 15px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 15px, 15px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(15px, 15px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(15px, auto, auto, 15px);
}

.Sheet-tc, .Sheet-bc
{
	left: 15px;
	right: 15px;
	height: 30px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 15px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(15px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 15px;
	bottom: 15px;
	width: 30px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 15px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 15px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 20px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:900px;
}

/* end Box, Sheet */






/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 894px;
	height: 175px;
}

div.Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 894px;
	height: 175px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 894px;
	height: 175px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */





/* begin Logo */
.logo
{
	display : block;
	position: absolute;
	left: 50px;
	top: 30px;
	width: 874px;
}

h1.logo-name
{
	display: block;
	text-align: left;
         
}


h1.logo-phone1
{
	display: block;
	text-align: left;
        top: 40px;
        left: 50px;
}


h1.logo-phone2
{
	display: block;
	text-align: left;
        top: 50px;
        left: 50px;
}


h1.logo-name, h1.logo-phone1, h1.logo-phone2, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #000000 !important;
}

.logo-text
{
	display: block;
	text-align: center;
}

.logo-text, .logo-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #DCF1F9 !important;
}
/* end Logo */









/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
	padding: 0px 0px 0px 0px;
}

.nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 894px;
	clip: rect(auto, auto, auto, 894px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 75px;
	background-image: url('images/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:0px;
}

.artmenu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.artmenu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C9D2D4;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-25px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-25px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-25px;
}
.artmenu a:hover .t
{
	color: #EDF4F8;
}

.artmenu li:hover a .t
{
	color: #EDF4F8;
}

.artmenu li:hover>a .t
{
	color: #EDF4F8;
}


.artmenu a.active .l, .artmenu a.active .r
{
	top: -50px;
}

.artmenu a.active .t
{
	color: #CBEAF6;
}


/* end MenuItem */


/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #B8C4C6;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #4B5B5D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.artmenu ul ul a
{
	margin-left: auto;
}

.artmenu ul li a:hover
{
	color: #000000;
	border-color: #B8C4C6;
	background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
	color: #000000;
	border-color: #B8C4C6;
	background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */




/* begin home page */

.pagehome
{
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
        font-weight: bold;
	left: 100px;
	width: 700px;
        display : block;
        position: relative;
}

.pagehome .quote 
{
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: italic;
        font-weight: bold;
	left: 115px;
	width: 600px;
        display : block;
        position: relative;
}

.location
{
        left: 48px;
        width 800px; 
        position: relative;
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: italic;
        font-weight: bold;
        display : block;
} 

.location_text
{
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
        font-weight: bold;
	left: 50px;
	width: 700px;
        display : block;
        position: relative;
}


.contact
{
        left: 120px;
        width 680px; 
        position: relative;
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
        font-weight: bold;
        display : block;
} 



.contact_mid
{
        width 800px; 
        position: relative;
        color: #3F4956;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
        font-weight: bold;
        display : block;
	text-align: center;
} 


label
{
width: 75px;
font-weight: bold;
float: left;
font-style: italic;
text-align: right;
margin-right: 20px;
margin-left: 150px;
display: block
}


.submit input
{
width: 280px;
height: 40px;
margin-left: 322px;
font-size: 13px;
font-weight: bold;
color: #000000;
border: 2px outset #d7b9c9
}



.acknowledgement 
{
font-size: 24px;
font-weight: bold;
margin-left: 110px;
margin-right: 110px;
text-align: center;
line-height: 40px;
color: #3F4956;
}

.aboutus
{
color: #3F4956;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
left: 100px;
width: 700px;
display : block;
position: relative;
} 

.service
{
color: #3F4956;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
left: 100px;
width: 700px;
display : block;
position: relative;
} 

.insurance
{
color: #3F4956;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: italic;
font-weight: bold;
left: 100px;
width: 700px;
display : block;
position: relative;
}

.links
{
color: #B00202;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 30px;
font-style: normal;
font-weight: bold;
left: 150px;
width:650px;
display : block;
position: relative;
} 


.prod_allproducts
{
color: #3F4956;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
left: 100px;
width: 700px;
display : block;
position: relative;
} 

.italic
{
font-style: italic;
font-size:23px;
color: #B00202;
text-align: center;
}


.wecare
{
font-size: 36px;
font-weight: bold;
font-style: italic;
margin-left: 110px;
margin-right: 110px;
text-align: center;
line-height: 40px;
color: #B00202;
}


.underconstruction
{
font-size: 36px;
font-weight: bold;
font-style: italic;
margin-left: 110px;
margin-right: 110px;
text-align: center;
line-height: 40px;
color: #B00202;
}
