* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #d7cfcd;
	color: #5e5d5c;
}

#container{
    position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	margin-top: 0px;
	width: 900px;
	background-color: #ffffff;
}


/*----------------------------------------------------------------------------------------------------GENERAL STYLES---------------*/

.error{
color: red;
font-size: 9px;
}



.contentHeader{
font-family: Bookman Old Style, Palatino, Georgia, serif;
font-size: 26px;
line-height: 36px;
color: #313130;
}

.contentSubHeader{
font-family: Bookman Old Style, Palatino, Georgia, serif;
font-size: 20px;
line-height: 25px;
color: #313130;
letter-spacing: -0.4px;
}

.contentPanelHeader{
font-family: Bookman Old Style, Palatino, Georgia, serif;
font-size: 16px;
line-height: 21px;
color: #313130;
letter-spacing: -0.4px;
}

.bulletedList{
font-weight: bold;
font-size: 10px;
line-height: 15px;
}

.bulletedList li{
margin-left: 12px;
padding-bottom: 10px;
}

.contactAddress{
font-size: 10px;
line-height: 15px;
}

ul{
	margin-left:15px;
	padding-left:15px;
}




/*----------------------------------------------------------------------------------------------------PAGE STYLES---------------*/
#containerContent{
width: 820px;
margin-left:37px;
margin-top: 32px;
}

#containerContent2{
width: 820px;
margin-left:55px;
margin-top: 32px;
}

#header{
width: 820px;
height: 150px;
}

#headerPhoto{
float: left;
width: 673px;
height: 130px;
padding-left: 130px;
margin-top: 12px;
}

#navigation{
float: left;
width: 165px;
margin-top: 45px;
}

#table_nav td{
padding-bottom: 4px;
}

#table_call{
margin-top: 50px;
}

#table_call td{
float: right;
padding-bottom: 20px;
}

#content{
float: right;
width: 585px;
margin-top: 20px;
}

#photoContent{
float: right;
width: 585px; 
margin-top: 12px;
margin-bottom: 12px;
}

#photoLeft{
float:left;
width; 286px;
}
#photoRight{
float:right;
width; 286px;
}


#left{
float: left;
width:385px;

}
 
#right{
float: right;
width:180px;
margin-top: 26px;
}


#footer{
float: left;
margin-top: 8px;
margin-bottom: 10px;
width: 820px;
}




/*----------------------------------------------------------------------------------------------------LINKS---------------*/
a.navLink{
font-size:11px;
color:#4b4b4a;
text-decoration: none;
font-weight: bold;
}
a.navLink:HOVER{
color:#aa4a3b;
font-size:11px;
text-decoration: underline;
font-weight: bold;
}

a.navLink2{
font-size:10px;
color:#4b4b4a;
text-decoration: none;
font-weight: bold;
}
a.navLink2:HOVER{
color:#aa4a3b;
text-decoration: underline;

}

a.digitalus{
font-size: 9px; 
color: #fcefe8;
text-decoration: none;
}
a.digitalus:HOVER{
font-size: 9px; 
color: #c04a2d;
text-decoration: none;
}

a.contactAddress{
color:#4b4b4a;
text-decoration: none;
}
a.contactAddress:HOVER{
color:#aa4a3b;
text-decoration: underline;
}



