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

body {
	background-color: #562f13;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}

img { 
border: none;
}
a {
	color: #448ccb;
}
a:hover {
	color: #00568b;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #555555;
	margin: 0px;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #448ccb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #c7a257;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: .1em;
	font-style: italic;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #448ccb;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	letter-spacing: .1em;
	font-style: italic;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00568b;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	letter-spacing: .05em;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #448ccb;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-style: italic;
}

.clear {
	clear: both;
}
.dark-blue {
	color: #00568b;
}
.bio-name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00568b;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	letter-spacing: .05em;
}
.position {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-style: italic;
}
.blue {
	color: #448ccb;
}
.break {
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#d7d7d7;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 210px;
	width: 340px;
}
.facebook-text {
	font-size: 18px;
	margin-left: 25px;
	margin-top: 20px;
}

hr {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#d7d7d7;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c7a257;
	margin-bottom: 5px;
	text-transform: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
}

#page-wrap {
	position:relative;
	width:1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}

/*BEGIN NAVIGATION STYLES*/

#main-nav ul#nav {
	margin-left: 250px;
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	font-size: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f9ffff;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a.round {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: auto;
	margin-right: 20px;
}

#nav a.round:hover {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	background-color: #000;
	background-image: url(img/hover-gradient-nav.jpg);
	background-repeat: repeat-x;
}



#nav li {
	float: left;
	
}

#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	font-size: 11px;
	background-color: #36160f;
	border: 1px solid #000;
}

#nav li ul li {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c3214;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}

 #nav li ul li:hover {
	background-color: #5c3214;
	
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* END NAVIGATION STYLES*/

#header {
	margin: 0px;
}
#content {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	background-color: #ebebeb;
	width: 950px;
	margin-left: 10px;
	margin-top: -1px;
	background-image: url(img/gradient-content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	float: left;
}
#content .breadcrumb {
	width: 500px;
	margin-bottom: 20px;
}
#content .breadcrumb a {
	font-size: 11px;
	color: #00568b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content .breadcrumb a.child {
	color: #c7a257;
}
#content .main-col {
	width: 585px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 50px;
	float: left;
}
#content .main-col p {
	width: 565px;
}
#content .main-col .intro {
	background-image: url(img/main-box.png);
	background-repeat: no-repeat;
	height: 315px;
	width: 535px;
	padding: 20px;
	margin-top: 15px;
}
#content .main-col .intro p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 21px;
	color: #464646;
	width: 505px;
	margin-left: 10px;
}
#content .main-col img {
	border: 2px solid #d0d4dd;
}
#content .main-col .form p{
	font-size: 13px;
	color: #555555;
}
#content .main-col .form #contact #btn {
	background-color: #448ccb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	cursor:pointer;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 15px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#content .main-col .form #contact #btn:hover {
	background-color: #00568b;
}
#content .main-col .form #contact p #comments {
	width: 350px;
	height: 115px;
	overflow: visible;
}
#content .main-col .form #contact p #email {
	width: 250px;
}
#content .main-col .form #contact p #fullname {
	width: 250px;
}

#content .main-col .two-col  {
	width: 255px;
	float: left;
	margin-right: 30px;
	
}
#content .main-col .two-col p  {
	font-size: 12px;
	line-height: 23px;
	width: 255px;
	float: left;
	margin-right: 30px;
}
#content .main-col .quote {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	border: 1px solid #555555;
	background-color: #fff;
	padding: 15px;
}
#content .main-col .quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
}
#content .main-col li.check{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5c3214;
	list-style-image: url(img/list.gif);
	list-style-position: inside;
	list-style-type: none;
	
}
#content .main-col li.document{
	list-style-position: inside;
	list-style-image: url(img/list-document.gif);
	list-style-type: none;
}

#content .main-col #gallery{
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}			
#content .main-col #gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 7px;
	border-bottom-color: #999;
}
#content .main-col #gallery2{
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}			
#content .main-col #gallery2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 7px;
	border-bottom-color: #999;
}
#content .main-col .contact-box {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	background-image: url(img/contact-box.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 448px;
	border: 1px solid #555555;
}

#content .main-col .contact-box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #606060;
	margin-top: 48px;
	margin-left: 20px;
	line-height: 25px;
}
#content .main-col .contact-box a  {
	text-decoration: none;
}
#content .main-col .bio p{
	font-size: 12px;
}
#content .main-col .bio img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-bottom: 2px;
}
#content .main-col .box {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	border: 1px solid #c2c2c2;
	background-color: #ececec;
	padding: 15px;
	width: 210px;
	margin: 10px;
	font-size: 14px;
	color: #555555;
	background-image: url(img/box.jpg);
	background-repeat: repeat-x;
}
#content .main-col .box2 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	border: 1.5px solid #c2c2c2;
	background-color: #ececec;
	padding: 15px;
	width: 470px;
	font-size: 14px;
	color: #555555;
	background-image: url(img/box.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
#content .main-col .box3 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	border: 1px solid #c2c2c2;
	background-color: #ececec;
	padding: 15px;
	width: 520px;
	font-size: 14px;
	color: #555555;
	background-image: url(img/box.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content .sidebar {
	float: left;
	width: 310px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ebebeb;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/sidebar.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
#content .sidebar .announce {
	background-image: url(img/sidebar-announcement.jpg);
	height: 262px;
	width: 278px;
	margin-top: 100px;
}
#content .sidebar .announce .col {
	width: 250px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#page-wrap #content .sidebar .announce .col ul li {
	font-size: 10px;
	color: #a1b2ab;
	list-style-type: square;
}


#page-wrap #content .sidebar .announce .col ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #a1b2ab;
	list-style-type: square;
}
#page-wrap #content .sidebar .announce .col p.announcement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	color: #d5e3ef;
	width: 185px;
}

#content .sidebar .fbook img {
	padding-top: 10px;
}

#footer {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	background-color: #2a0e00;
	width: 940px;
	margin-top: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	text-transform: uppercase;
}
#footer ul li a {
	color: #c7a257;
	font-size: 13px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

