body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	color:#666;
	font-size:small;
	line-height:1.5em;
}

#wrap{
	background: #fff url(../images/bg_main.gif) top left repeat-x;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:50px;
}

#sidebar{
	width:236px;
	float:right;
	margin:20px 40px 40px 20px;
	padding:1px;
}

#sidebar img{
	padding:3px;
	border:1px solid #ccc;
	background: #fff;
}

ul.nav{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

ul.nav li{
	padding:8px 0;
	border-bottom:1px solid #ccc;
}

ul.nav li a{
	width:237px;
	height:29px;
	display:block;
	text-indent:-1000em;
	text-decoration:none;
	outline:none;
}

ul.nav li.exp a{
	background:url(../images/nav_exp.gif) center center no-repeat;
}

ul.nav li.exp a:hover,
body#experience ul.nav li.exp a{
	background:url(../images/nav_exp_on.gif) center center no-repeat;
}

ul.nav li.ref a{
	background:url(../images/nav_ref.gif) center center no-repeat;
}

ul.nav li.ref a:hover,
body#reference ul.nav li.ref a{
	background:url(../images/nav_ref_on.gif) center center no-repeat;
}

ul.nav li.faq a{
	background:url(../images/nav_faq.gif) center center no-repeat;
}

ul.nav li.faq a:hover,
body#faq ul.nav li.faq a{
	background:url(../images/nav_faq_on.gif) center center no-repeat;
}

#faq_sidebar{
	font-size:16px;
	line-height:24px;
	background:url(../images/bg_question.gif) center center no-repeat;
	padding:5px 0;
}

ul.subnav{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	border-top:1px solid #ccc;
}

ul.subnav li{
	padding:8px 0;
	border-bottom:1px solid #ccc;
}

a{
	color:#AB5353;
	text-decoration:none;
}

a:hover{
	color:#AB5353;
	text-decoration:underline;
}

h1{
	display:none;
}

#logo{
	padding:20px 20px 16px 20px;;
	font-size:130%;
	font-weight:bold;
}

#logo img{
	border:0;
}

h2.contact{
	font-weight:normal;
	font-size:0.8em;
	margin:0;
	margin-left:25px;
	color:#666;
}

#content{
	width:430px;
	margin:40px 0 50px 20px;
}

#footer{
	clear:both;
    color:#999;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #ccc;
    width:800px;
    font-size:0.8em;
    line-height:1.5em;
    text-align:center;
}

#footer ul li{
    display:inline;
    padding-right:5px;
}

#footer a{
	color:#999;
}

#footer a:hover{
	color:#AB5353;
	text-decoration:underline;
}

h3{
	color:#AB5353;	
}

ul.pubs{
	margin:0;
	padding:0;
	list-style:circle;
}

ul.pubs li{
	margin:10px 0;
}

dl.speaker, dl.content_nav, dl.glossary{
	list-style:none;
	margin:0;
	padding:0;
}

dl.speaker dt{
	display:block;
	float:left;
	width:100px;
	padding:10px 20px 5px 0;
	color:#999;
}

dl.speaker dd{
	width:300px;
	margin-left:100px;
	padding:10px 0 5px 30px;
}

dl.content_nav{
	padding-bottom:40px;
	margin-bottom:40px;
    border-bottom:1px solid #ccc;
}

dl.content_nav dt{
	font-weight:bold;
	margin-top:10px;
}

dl.content_nav dd{
	margin:0;
	padding:0;

}

dl.glossary dt{
	font-weight:bold;
	color:#AB5353;
	margin-top:15px;
}

dl.glossary dd{
	margin:5px 0 0 0;
	padding:0;
}

dl.link_list{
	list-style:none;
	margin:0 0 40px 0;
	padding:0;	
}

dl.link_list dt{
	margin-top:10px;
}

dl.link_list dd{
	padding:0;
	margin:5px 0 0 10px;
	background: url(../images/bg_quote.gif) right center no-repeat;
}

p.top_link{
	text-align:center;
	margin:20px 0;
	padding:10px 0;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	font-size:0.9em;
}

#contact_form{
	background:#fafafa;
	border:1px solid #ccc;
	margin:50px 0;
	padding:0 20px;
}

#contact_form dl, #contact_form dt, #contact_form dd{
	margin:5px 0;
	padding:0;
}

#contact_form p{
	font-size:80%;
}

#contact_form input{
	margin-bottom:20px;
}

#contact_form dd input{
	margin-bottom:0;
}
