/* CSS Document */

body{
	background-color:#ffffff;
}

#wrap{
	text-align:center;
	margin:auto auto;
	width:760px; /* 770px */
	border:5px solid #f5f5f5;
}

#container{
	border:8px solid #ffffff;
	border-bottom:none;
}

#banner{
	border-top:8px solid #8c8374;
	border-bottom:8px solid #8c8374;
	border-right:8px solid #8c8374;
	border-left:none;
	width:736px;
	background-color:#8c8374;
}

#banner_logo{
	float:left;
	width:241px;
	padding-top:8px;
}

#banner_photo{
	float:right;
	background:url("../images/header-img.jpg") no-repeat;
	width:487px;
	height:92px;
}

.clear{
	clear:both;
}

#navigation{
	border-bottom:1px solid #c1c1c1;
	background:url("../images/nav-bg.gif");
	margin-bottom:9px;
}

#navigation ul{
	padding:0;
	margin:0;
	list-style:none;
}

#navigation ul li{
	float:left;
}

#navigation ul li a{
	background:url("../images/nav-bg.gif");
	display:block;
}

#navigation ul li a:hover{
	background:url("../images/nav-bg-over.gif");
	display:block;
}

#subnav{
	border-top:1px solid #e9e9e9;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:url("../images/subNav_bg.gif") bottom left repeat-x;
	height:29px;
}

#sub_links{
	margin-top:5px;
	margin-left:10px;
}

#sub_links a{
	padding:1px 4px 10px 3px;
}

#content{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ebedf1;
	background-color:#ebedf1;
	/*padding:17px 19px;*/
	padding:2px 19px 19px 19px;
}

#footer{
	background:url("../images/footer-tile.gif") top;
	padding:15px 8px 10px 0px;
	text-align:right;
}

/* unique index pages columns */
#index_col1{
	width:244px;
	float:left;
	padding-top:17px;
	padding-bottom:20px;
	padding-left:1px;
}
#index_col2{
	float:left;
	width:220px;
	padding-left:15px;
	padding-top:5px;
}
* html div #index_col2{
	padding-top:19px;
}

#index_col2 p{
	margin-left:-1px; /* is negative margin value good? */
	margin-top:15px;
}

#index_col3{	
	float:left;
	width:206px;
	padding-left:16px;
	padding-top:7px;
}
* html div #index_col3{
	padding-top:19px;
}


#index_col3 ul{
	list-style:none;
	padding:0;
	margin:0;
}
#index_col3 ul li a{
	display:block;
	padding:3px 0 3px 6px;
	margin:2px;
	background-color:#F5F6F7;
	width:198px;
}

#index_col3 ul li a:hover{
	display:block;
	padding:3px 0 3px 6px;
	margin:2px;
	background-color:#e4e4e4;
}