html {
	height: 100%;
}

body {
	background: #753f23  url(../images/bkg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #321b01;
}

h1 {
	font-family: Times, Helvetica, serif;
	font-size: 20px;
	text-transform:uppercase;
	color: #321b01;
	margin: 0 0 15px 0;
	padding:0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a22103;
	padding:0;
	margin: 0;
	/*border-bottom: 1px solid #cbcfd7;*/
}

.lined {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cbcfd7;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a22103;
	padding:0;
	margin: 0;
}

p {
	margin: 0 0 20px 0;
	line-height:16px;
}

a {
	color: #b8754c;
	text-decoration: underline;
}

a:hover {
	color: #a22103;
	text-decoration: underline;
}

strong {}

input {
	border: 1px solid #cbcfd7;
	padding:2px;
	color:#000;
	text-align:center;
}

select {
	border: 1px solid #cbcfd7;
	color:#adadae;
}

textarea {
	border: 1px solid #cbcfd7;
	padding:2px;
}

ol {
	list-style: decimal;
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
}

ol li {
	margin: 0;
	padding: 0 0 5px 0;
}


.button {
	background:#125082;
	padding:1px;
	color:#ffffff;
	border: 1px solid #cbcfd7;
}

.label {
	font-weight:bold;
	text-align:right;
}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:1px;
	line-height: 1px;
	position:relative;
	text-align:left;
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

.hr_dot {
	background:url(../images/hr_dot.gif) repeat-x;
	height:1px;
	line-height: 1px;
	position:relative;
	margin: 13px 0 10px 0;
	padding: 0;
	border: 0;
}

.hr_dot hr {
	display:none;
}

#content ul {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 8px;
	background:url(../images/bullet.gif) no-repeat 0 6px;
	margin:0 10px 5px 0;
	line-height:16px;
}

.left {
	float:left;
	margin:0 10px 10px 0;
}

.bolder {
	color:#b8754c;
	text-transform:uppercase;
}

.border {
	border:1px solid #cbcfd7;
}

.noborder {
	border:0;
}

.hide_text {
	display:none;
}

/********************* MAIN BODY *************************/

#wrapper {
	background: #753f23 url(../images/bg_body_rpt.gif) repeat-y top center;
	height: 100%;
	width:810px;
	margin:auto;
}

#main_body {
	margin: auto;
	width: 810px;
	padding-bottom:20px;
	background:url(../images/bg_body.gif) no-repeat;
	position:relative;
	z-index:100;
}

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

#top {
	height:102px;
	width:741px;
	position:relative;
	top:12px;
	z-index:101;
	margin:auto;
}

#top .logo {
	position: absolute;
	top:0;
	left:0;
	height:80px;
	width:395px;
}

#top .logo a {
	display:block;
	background:url(../images/logo.gif) no-repeat;
	width: 395px;
	height: 80px;
	text-indent: -1000px;
}

#top_nav {
	position: relative;
	float:right;
	margin:10px 10px 0 0;
	z-index:200;
}


a.btn_home {
	display:block;
	float:left;
	width:37px;
	height:11px;
	background:url(../images/btn_home.gif) no-repeat;
}

a.btn_educators {
	display:block;
	float:left;
	width:76px;
	height:11px;
	background:url(../images/btn_educators.gif) no-repeat;
}

a.btn_contact {
	display:block;
	float:left;
	width:57px;
	height:11px;
	background:url(../images/btn_contact.gif) no-repeat;
}

a.btn_articles {
	display:block;
	float:left;
	width:62px;
	height:11px;
	background:url(../images/btn_articles.gif) no-repeat;
}

a.btn_newsletter {
	display:block;
	float:left;
	width:83px;
	height:11px;
	background:url(../images/btn_newsletter.gif) no-repeat;
}

a.btn_blog {
	display:block;
	float:left;
	width:41px;
	height:11px;
	background:url(../images/btn_blog.gif) no-repeat;
}

a.btn_home:hover, a.btn_educators:hover, a.btn_contact:hover, a.btn_articles:hover, a.btn_newsletter:hover, a.btn_blog:hover {
	background-position: 0 -11px;
}

/********************* HOME STYLES *************************/

#main_nav {
	position:relative;
	z-index:500;
	width:742px;
	height:33px;
	background:#7097b7;
	margin:auto;
	margin-top:10px;
	text-align:center;
}

#banner {
	position: relative;
	margin:auto;
	height:389px;
	width:742px;
}

#content_home {
	width: 742px;
	margin:auto;
	position:relative;
	padding-bottom:10px;
}


.home_col_1 {
	width:735px;
	margin:10px 0 0 0;
	background:#eedcc6;
	position:relative;
	padding-left:7px;
}

.home_col_1 a {
	color:#b8754c;
	text-decoration:underline;
}

.home_box {
	height:111px;
	width:195px;
	background:url(../images/home_box.gif) no-repeat;
	margin:0;
	float:left;
	padding:33px 20px 20px 27px;
}

.home_box_logo {
	height:111px;
	width:195px;
	background:url(../images/home_box_logo.gif) no-repeat;
	margin:0;
	float:left;
	padding:33px 20px 20px 27px;
}

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

.header {
	background:#6f96b6;
	width:742px;
	padding:0 0 6px 0;
	margin:auto;
}

.h1_box {
	background:#ffffff;
	width:714px;
	padding:6px;
	margin:auto;
}

.h1_box h1.lang {
	font-family: Times, Helvetica, serif;
	font-size: 28px;
	text-transform:uppercase;
	color: #321b01;
	background:#d5e1ea url(../images/icon_language.gif) no-repeat 10px 9px;
	width:635px;
	margin:0;
	padding:12px 20px 10px 59px;
}	

.h1_box h1.cultural {
	font-family: Times, Helvetica, serif;
	font-size: 28px;
	text-transform:uppercase;
	color: #321b01;
	background:#d5e1ea url(../images/icon_culture.gif) no-repeat 10px 9px;
	width:635px;
	margin:0;
	padding:12px 20px 10px 59px;
}	

.h1_box h1.bus {
	font-family: Times, Helvetica, serif;
	font-size: 28px;
	text-transform:uppercase;
	color: #321b01;
	background:#d5e1ea url(../images/icon_business.gif) no-repeat 10px 9px;
	width:635px;
	margin:0;
	padding:12px 20px 10px 59px;
}	

.h1_box h1.head_h1 {
	font-family: Times, Helvetica, serif;
	font-size: 28px;
	text-transform:uppercase;
	color: #321b01;
	background:#d5e1ea;
	width:674px;
	margin:0;
	padding:12px 20px 10px 20px;
}	

#content {
	width: 740px;
	border:1px solid #dadee2;
	margin:auto;
	position:relative;
	top:10px;
	padding-bottom:10px;
}

.col_1 {
	width:430px;
	margin:20px 0 0 0;
	float:left;
	position:relative;
	left:33px;
}

.col_2 {
	width:229px;
	margin:20px 0 0 0;
	float:left;
	position:relative;
	left:63px;
}


.breadcrumbs {
	margin:0 0 20px 0;
	color:#887f75;
	text-transform:uppercase;
	font-size:9px;
}

.breadcrumbs a {
	color:#887f75;
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
}

.viewlet {
	height:265px;
	width:180px;
	background:url(../images/viewlet.gif) no-repeat;
	padding:37px 20px 30px 29px;
}

.viewlet_sm {
	height:87px;
	width:180px;
	background:url(../images/viewlet_sm.gif) no-repeat;
	padding:27px 20px 30px 29px;
}

.viewlet_sm a, .viewlet a {
	color:#b8754c;
	text-decoration:underline;
}

.icon {
	float:left;
	position:relative;
	margin: -5px 10px 0 0;
}

.topics {
	background:#f3e6d7;
	width:218px;
	line-height:20px;
	padding:5px 0 10px 10px;
	color:#321b01;
	font-weight:bold;
	margin-bottom: 12px;
}

.topics a {	
	color:#321b01;
	font-weight:normal;
}

.topics a:hover {	
	color:#a22103;
}

.children {
	padding: 0;
	margin: 0;
}

.children h2 {
	font-size: 18px;
}

.newsletter {
	background:#F3E6D7;
	border: 1px solid #D5B394;
	padding:20px;
}

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

#footer {
	width:722px;
	margin:auto;
	padding: 10px;
	text-transform:uppercase;
	color:#ffffff;
	background:#995019;
	font-size:10px;
	position:relative;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}


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

#nav li#btn_believe { 	background-image: url("../images/btn_believe.gif"); 	width: 142px;height: 26px;	}
#nav li#btn_language { 	background-image: url("../images/btn_language.gif"); 	width: 160px;height: 26px;	}
#nav li#btn_cultural { 	background-image: url("../images/btn_cultural.gif"); 	width: 233px;height: 26px;	}
#nav li#btn_buscomm { 	background-image: url("../images/btn_buscomm.gif"); 	width: 191px;height: 26px;	}


#btn_believe a { width: 142px;height: 26px;}
#btn_language a { width: 160px;height: 26px;	}
#btn_cultural a { width: 233px;height: 26px;	}
#btn_buscomm a { width: 191px;height: 26px;	}

.on {
	background-position:0 -26px;
}


#nav li ul {
	top: 28px;
	width:165px;
	/*height:auto;*/
}

#nav li ul li a {
	padding: 5px 5px 5px 10px;
	height: auto;
	width:auto;
	color:#ffffff;
	text-decoration:none;
}

#nav li ul li a:hover {
	background-color: #00adef;
	background-image: none;
	height: auto;
	width:auto;
	text-decoration:none;
	color:#233e86;
}
