/* CSS Document */

* {
    margin:0;
    padding:0;
}

body {
	background-color: #8f82ba;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
    margin-top: 0px;
	
}
.networking_hdr {
	font-size: 14px;
	font-weight: bold;
	color: #005500;
}
#logo a{
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 179px;
	display: block;
	text-decoration: none;

	}
#logo a span {
     visibility: hidden;
}
.tagline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	float:right;
	margin-top: 42px;
	margin-right: 50px;
}


#main_image{
	display: block;
	background-image: url(/images/home_image.jpg);
	background-repeat: no-repeat;
	height: 415px;
	width: 419px;
	float: right;
}
#sub_image{
	display: block;
	height: 415px;
	width: 306px;
	float: right;
}

#map{
    margin-right: 75px;
	display: block;
    height: 350px;
	width: 500px;
	float: right;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #454545;
	margin-left: 40px;
	margin-top: 20px;

	}
#header {
	background-color: #ffffff;
	width: 950px;
	height: 125px;
	text-align: left;
	/*background-image: url(/images/header_logo.gif);*/
	border-bottom: 1px solid #6d64af;
	overflow: hidden;
	padding-left: 20px; 
	}

	
#content {
	background-color: #f7f6f4;
	width: 970px;
	text-align: left;
	min-height: 400px;
	}
	
#footer {
	width: 970px;
	height: 22px;
	background-image: url(/images/footer.png);
	}
.chromestyle{
	font: normal 11px Arial;
    position: relative; 
	height: 30px;
	width: 600px;
    margin-left: 200px;
	top: -70px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #fff;
width: 100%;
/*background: url(../media/chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border: 1px solid #fff;
}

.chromestyle ul li a{
color: #341f85;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border: 1px solid #fff;
}

.chromestyle ul li a:hover{
border: 1px solid #DADADA;
 /*background: url(../media/chromebg-over.gif) center center repeat-x;THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


.large {
	font-size: 24px;
	color: #2c1386;
	font-family: Myriad Pro Light, Arial;
}
.home_bullets {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #7232A3;
}
.side_photo {
margin-right: 20px;
margin-left: 0px;
}
