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

.contact_table_header {
	background-color: #663399;
	padding: 10px;
	border: thin solid #663399;
	border-bottom: 4px solid #FECB2F;
	font-family:"Open Sans", serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	
}
.contact_table_content {
	padding: 10px;
	background-color: #F8F8F8;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family:"Open Sans", serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	min-height: 100%; 
    overflow-y: hidden; 
}
.box_wrapper {
	margin-right: 10px;
	margin-left: 7px;
	margin-top: 0px;
	
	border-radius: 3px;
	-moz-border-radius: 4px;
	text-align:left;
}
.contact_table_content img {
	-webkit-border-radius: 16px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 16px;
-moz-border-radius-topright: 0;
border-radius: 16px;
border-top-right-radius: 0;
		padding:5px;
}
.leftdiv{
    float:left;
    width:200px;
	min-height: 100%; 
    overflow-y: hidden; 
	
}
.rightdiv{
	margin-left:215px;
	
}
.contact_table_header_rev {
	background-color: #FECB2F;
	padding: 10px;
	border: thin solid #ADADAD;
	border-bottom: 4px solid #663399;
	font-family:"Open Sans", serif;
	font-size: 16px;
	font-weight: bold;
	color: #663399;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.contact_table_content_rev {
	padding: 10px;
	background-color: #F8F8F8;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family:"Open Sans", serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	min-height: 100%; 
    overflow-y: hidden; 
}
