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

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

#intro-wrap h1 {
	color: #013A81;
	font-size:20px;
	padding-top: 10px;
	margin-top:0;
	text-align:center;
	padding-bottom:25px;
}


a:link, a:visited {
	color:#5a87c5;
	text-decoration:none;
}
a:hover {
	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;
}
#intro-wrap {
	width: 280px;	
	float: left;
	font-size:12px;
}
#industry-intro-top {
	background-image: url(../images/industry-info-top.gif) ;
		background-repeat:no-repeat;
		height: 14px;
}
#industry-intro-content {
	background-image: url(../images/industry-info-side.gif);
	background-repeat:repeat-y;
	width:280px;
}
#industry-intro-content ul {
	list-style:none;
	padding-left: 70px;
}
#industry-intro-content li {
	padding: 5px 0px 5px 0px;
}
#industry-intro-content a.selected {
	color: #eb8a12;
	text-decoration:underline;
}
#industry-intro-content p {

	padding: 0px 15px 0px 15px;
}
#industry-intro-content h1 {
	padding-bottom: 30px;
}
#industry-intro-footer {
	background-image: url(../images/industry-info-bottom.gif);
	background-repeat:no-repeat;
	height: 16px;
}

#logobox-top {
	background-image: url(../images/industry-logobox-top.gif);
		background-repeat:no-repeat;
		width: 280px;	
		height: 14px;
}
#logobox-content {
	width: 280px;
	background-image: url(../images/industry-logobox-side.gif) ;
	background-repeat: repeat-y;
}
#logobox-content p {
	padding: 5px 10px 5px 10px;
}
#logobox-content img {
	margin: 10px;
}
#logobox-footer {
	background-image: url(../images/industry-logobox-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 280px;	
}
#industry-wrap {
	width: 660px;
	float: right;

}
#industry-wrap-left{
	float:left;
	width: 320px;

}
#industry-wrap-right{
	float:right;
	width: 320px;
}
	
.industrybox {
	width:320px;
	
}
.industrybox a:link, .industrybox a:visited {
	color: #eb8a12;
	text-decoration:none;
	font-size:12px;
}
.industrybox a:hover {
	color: #5A87c5;
	text-decoration:underline;
}
.industrybox-content ul {
	padding-top: 10px;
	padding-left:30px;
}
.industrybox-content li {
	color: #000;
	padding-right: 10px;
	padding-bottom: 5px;
}
.industrybox-top{
	background-image: url(../images/industryareas-top.gif);
	background-repeat:no-repeat;
	height: 15px;
}
.industrybox-content {
	background-color:#eeeeee;
}
.industrybox-content p{
	padding: 5px 15px 5px 20px;
}

.industrybox-footer {
		background-image: url(../images/industryareas-bottom.gif);
		background-repeat:no-repeat;
		height: 15px;
	
}
#photogallery {
}
#photogallery a{
	font-size:10px;
}
#quotation {
	border: 3px outset #EB8A12; /* change the border color */
}

