/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #72bca6;
	text-align: center;
}


a:link {
	color: #448E78;
	
}
a:visited {
	color: #448E78;
	
}
a:active {
	color: #448E78;
	
}
a:hover {
	text-decoration: none;
	color: #CC6600;
	text-align: left;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 115%;
 color: #333333;
}


h2{
	font-size: 114%;
	color: #666633;
padding: 2px 0 2px 2px;

	margin-bottom: 5px;
}


h3{
 font-size: 70%;
 color: #666666;
}


h4{
 font-size: 115%;
 font-weight: bold;
 color: #993300;
	width: 100%;
margin-bottom: 10px;
padding-right: 25px;
}


h5{
	font-size: 70%;
	color: #993300;
	font-weight: bold;
	margin: 4px 0px 5px -3px;
	padding: 5px 0 5px 2px;
	width: 150px;


	border-bottom: 1px solid #d8d8b1;
}


ul{
 list-style-type: square;
}


ul ul{
 list-style-type: disc;
}


ul ul ul{
 list-style-type: none;
}


label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 750px;
	height: auto;
	background-image: url(images/development/bg.jpg);
	display: block;
	overflow: hidden;
	background-repeat: repeat-y;
	margin-top: 25px;
	margin-left: auto;
margin-right: auto;
text-align: center;
	}
#masthead{


	width: 100%;
	padding-bottom: 25px;
	text-align: left;
	background-image: url("images/development/Anchoragewalkaboutlogo.jpg");
	background-repeat: no-repeat;
}
#mainsection {
	margin-left:19px;
	background-image:url(images/development/center.jpg);
	background-repeat:no-repeat;
	height: 511px;
	overflow: visible;
	left: 1px;
	}
#mainsectionI {
	


}
.newside {
	float: right;
	width: 200px;
}


.mainSpecial {background-image:url(images/development/exterior.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	text-align:left;}


#navBar{
	width: 203px;
	height:25px;
	float:left;
	display:block;
	margin-left: -25px;
	position: relative;
	overflow: visible;
}
#navBar a{
	font-family:"Courier New", Courier, mono;
	font-size: 14pt;
	text-align: center;
	color:#FFFFFF;
	display:block;
	background-image: url(images/development/button.gif);
	background-repeat:no-repeat;
	height: 40px;
	padding-top: 8px;
	font-weight:bold;


	text-decoration: none;
}
#navBar a:hover {	background-image: url(images/development/button2.gif);
	background-repeat:no-repeat;


	}






/***********************************************/
/*Component Divs                               */
/***********************************************/


/* adjust margins to change separation between the feature image and text flowing around it */
/*************** #pageName styles **************/


.pageName{
	font-size: 115%;
	color: #CC6600;
	text-align: right;
	vertical-align: top;
	margin-top: -25px;
	position:relative;
	width:400px;
	white-space: nowrap;
}




/************* #globalNav styles **************/


/************** .feature styles ***************/


#feature{
position:relative;
	float:right;
	padding: 0px 20px 10px 0px;
	text-align: left;
	margin-top:10px;
width: 400px;
overflow: visible;
clear:both;
}
#featureI{
position:relative;
	float:right;
	padding: 0px 20px 10px 0px;
	text-align: left;
	margin-top:10px;
width: 470px;overflow: visible;
clear:both;
}
.story2 {
	width: 200px;
	font-size: 10pt;
	color: #000000;
	padding: 0px 20px 10px 0px;
	text-align: left;
	margin-top:10px;
	margin-left:200px;


}
.story3 {
	width: 400px;
	font-size: 10pt;
	color: #000000;
	padding: 0px 20px 10px 0px;


	text-align: left;
	margin-top:10px;
	margin-left:200px;}
.story {
	width: 500px;
	margin-top:10px;		
padding: 0px 20px 10px 0px;
position:relative;
clear:both;
overflow:visible;
float:right;
left:-20px;


}
.story4 {
	width: 500px;
	margin-top:10px;		
padding: 0px 20px 10px 0px;
position:relative;
float:right;
text-align:left;
}
.story4 img{
	border:1px solid #cccccc;}
.story a{
	font-size: 130%;
	color: #448E78;
font-weight: bold;
text-decoration: none;
}
.homeContent{position: absolute;
	top: 600px;
	left: 200px;}
/************* #siteInfo styles ***************/


#siteInfo {
	background-image: url(images/development/bottom.jpg);
	background-repeat: no-repeat;
	height:77px;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
		display: block;
	overflow: hidden;
width: 750px;
	margin-left: auto;
margin-right: auto;
}








/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/


#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/*********** #sectionLinks styles ***********/




/************** #advert styles **************/




/************** #headlines styles **************/


#headlines{
	font-size: 75%;
	color: #CC6600;
	text-align:left;
	background-image: url(images/development/sideBG.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	border:none;
}
#headlines img {
position:relative;
margin-top:-10px;


}

#headlines2{
	font-size: 75%;
	color: #CC6600;
	text-align:left;
	
}
.style1 {
	font-size: 13pt;
	color: #3399CC;
	font-weight: bold;
}.photocaption {
	font-style: italic;
	color: #666;
	font-size: 75%;
		line-height: 1;
}

