﻿body
{
    font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	color: #515756;
	font-size: 12px;
}

a img 
{
	border: none;
}

h1
{
    color: #2C79B3;
    font-size:200%;
    margin-top:0;
    font-weight:normal;
}

#pageContainer
{
    padding: 0 0 40px;
    width:950px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

#headerArea
{
    width:100%;
    height:47px;
    float:left;
}

#logo
{
    width:500px;
    float:left;
}

#contact
{
    float:right;
    width:237px;
}

#navigationArea
{
    width:100%;
	background: url(Images/shadow.gif) repeat-x bottom;
	height: 37px;
	margin-top:10px;
	float:left;
}

#navigation
{
	background: url(Images/grad2.gif) repeat-x top #2C79B3;
	height: 32px;   
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
    float: left;
    list-style-type:none;
	padding: 0;
	margin: 0;
	background: none;
	border-right: 1px solid #75AAD2;
}

#navigation ul li a
{
	display: block;
	float: left;
	text-decoration: none;
	line-height: 32px;
	padding: 0 20px;
	color: #C3DBED;
	font-size: 100%;
	font-weight: bold;
	border-right: 1px solid #2B6484;
}

#navigation ul li a:hover
{
	color: #FFFFFF;
	background: url(http://localhost:63272/Mph_Windows/Images/grad2-1.gif) repeat-x top #2B6484;
}

a.current
{
	color: #FFFFFF;
	background: url(Images/grad2-2.gif) repeat-x top #C10B0B; 
}

a.leftcurrent
{
    color: #2C79B3;
    font-weight:bold;
}

#contentArea
{
    width:100%;
    border: 1px solid #E7E8E6;
    float:left;
    margin-top:30px;
}

#leftColumn
{
    float:left;
    width:20%;
    border-right:1px solid #E7E8E6;
    border-left:1px solid #E7E8E6;
    overflow: hidden;
    padding-left:10px;
}

#leftColumn h3
{
	font-size: 100%;
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: url(Images/grad2.gif) repeat-x top #2C79B3;
	border-bottom: 1px solid #E7E8E6;
	color: #FFFFFF;
}

#leftColumn ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#leftColumn ul li
{
	margin: 0;
	padding:0;
}

#leftColumn ul li a
{
    font-size:92%;
    display:block;
    outline: none;
	padding: 6px 4px;
	color: #626A69;
	border-bottom: 1px solid #E7E8E6;
	text-decoration:none;
	background: url(Images/arrow.png) no-repeat 97% center;
}

#leftColumn ul li a:hover
{
	color: #2C79B3;
	background: url(Images/arrow2.png) no-repeat 97% center;
	text-decoration:underline;
}

#content
{
    width:75%;
    float:right;
    margin-right:15px;
    margin-top:15px;
}

#breadcrumbArea
{
    float:left;
    width:100%;
    overflow:hidden;
    border: 1px solid #E7E8E6;
}

#breadcrumbs
{
	padding: 5px 15px;
	color: #626A69;
	font-weight: bold;
	background: #F8F8F7;
	float:left;
	width:100%;
	font-size:92%;
}

#footerArea
{
    float:left;
    width:100%;
}

#footer
{
	color: #626A69;
	padding: 20px 0 0;
	text-align: center;
	font-size:92%;   
}

#copyright
{
    text-align:center;
    font-size:92%;
    
}

div.conHolder
{
    width:100%;
    float:left;
    margin-bottom:10px;
}

img.conLeft
{
    float:left;
    width:147px;
    height:161px;
    margin-right:5px;
}

img.window
{
    width:168px;
    height:198px;
    float:left;
}

#windowImageHolder
{
    width:100%;
    float:left;
}

input
{
    width:95%;
	color: #003366;
	background: #fff;
	border: 1px solid #666;
}

textarea 
{
    width:95%;
	color: #003366;
	background: #fff;
	border: 1px solid #666;
}

.button
{
        width:30%;
		color: #000;
		background: #fff;
		border: 2px outset #666;
}

td.submitTD
{
    text-align:right;
    padding-right:5%;
}

tr.contactTR
{
    vertical-align:top;
}
