/* CSS Document */

	  
body {
background-color: #6d6e72;
background-image: url(/css_and_pres/bg_linear.jpg);
background-repeat: repeat-x;
text-align: center;
/*height:110%;*/
}

html { overflow-y:scroll; } /*adds a scroll bar even if its not needed;*/
/*==========================  DEFAULT  =======================*/

div.main_container {
	width: 950px;
	font-family: Arial, sans-serif;
	font-size:11px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

.logobox_and_tagline {
	padding-left:30px;
	padding-top:10px;
	height:75px;
	font-family: Arial, sans-serif;
	font-size:20px;
	color: #4C1620;
}  


.display_area{

}

.prop
{
	height:460px;
	width:1px;
	float:left;

}

/*========================== MENU STRIP  =======================*/

.menu_strip{
	height:120px;
	background-color:#4C1620;

}


.left_menu_strip
{
	float: left;
	height:100px;
	width: 160px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;

}

.left_menu_strip A:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_menu_strip A:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_menu_strip A:hover {
	text-decoration: none;
	color: #FF6592;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_menu_strip A:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.right_menu_strip
{
float:right;
height:100px;
margin-right: 20px;
width: 750px;
/*background-color:#4f5ebd;*/
}


/*==========================right div =======================*/


.content
{
	width:720px;
	padding-left:170px;
	padding-bottom:20px;
	padding-top: 20px;
	padding-right:50px;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
/*	line-height: 14px;*/
	

}

.content A:link {text-decoration: none; color: #9B2C41; 	font-weight: bold;}
.content A:visited {text-decoration: none; color: #9B2C41;font-weight: bold; }
.content A:hover {text-decoration: none;	color: #FF6592 ; font-weight: bold;}
.content A:active {text-decoration: none; color: #9B2C41; font-weight: bold;}

/*was #4C1620*/


/*==========================  FOOTER   =======================*/
.footermenu{
height: 30px;
width: 890px;
font-family: Arial, sans-serif;
font-size:10px;
background-color: #4C1620;
margin-left: 3%;
padding-top: 5px;
padding-left:30px;
padding-right:30px;
margin:0 auto;
text-align:left;
		
}
.footermenu A:link {text-decoration: none; color: #ffffff; 	font-weight: normal;}
.footermenu A:visited {text-decoration: none; color: #ffffff;font-weight: normal; }
.footermenu A:hover {text-decoration: none;	color: #FF6592  ; font-weight: normal;}
.footermenu A:active {text-decoration: none; color: #ffffff; font-weight: normal;}


.people_div{
	padding: 5px;
	height:120px;
	width:700px;
	float:left;
	overflow: hidden;
}

.clearer{
clear:both;
}










 .pic_and_caption_floatleft {
	float: left;
	/*	border: thin solid #E6E6E6;*/
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
} 