/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

body {
	margin:0;
	font: 13px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	text-align:center;
	min-width: 940px;
	color: #595959;
	line-height: 18px;
	background-color:#fff;
	height:100%;
}
	
body A:link    	{ color: #29a5d6; font-weight: normal; text-decoration: none; }
body A:active  	{ color: #29a5d6; font-weight: normal; text-decoration: none; }
body A:visited 	{ color: #29a5d6; font-weight: normal; text-decoration: none; }
body A:hover  	{ color: #000000; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 22px Georgia, Times New Roman, Times, serif; 
	color: #000; 
	padding-top: 0px;
	padding-bottom:10px;
	margin: 0;
	font-weight: bold;
	font-style:italic;
	letter-spacing: -1px;
}

h2 {
	font: 18px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000; 
	padding-top: 0px;
	margin: 0;
	font-weight: bold;
	font-style:italic;
	letter-spacing: -1px;
}
	
#main {
	background: #fff;
	margin:0 auto;
	padding-top:50px;
	width: 940px;
	height: 100%;
	text-align: left;
	
}

/*#nav {
	background: #6dcff6;
	margin-top: 36px;
	margin-bottom: 36px;
	width: 925px;
	height: 40px;
	text-align: left;
	font: 18px Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 15px;
}*/


/* Navigation */

#nav {margin:0;}

#nav {
	width: 940px;
	float:left;
	position: relative;
	font: 16px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-style:italic;
	font-weight: bold;
	margin-bottom: 12px;
	background-color: #6dcff6;
	margin-top: 30px;
	}
	  
#nav ul {
	margin:0;
	margin-left: 20px;
	padding:0px 0px 0 0px;
	list-style:none;
	}
	  
#nav li {
	float:left;
	margin:0 0 0 0px;
	padding:0;
	height: 41px;
	line-height: 41px;
	}
	
#nav a {
	float:left;
	display:block;
	left:-14px;
	margin-right:10px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	color:#fff;
	}
	  
#nav > ul a {width:auto;}
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover {
	color:#7b7b7b;
	}
	  
#home #nav-home, 
#about #nav-about,
#articles #nav-articles, 
#places #nav-places,
#links #nav-links,
#contact #nav-contact {
	background-position:100% -150px;
	}
	  
#home #nav-home a, 
#about #nav-about a,
#articles #nav-articles a, 
#places #nav-places a,
#links #nav-links a,
#contact #nav-contact a {
	background-position:0 -150px;
	padding-bottom:0px;
	color:#7b7b7b;
	border-bottom:0;
	}
	  
/* not for IE5.x or IE6 */
#nav li:hover, 
#nav li:hover a {
	background-position:100% -150px;
	color:#7b7b7b;
	}

#nav li:hover a {
	background-position:0 -150px;
	}


#header {
	
}

#image {
	width:368px;
	float:left;
	height: 81px;
	padding-top: 19px;
}

#flash {
	width:550px;
	float:right;
}

#leftcontent {
	width:407px;
	margin-right:25px;
	position: relative;
	float:left;
}

#subcontent {
	width:650px;
	margin-right:47px;
	position: relative;
	float:left;
	list-style-image: url(images/bullet.gif);
}

#subcontent2 {
	width:670px;
	margin-right:27px;
	position: relative;
	float:left;
	list-style-image: url(images/bullet.gif);
}

#subcontent img{
	border: solid;
	border-top-color: #595959;
	border-width: 1px;
}

#rightcontent {
	width:240px;
	margin-right:25px;
	float:left;
	position: relative;
}

#break {
	position:relative;
	float:left;
	width:847px;
}

#botleft {
	width:240px;
	position:relative;
	float:left;
}

#botmid {
	width:262px;
	margin-right:20px;
	position: relative;
	float:left;
}

#botright {
	width:262px;
	margin-right:20px;
	position: relative;
	float:left;
}

#foot {
	position:relative;
	float:left;
	width:940px;
	color: #595959;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom:50px;
	font: 11px Lucida Grande, Verdana, Georgia, Times New Roman, Times, serif;
	border-top: solid;
	border-top-color: #595959;
	border-top-width: 1px;
}

#foot A:link    	{ color: #595959; font-weight: normal; text-decoration: none; }
#foot A:active  	{ color: #595959; font-weight: normal; text-decoration: none; }
#foot A:visited 	{ color: #595959; font-weight: normal; text-decoration: none; }
#foot A:hover  	{ color: #595959; font-weight: normal; text-decoration: underline; }

#sidetitles {
	background: #6dcff6;
	margin-bottom: 0px;
	width: 225px;
	height: 24px;
	text-align: left;
	font: 16px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-style:italic;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 15px;
}