@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'CourierNewRegular';
    src: url('fonts/courier_new-webfont.eot');
    src: url('fonts/courier_new-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/courier_new-webfont.woff') format('woff'),
         url('fonts/courier_new-webfont.ttf') format('truetype'),
         url('fonts/courier_new-webfont.svg#CourierNewRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CourierNewBold';
    src: url('fonts/courier_new_bold-webfont.eot');
    src: url('fonts/courier_new_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/courier_new_bold-webfont.woff') format('woff'),
         url('fonts/courier_new_bold-webfont.ttf') format('truetype'),
         url('fonts/courier_new_bold-webfont.svg#CourierNewBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCNewBaskervilleStdRoman';
    src: url('fonts/newbaskervillestd-roman-webfont.eot');
    src: url('fonts/newbaskervillestd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newbaskervillestd-roman-webfont.woff') format('woff'),
         url('fonts/newbaskervillestd-roman-webfont.ttf') format('truetype'),
         url('fonts/newbaskervillestd-roman-webfont.svg#ITCNewBaskervilleStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	width:100%;
	height:100%;
	margin: 0 auto;	
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
}
	
a img{
	border:none;
}

#wrapper{
	width:100%;
	height:100px;	
	position:absolute;
	background:#fff;
	top:0;
	left:0;
	z-index:9999999999;
}

#menuwrapper{
	margin:auto;
	width:850px;
	height:100px;
	background:url(images/bgb.jpg) center no-repeat;
	border-bottom: 1px solid #DDD;
	}
	
#logo{
	width:465px;
	height:100px;
	float:left;
}

#menudiv{
	width:375px;
	height:38px;
	float:left;
	padding-top:62px;
	font-size:14px;
}

#contentwrapper{
	margin:10px 0;
	width:100%;
}

#content{
	margin:auto;
	width:850px;
}

#footer {
	background:url(http://annhigginbottom.com/blog/wp-content/themes/chunk/images/footer.jpg) top center no-repeat;
	border-top: 1px solid #ddd;
	clear: both;
	color: #8599A8;
	font-size: 12px;
	font-weight: normal;
	height:80px;
	margin: auto;
	padding-top: 25px;
	text-align: center;
	width: 850px;
}

#footer a {
	color: #36bcab;
	text-decoration: none;
}


/********************** MENU **********************/
.clear {
	clear:both
} 

#nav {
    margin:0; 
    padding:0 11px; 
    list-style:none;
	font-family: 'ITCNewBaskervilleStdRoman', Times New Roman, serif;
}   
     
#nav li {
	float:left; 
	display:inline; 
	padding-right:5x;
	position:relative;
	z-index:999999999999; 
}
	 
#nav li a {
	font-family: 'ITCNewBaskervilleStdRoman', Times New Roman, serif;
	display:block; 
	padding:5px 10px 5px 10px;  
	text-decoration:none;  
	text-transform:uppercase;
	text-align:center; 
	color:#8599A8;
	webkit-transition: all 250ms linear;
	-webkit-transition-delay: initial;
	-webkit-transition-property: all;
	-webkit-transition-duration: 250ms;
	-webkit-transition-timing-function: linear;
}

#nav li a:hover {
	color:#fff;
	background:#8599A8;
}

.sub{
	padding-right: !important 0px;
	}
 
#nav a.selected {
	color:#f00;
}
     
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0; 
	padding:0; 
	list-style:none;
	background: #BCBEC0;
}
 
#nav ul li {
	font-family: 'ITCNewBaskervilleStdRoman', Times New Roman, serif;
	font-size:12px;
	width:195px; 
	float:left; 
	margin-top:0px;
	padding-right:0px;
}
 
#nav ul a {
	display:block;  
	height:15px;
	padding: 8px 5px; 
	color:#ffffff;
	webkit-transition: all 250ms linear;
	-webkit-transition-delay: initial;
	-webkit-transition-property: all;
	-webkit-transition-duration: 250ms;
	-webkit-transition-timing-function: linear;
}
 
#nav ul a:hover {
	text-decoration:none;  
}

#menuwrapper{
	margin:auto;
	width:850px;
	height:100px;
	background:url(images/bgb.jpg) center no-repeat;
	border-bottom: 1px solid #ddd;
	}
	
#logo{
	width:465px;
	height:100px;
	float:left;
}

#menudiv{
	width:375px;
	height:38px;
	float:left;
	padding-top:62px;
	font-size:13px;
}
