/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00457E;
}
body {
	background-color: #FFFFFF;
	background-image: url(../_img/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

a
{
	text-decoration: none;
	font-weight: bold;	
	color: #00457E;
}

h1
{
	color: #00457E;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2
{
	color: #00457E;
	font-size: 18px;
	font-weight: normal;	
}

h2 a
{
	font-weight: normal;
}

#contentWrapper
{
	margin: 0px auto;
	width: 960px;
	min-height: 650px;
	height: 650px;
	background-color: #FFFFFF;
}

#header
{
	background-image: url(../_img/nardia_plumbing.jpg);
	width: 960px;
	height: 150px;
}

#menu
{
	float: left;
	padding-top: 120px;	
	margin-left: 10px;
	list-style: none; 		
	height: 30px;
	width: 500px;
}

#menu li
{
	float: left;
	display: block;
}

#menu li a
{
	display: block;
	height: 30px;
	text-indent: -999em;
}

#menu li.home a
{
	background: url(../_img/button_home.jpg) 0 0 no-repeat;
	width: 70px;
}

#menu li.about a
{
	background: url(../_img/button_about.jpg) 0 0 no-repeat;
	width: 87px;
}

#menu li.divisions a
{
	background: url(../_img/button_divisions.jpg) 0 0 no-repeat;
	width: 84px;
}

#menu li.projects a
{
	background: url(../_img/button_projects.jpg) 0 0 no-repeat;
	width: 113px;
}

#menu li.contact a
{
	background: url(../_img/button_contact.jpg) 0 0 no-repeat;
	width: 96px;
}

#menu li a:hover
{
	background-position: bottom left;
}

#home_section #menu li.home a	{background-position: bottom left;}
#about_section #menu li.about a	{background-position: bottom left;}
#division_section #menu li.divisions a	{background-position: bottom left;}
#project_section #menu li.projects a	{background-position: bottom left;}
#contact_section #menu li.contact a	{background-position: bottom left;}

#divisionsMenu
{
	float: right;
	padding-top: 116px;	
	margin-right: 10px;
	list-style: none; 	
	height: 34px;
	width: 260px;
}

#divisionsMenu li
{
	float: right;
	display: block;
}

#divisionsMenu li a
{
	display: block;
	height: 34px;
	width: 83px;
	text-indent: -999em;
}

#divisionsMenu li.construction a { 	background: url(../_img/button_construction.jpg) 0 0 no-repeat;	}
#divisionsMenu li.construction a.selected { background-position: bottom left; }

#divisionsMenu li.maintenance a { background: url(../_img/button_maintenance.jpg) 0 0 no-repeat; }
#divisionsMenu li.maintenance a.selected { background-position: bottom left; }

#divisionsMenu li.shopfitting a { background: url(../_img/button_shopfitting.jpg) 0 0 no-repeat; }
#divisionsMenu li.shopfitting a.selected { background-position: bottom left; }

#divisionsMenu li a:hover
{
	background-position: bottom left;
}


#content
{
	padding: 10px;
}

#sideMenu 
{
	width: 125px;
	margin: 0px 10px 0px 0px;
	float:left;
	background-color: #03B4DD;
	
}

#sideMenu div.sideMenuContent
{
	padding: 60px 10px 10px 10px;
	color: #FFFFFF;
	/* minimum height required to balance the homepage panels */
	min-height: 285px;
	height: auto;
}

#sideMenu ul
{
	list-style: none;
}

#sideMenu li
{
	padding-bottom: 5px;
}

ul#downloadList
{
	list-style: none;
}

#contactPanel
{
	width: 610px;
	float:left;
	margin: 0px 0px 0px 0px;
	background-color: #03B4DD;
}

#centerPanel
{
	width: 420px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-color: #03B4DD;
}

#leftPanel
{
	width: 380px;
	margin: 0px 10px 0px 0px;
	float:left;
}

#rightPanel
{	
	float:left;
	width: 550px;
	background-color: #03B4DD;
}

/* Content within the panel */
.panelContent
{
	color: #FFFFFF;
	padding: 20px;	
	/* minimum height required to balance the homepage panels */
	min-height: 315px;
	height: auto;
}

.panelContent p
{
	line-height: 20px;
	padding: 5px 0px 5px 0px;
}

.panelContent table
{
}

.panelContent tr
{
}

.panelContent td
{
    padding: 10px;
}

.panelContent lu
{
}

.panelContent li
{
    margin-left: 15px;
    margin-bottom: 5px;
	line-height: 20px;
}

#footer
{
	clear: both;
	padding: 10px;
	padding-left: 20px;
}

#footerMenu, #footerMenu a
{
	color: #00457E;
	font-weight: normal;
}

#footerCopyright ,#footerCopyright a
{
	color: #999999;
	font-weight: normal;
}

.panelCornerTopLeft
{
	float: left;
	background-image: url(../_img/corner_top_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	
}

.panelCornerTopRight
{
	float: right;
	background-image: url(../_img/corner_top_right.gif);
	background-repeat: no-repeat;	
	height: 5px;
	width: 5px;
}

.panelCornerBottomLeft
{
	clear: both;
	float: left;
	background-image: url(../_img/corner_bottom_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	
}

.panelCornerBottomRight
{
	float: right;
	background-image: url(../_img/corner_bottom_right.gif);
	background-repeat: no-repeat;	
	height: 5px;
	width: 5px;
}


form.contactForm
{
	padding-top: 20px;
}

form.contactForm .left
{
	clear:both;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	width: 70px;
	height: 25px;
	
}

form.contactForm .right
{
	float: left;
	width: 400px;
	margin:0px;
}

form.contactForm label
{
	display:block;
}

form.contactForm input,
form.contactForm textarea,
form.contactForm select
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 11px;
	width: 250px;	
	margin:0px;
	border: 1px solid white;
	padding: 2px;
}

form.contactForm select
{
	width: 100px;
}

form.contactForm input.short
{
	width: 175px;
}

form.contactForm input.button
{
	width:auto;
	height:auto;
	background:none;
	padding: 5px 0px;
	margin:0px;
}

form.contactForm textarea
{
	height:100px;
	width: 400px;
	overflow:auto;
}

form.contactForm div.buttons
{
	clear:both;
	float:right;
	text-align:right;	
}

.requiredstar, .required
{
	color: #00457E;
	margin-left: 5px;	
}

.required
{
	padding: 5px 0px;
	float: left;
}
.validation
{
	font-weight:bold;	
}

div#imageList
{
    margin-left: 10px;
	float:left;
}

div#imageFillerTop
{
    margin-top: 330px;
	float:right;

    width: 320px;
    background-image:url(../_img/TopFiller.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #D3EEF5;
}

div#imageFillerBottom
{
    width: 320px;
    height: 30px;
    background-image:url(../_img/BottomFiller.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}


.SideImage
{
	position:absolute;
}


div.page-list-item
{
	display:block;
	width:100%;
	margin:10px 0px 10px 0px;
	clear:both;
}

div.page-list-item img  
{
	float:left;
	display:inline;
	margin-right: 10px;	
}

div.page-list-item div.page-list-content { display:inline; }

#division-images img
{
	border: none;
	margin-top:10px;
	margin-right:10px;
}