/* global common definitions */
html, body{ height:100%;}
body{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color:#000;
	min-width:836px;
	background:#dedabe url(../images/body.jpg) repeat-x;
}
a{
	color:#56004e;
}
a:hover{
	text-decoration: none;
}
#main a:active, a:focus{
	outline:none;
}
img{
	border-style: none;
}
form{
	padding:0;
	margin:0;
}
/* main blocks */
#main{
	min-height:100%;
	width:836px;
	margin:0 auto;
	background:url(../images/main.png) repeat-y;
}
* html #main{ height:100%;}
#header{
	background:url(../images/gray-header.gif) repeat-y 50% 0;
	width:100%;
}
.header-cont{
	background:url(../images/header.png) no-repeat;
	height:1%;
}
.header-holder{
	position:relative;
	padding:174px 0 42px;
}
.logo{
	position:absolute;
	margin:0;
	text-indent:-9999px;
	top:11px;
	width:256px;
	height:216px;
	left: 290px;
}
.logo a{
	display:block;
	background:url(../images/logo.png);
	width:256px;
	height:216px;
	overflow:hidden;
}
#header address{
	overflow:hidden;
	height:1%;
	padding:0 66px 0 45px;
	margin:0;
	position:relative;
	left:0;
	top:0;
}
#header address .phone{
	float:left;
	background:url(../images/phone.gif);
	width:226px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
}
#header address .fax{
	float:right;
	background:url(../images/fax.gif);
	width:203px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
}
#center{
	overflow:hidden;
	width:780px;
	padding:0 28px 120px;
	background:url(../images/center.jpg) no-repeat 28px 0;
}
#center h3{
	margin:-4px 0 0;
	color:#fff;
	font-size:13px;
	background:url(../images/h3.gif);
	overflow:hidden;
	clear:both;
}
#center h3 span{
	display:block;
	background:url(../images/h3-span.jpg) no-repeat;
}
#center h3 span span{
	height:34px;
	background:url(../images/h3-span-span.jpg) no-repeat 100% 0;
	padding:17px 10px 3px
}
#center h3.fst{ margin-bottom:7px;}
#center h3.fst span span{ height:27px;}
.content{
	float:left;
	width:458px;
}
.content p{
	margin:0 0 15px;
	padding:0 8px 0 10px;
}
.content ul{
	margin:0;
	padding: 0 10px 0 25px;
	list-style: none;
	font-style:italic;
}
.content li{ margin:0 0 15px;}
.sidebars{
	float:right;
	width:312px;
}
.sidebars img{
	display:block;
	margin:0 10px;
}
.side-nav{
	margin:-2px 0 0;
	padding: 0 1px;
	list-style: none;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
}
.side-nav li{
	border-bottom:1px solid #9e9c70;
	padding:2px 9px;
}
.side-nav a{ text-decoration:none;}
.side-list{
	margin: 0 0 10px;
	padding: 0 10px;
	list-style: none;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
}
.side-nav a:hover{ text-decoration:underline;}
.sidebars address{
	padding:0 10px;
	margin:0;
	font-style:normal;
}
.sidebars address span{
	display:block;
	margin:0 0 6px;
}
.logos{
	background:url(../images/h3.gif) repeat-x 0 5px;
	margin:7px 0;
}
.logos div{
	background:url(../images/h3-span.jpg) no-repeat 0 5px;
}
.logos ul{
	margin: 0;
	padding:0 6px;
	list-style: none;
	background:url(../images/h3-span-span.jpg) no-repeat 100% 5px;
	overflow:hidden;
	height:1%;
}
.logos li{
	float:left;
}
.logos img{
	float:left;
	display:inline;
	margin:0;
}
.stories{
	padding:0 10px;
	font-size:10px;
	line-height:15px;
}
.stories p{ margin:0;}
.stories ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.stories li{
	padding: 0 0 0 7px;
	background:url(../images/stories-bowlet.gif) no-repeat 1px 5px;
}
.stories a{
	color:#000;
	text-decoration:none;
}
.stories a:hover{ text-decoration:underline;}
.center-bar{
	float:left;
	width:151px;
}
.center-bar .form{
	padding:3px 16px 11px;
}
.center-bar .form .text{
	padding:2px 2px 0;
	width:111px;
	height:20px;
	display:block;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #ddd;
}
.center-bar .form .button{
	display:block;
	margin:5px 0 0;
}
.right-bar{
	float:right;
	width:151px;
}
.right-bar .form{
	padding:3px 10px 10px;
	font-size:10px;
}
.right-bar .form .row{
	overflow:hidden;
	width:100%;
	padding:3px 0 7px;
}
.right-bar .form label{
	float:left;
	width:40px;
	height:21px;
	display:table;
	padding:1px 0 0;
}
.right-bar .form label span{
	display:table-cell;
	vertical-align:middle;
}
.right-bar .form .text{
	padding:2px 2px 0;
	width:70px;
	height:20px;
	float:left;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #ddd;
}
.right-bar .form .button{ display:block;}
#footer{
	height:87px;
	margin:-114px auto 0;
	width:836px;
	background:url(../images/footer.png);
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:27px 0 0;
}
#footer a{
	color:#fff;
}
#footer p{ margin:0; position:relative;}
.content h3 a{
	text-decoration:none;
	color:#FFF;
}
.navigation div{
	display:inline;
	margin:10px;
}
.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	float:right;
}
.content h2{
	margin:5px;
}
.flash{
	width:443px;
	height:300px;
	margin:2px 5px 0 auto
}