/* build */
html{
	min-height:100.15%;
	}
body{
	background-color:#FFFFFF;
	margin: 0px; padding: 0px;
	color: #05528a;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	}
.head_top_left{
	background-image:url(images/head_top_left.jpg);
	background-repeat: no-repeat;
	}
.right_side{
	background-image:url(images/right_side.jpg);
	background-repeat: no-repeat;
	}
.main_ext{
	background-image:url(images/main_ext.jpg);
	background-repeat:repeat-y;
	}
.main_div{
	width:443px;
	padding:10px 0 15px 15px
	}
.smokeBottom{
	background-image:url(images/menu_bot.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	}
#overDiv{
	position:absolute;
	visibility: hidden;
	z-index:1000;
	}

/* site wide fonts */
#textError{
	color: #CA0023;
	}
small{
	font-size:11px;
	}
h5.mine{
	font-size: 14px;
	margin:0; padding:0;
	}
h4.mine{
	font-size: 16px;
	margin:0; padding:0;
	}
h3.mine{
	font-size: 18px;
	margin:0; padding:0;
	}
h2.mine{
	font-size: 20px;
	margin:0; padding:0;
	}
h1.mine{
	font-size:22px;
	margin:0; padding:0;
	}

/* Contact */
.contactForm{
	padding: 15px 0 0 0;
	}
input#name, input#mail{
	width: 325px;
	height: auto;
	padding: 2px;
	border:1px #05528a solid
	}
textarea#message {
	width: 322px;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px;
	border:1px #05528a solid;
	}
input#verify{
	padding: 2px;
	border:1px #05528a solid
	}

/* wordpress image borders with captions */
DIV.imgCapR{
	padding: 5px;
	background-color: #a2bcdd;
	float:right;
	display: inline;
	}
DIV.imgPadR{
	padding-bottom: 10px;
	float:right;
	display: inline;
	}
DIV.imgCapL{
	padding: 5px;
	background-color: #a2bcdd;
	float:left;
	display: inline;
	}
DIV.imgPadL{
	padding-bottom: 10px;
	float:left;
	display: inline;
	}

/* Links */
a:link, a:active, a:visited{
	color:#000066;
	text-decoration:none;
	}
a:hover{
	color:#330099;
	text-decoration:underline;
	}
a.postTitle:link, a.postTitle:active, a.postTitle:visited{
	color:#000066;
	text-decoration:none;
	font-weight:400;
	}
a.postTitle:hover{
	color:#330099;
	text-decoration:none;
	font-weight:400;
	}

/* Photo Album */
small.alb{
	color: #ACACAC;
	}
	
a:link, a:visited, a:active{
	/*color: #9b82ec;*/
	color:#330099;
	text-decoration:none;
}
a:hover{
	color: #6c66df;
	text-decoration:underline;
}

/* Pagan - Map */
div.legend{
	border:1px solid #999999;
	height:236px;
	max-width:188px;
	overflow-x: hidden;
	overflow-y:scroll;
}