/*
(c) 2008 Bam Creative
Author : Daniel Brouse| Bam Creative

*/

/* GLOBAL SETTINGS------------------------------------- GLOBAL SETTINGS */

html {

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* MASTER font-size controller */
	color: #555;
	background: url(images/mesh.gif) 0 0 repeat #262425;
	padding: 20px 0 10px 0;
}



/* LINKS -------------------------------------------------------- LINKS */

a {
	color: #0090ff;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

/* HEADINGS ---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	border-bottom: 1px solid #e3e1e1;
	padding-bottom: 0.2em;
	margin-bottom: 12px;
}

h2 {
	font-size: 1.333em;
	font-weight: 600;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;
	padding-bottom: 0.3em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

h6 {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0.3em;
}


/* PARAGRAPHS ------------------------------------------------ PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}


/* MISC ---------------------------------------------------------- MISC */

a#logo {
	display: block;
	margin: 0 0 10px 0;
	padding-left: 270px;
	float: left;
	clear: both;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

#content ul li {
	list-style-type: none;
	background: url(images/bullet.gif) 0 0.3em no-repeat;
	padding-left: 15px;
}

/*-- nested lists --*/
#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}


/* LAYOUT ------------------------------------------------------ LAYOUT */

#container {
	width: 987px;
	margin: 0 auto; 
	padding: 0;
	position: relative;
}

#header_img_container {
	width: 901px;
	height: 301px;
	float: left;
	position: relative;
}

#header {
	height: 200px;
}

#page {
	width: 987px;
	margin: -15px auto 0 auto;
	position: relative;
}

#page_top {
	width: 987px;
	height: 358px;
	background: url(images/page_top.png) top center no-repeat;
	position: relative;
}

#page_top img {
	position: absolute;
	left: 42px;
	top: 43px;
}


#page_bottom {
	width: 987px;
	height: 85px;
	background: url(images/page_bottom.png) top center no-repeat;
}

#page_content {
	width: 987px;
	background: url(images/page_bg.png) top center repeat-y;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-top: 10px;
}


#content {
	float: left;
	width: 563px;
	display: inline;
	margin-left: 74px;
}

#content.wide {
	width: 830px;
}

#sidebar {
	float: right;
	width: 202px;
	padding-left: 50px;
	display: inline;
	min-height: 228px;
	height: auto !important;
	height: 228px;
	margin-right: 74px;
	background: url(images/sidebar_bg.jpg) 0 0 no-repeat;
}


#sidebar h1 {
	background: url(images/sidebar_heading.jpg) bottom center no-repeat;
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 0;
}

#sidebar h1 a {
	color: #333;
	text-decoration: none;
}

#sidebar h1 a:hover {
	color: #000;
}

#page-content { /* all bamCMS content goes inside here: shouldn't need styling really */
	width: 690px;
	
}

#footer {
	text-align: center;
	color: #b0b0b0;
}

#footer h2 {
	/*text-transform: uppercase;*/
	color: #b0b0b0;
}


#footer a {
	color: #b0b0b0;
}

#footer a:hover {
	color: #fff;
}

/* TABLES ------------------------------------------------------ TABLES */


/* FORMS -------------------------------------------------------- FORMS */

.leftside {
	float: left;
	width: 400px;
	
}

.rightside {
	float: right;
	width: 400px;
}

.form_submit {
	clear: both;
	border-top: 1px solid #E3E1E1;
	padding-top: 10px;
}


.tbContactform ul,
.tbContactform li {
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
	background: none !important;
}

.tbContactform li {
	margin-bottom: 8px;
}


/*---  contact form -----*/
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  180px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

/*
.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}
*/


.tbContactform input.radio {
	margin-right: 190px;
}

.tbContactform input.checkbox {
	margin-right: 170px;
	margin-left: 20px;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}

.tbContactform input.text {
	border: 1px solid #ddd;	
	border-top-color: #C1C1C1;	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 209px;
}

input.submit_btn {
	float:right;
}

/* MISC --------------------------------------------------------- MISC */

hr {
	background: #E3E1E1;/*NS FF OP */
	color: #E3E1E1;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
	margin: 20px 0;
}

/*-- data table --*/
table.data_table {
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	width: 100%;
	border-collapse: collapse;
}

table.data_table th,
table.data_table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	line-height: normal;
}

table.data_table th{
	background-color: #eee;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	color: #666;
	line-height: normal;
}

table.data_table td {
	color: #676767;
	font-size: 12px;
	text-align: left;
}

table.data_table-large td {
	font-size: 11px;
}

table.data_table td.right {
	text-align: right;
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

p.legal {
	color: #999;
	line-height: normal;
	font-size: 90%;
}