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

/*GENERAL PAGE STYLES
*******************************************/
body{
	background-image:url(../images/dots_back.gif);
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
	width: 931px;
	margin: -297px auto 0px;
}
#dots_top{
	background-image:url(../images/dots_top.gif);
	height:303px;
	background-repeat:repeat-x;
}
#shadow{
	background-image:url(../images/shadow_back.png);
	padding: 0px 16px 0px 14px;
}
#footer{
	height:36px;
	background-image:url(../images/footer_back.png);
	font-size: 11px;
	color:#FFFFFF;
	padding: 4px 0px 0px 40px;
	clear:both;
}
#top_corner{
	height:20px;
	background-image:url(../images/top_rnd_corner.png);
}
#header{
	padding: 8px 14px 0px;
}
#contact_icon{
	margin-top: 30px;
	float:right;
}
#logo{
	float:left;
}
#title_header{
	margin-bottom: 15px;
}
#logout{
	width: 145px;
	float:left;
	margin: 45px 0px 0px 280px;
}
#logout a{
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
#aff_forms{
	color:#666666;
	font-size: 12px;
	font-weight:bold;
}
#aff_forms a{
	border: 1px solid #999999;
	padding: 6px;
}
#publicity a{
	color:#999999;
}
#publicity ul{
	list-style-type:none;
	margin:0px;
}
#content #purple_bullets ul li{
font-size: 15px;
color:#553e76;
font-weight:bold;
	
}
/* NAVIGATION MENU
*******************************************/
#nav{
	background-color:#402f59;
	height: 45px;
}
#menu{
	margin:3px 0px 0px 60px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#menu li{
	float:left;
	text-align:center;
	position:relative;
}
#menu li a{
	/*float:left;*/
	display:block;
	height: 40px;
}
#menu li a img{
	border:none;
	margin-top: 22px;
}
#menu li:hover img{
	margin-top: 10px;
}
#menu li ul li a:hover{
	background-color:#cbd7b7;
	color:#000000;
}
#menu li:hover ul{
	visibility:visible;
}
#menu li{
	background-image:url(../images/tab.gif);
	width:156px;
	height: 42px;
}
#menu li:hover{
	background-image:url(../images/tab_over.gif);
}
#menu li ul{
	visibility:hidden;
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:4px 0px 15px 0px;
	float:none;
	background-image:url(../images/menu_back.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top: 2px solid #ffffff;
	top: 42px;
	left: 3px;
}
#menu li ul li{
	background-image:none;
	float:none;
	height:auto;
}
#menu li ul li:hover{
	background-image:none;
}
#menu li ul li a{
	color:#586041;
	font-size:12px;
	font-weight:bold;
	height:auto;
	text-decoration:none;
	border-bottom: 1px solid #c6d0af;
	width: 126px;
	margin-left: 10px;
	padding: 2px 2px 4px 2px;
}



/* HOME PAGE STYLES
*******************************************/
#movie{
	width:503px;
	float:left;
	height: 297px;
}
#login{
	width: 398px;
	float:left;
	height: 297px;
	background-image:url(../images/login_panel.jpg);
}
#flash_login{
	margin: 2px 0px 0px 0px;
}
#content{
	padding:17px;
}
#lcolumn{
	width:460px;
	float:left;
	margin-right:24px;
}
#rcolumn{
	float:left;
	background-image:url(../images/r_column_back.jpg);
	background-repeat:no-repeat;
	/*height: 180px;*/
	width:352px;
	padding:15px;
}

#rcolumn h2{
	margin:0px;
	font-size:20px;
	color:#FFFFFF;
}
.box_callout{
	background-color:#d6e9cf;
	padding:15px;
	margin-top: 17px;
	float:left;
	clear:both;
	width: 835px;
}
.box_callout p, .box_callout ul{
	font-size: 14px;
}
.box_callout ul li{
	margin: 7px 0px 7px 0px;
}
#lcolumn p, #lcolumn ul, #rcolumn p{
	font-size:15px;
}
#lcolumn ul li{
	margin: 10px 0px 10px 0px;
}
#rcolumn p{
	/*font-weight: bold;*/
	margin: 6px 0px 6px 0px;
	/*border-bottom: 2px solid #81a075;*/
	/*padding: 8px 0px 8px 0px;*/
}
#tagline{
	height: 122px;
}
#tagline img{
	margin:35px 0px 0px 40px;
}
#login_box{
	width:318px;
	height:155px;
	margin-left:42px;
}
#login_box form{
	margin:10px 0px 0px 87px;
}
#login_box label{
	font-size:10px;
	color:#402f59;
	font-weight:bold;
}
#login_box #login_title{
	margin: 20px 0px 0px 20px;
}
#login_box input{
	width: 203px;
	height: 24px;
	font-size:14px;
	border: 0px;
	display:block;
	background-image:url(../images/login_field_back.jpg);
	background-repeat:no-repeat;
	padding: 7px 0px 0px 8px;
	margin-bottom:4px;
}
#login_box #login_button{
	width:58px;
	height:22px;
	background-image:none;
	float:right;
	margin-right:18px;
}
/* GENERAL CLASSES
***********************************/
.ital{
	font-weight:bold;
	font-style:italic;
}
.white{
	color:white;
	margin-right:10px;
}

p.arrow{
	background-image:url(../images/smallarrow.gif);
	background-repeat:no-repeat;
	text-indent:15px;
	background-position:left 2px;
}

p.emphasis{
	color:black;
	font-weight:bold;
}
.bold_purple{
	font-size: 16px;
	color:#6a4e93;
	font-weight:bold;
	display:inline-block;
	margin-bottom: 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #9b86ac;
	display:block;
}
#content .bold_purple2{
	font-size: 18px;
	color:#6a4e93;
	font-weight:bold;
}
strong{
	color:#553e76;
	font-size: 15px;
}
.citation{
	font-size: 11px;
	font-style:italic;
}
/* SUB PAGE STYLES
***********************************/

#in_memory{
	margin-bottom: 25px;
	background-color:#eee9f5;
}
#in_memory .purple{
	color:#6a4e93;
	font-weight:bold;
	margin: 4px 0px 4px 0px;
	font-size:16px;
}
#corporate_info{
	/*border: 1px solid #000000;*/
}
#corporate_info .headline{
	font-size: 16px;
	color:#573f79;
	font-weight:bold;
}
#corporate_info .details{
	color:#68825e;
	font-size: 11px;
}
#leftcol #corporate_info p{
	margin: 0px;
}
#leftcol{
	width: 600px;
	float: left;
	min-height: 437px;
	margin: 0px 24px 0px 10px;
}
#leftcol p{
	font-size:13px;
	color:#000000;
	margin: 16px 0px 16px 0px;
	line-height: 17px;
}
#leftcol p a{
	color:#5f7c54;
	font-weight:bold;
}
#leftcol ul{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
#leftcol ul li{
	margin: 0px 0px 7px 0px;
}
#leftcol ul li.purple{
	color:#6a4e93;
	font-size: 15px;
	font-style:italic;
}
#rightcol{
	float: left;
	/*background-image: url(../images/sidebar_back.jpg);*/
	background-color:#81a076;
	background-repeat: no-repeat;
	/*height: 399px;*/
	width: 215px;
	padding:15px 9px;
	font-size:14px;
}
#rightcol img{
	margin: 0px 0px 15px 10px;
}
#right_inner{
	color:white;
	background-image:url(../images/sidebar_inner.gif);
	width:180px;
	padding:25px 17px;
	margin:auto;
	/*font-size:12px;*/
	/*height:252px;*/
}

.right_upper{
	width:195px;
	padding:0px 0px 30px 0px;
	margin:auto;
	/*font-size:12px;*/
}
.citation a{
	color:#FFFFFF;
}
#rightcol .right_link{
	width:195px;
	padding:0px 0px 15px 42px;
	margin:14px auto 14px auto;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/arrow_green.jpg);
	background-repeat:no-repeat;
}
#rightcol .right_link a{
	color:#FFFFFF;
	text-decoration:none;
}
#right_divider{
	background-image:url(../images/sidebar_divide.jpg);
	background-repeat:no-repeat;
	height:2px;
	width:182px;
	margin:18px auto;
}
.smallbold{
	font-weight:bold;
	color:#59734e;
	font-size: 12px;
}
#lefttop{
	width:470px;
	float:left;
	height: 207px;
}
#righttop{
	width: 430px;
	float: left;
	height: 207px;
}
.right_bullet li{
	margin: 4px 0px 4px 0px;
	font-style:italic;
}
.right_bullet{
	margin-top: 0px;
}
#assoc_menu .menu_item, #contact_menu .menu_item{
	width:597px;
	height: 29px;	
	background-image:url(../images/associates_menu_back.jpg);
	margin-bottom: 5px;
}
#assoc_menu .selected, #contact_menu .selected{
	background-image:url(../images/associates_menu_back_selected.jpg);
}
#assoc_menu .menu_item a, #contact_menu .menu_item a{
	width:587px;
	height: 24px;
	display:block;
	color:#402f59;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 0px 0px 10px;
}
#assoc_menu .menu_item span, #contact_menu .menu_item span{
	font-size:11px;
}
#assoc_menu .bio_info, #contact_menu .contact_info{
	width:557px;
	height:222px;
	background-image:url(../images/bio_back.jpg);
	margin-bottom:5px;
	padding: 20px;
}
#assoc_menu .bio_info, #contact_menu .contact_info2{
	width:557px;
	height:285px;
	background-image:url(../images/bio_back2.jpg);
	margin-bottom:5px;
	padding: 20px;
}
#assoc_menu .bio_info img, #contact_menu .contact_info img{
	float:left;
}
#assoc_menu .bio_info p{
	float:left;
	margin: 0px 0px 0px 15px;
	width: 385px;
}
#assoc_menu .hidden {
	display:none;
}

#contact_menu .contact_info2 label{
	font-size:12px;
}
#contact_menu .contact_info2 input{
	width: 180px;
	font-size:12px;
}
#contact_menu .contact_info2 textarea{
	width: 280px;
	height: 200px;
	font-size:12px;
}
#contact_menu .contact_info p{
	margin: 0px 0px 15px 0px;
}
#aff_login{
	background-image:url(../images/aff_login_back.jpg);
	background-repeat:no-repeat;
	width:315px;
	height: 128px;
}
#aff_login input{
	background-image:url(../images/aff_input_back.jpg);
	width:265px;
	height:31px;
	font-size: 16px;
	padding: 8px 0px 0px 12px;
}
#aff_login form{
	margin: 0px;
}
.small_dwnload_link{
	font-size:12px;
	font-weight:bold;
	color:#402f59;
	background-image:url(../images/small_arrow_gph.gif);
	background-repeat:no-repeat;
	padding-left: 38px;
	margin-bottom: 8px;
	display:block;
	padding-bottom: 8px;
}
.large_dwnload_link{
	font-size:13px;
	font-weight:bold;
	color:#402f59;
	background-image:url(../images/large_arrow_gph.gif);
	background-repeat:no-repeat;
	padding-left: 70px;
	margin-bottom: 8px;
	display:block;
	padding-bottom: 20px;
	
}
.small_vert_divider{
	background-image:url(../images/small_vert_divider.gif);
	font-size:0px;
	width:20px;
}
/* ADMIN PAGE STYLES
*********************************/

#admin_content{
	padding:50px 10px;
	background:#ffffff;
	font-size:12px;
}

#footer_admin{
	padding:5px;
	font-size:11px;
	color:white;
	background:#402f59;
}

#admin_header{
	padding:5px 5px 5px 25px;
	text-transform:uppercase;
	font-size:20px;
	color:white;
	background:#402f59;
	margin-top:25px;
}

#add_user{
	margin:auto; 
	width:700px;
	border:1px solid black;
	padding:25px;

}
#page_count{
	margin-top: 20px;
	margin-left: 40px;
}
#page_count a{
	color:#000000;
	font-size: 14px;
	text-decoration:none;
}
