/*
----------------------------------------------------------------
CSS:     	  Styles for Cogi'Act
Author:  Nicholas Marshall, Marshall & Marshall Website Designers
----------------------------------------------------------------
*/

body, html  {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	color: #917180;
	text-align: justify;
	height: auto !important;
	height: 100%;
	background-color: #3e2e35;
}

a { 
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 14px;
	color: #252525;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #bfc1c3;
}

p {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 14px;
	color: #917180;
	line-height: 1.5;
	text-align: justify;
	padding: 0 8px 0 0;
}

li {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
}

address {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 14px;
	font-style: normal;
	color: #666666;
	margin:  0 10px 10px 29px;
	line-height: 1.5;
}
	
img {
	border: none;
}
	
h1 {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 800;
	color: #ee7f00;
	line-height: 1.5em;
	line-height: 1.5em;
	display: block;
	clear: both;
}

h2 {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 17px;
	font-weight: 400;
	color: #917180;
	line-height: 1.5em;
	display: block;
	clear: both;
}

h3 {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	font-weight: 400;
	color: #c18d60;
	line-height: 1.5em;
	display: block;
	clear: both;
}
	
h4 {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	font-weight: 500;
	color: #ee7f00;
	line-height: 1.5em;
}

#container {
	width: 1020px;
	text-align: left;
	min-height: 100%;
	display: block;
	margin: 0 auto -10px auto; /* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 100%;
	height: 229px;
	background: #efeaeb url(../images/bg-images/header_bg.jpg) no-repeat top left;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}

#header_2 {
	width: 100%;
	height: 229px;
	background: #efeaeb url(../images/bg-images/header_2_bg.jpg) no-repeat top left;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}

#nav {
	width: 100%;
	height: 50px;
	clear: both;
	/* overflow: hidden; */
	/* background-color: #3e2e35; */
	margin-top: 180px;
/* border: 1px solid yellow; */
}

/* Most imporant: display styles on hover */
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* =nav */
#nav ul {
	height: 50px;
	list-style: none;
	display: inline;
	padding-top: 0;
	margin-top: 1px;
	margin-left: -30px;
	margin-bottom: 0;
	/* display: block;  IE not affected - dipslays correctly */
	background: none;
	overflow: hidden;
	/* border: 1px solid aqua; */
}

/* IE 7 */
html>body #nav ul {
	*margin-top: 0;
	*margin-left: 14px;
}

#nav ul li {
	font-size: 12px;
	height: 50px;
	_height: 45px;
	width: 132px;
	float: left; /* IE force into display inline */
	position: relative;
	letter-spacing: 0.08em;
	text-transform: none;
	display: inline;
	margin-top: -3px;
	margin-left: 0;
	padding-top: 8px;
	color: #efeaeb;
	background: transparent;
	/* border: 1px solid aqua; */
}

#nav ul li ul {
	width: 132px;
	top: 100%;
	display: none;
	position: absolute;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 15px 0 0;
	background-color: transparent;
}

/* most imporant: display styles on hover */
#nav ul li>ul {
	top: auto;
	left: 0;
}

#nav ul li>ul {
	top: auto;
	left: 0;
}

#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	margin: 20px 0 0 19px;
	position: absolute;
	z-index: 10;
}

#nav ul li a {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	height: 22px;
	margin-top: 1px;
	margin-left: 32px;
	padding-top: 8px;
	color: #efeaeb;
	display: block;
	white-space: normal; /* IE work-around the IE block issue */
	/* border: 1px solid green; */
}

#nav ul li a:hover {
	margin-top: 1px;
	margin-left: 32px;
	padding-top: 8px;
	color: #ee7f00;
	white-space: normal; /* IE work-around the IE block issue */
	/* border: 1px solid red; */
}

#nav ul li a.active {
	color: #ee7f00;
}

/* IE HACK MARGIN-LEFT */
* html #nav li:hover ul, * html #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	margin: 18px 0 0 0;
	position: absolute;
	z-index: 10;
	top: 100%;
}


#nav ul li ul li {
	width: 100%;
	height: auto;
	margin: 1px 0 0 0;
	padding: 0;
	z-index: 3;
	/* position: relative; */
	background: none;
	border: none;
	/* border: 1px solid green; */
}

#nav ul li ul li a {
	width: 100%;
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 12px;
	text-transform: lowercase;
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #d7cf00;
	display: block;
	border: none;
	background-color: #352a30;
	/* border: 1px solid pink; */
}

#nav ul li ul li a:hover {
	width: 100%;
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #efeaeb;
	display: block;
	background-color: #352a30;
	border: none;
	/* border: 1px solid pink; */
}
/* close dropdown */

#header_content {
	width: 100%;
	height: 75px;
	display: block;
	clear: both;
	/* border: 1px solid pink; */
}

#content {
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	padding-bottom: 126px;
	display: block;
	clear: both;
	/* background: #FFFFFF url(../images/bg-images/content_bg.jpg) repeat-y 723px 0; */
	background: #efeaeb url(../images/bg-images/container-bg.gif) no-repeat 0 bottom;
	border: 1px solid #efeaeb;
	/* border: 1px solid pink; */
}

#content_2 {
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	padding-bottom: 126px;
	display: block;
	clear: both;
	/* background: #FFFFFF url(../images/bg-images/content_bg.jpg) repeat-y 723px 0; */
	background: #efeaeb url(../images/bg-images/container-bg_2.gif) no-repeat 0 bottom;
	border: 1px solid #efeaeb;
	/* border: 1px solid pink; */
}

#content_8 {
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	padding-bottom: 126px;
	display: block;
	clear: both;
	padding: 0 0 75px 0;
	/* background: #FFFFFF url(../images/bg-images/content_bg.jpg) repeat-y 723px 0; */
	background: #efeaeb url(../images/bg-images/container-bg_8.gif) no-repeat 0 bottom;
	border: 1px solid #efeaeb;
	/* border: 1px solid pink; */
}

#content_left {
	width: 245px;
	min-height: 540px;
	height: 100%;
	float: left;
	margin: 0 5px 40px 0;
	background: transparent url(../images/bg-images/content_left-bg.gif) no-repeat top left; 
	/* border: 1px solid aqua; */
}

#content_left_2 {
	width: 255px;
	min-height: 540px;
	height: 100%;
	float: left;
	margin: 0 5px 40px 0;
	background-color: transparent; 
	/* border: 1px solid aqua; */
}

#content_left_3 {
	width: 255px;
	min-height: 540px;
	height: 100%;
	float: left;
	margin: 0 5px 40px 0;
	background-color: transparent; 
	/* border: 1px solid aqua; */
}

div.sideround a {
	font-weight: bolder;
}

.rounded_ {
	background-color: #3b2c27;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_1 {
	background-color: #3b2c27;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_2 {
	background-color: #562a27;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_3 {
	background-color: #6d2926;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_buttons {
	background-color: #ae5b19;
	width: 13em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	float: left;
}

.rounded_4 {
	background-color: #ae5b19;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_5 {
	background-color: #dc7705;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_6 {
	background-color: #f6a800;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_7 {
	background-color: #dc7705;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_8 {
	background-color: #ae5b19;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_9 {
	background-color: #6d2926;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_10 {
	background-color: #562a27;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}

.rounded_buttons_comp {
	background-color: #bab000;
	width: 13em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	float: left;
}
.rounded_buttons_comp a {
	color: #FFFFFF;
}
.comprounded_ {
	background-color: #f5f4e0;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #848019;
	clear: both;
}
.comprounded_1 a {
	color: #848019;
}
.comprounded_1 {
	background-color: #f5f4e0;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #848019;
	clear: both;
}
.comprounded_1 a {
	color: #848019;
}
.comprounded_2 {
	background-color: #f4f2c2;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #848019;
	clear: both;
}
.comprounded_2 a {
	color: #848019;
}
.comprounded_3 {
	background-color: #eee796;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #848019;
	clear: both;
}
.comprounded_3 a {
	color: #848019;
}
.comprounded_4 {
	background-color: #c3c24e;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_4 a {
	color: #FFFFFF;
}
.comprounded_5 {
	background-color: #bab000;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_5 a {
	color: #FFFFFF;
}
.comprounded_6 {
	background-color: #9a9901;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_6 a {
	color: #FFFFFF;
}
.comprounded_7 {
	background-color: #968b1f;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_7 a {
	color: #FFFFFF;
}
.comprounded_8 {
	background-color: #7e7516;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_8 a {
	color: #FFFFFF;
}
.comprounded_9 {
	background-color: #968b1f;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_9 a {
	color: #FFFFFF;
}
.comprounded_10 {
	background-color: #9a9901;
	width: 15em;
	text-align: center;
	padding: 14px 2px 14px 2px;	/* padding greater than corner height|width */
	margin: 1em 0.25em 1em 0.85em;
	color: #f4f2c2;
	clear: both;
}
.comprounded_10 a {
	color: #FFFFFF;
}
#content #content_left h2 {
	font-size: 17px;
	color: #ee7f00;
	font-weight: normal;
	margin:  4px 0 0 49px;
	border: none;
}

#content #content_left h3 {
	font-size: 17px;
	color: #bdcd00;
	font-weight: normal;
	margin:  4px 0 0 49px;
	border: none;
}

#content #content_left h4 {
	font-size: 17px;
	color: #917180;
	font-weight: normal;
	margin:  10px 0 0 49px;
	border: none;
}

#content_left_left {
	width: 648px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin: 0 5px 0 7px;
	background-color: transparent;
	border-right: 5px solid #ee7f00;
}

.indent {
	width: 910px;
	margin: 8px 0 0 10px;
	/* border: 1px solid blue; */
}

#content div.indent p {
	width: 900px;
	margin: 8px 0 0 0;
	/* border: 1px solid red; */
}

#content p.block_text {
	width: 875px;
	margin: 10px 0 0 49px;
	display: block;
}

#content a {
	color: #252525;
}

#content a:hover {
	color: #a9c3e4;
}

#content ul {
	width:930px;
	margin-left: 20px;
}

/* IE 7 */
html>body #content ul  {
	*margin-top: 0;
	*margin-left: 49px;
	*width:910px;
}

/* IE 7 */
html>body #content_sitemap ul  {
	*margin-top: 0;
	*margin-left: 49px;
}

#content li {
	width: 580px;
	text-align: justify;
	color: #917180;
	margin-bottom: 5px;
	list-style-image: url(../images/bg-images/list-marker.gif);
	list-style-position: outside;
}

#content li ul li {
	width: 520px;
}

#content li a {
	text-decoration: none;
	color: #252525;
}

#content_sitemap li {
	text-align: justify;
	color: #3B657D;
	width: 326px;
	padding: 5px 0 5px 0;
	list-style-image: url(../images/bg-images/list-marker.gif);
	list-style-position: outside;
	border-bottom: 2px dotted #d0d2d3;
}

#content_sitemap li a {
	text-decoration: none;
	font-weight: bolder;
	color: #252525;
}

#content_sitemap {
	width: 966px;
	display: block;
	clear: both;
	background: transparent url(../images/bg-images/content_bg.jpg) repeat-y 667px 0;
	border: 1px solid #e7e7e6;
}

#content_sitemap h1 {
	font-size: 21px;
	color: #252525;
	font-weight: 800;
	margin:  22px 0 22px 20px;
}

table {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	color: #000000;
	line-height: 1.5;
}

th {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	color: #000000;
	line-height: 1.5;
}

tr.even {
	background-color: none;
}

tr.odd {
	background-color: none;
}

td {
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 15px;
	font-weight: normal;
	color: #3e2e35;
	line-height: 1.5;
}

table h2 {
	color: #000000;
}

table.table_print {
	color: #000000;
}

table.table_print label {
	color: #000000;
}

/* =footer */
#footer {
	font-size: 12px;
	width: 100%;
	height: 20px;
	margin-top: 30px;
	clear: both;
	background: none;
	/* border: 1px solid red; */
}

#push {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background: #FFFFFF url(../images/bg-images/content_bg.jpg) repeat-y 723px 0;
	/* border: 1px solid aqua; */
}

p.footer_links {
	text-align: left;
	color: #000000;
	width: 600px;
	height: 25px;
	float: left;
	margin: 25px 0 0 147px;
	display: block;
}

p.footer_links a {
	text-decoration: none;
	color: #555555;
}

p.footer_links a:hover {
	color: #bcbdbf;
}

fieldset {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 210px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	color: #3e2e35;
}

label.inlinelabel {
	width: auto;
	display: inline;
	float: left;
	/* border: 1px solid silver; */
}

input.inlineinput {
	height: 22px;
	display: inline;
	float: right;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputbig {
	height: 22px;
	width: 225px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputhuge {
	height: 22px;
	width: 345px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputsmall {
	height: 22px;
	width: 135px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inputbig {
	width: 190px;
	height: 18px;
	padding: 1px;
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #191916;
	float: left;
	border: 1px solid silver;
}

input.inputsmall {
	width: 50px;
	height: 18px;
	padding: 1px;
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #191916;
	float: left;
	border: 1px solid silver;
}

label.medium {
	width: 185px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	color: #191916;
}

select.small {
	width: 100px;
	height: 20px;
	float: right;
}

select.big {
	width: 200px;
	height: 20px;
}

select.general {
	width: 275px;
	height: 20px;
	float: left;
}

select.huge {
	height: 20px;
	float: left;
}

textarea.textarea {
	width: 190px;
	height: 120px;
	padding: 4px;
	font-family:  Helvetica, Arial, Verdana, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #898989;
	border: 1px solid silver;
}

.button {
	width: 95px;
	height: 22px;
	padding: 2px;
	background-color: #ccc3c7;
	border: 1px solid #d8d8d8;
}

fieldset.subscriber_choose_round {
	width: 611px;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;	/* padding greater than corner height|width */
	margin: 1px 1px 1px 1px;
}

fieldset.subscriber_round {
	width: 611px;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;	/* padding greater than corner height|width */
	margin: 1px 1px 1px 1px;
}

#print_remove {
width:615px;
}