/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #f9f6f6;
	color: #273b76;
	font: .8em "Palatino Linotype", "Times New Roman", Times, serif
}
a{
	color: #273b76;
	text-decoration: none
}
a:hover{
	color: #c4b783
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.5em;
	margin: 0 0 .2em;
	padding: 0 0 0 0px
}
h3{
	font-size: 1.2em;
	margin: 0 0 1em
}
h4{
	font-size: 1em;
	margin: 0 0 1em
}
p{
	line-height: 1.1em;
	padding: 0 0 6px
}
blockquote{
	color: #000000;
	font: 1.3em "Monotype Corsiva", "Times New Roman", Times, serif
}
blockquote p{
	padding: 0 0 .3em
}
cite{
	color: #000000;
	font-size: .85em;
	font-style: normal;
	font-weight: bold;
	display: block;
	line-height: 13px;
	margin: 0 0 25px;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 752px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top;
	border-bottom: 3px solid #c4b783;
	height: 136px
}
#header .content{
	padding: 4px 0 0 4px;
	float:left; 
}
/*- Logo -*/
#header h1{
	text-indent: -9999px;
	float:right; 
	background: url(../images/logo.jpg) no-repeat top; 
	width: 522px
}
#header h1 a{
	display: block;
	height: 136px
}
#header h1 a:hover{
	text-decoration: none
}
/*- Slogan -*/
.slogan{
	background: #c4b783;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	height: 43px;
	overflow:  hidden;
	text-align: center
}
.slogan p{
	padding: 0;
		line-height: 12px;
}
.slogan em{
	font: bold 20px "Monotype Corsiva", "Times New Roman", Times, serif;
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 1em
}
* html .nav1{
	font-style: italic;
}
.nav1 li{
	height: 1%;
	margin: 0 0 6px
}
.nav1 li a{
	color: #050f4c;
	display: block;
	font-size: 20px;
	padding: 0 0 0 15px
}
.nav1 li a:hover{
	color: #c4b783;
	text-decoration: none
}
.nav1 li.active a{
	color: #050f4c;
	text-decoration: none
}
.nav1 li.active li{
	margin: 0
}
.nav1 li.active li a{
	color: #050f4c;
	font-size: 20px;
	padding: 0 0 0 35px
}
.nav1 li li a:hover{
	color: #c4b783
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 20px 0 0;
	padding: 0 12px 15px
}
.col1{
	float: left;
	margin: 35px 0 0;
	width: 220px
}
.col2{
	float: right;
	width: 430px;
	margin: 35px 0 0 15px
}
#home .col2{
	width: 460px
}
.col3{
	margin: 0 auto;
	padding: 13px 0 0;
	height: 1%;
	width: 520px
}
.col4{
	float: left;
	font: 1.3em "Monotype Corsiva", "Times New Roman", Times, serif;
	margin: 30px 0 0;
	width: 60px
}
/*=== Link Buttons ===*/
.btn-excer{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	border: 2px solid #273b76;
	display: block;
	float: left;
	margin: 0 15px
}
* html .pic img{
	margin: 0 12px;
}
/*=== Footer ===*/
#footer{
	background: #c4b783;
	color: #273b76;
	font-size: 12px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center
}
#footer a{
	color: #273b76
}
#footer a:hover{
	text-decoration: underline;
}
#footer li{
	display: inline;
	padding: 0 7px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
