/* Andacami Limited Aug 2008 */
/* Big Chief */
/* Master CSS */

/* Body Layout */

body {
	/* background-image: url(../images/bg3.gif); */
	/* background-repeat: repeat; */
	background-color: #404040;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
}

/* Divs */

.page_container {
	width: 776px;
	/* float: left; */
	margin: 0 auto;
	text-align: left;
	/* overflow: auto; */
	background-image: url(../images/page_container_bg.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}

.head_left_container {
	width: 270px;
	float: left;
}

.head_mid_container {
	width: 233px;
	float: left;
	background-image: url(../images/head_top_mid.jpg);
	background-repeat: no-repeat
}

.head_right_container {
	width: 272px;
	float: left;
	background-image: url(../images/head_top_right.jpg);
	background-repeat: no-repeat;
	height: 198px;
}

.menu_container {
	width: 270px;
	float: left;
}

.livesq_container {
	width: 233px;
	float: left;
}

.buysq_container {
	width: 272px;
	float: left;
}

.page_head {
	float: left;
}

.page_content_left {
	float: left;
	margin-left: 50px;
	width: 430px;
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.page_content_separator {
	float: left;
	width: 10px;
	background-image: url(../images/page_content_separator.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

.page_content_middle {
	float: left;
	width: 245px;
	padding-right: 8px;
	padding-left: 8px;
	background: none;
}

.page_content_right {
	float: left;
	width: 195px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 8px;
}

.page_content_full {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	width: 660px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.page_footer {
	float: left;
	width: 775px;
	/* height: 50px; */
	/* margin: 0 auto; */
	/* margin-bottom: 50px; */
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #313131;
}

/* Text */

h1 {
	font-size: 180%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #ff7100;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #ff7100;
	margin-left: 6px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #014D67;
	margin-left: 10px;
}

.track_list {
	font-size: 110%;
	color: #ff7100;
	margin-left: 24px;
	margin-right: 24px;
}

.track_list A:link {
	text-decoration: none;
	outline: none;
}

ul {
	font-weight: bold;
	font-size: 110%;
	color: #84B700;
}

dt	{
	color: #014D67;
	font-weight: bold;
	margin-left: 18px;
}

dd	{
	padding-bottom: 6px;
	font-style: italic;
	font-size: 110%;
}

.more {
	/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	/* font-size: 10px; */
	font-weight: bold;
	list-style-image: url(../images/bullet_01.jpg);
	list-style-type: none;
	line-height: 20px;
	list-style-position: outside;
}

.footer_txt {
	font-size: 10px;
	color: #E23000;
}

/* Links */

A:link {
	text-decoration: none;
	color: #ff7100;
	outline: none;
}

A:visited {
	text-decoration: none;
	color: #ff7100;
	outline: none;
}

A:active {
	text-decoration: none;
	color: #ff7100;
	outline: none;
}
	
A:hover {
	text-decoration: none;
	color: white;
	background-color: #ff7100;
	outline: none;
}

/* images */

img {
	border: 0;
	outline: none;
}


/* forms and buttons */

.bttntxt { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	color: #666699;
	font-weight: bold;
	border: 1px solid #cccccc;
	cursor: auto;
}

.fieldtxt {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	background: #ffffff url(../images/field_bg.gif) repeat-x;
	border: 1px solid #cccccc;
	width: 96%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}

/* Tables */

table {
}
