@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 */


#leftColumn{

width: 08%;
height: 875px;
padding: 0px;
margin: 0px;

}

#rightColumn{
padding: 0px;
padding-left: 50px;
margin: 0px;
text-align: left; 

}

#rightColumn h1 {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 26px;
font-weight: none;
color: #254C69;
}

#rightColumn h1 a{
color: #254C69;
}


#rightColumn h1 a:hover{
color: #52A9F0;
}



#rightColumn h4 {
	padding-bottom: 10px;
}

#rightColumn h5 {
	padding-top: 10px;
}

.line {
	display:block;
	width: 90%;
	height: 10px;
	border-bottom: 3px solid #FDB83D;
}


.line_top {
	display:block;
	width: 90%;
	height: 10px;
	border-top: 3px solid #FDB83D;
}



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

.team_table a{
color:254C69
}



.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;
}*/