@charset "UTF-8";

/* --------- RESET --------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym { 
	border: 0;
}

:focus {
	outline: none;
}

/* --------- CLEARFIX TOOL --------- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
.clearing {
	clear: both;
}

/* --------- BASIC STYLES --------- */

body {
	background: #bebebe url('../img/bg-body.gif') repeat-x left top;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 22px;  
}

h2 {
	font-size: 20px; 
}

h3 {
	font-size: 18px;  
}

h1,h2,h3 {
	margin: 0.6em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight: bold; 
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
} 

em {
	font-style: italic;
}

blockquote,ul,ol,dl {
	margin: 1em;
}

ol,ul,dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}
ul li.bullets {
	list-style-image:url(../img/bullet-tan.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.44em;
}

dl dd {
	margin-left: 1em;
}

th,td {
	padding: 0.5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p,fieldset,table {
	margin-bottom: 1em;
	line-height: 1.6em;
}

a {
	text-decoration: none;
}

/* --------- LAYOUT --------- */
#wrapper_hp {
	width: 966px;
	min-height: 570px;
}
#wrapper {
	width: 100%;
}

#main {
	position: relative;
	width: 981px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: url('../img/bg-header.gif') no-repeat left top;
	height: 166px;
}

#container {
	padding: 5px 7px;
	background: #bebebe url('../img/bg-container.gif') repeat-y left top;
}

#content {
	width: 568px;
	padding: 0 0 0 80px;
	float: left;
}
#content_int {
	width: 555px;
	padding: 20 0 0 0px;
	float: left;
}

#sidebar {
	width: 315px;
	float: left;
}
#leftcol {
	width: 240px;
	padding-left:20px;
	float: left;
	display: inline;
}
#rightcol {
	width:700px;
	float: left;
	display: inline;
}
#locations {
	position:relative;
	background-image:url(../img/bg-locations.gif);
	background-repeat: no-repeat;
	width:395;
	height:235;
	padding-top:4px;
	}

/*#photo_hp {
	position:absolute;
	top:521px;
	right:38px;
	z-index:100;
}*/
#footer {
	background: url('../img/bg-footer.gif') no-repeat left top;
	padding: 15px 0 0 12px;
	font-size: 10px;
	color: #3c3c3c;
}


/* --------- HEADER --------- */

#header #logo {
	padding: 28px 0 0 10px;
	text-indent: -9999em;
}

#header #logo h1 {
	margin: 0;
}

#header #logo h1 a {
	background: url('../img/bg-logo.gif') no-repeat left top;
	display: block;
	float: left;
	width: 460px;
	height: 67px;
}


#navigation ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40px;
	bottom: 7px;
}

#navigation ul li {
	display: inline;
	
}

#navigation ul li a {
	background: url('../img/bg-tabs.png') no-repeat left top;
	width: 159px;
	height: 23px;
	display: block;
	font-family: "Georgia", sans-serif;
	color: #ffffff;
	font-style: italic;
	font-size: 16px;
	float: left;
	text-align: center;
	padding: 22px 0 0 0;
	margin: 0 -38px 0 0;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background-position: left bottom;
}

/* --------- CONTENT --------- */

#subnav {
	margin: 0 0 20px 0;
}

#subnav ul li {
	background: url('../img/bullet.gif') no-repeat right top;
	display: inline;
	font-size: 11px;
	color: #3c3c3c;
	padding: 0 18px 0 2px;
}

#subnav ul li a {
	color: #3c3c3c;
	text-decoration: none;
}

#subnav ul li a.current {
	color: #447699;
	font-weight: bold;
}

#subnav ul li a:hover {
	border-bottom: 1px solid #CCC;
}

#subnav ul.left li a {
	text-transform: uppercase;
}

#subnav ul li:last-child {
	background: none;
}

#profile-box {
	background: #d0dde5;
	-moz-border-radius: 8px;
	margin: 0 0 1.5em 0;
}

.profile-img, .profile-content {
	margin: 18px 22px;
}

.profile-img {
	width: 143px;
	height: 197px;
	float: left;
}

.profile-img img {
	border: 1px solid #FFF;
}

.profile-content {
	width: 300px;
	float: left;
}

.profile-content h2 {
	font-family: "Georgia", sans-serif;
	font-size: 16px;
	color: #4b000f;
	margin: 0;
}

.profile-content p {
	margin: 0;
}

.profile-content p.description {
	font-style: italic;
	font-weight: bold;
}

.btnContact a {
	background: url('../img/bg-btn-contact.gif') no-repeat left top;
	display: block;
	color: #957f60;
	font-weight: bold;
	text-decoration: underline;
	width: 60px;
	height: 39px;
	padding: 12px 0 0 45px;
}

/* --------- SIDEBAR --------- */

#sidebar .sidebar-box {
	padding: 0 0 0 38px;
}

#sidebar h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #447699;
}

#sidebar h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-transform: none;
}

#sidebar ul {
	padding: 0 0 0 14px;
}

#sidebar ul li {
	line-height: 1.6em;
}

/* --------- FOOTER --------- */

#footer p span {
	text-transform: uppercase;
}

/* ---------  --------- */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	}
.arial14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.highlight {
	color: #53000f;
}
.arial16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #30556e;
}
.georgia16 {
	font-family: "Georgia", sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-style:italic;
	font-weight:bold;
}
.georgia17 {
	font-family: "Georgia", sans-serif;
	font-size: 17px;
	color: #53000f;
}
.georgia18 {

	font-family: "Georgia", sans-serif;
	color: #ffffff;
	font-style: italic;
	font-size: 18px;
	color: #53000f;
}

a.textlink:link          {color: #000000; text-decoration: underline;}
a.textlink:visited       {color: #000000; text-decoration: underline;}
a.textlink:active        {color: #000000; text-decoration: none;}
a.textlink:hover         {color: #000000; text-decoration: none;}
a.textlink:visited:hover {color: #000000; text-decoration: none;}

.left {
	float: left;
}

.right {
	float: right;
}

.red {
	color: #4b000f;
}
