/*                        CSS RESET
**************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	background: transparent;
}
strong	{
	font-weight: bold;
}
cite, em	{
	font-style: italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
textarea {
	overflow: auto;
}
input {
	margin: 0;
	padding: 0;
	border: 0px solid white;
}
button, select, textarea, button, input	{
	font-size: 100.01%;
	font-family: inherit;
}

/*                        BASE STYLES
**************************************************************/

body	{
	background: url(../images/bg_body.jpg) repeat 0px 0px;
	font: 62.5% Cambria, Garamond, 'Times New Roman', Times, serif;
}

/*                        PAGE LAYOUT
**************************************************************/

#wrap	{
	width: 1019px;
	margin: 0 auto;
	padding: 0 43px;
	background: url(../images/bg_wrap.png) repeat-y 0px 0px;
}
#header	{
	height: 70px;
	padding-left: 30px;
}
#nav	{
	height: 42px;
	padding-left: 40px;
	background: #262261;
}
#intro	{
	height: 370px;
	padding-top: 35px;
	background: url(../images/bg_intro.jpg) no-repeat 0px 0px;
}
div.content	{
	height: 1%;
	padding-left: 45px;
}
#footer	{
	height: 89px;
	background: url(../images/bg_footer.jpg) repeat-x 37px 0px;
}

/*                         TYPOGRAPHY
**************************************************************/

h1	{
	font-size: 2.0em;
	line-height: 24px;
}
h2	{
	font-size: 1.8em;
	line-height: 22px;
}
h3	{
	font-size: 1.6em;
	line-height: 20px;
}
h4	{
	font-size: 1.4em;
	line-height: 18px;
}
p	{
	font-size: 1.2em;
	line-height: 16px;
}
li	{
	font-size: 1.2em;
	line-height: 16px;
}

a:focus,
a:hover     { color: #595959; text-decoration: none; }
a           { color: #595959; text-decoration: none; }

/*                        GLOBAL STYLES
**************************************************************/

a, a:visited, a *, a:visited *, button, label	{
	cursor: pointer;
}
.clear	{
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*                        FORMS STYLES
**************************************************************/

input.txt, textarea	{
	height: 21px;
	width: 280px;
	color: #8c8c8c;
	padding: 2px 4px;
	font-size: 1.4em;
	line-height: 16px;
	border: solid 1px #b8bcbf;
}
textarea	{
	padding: 4px;
	width: 300px;
	height: 200px;
}
span.button	{
	position: relative;
	display: inline-block;
}
span.button span	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
span.img	{
	width: 151px;
	height: 198px;
	display: block;
	padding: 5px 0 0 9px;
	background: url(../images/bg_img_143x176.png) no-repeat 0px 0px;
}
span.img img	{
	display: block;
}

/*                        HEADER STYLES
**************************************************************/

#header h1 br	{
	display: none;
}
#header a.logo, #header a.logo:visited	{
	float: left;
	width: 405px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: url(../images/bg_logo.png) no-repeat 0px 0px;
}

/*                        NAV STYLES
**************************************************************/

#nav li	{
	float: left;
	font-size: 1.5em;
	line-height: 80%;
}
#nav a, #nav a:visited	{
	float: left;
	color: #fff;
	height: 27px;
	display: block;
	font-weight: bold;
	padding: 15px 20px 0 20px;
}
#nav a:hover	{
	color: #666;
	background: #fff100;
}
#nav a.active, #nav a.active:visited	{
	color: #80c2ff;
}
#nav a.active:hover	{
	color: #80c2ff;
	background: #262261;
}

/*                         INTRO STYLES
**************************************************************/

#intro h2, #intro p	{
	margin: 0 0 0 675px;
}
#intro h2	{
	height: 35px;
	color: #262261;
	font-size: 2em;
	line-height: 80%;
	background: url(../images/bg_intro_h2.png) no-repeat 27px 27px;
}
#intro p	{
	color: #3a3939;
	margin-bottom: 1em;
	margin-right: 35px;
	text-align: justify;
	letter-spacing: 2px;
	font: small-caps 1.5em/20px Cambria, 'Times New Roman', Times, sans-serif;
}
#slideshow	{
	float: left;
	width: 610px;
	height: 302px;
	margin-left: 35px;
	position: relative;
	background: #25215e;
	border: solid 5px #25215e;
}
#intro div.slides	{
	top: 0;
	left: 0;
	display: block;
	position: absolute;
}
#intro div.slides img	{
	display: block;
}
#intro div.slides p	{
	z-index: 2;
	color: #fff;
	float: left;
	width: 590px;
	height: 27px;
	font-size: 1.6em;
	line-height: 80%;
	letter-spacing: 0;
	position: relative;
	margin: -60px 0 0 0;
	padding: 12px 0 0 20px;
	background: url(../images/bg_intro_strip.png) repeat-x 0px 0px;
}

/*                        CONTENT STYLES
**************************************************************/

div.content h2	{
	color: #666;
	height: 45px;
	font-size: 2.4em;
	line-height: 80%;
	background: url(../images/bg_content_h2.png) no-repeat 0px 25px;
	text-align:justify;
}
div.content h3	{
	color: #333;
	font: bold 2.4em/80% Garamond, 'Times New Roman', Times, serif;
}
div.content h4	{
	font-size: 1.4em;
	line-height: 18px;
}
div.content p	{
	color: #595959;
	font-size: 1.6em;
	line-height: 24px;
	text-align:justify;
}
div.content li	{
	font-size: 1.6em;
	line-height: 24px;
}
div.content a:hover	{
	text-decoration: underline;
}
div.content span.div	{
	height: 15px;
	background: url(../images/bg_horriz_div.jpg) no-repeat center bottom;
}

/*                        MAIN STYLES
**************************************************************/

div.main	{
	float: left;
	width: 540px;
	padding: 0 20px 130px 0;
	text-align:justify;
}
div.main p	{
	color: #595959;
	margin-bottom: 1.5em;
	text-align:justify;
}
div.location	{
	margin-top: 85px;
}
div.location div.map	{
	float: left;
	width: 283px;
	height: 189px;
}
div.location div.map img	{
	display: block;
}
div.location h3	{
	margin-bottom: 20px;
}
div.location p	{
	font-size: 1.8em;
	line-height: 21px;
	margin-left: 320px;
}

/*                       SIDEBAR STYLES
**************************************************************/

div.sidebar	{
	float: left;
	width: 385px;
	padding: 0 0 130px 25px;
	background: url(../images/bg_sidebar_01.jpg) no-repeat 0px 0px;
}
div.sidebar p	{
	color: #848484;
	font: 1.5em/20px Cambria, 'Times New Roman', Times, serif;
}
div.sidebar.home span.img	{
	float: left;
	margin-left: -2px;
}
div.sidebar.home p	{
	margin: 0 10px 1em 175px;
}

/*                     CONTACT FORM STYLES
**************************************************************/

#contact_form	{
	width: 310px;
	padding: 20px;
	margin-top: 80px;
	background: #e0e1e3;
}
#contact_form h3	{
	margin-bottom: 20px;
}
#contact_form input.txt	{
	margin-bottom: 10px;
}
#contact_form textarea	{
	margin-bottom: 20px;
}
#contact_form span.button, #contact_form button	{
	width: 258px;
	height: 54px;
}
#contact_form span.button	{
	font-size: 2em;
	margin-bottom: 20px;
}
#contact_form span.button span	{
	width: 258px;
	height: 54px;
	background: url(../images/bg_button_send.jpg) no-repeat 0px 0px;
}
div.sidebar #contact_form p	{
	margin: 0;
	color: #000;
	font: 1.4em/18px Arial, helvetica, sans-serif;
}
#contact_form p strong	{
	font-style: italic;
}

/*                       FOOTER STYLES
**************************************************************/

#footer span.edge	{
	float: left;
	width: 37px;
	height: 89px;
	display: block;
	background: url(../images/bg_footer_edges.jpg) no-repeat 0px 0px;
}
#footer span.edge.right	{
	float: right;
	background: url(../images/bg_footer_edges.jpg) no-repeat 0px -89px;
}
#footer p	{
	color: #fff;
	float: left;
	font-size: 1.6em;
	line-height: 20px;
	font-style: italic;
	margin: 15px 0 0 22px;
}
#footer ul	{
	float: left;
	margin: 15px 0 0 222px;
}
#footer li	{
	float: left;
	padding: 0 15px;
	border-right: solid 1px #fff;
	font: 1.1em/11px Tahoma, Arial, sans-serif;
}
#footer li.last	{
	border: none;
}
#footer li a, #footer li a:visited	{
	color: #fff;
}

/*                       AREAS STYLES
**************************************************************/

div.content.areas	{
	padding-top: 55px;
}
div.areas h3	{
	color: #666;
	font-size: 1.8em;
	line-height: 80%;
	margin-bottom: 1em;
	padding-bottom: 3px;
	border-bottom: double 1px #b9cede;
	text-align:justify;
}
div.areas div.main	{
	width: 580px;
	padding: 0 35px 50px 0;
	text-align:justify;
}
div.areas div.sidebar	{
	width: 290px;
	padding: 0 0 50px 30px;
	background: url(../images/bg_sidebar_02.jpg) no-repeat 0px 0px;
}
div.areas div.sidebar p	{
	color: #566fa8;
}
div.areas div.sidebar ul	{
	padding-left: 20px;
	margin: 50px 0 0 15px;
}
div.areas div.sidebar li	{
	color: #566fa8;
	list-style: disc;
}
div.areas div.sidebar li a, div.areas div.sidebar li a:visited	{
	color: #566fa8;
	text-decoration: underline;
}
div.areas div.sidebar li a:hover	{
	text-decoration: none;
}

/*                       PEOPLE STYLES
**************************************************************/

div.people span.div	{
	height: 75px;
}
div.pic	{
	float: left;
	padding: 20px 60px 0 0;
}
div.pic span.img	{
	width: 160px;
	height: 247px;
	padding: 9px 9px 0 12px;
	background: url(../images/bg_img_160x220.png) no-repeat 0px 0px;
}
div.pic p	{
	color: #344863;
	line-height: 20px;
	margin-top: -10px;
	padding-left: 4px;
}
div.pic p a, div.pic p a:visited	{
	color: #344863;
}

/*                       PROFILE STYLES
**************************************************************/

div.content.profile	{
	padding-top: 45px;
	padding-bottom: 80px;
	text-align:justify;
}
div.profile span.img	{
	float: left;
	width: 169px;
	height: 247px;
	padding: 9px 0 0 12px;
	background: url(../images/bg_img_160x220.png) no-repeat 0px 0px;
}
div.profile div.detail	{
	margin: 0 25px 0 200px;
	text-align:justify;
}
div.profile h2	{
	color: #333;
	height: auto;
	background: none;
	margin-bottom: 10px;
	font: 3.6em/80% Georgia, 'Times New Roman', serif;
}
div.profile h3	{
	color: #566ea8;
	font-size: 2em;
	font-style: italic;
	margin-bottom: 1em;
	font-family: 'Myriad Pro Cond', Arial, sans-serif;
}
div.profile p	{
	margin-bottom: 1em;
	text-align:justify;
}
div.profile p.areas	{
	color: #333;
	font-size: 1.9em;
	text-align:justify;
}
div.profile p.cont	{
	color: #566ea8;
	font-size: 2.2em;
	text-align:justify;
}
div.profile p.cont a, div.profile p.cont a:visited	{
	color: #566ea8;
}
div.profile p.cont span	{
	color: #b9b9b9;
}



div.profile ul {
    list-style: disc;
    margin: 0 0 1.5em 4em;
}
div.profile li    {
    color: #595959;
}

