@charset "utf-8";


/*-------------------------------*\
------------Body Styles-----------
\*-------------------------------*/
img {
	padding: 0px;
	margin: 0px;
}

a {
	color: black;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	font-family:Palatino,Georgia,"Times New Roman", Times, serif;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #041122;
}

h1 {
	font-size: 18px;
}

h2 {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h3 {
	font-size: 13px;
	width: 100%;
	background-color: #E6E6E6;
	text-align: right;
	padding: 3px;
}
	

p {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

hr {
	margin: 0px auto 15px 0px;
	border: 0px;
	width: 30px;
	background-color: #041122;
	height:1px;
	text-align:left;
}


/*-------------------------------*\
-------------Layout---------------
\*-------------------------------*/

#wrapper {
	background-color: white;
	width: 885px;
	margin: 0px auto;
}


/*-------------------------------*\
----------Top Navigation-----------
\*-------------------------------*/

#topNav {
	font-family:Palatino,Georgia,"Times New Roman", Times, serif;
	height: 14px;
	padding: 6px 36px;
	background-color: #E6E6E6;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	font-size: 13px;
	color: #041122;
	text-transform: uppercase;
}

#topNav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav li {
	display: block;
	text-align:center;
	float: left;
	border-right: 1px solid #041122;
}

#topNav li.last {
	border-right: none;
}

#topNav ul li a {
	text-decoration: none;
	color: #041122;
	font-weight: normal;
}
#topNav ul li a:hover{
	font-weight: bold;
}


/*-------------------------------*\
-----------Left Column------------
\*-------------------------------*/

#leftCol {
	background-image:url(../images/eastonLogo.gif);
	background-position: 46px 37px;
	background-repeat:no-repeat;
	width: 186px;
	padding: 73px 26px 0px 36px;
	float: left;
	overflow: hidden;
}

#leftCol .leftBox {
	margin-top: -2px;
	width: 166px;
	padding: 10px 10px 40px 10px;
	border-top: 1px solid #041122;
	border-bottom: 1px solid #041122;
	background-color:#E6E6E6;
}

#leftCol p {
	font-family:Palatino,Georgia,"Times New Roman", Times, serif;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}

#leftCol .quote {
	font-size: 11px;
}

#leftCol ul {
	font-family:Palatino,Georgia,"Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-left: -10px;
	margin-right: -10px;
	text-indent: 10px;
	font-weight:normal;
}

#leftCol ul li {
	display: inline;
}

#leftCol ul li a {
	display: block;
	font-weight:normal;
	
}

#leftCol ul li a:hover {
	background-color: #FAFAFA;
	text-decoration:none;
}




/*-------------------------------*\
-----------Right Column------------
\*-------------------------------*/

#rightCol {
	width: 140px;
	padding: 73px 36px 0px 34px;
	float: right;
	overflow: hidden;
}

#rightCol p {
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: black;
	text-align:right;
	margin-right: 5px;
}

#rightCol .rightBar {
	border-right: 1px solid #041122; 
	margin: 0px;
	overflow: hidden;

}

#rightCol .phone {
	font-family:Palatino,Georgia,"Times New Roman", Times, serif;
	font-size: 13px;
	width: 130px;
	background-color: #E6E6E6;
	text-align: right;
	padding: 3px 5px;
	margin-right: 5px;
	margin-bottom: 5px;

}


/*-------------------------------*\
------------Main Column------------
\*-------------------------------*/

#mainCol {
	padding: 68px 0px 0px 0px;
	overflow: hidden;
}

#mainCol p {
	margin: 0px 0px 26px 0px;
}

#mainCol.news p {
	margin: 0px 0px 10px 0px;
}

#mainCol img {
	padding: 9px;
	border: 1px solid #041122;
	margin: 8px 0px 8px 0px;
}

#mainCol img.leftPic {
	margin-right: 13px;
}

#mainCol ul {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;

	margin: 0px;
	padding: 15px;
}

#contact {
	font-family:Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;

}

/*-------------------------------*\
--------------Footer---------------
\*-------------------------------*/

#footer {
	background-color: #4D4D4D;
	clear: both;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	overflow: hidden;
	margin: 0px auto;
	width: 885px;
}

#footer p {
	font-size: 10px;
	line-height:15px;
	margin: 5px;
	color: #E6E6E6;
}

#footer a {
	text-decoration:none;
	color: #E6E6E6;
}
#footer a:hover {
	text-decoration:underline;
}


/*-------------------------------*\
------------Class Styles-----------
\*-------------------------------*/
#mainCol img.affil {
	border: none;
}

.leftColumn {
	text-align:right;
}

.txtInputLong {
	width: 95%;
}

.spacer {
	height: 50px;
}
