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


/* Colors

black: black

white: white

dark-blue: #254C69

med-blue: #3B7EAB

light-blue: #52A9F0

dark-orange: #C65527

med-orange: #FF8B32

light-orange: #FBB73C

dark-grey: #121212

End Colors */
strong {
font-weight: bold;
}






#leftColumn{

width: 30%;
padding: 0px;
padding-left: 35px;
margin: 0px;
text-align: left;
}

#leftColumn h1{

margin-bottom: 5px;
font-size: 16px;
font-weight: bold;

}

/*#leftColumn h3{
font-size: 16px;
padding-top: 5px;
}*/

#leftColumn p{

line-height: 13px;

}

#leftColumn a{

color: #254C69;

}

#leftColumn a:link{

color: #254C69;

}

#leftColumn a:hover{

color: #FBB73C;

}

#leftColumn .bar {
width: 60%;
height:10px;
border-bottom: 3px solid #FBB73C;
margin-bottom: 15px;
}







#rightColumn{
width:60%;
float: right;
padding: 0px;
padding-right: 30px;
margin: 0px;
margin-bottom: 20px;
text-align: left; 
}

#rightColumn h1{

margin-bottom: 5px;
font-size: 16px;
font-weight: bold;

}

/*#rightColumn h3{
font-size: 16px;
padding-top: 5px;
}*/

#rightColumn p{

line-height: 13px;

}

#rightColumn a{

color: #254C69;

}

#rightColumn a:link{

color: #254C69;

}

#rightColumn a:hover{

color: #FBB73C;

}

#rightColumn .bar {
height:10px;
border-bottom: 3px solid #FBB73C;
margin-bottom: 20px;
}


#rightColumn img {
margin-top: 5px;
margin-bottom: 5px;
border: 3px solid #FBB73C;
}






/*.team_table{
margin-bottom: 10px;
}
.team_table img{
border: 3px solid #FBB73C;
}*/



/*.team_table02{
margin-bottom: 10px;
}
.team_table02 img{
border: 3px solid #FBB73C;
margin-bottom: 3px;
}

.team_table02 h4{
font-size: 14px;
font-weight: bold;
margin-left: 3px;
}

.team_table02 h5{
font-size: 12px;
font-weight: normal;
margin-bottom: 5px;
margin-left: 3px;
}

.team_table02 tr td{
padding-bottom: 2px;
}




#rightColumn h3 {
margin-bottom: 8px;
}





.prod_desc {
padding-left: 5px;
padding-right: 10px;
}

.prod_desc h1 {
margin-bottom: 5px;
}

.prod_desc p {
line-height: 13px;
}







.read_more {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
}

.read_more a{
	color: #254C69;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
}

.read_more a:link{
	color: #254C69;
}

.read_more a:hover {
	color: #52A9F0;
}*/