/*-----generic------*/
/* menu defined in menu.css */
/* home page defined in home.css */
html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#FFF;
	color:#333;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.page {
	width:970px;
}

.break {
	clear:both;
}
hr {
	clear:both;
	height:1px;
	color:#FFFFFF;
}

/*-----headings------*/
h1 {
	font-size: 160%;
	margin: 4px 0px 8px 0px;
	font-weight:bold;
	color:#003263;
	text-transform:lowercase;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 0px 0px;
	color:#0C9AD0;
	font-weight: normal;
}
h3 {
	display:none;
}
h4 {
	font-size: 100%;
	color:#0C9AD0;
	margin: 0px;
}
em {
	color: #666;
	font-style:normal;
	text-transform:uppercase;
}
p {
	margin: 4px 0px 10px 0px;
}
#content .text ul {
	margin: 4px 0px 12px 20px;
}
#content .text li {
	list-style:url(../img/bullet_second.gif)}
/*-----links------*/
a.arrow {
	color:#0C9AD0;
	text-decoration:none;
	background: url(../img/icon_bullet.gif) no-repeat left center;
	padding-left: 14px;
}
a:link { color:#0C9AD0; text-decoration:none; }
a:visited { color:#0C9AD0; text-decoration:none; }
a:hover { color:#00ADEF; text-decoration:underline; }

/*-----header------*/
.logo {
	float:right;
	width:152px;
	margin-top: 25px;
	margin-bottom: 22px;
}

.animation {
	float:left;
	width:806px;
	height:110px;
}

/*-----footer------*/
.footer {
	clear:both;
	font-size:10px;
	height:147px;
	width: 100%;
	background: url(../img/footer_bg.gif) no-repeat left top;
}
.footer ul {
	clear:both;
	list-style:none; 
	margin:0px;
	padding:155px 0 10px 40px;
	width:730px;
}
.footer li {
	border-left: 1px solid #003263; 
	display:inline;
	padding: 0px 5px 0px 5px;
}
.footer a {
	background: none;
	padding-left: 0px;
}
.footer a:link, 
.footer a:visited {
	color:#003263;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover, 
.footer a:active {
	text-decoration:underline;
}
/*-----content pages------*/

#content {
	width:970px;
	clear:both;
	margin-top:20px;
	padding: 0;
}
/* ie hack */ *html .page #content {
	 
	}

#content .text {
	float:right;
	width: 782px;
	margin-top:3px;
}
#content .images {
	float:right;
	width: 365px;
	margin: 0px 0px 10px 10px;
}
#content .images img {
	margin: 0px 0px 10px 0px;
	width: 365px;
}
#content .staffImage {
	float:right;
	height: 198px;
	width: 132px;
	margin: 0px 0px 10px 10px;
}
#content .subList {
	f//loat:left;
	margin: 0px 20px 10px 0px;
	w//idth: 260px;
	}
#content .logoImage {
	margin: 0px 25px 10px 0px;
	height: 105px;
	width: 165px;
}
#content .corporateImage {
	margin: 0px 10px 10px 0px;

}
#content .right {
	float:right;
	text-align:right;
	height:22px;
	width: 450px;
}
#content #rightColumn{
	float: right;
	width: 365px;
	margin-left: 10px;
}
#content #rightColumn .rightImage {
	margin: 0px 0px 10px 0px;
	width: 365px;
	border: 0px;
	float: right;
	
}
#content #leftColumn{
	float: left;
	width: 400px;
	
}


