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

*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
}
body{
	background-color:#ffffff;
}

ul,li{
	/*list-style:url(../images/bullet.png);*/
	list-style:none;
}

p{
	margin:15px 0px;
	line-height:1.3em;
}

h1{
	color:#483093;
	font-size:23px;
	letter-spacing:-.05em;
	text-align:left;
	margin:10px 0px;
}

h2{

}

h3{
	font-weight:bold;
	color:#609314;
}

cite{
	border:0px solid #ff0000;
	width:100%;
	display:block;
	font-style:italic;
	text-align:right;
	margin:5px 0px 25px;
	clear:both;
	color:#666666;
}

a:link,a:visited,a:hover{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #5f9215;
	color:#5f9215;
}

a:hover{
	color:#bfe10e;
	text-decoration:none;
	border-bottom:1px dotted #bfe10e;
}

hr{
	color:#bfe10e;
	background-color:#bfe10e;
	border:0px;
	height:1px;
}

/* Layout Divs */

#frame{
	width:900px;
	margin:20px auto 0px;
}

#branding{
	height:150px;
}

#nav_secondary{

}

#nav_main{
	clear:both;
	width:100%;
	height:30px;
	background:url(../images/bg_nav.jpg) repeat-x top;
	border:0px solid #ff0000;
	position:relative;
}
#nav_main, #nav_main ul li a div{
	z-index:0;
}

#main{
	float:left;
	width:647px;
	margin-top:10px;
}

#main_content{
	width:617px;
	text-align: left;
}
#main_content_wide{
	width:900px;
	text-align:left;
	border:0px solid #ff0000;
}

#home{
	width:637px;
}
a.home_feature, a.home_feature img{
	text-decoration:none;
	border:0px;
}
#secondary{
	width:253px;
	margin-top:9px;
	float:right;
	background:url(../images/bg_secondary.jpg) repeat-y;
}

#siteinfo{
	width:617px;
	height:58px;
	background:url(../images/bg_siteinfo.jpg) repeat-x;
	clear:right;
}
#siteinfo_wide{
	width:900px;
	height:58px;
	background:url(../images/bg_siteinfo.jpg) repeat-x;
	clear:right;
}

#content{
	background:url(../images/nav_shadow.gif) repeat-x top left;
}

/* Detail Elements */

img#logo{
	float:left;
}

ul#sub_nav{
	width:375px;
	float:right;
	margin-top:55px;
}

.sub_btn{
	float:left;
	background-position: top;
	width:125px;
	height:64px;	
}
.sub_btn a{
	text-decoration:none;
	border:0px;
}
.sub_btn a img{
	width:125px;
	height:64px;
	background-repeat:no-repeat;
	text-decoration:none;
	border:0px;
}

.sub_btn:hover{
	background-position:bottom;
	cursor:pointer;
}

#sub_share{background-image:url(../images/subnav_share.jpg);}
#sub_save{background-image:url(../images/subnav_save.jpg);}
#sub_contact{background-image:url(../images/subnav_contact.jpg);}

ul#main_nav{
	float:left;
	margin-top:0px;
}
ul#main_nav li{
	position:relative;
}
ul#main_nav li ul{
	position: absolute;
	left: 0px;
	top: 30px;
	display: none;
	z-index:20;
}
ul#main_nav li:hover ul, ul#main_nav li.over ul{
	display: block;
	/*background: #bfe10e;*/
	background: url(../images/dropdown_footer.png) no-repeat bottom;
	width:200px;
}

ul#main_nav li ul li a {
	display: block;
	font-size:12px;
	text-decoration: none;
	color: #464646;
	background: #bfe10e;
	margin:10px 0px 10px 20px;
	width:150px;
}

ul.dropdown{
	padding-bottom:5px;
}

ul#main_nav li ul li a:hover{
	color:#ffffff;
}

.hr{
	margin:0px auto;
	height:1px;
	width:180px;
	color:#bfe10e;
	border-bottom: 1px solid #464646;
	clear:both;
}

.dropdown_footer{
	top:18px;
}

.main_btn{
	float:left;
	background-position: top;
}
.main_btn a{
	text-decoration:none;
	border:0px;
}
.main_btn a img{
	text-decoration:none;
	border:0px;
}

#secondary a{
	color:#483093;
	text-decoration:none;
	border:0px;
}

#secondary a:hover{
	color:#5f9215;
	text-decoration:none;
	border:0px;
}

.secondary_nav{
	
}

.secondary_nav li{
	border-bottom:1px dotted #5f9215;
	width:203px;
	margin-left:25px;
	padding: 8px 0px;
}
li.list_end{
	border-bottom:0px;
	margin-bottom:0px;
	background:url(../images/secondary_bottom.jpg) repeat-x bottom left;
	padding-bottom:25px;
	padding-left:25px;
	width: 228px;
	margin-left:0px;
}
p.list_end{
	border-bottom:0px;
	margin-bottom:0px;
	background:url(../images/secondary_bottom.jpg) repeat-x bottom left;
	padding-bottom:25px;
	padding-left:25px;
	width: 228px;
	margin-left:0px;
}
 div.list_end{
	border-bottom:0px;
	margin-bottom:0px;
	background:url(../images/secondary_bottom.jpg) repeat-x bottom left;
	padding-bottom:25px;
	padding-left:25px;
	width: 228px;
	margin-left:0px;
	padding-top:8px;
}
 div.list_end_full{
	border-bottom:0px;
	margin-bottom:0px;
	background:url(../images/secondary_bottom.jpg) repeat-x bottom left;
	padding-bottom:25px;
	padding-left:0px;
	width: 253px;
	margin-left:0px;
	padding-top:8px;
	text-align:center;
}

.clear{
	clear:both;
}
.inline{
	display:inline;
}
.left{
	float:left;
}
.right{
	float:right;
}
#content_narrow{
	width:400px;
	border:0px solid #ff0000;
}
.ul li{
	list-style:disc;
	margin:5px 0px 5px 20px;
}

.breakout{
	padding:10px 30px 20px;
	background-color:#E7F8D3;
	margin-bottom:10px;
	border:1px solid #dddddd;
}

.breakout2{
	padding:10px 30px 20px;
	background-color:#c4c0cf;
	margin-bottom:10px;
	border:1px solid #8c80b3;
}

#siteinfo p, #siteinfo_wide p{
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	position:relative;
	top:18px;
	left:20px;
}
/* Term Definitions */

.list_panel{
	display:none;
	margin:5px 0px 15px;
}
.list_panel h2{
	margin:0px 0px 15px;
}
.list_panel h3{
	margin:10x 0px 0px;
	clear:both;
}
.list_panel p{
	margin:3px 0px 15px;
}
#dir_a{
	display:block;
}

#list_nav{
	text-align:center;
}

/*Seminars*/
.seminar_entry, .partner_entry{
	margin-left:25px;
	padding: 8px 0px;
	border-bottom:1px dotted #5f9215;
	width:203px;
}
.seminar_entry p{
	margin:3px 0px;
}
.partner_entry_full{
	margin-left:25px;
	padding: 8px 0px;
	border-bottom:1px dotted #5f9215;
	width:203px;
}
.full{
	text-align:center;
}
.seminar_entry_full{
	width:240px;
	text-align:left;
	margin: 15px;
}

/*Category list*/
ul.category_list{
	margin:5px 0px 15px;
}

ul.category_list li{
	font-size:14px;
	margin:15px 0px 5px 20px
}
ul.category_list li em{
	color:#666666;
}

img#dir_member_logo{
	float:left;
	margin-right:20px;
}
div#dir_member_contact{
	width:100%;
	margin: 5px 0px 20px;
	clear:both;
	height:150px;
}

div#dir_member_desc{
	margin-top:10px;
	clear:both;
	color:#4e4e4e;
}

/* Reg Forms */

form.reg_form{
		margin-bottom:15px;
}

form.reg_form label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	font-weight:bold;
	margin-right:5px;
	margin-top:15px;
}
form.reg_form input, form.reg_form textarea,form.reg_form select, input#logo{
	margin-top:15px;
	width:300px;
}
input#submit{
	width:100px;
	margin-left:400px;
}
.form_note{
	margin-left:150px;
	color:#666666;
}

.confirm{
	border:1px solid #009933;
	background-color:#e7f8d3;
	padding:10px;
}

.error{
	border:1px solid #ff0000;
	background-color:#FCD6F4;
	padding:10px;
}

.admin_list{
	padding:10px 0px 25px;
	clear:both;
}
.list_entry{
	float:left;
	font-weight:bold;
}

.list_entry em{
	font-weight:normal;
	color:#666666;
}

.list_options{
	float:right;
}

.listhr{
	clear:both;
	border-bottom:1px dotted #5f9215;
	margin:5px 0px;
}

p.deleteconfirm{
	margin:25px 0px;
}

.deleteconfirm a{
	border:1px solid #ff0000;
	background-color:#FCD6F4;
	padding:10px;
	font-weight:bold;
	color:#990000;
}
.deleteconfirm a:hover{
	color:#000000;
}
form.reg_form select.short,form.reg_form input.short{
	width:50px;
}
form.reg_form select.medium,form.reg_form input.medium{
	width:70px;
}
form.reg_form label.add{
	display:block;
	float:left;
	width:50px;
	text-align:right;
	font-weight:bold;

}

.story_logo{
	float:left;
	border:1px solid #5f9215;
	margin: 0px 15px 15px 0px;
}

.testimonial{

}
.testimonial_cite{
	font-style:italic;
	color: #464646;
	text-align:right;
	margin:0px 0px 20px;
}