@charset "UTF-8";
/* CSS Document */

img.float-left {
	float: left;
	padding: 10px 5px 0px 20px;
}

a:link, a:visited {
	color:#5a87c5;
	text-decoration:none;
}
a:hover {
	color:#013A81;
	text-decoration:underline;
}
#submenu a:hover {
	color:#013A81;
	text-decoration:underline;
}
#submenu a.selected {
	color: #013A81;
	text-decoration:underline;
}
#content-wrap {
	float:left;
	width:960px;
	font-size:12px;

}
#content-wrap h1 {
	color: #013A81;
	font-size:16px;
	text-align:center;
}
/* #content-wrap p {
	padding-bottom:10px;
} */
#intro-wrap {
	width: 280px;	
	float: left;
	font-size:12px;
}
#intro-wrap h1 {
	color: #013A81;
	font-size:20px;
	padding-top: 10px;
	margin-top:0;
	text-align:center;
	padding-bottom:5px;
}

#introbox-top {
	background-image: url(../images/company-logobox-top.gif);
		background-repeat:no-repeat;
		width: 280px;	
		height: 14px;
}
#introbox-content {
	width: 280px;
	background-image: url(../images/company-logobox-side.gif) ;
	background-repeat: repeat-y;
}
#introbox-content p {
	padding: 5px 10px 5px 10px;
}
#introbox-content img {
	margin: 10px;
}
#introbox-content h2 {
	text-align: center;
	color: #013A81;
	font-size:14px; 
}
#introbox-footer {
	background-image: url(../images/company-logobox-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 280px;	
}
#companybox-top {
	background-image: url(../images/logobox-top.gif);
		background-repeat:no-repeat;
		width: 280px;	
		height: 14px;
}
#companybox-content {
	width: 280px;
	background-image: url(../images/logobox-side.gif) ;
	background-repeat: repeat-y;
}
#companybox-content p {
	padding: 5px 10px 5px 10px;
}
#companybox-content img {
	margin: 10px;
}
#companybox-content h2 {
	text-align: center;
	color: #013A81;
	font-size:14px; 
}
#companybox-footer {
	background-image: url(../images/logobox-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 280px;	
}

#contentbox280-top {
	background-image: url(../images/contentbox_grey_280-top.gif);
		background-repeat:no-repeat;
		width: 280px;	
		height: 14px;
}
#contentbox280-content {
	width: 280px;
	background-color:#eeeeee;
}
#contentbox280-content p {
	padding: 5px 10px 5px 10px;
}
#contentbox280-content h3 {
	color:#013A81;
	text-align:center;
	font-size:12px;
}
#contentbox280-content img {
	padding: 10px;
	background-color:#eeeeee;
}
#contentbox280-footer {
	background-image: url(../images/contentbox_grey_280-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 280px;	
}

#rightcol-wrap {
	width: 660px;
	float: right;

}
#rightcol-wrap h2 {
	color: #013a81;
	padding-left: 10px;
}
#rightcol-box-top {
	background-image:url(../images/rightcol-box-top.gif);
	background-repeat:no-repeat;
	height: 15px;
}
#rightcol-box-content {
	background-color:#dddddd;
}
#rightcol-box-bottom {
	background-image:url(../images/rightcol-box-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
}
#contentbox {
	width:620px;
	padding: 0px 20px 0px 20px;
	
}
.contentbox-top{
	height: 15px;
	width: 620px;
	background-image: url(../images/contentbox620-top.gif);
	background-repeat:no-repeat;
	
}

.contentbox a:link, .contentbox a:visited {
	color: #eb8a12;
	text-decoration:none;
	font-size:12px;
}
.contentbox a:hover {
	color: #5A87c5;
	text-decoration:underline;
} 

.contentbox-content {
	width:620px;
	background-color:#eeeeee;
}
.contentbox-content ul {
	padding-left:35px;
}
.contentbox-content p{
	padding: 5px 15px 5px 20px;
}

.contentbox-footer {
		background-image: url(../images/contentbox620-bottom.gif);
		background-repeat:no-repeat;
		height: 15px;
		padding-bottom:15px;
	
}
.contact {
	padding-left:20px;
}