/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76%/1.4em Verdana, Tahoma, Arial, sans-serif;
text-align:center;
color:#303030;
background:#2f6178;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
	width:760px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	background:#FFFFFF;
	color:#303030;
	border:2px solid #a0a0a0;
	height: 730px;
}

#header{
	height:110px;
	width:758px;
	margin:0 1px 1px 1px;
	color:#ffffff;
	position: relative;
	background-image: url(images/home_headerpic.jpg);
	background-repeat: repeat;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background:#5271A5;
color:#FFFFFF;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}
#navigation .selected a {
	color: #2e6078;
	background-color:#8fd3f3;
}

* html #navigation a {width:1%;}

#navigation a:hover{
background:#80b0da;
color:#FFFFFF;
text-decoration:none;
}

#navigation .selected,{
background:#8fd3f3;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:left;
width:530px;
font-size:0.9em;
padding:0px 0 0 0px;
}

#content h2{
	display:block;
	margin:0 0 16px;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#424D52;
	background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:175px;
	padding:0px 20px 10px 0;
	line-height:1.4em;
	position: relative;
	top: 0px;
	height: 550px;
	text-decoration: none;
	border-left: thin solid #CCCCCC;
	background: url('images/announce_bg.gif') repeat-x bottom;
	right: 1px;
}






#subcontent a:hover{
	text-decoration:none;
	color: #8E4865;
}







#header #badge {
	position: absolute;
	right: 50px;
	top: 70px;
}
#header #photo {
	position: absolute;
	top: -21px;
	right: -2px;
}
#content #big_photo {
	position: relative;
	height: 371px;
	width: 321px;
	float: left;
	padding-right: 0px;
	top: -106px;
	left: -19px;
}
#header #text {
	position: absolute;
	left: 5px;
	top: 45px;
}
#header #hex2 {
	position: absolute;
	top: -20px;
	left: 560px;
}
#header #small_hex {
	position: absolute;
	left: 165px;
	bottom: 50px;
}

#subcontent h2{
	display:block;
	margin:0 0 15px;
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#8E4865;
	background-color:inherit;
	padding-left: 10px;
	text-align: left;
	border-bottom: thin solid #CCCCCC;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{
	text-decoration:none;
}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
	clear:both;
	width:758px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.8em;
	color:#f0f0f0;
	background:#5271A5;
	top: 705px;
	position: absolute;
}

#martini_graphix_tagline {
	font-size: 0.9em;
	color: #467AA7;
	position: absolute;
	top: 730px;
	text-align: center;
	width: 758px;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{
	color:#f0f0f0;
	background-color:inherit;
	font-weight:normal;
	text-decoration: none;
}
#footer a:hover{color:#FFCC00; background-color:inherit; text-decoration: none;}

/**************** Misc classes and styles ****************/

.splitcontentleft{
	float:left;
	width:532px;
	height: 419px;
	position: absolute;
	top: 283px;
}
.splitcontentleft h2 {
	text-align: left;
	text-indent: 243px;
}





#books {
	height: 155px;
	width: 157px;
	left: 412px;
	float: right;
}


#home_photo {
	background: url('images/big_photo.gif') no-repeat;
	height: 371px;
	width: 321px;
	float: left;
	left: -39px;
	position: relative;
	top: -144px;
}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{
	font-size:0.8em;
	margin-left: 10px;
}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 11px;
	padding:10px 6px 6px;
	background-color:#5271A5;
	color:#E8EAEC;
	line-height:1.4em;
	border: thin dotted #cccccc;
	width: 157px;
	position: absolute;
	height: 90px;
	left: -1px;
	top: 14px;
}
#bottom_nav {
	width:760px;
	font-size:0.9em;
	color:#FFFFFF;
	height: 31px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #578BB8;
	position: absolute;
	top: 630px;
	text-decoration: none;
}
.big_box {
	margin:0 0 20px 11px;
	padding:13px 8px 8px;
	background-color:#E8EAEC;
	color:#303030;
	line-height:1.5em;
	border: thin solid #CCCCCC;
	height: 199px;
	top: 200px;
	position: absolute;
	width: 509px;
}
#contactform {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 422px;
	height: 410px;
	top: 245px;
	left: 58px;
	padding-right: 11px;
	float: left;
}
.blue_contactBK {
	background: #E8EAEC;
	border: thin solid #CCCCCC;
	height: 390px;
}
.box a:link {
	color: #FFFFFF;
}
.menublock2 {
	margin:0 0 20px 8px;
	font-size:1em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	list-style: square inside;
	text-decoration: none;
}
.blue_contactBorder {
	border-color: #CCCCCC;
}
.splitcontentleftbio {
	float:left;
	width:532px;
	top: 245px;
}
.big_boxbio {
	margin:0 0 20px 11px;
	padding:13px 11px 0px 8px;
	color:#303030;
	line-height:1.5em;
	border: thin solid #CCCCCC;
	height: 440px;
	width: 422px;
	top: 245px;
	background: #E8EAEC;
	left: 50px;
}
.splitcontent_articles {
	width:221px;
	height: 503px;
	top: 245px;
	color: #333333;
	left: 50px;
	float: left;
}
.big_box_articles {
	color:#303030;
	line-height:1.5em;
	height: 430px;
	width: 200px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#content h4 {
margin:0 0 5px 0; font-size:1.1em; letter-spacing:-1px;
}
.big_box_articles2 {
	color:#333333;
	line-height:1.5em;
	height: 430px;
	width: 200px;
	left: 295px;
	float: left;
	top: 245px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.bio_pic {
	float: left;
	border: thin solid #303030;
	margin-right: 10px;
	margin-left: 5px;
}
tr label {
	color: #B9B9A8;
}
.splitcontent_books {
	float:left;
	width:532px;
	top: 245px;
}
.big_books {
	margin:0 0 20px 11px;
	padding:13px 8px 8px;
	background-color:#E8EAEC;
	color:#303030;
	line-height:1.5em;
	border: thin solid #CCCCCC;
	height: 410px;
	top: 20px;
	width: 442px;
}
#raising {
	float: left;
	padding-right: 10px;
	padding-left: 3px;
}
.splitcontent_contact {
	float:left;
	width:532px;
	top: 245px;
}
.big_contact {
	margin:0 0 20px 11px;
	background-color:#E8EAEC;
	color:#000000;
	line-height:1.5em;
	border: thin solid #CCCCCC;
	height: 410px;
	top: 20px;
	width: 420px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
}
.contact from style {
	color: #303030;
}
.splitcontent_events {
	float:left;
	width:532px;
	top: 245px;
}
.big_box_events {
	margin:0 0 20px 11px;
	padding:13px 11px 8px 8px;
	color:#303030;
	line-height:1.5em;
	border: thin solid #CCCCCC;
	height: 410px;
	width: 422px;
	top: 245px;
	background: #E8EAEC;
	left: 50px;
}
.davidsigning {
	float: left;
	padding-right: 9px;
	padding-left: 3px;
}
