@charset "utf-8";

/* CSS Document */

/* Basics
----------------------------------------------------------------------------------------------------*/

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.33;
}

a {
	color: #3371CC;
	text-decoration: none;
}


a:visited { color: #6666CC; }

a:hover { color: #C0843A; }

a:active { color: #CC0000; }

/*a:focus { outline: 1px dotted; }*/

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 1em;
}
fieldset p {
	margin: 0px 0px 2px 20px;
	text-indent: -10px;
}


legend {
	font-size: 110%;
	font-weight: bold;
}
input { line-height: 1; }



ins { border-bottom: 1px dashed; }

ol { list-style: decimal; }

ul { list-style: square; }

li {
	margin-left: 30px;
	list-style-type: square;
}

p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
	color:#D0AA7B;
	margin-bottom: 0.5em;
	line-height: 1;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 300%; }

h2 {
	font-size: 250%;
	letter-spacing: -1px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

h3 {
	font-size: 160%;
	color: #D0AA7B;
}

h4 { font-size: 130%; }

h5 { font-size: 120%; }

h6 { font-size: 110%; }

/* Sections
----------------------------------------------------------------------------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header {
	background: #005480 url(../images/header.jpg) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 170px 50px 20px 110px;
	text-align: center;
	font-style: italic;
}
#header p {
	margin: 0px;
	padding: 0px;
}

#phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 122px;
	padding-right: 30px;
}
#header a {
	display: block;
	float: left;
	height: 170px;
	width: 180px;
}



#sidebar {
	display: inline;
	float: left;
	margin: 0px;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar p { padding-right: 10px; }

.nav li {
	color: #666666;
	list-style-type: none;
	line-height: 1;
	margin: 0px;
	text-align: right;
	font-size: 20px;
}
.nav {
	background: #b5cade;
	border-bottom: 20px solid #005480;
	border-top: 5px solid #9CB8D3;
	padding-top: 15px;
	padding-bottom: 10px;
}

.nav a, .nav a:visited {
	color: #005480;
	display: block;
	width: 160px;
	text-align: right;
	padding: 5px 20px 5px 0px;
}

.nav a:hover { background: #d3dfeb; 
}

.nav a:hover.current {
	background: #FF0000;
	background-color: transparent;
	background-image: url(../images/hilite.jpg)
}
.quote {
	font-size: 14px;
	color: #005480;
	line-height: 1;
}
.bigger {
	font-size: 18px;
	font-weight: bold;
}

#content {
	background: #FFFFFF;
	display: inline;
	float: left;
	margin: 20px 0px 0px 30px;
	width: 590px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
}



#rightbar {
	display: inline;
	float: left;
	margin: 15px 40px 0px 0px;
	width: 190px;
	color: #666666;
}

#rightbar li { margin-left: 15px; }


#footer {
	background: bottom;
	color: #999999;
	clear: both;
	font-size: 11px;
	min-height: 30px;
	padding: 10px 0px 20px 210px;
}

#footer p { margin: 0px; }

/* Special Classes 
----------------------------------------------------------------------------------------------------*/

.hide { display: none; }
.pic {
	border: 8px solid #F2E8DB;
	margin-bottom: 5px;
	margin-left: 10px;
}

.clear {
	clear:both;
	display:block;
	height:0;  
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.line {
	font-size: 20px;
	color: #D0AA7B;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.box {
	background: #D0AA7B;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 5px;
	float: right;
	width: 250px;
	margin-left: 10px;
	color: #FFFFFF;
}
.hilite {
	background: #F2E8DB;
	padding: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box p { margin-bottom: 0em; }
.box h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: #005480;
	padding: 8px;
}

.box ul {
	margin: 0px;
	padding: 12px 8px 12px 0px;
}
.box li { }




.current { background: url(../images/hilite.jpg) repeat-y; }
.pull1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #005480;
	padding: 8px;
	float: left;
	margin-bottom: 10px;
}

.pull {
	font-size: 18px;
	font-weight: bold;
	color: #B8905F;
	line-height: 1;
}


img.imgleft {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 3px;
}

img.imgright {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 5px 0px 5px 15px;
	padding: 3px;
}

img.imgctr {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.feature {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 10px;
}

.feature2 {
	font-size: 120%;
	font-weight: bold;
	color: #B8905F;
	line-height: 1.2;
}

.smallbox {
	font-size: 11px;
	line-height: 12px;
	padding-top: 20px;
	text-align: center;
}

#img1 {
	background: url(../gallery/lr1b.jpg) left top;
	background-position: 0px -391px;
	float: left;
	height: 391px;
	width: 500px;
}

#img1:hover { background-position: 0px 0px; }
