 /* page elements */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	font-style:normal;
	color: #b5a89d;
	background-image: url(images/site_bg_1b.gif);
	background-repeat: repeat-x;
	background-color: #100A0A;
}

a img {
	border: none;
}

a:link 	{ text-decoration: none ; color: white; }
a:visited { text-decoration: none ; color: white; } http://seenandnoted.clientsection.com/projects/2265187/file/26895761/site_bg_1b.gif
a:hover 	{
	text-decoration: underline;
	color: white;
}
a:active 	{ text-decoration: none ; color: white; }

body.chaptertwo a {
	color: #7d95b7;
}

h1 {
	font: normal 18px/19px Georgia, "Times New Roman", Times, serif;
	color: white;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #7c7773; */
	margin-top: 15px;
}
   
h1.clxn {
	font-size: 200%;
	text-align: center;
	margin: 15px 0;
	padding: 0;
}



h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color: white;		
}

p {
	margin: 13px 0;
}

body.chaptertwo h3{
	color: #7d95b7;
}

body.chapterone h3{
	color: #fcb040;
}

h4 {
	font-weight: normal;
	margin-top: 40px;
	font-size: 14px;
}

hr {
	border: none;
	border-top: 1px dotted #604f4b;
}

/* ids */

#nav {
	width: 950px;
	height: 96px;
}

#nav img.logo {
	float: left;
}

#nav ul {
	width: 725px;
	height: 32px;
	margin:0;
	padding:0;
	text-align: left;
	list-style: none;
	float: right;
}

#nav ul.underlined {
	border-bottom: 1px solid #514a48;
}

#nav li {
	display: inline;
	height: 32px;
	font-size: 1px;
}

#nav a.top {
	display: block;
	float: left;
	height: 0px !important;
	overflow:hidden;
	padding: 32px 0px 0px;
	background: top left no-repeat;
	margin-bottom:0px;
}

#nav a.mid {
	display: block;
	float: left;
	height: 0px !important;
	overflow:hidden;
	padding: 24px 0px 0px;
	background: top left no-repeat;
	margin-bottom:0px;
}

#nav a.sfhover, #nav a.top:hover, #nav a.selected {
	background: 0px -32px no-repeat;
}

#nav a.mid:hover, #nav a.midselected {
	background: 0px -24px no-repeat;
}

#nav ul.midnav {
	height: 24px;
	border-top: 1px solid #7c7773; 
	border-bottom: 1px solid #7c7773; 
}

#Table_01 {
	width: 1000px;
	text-align: center;
}


#container{
	font-size: 13px;
	/*border: dotted 1px #FFDF00;*/
	width: 914px;
	margin: 0px auto 0px auto;
}

#header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	width:914;
	color: #000000;
	/*border: dotted 1px #FFDF00;*/
	padding-top: 45px;
	padding-bottom: 30px;
}

#content_left,
.content_left {
	text-align:left;
	/*border: dotted 1px #FFDF00;*/
	float: left;
	width: 440px;
	margin-left: 2px;
}

#content_right,
.content_right {
	text-align:left;
	color: #b5a89d;
	float: right;
	width:  440px;
	/*border: dotted 1px #FFDF00;*/
	margin-left: 10px;
}

#content_left_multi{
	text-align:left;
	/*border: dotted 1px #FFDF00;*/
	float: left;
	width: 650px;
	margin-left: 2px;
}

#content_right_multi{
	text-align:left;
	color: #b5a89d;
	float: right;
	width:  220px;
	/*border: dotted 1px #FFDF00;*/
	margin-left: 10px;
}


#footer {
	/*border: dotted 1px #FFDF00;*/
	clear: both;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:normal;
	color: #b5a89d;
	padding: 50px 0px 10px 0px;
}

#line_right {
	border-color: #7c7773;
	border-bottom: 1px solid #7c7773; 
	margin-top: 10px;
}

#line_left{
	border-color: #7c7773;
	border-bottom: 1px solid #7c7773; 
	margin-top: 10px;
}

#press_item{
	border-color: #7c7773;
	font-size:9px;
}
#table_side{
	border-color: #7c7773;
	margin-right: 0px;
	font-size:9px;
	line-height: 12px;
}

#footer A:link 	{ text-decoration: none ; color: #b5a89d; }
#footer A:visited { text-decoration: none ; color:#b5a89d; } 
#footer A:hover 	{ text-decoration: none ; color:white; }
#footer A:active 	{ text-decoration: none ; color:white; }

#carobtn {
	height: 25px; 
	width: auto;
	display:block;
	overflow:hidden;
	margin-top: 20px;
	line-height: 25px;
}

#carobtn a {
	color: #1a1011;
}

#carobtn a.carouselPrev {
	width: 461px;
	background: url(chaptertwo/images/carousel_prev.gif) top left;
	float:left;
}

#carobtn a.carouselNext {
	width: 451px;
	background: url(chaptertwo/images/carousel_next.gif) top left;
	float:left;
}

#carobtn a.carouselPrev:hover,
#carobtn a.carouselNext:hover {
	background-position: bottom;
	text-decoration: none;
}


/* classes */

.c1 {
	color: #fcb040;
}

.c2 {
	color: #7d95b7;
}

.kicker {
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 4px;
}

.PressTxt {
	font-size: 11px;
	line-height: normal;
}

.nav_line {
	border-bottom: solid 1px;
	border-color: #7c7773;
}

.PressIcon {
	padding-right: 20px;
}
.videoPad {
	margin-top: 75px;
}

ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	min-height: 40px;
}

ul.tabs li {
	background: #312320;
}

ul.tabs a.c1 {
	color: #fcb040;
}

ul.tabs a.c2 {
	color: #7d95b7;
}

ul.tabs a.selected {
	font-weight: bold;
}

ul.tabs a.selected:before {
	content: "> ";
}

ul.tabs li {
	float: left;
	margin: 3px;
	padding: 5px 10px;
	border: 1px solid #7c7773;
	display: block;
}

.hidden {
	display: none;
}

.line_left_dotted {
	border-color: #7c7773;
	border-bottom: 1px dotted #7c7773; 
	margin-top: 10px;
}

.slideshow {
	width: 914px;
	height: 450px;
	overflow: hidden;
}

a.chapter {
	width: 440px;
	height: 440px;
	line-height: 440px;
	overflow: hidden;
	display: block;
}

a.one {
	background: url(chaptertwo/images/clxn_ch1.jpg) no-repeat black;
}

a.two {
	background: url(chaptertwo/images/clxn_ch2.jpg) no-repeat black;
}

a.chapter:hover {
	background-position: bottom;
}

p.clxn {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

p.clxn a {
	color: #b5a89d;
}

p.clxn a.c1:hover {
	color: #FCB040;
}

p.clxn a.c2:hover {
	color: #7d95b7;
}.locateCompany {
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
.smallcaps {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
}
.locateCountry {
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #5C4F4B;
	color: #5C4F4B;
	padding-top: 15px;
	font-style: italic;
}
.smallItal {
	font-size: 11px;
	font-style: italic;
}
