/* global site settings */

html, body, table, td, div, img, form, p, h1, h2, ul, ol, li
{
	margin: 0; padding: 0; border: 0;
}

html, body
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body
{
	min-width: 741px;	
}

td
{
	vertical-align: top;
	text-align: left;
}

p
{ 
	margin-bottom: 15px;
}

ul
{
	margin-bottom: 15px;
}

li
{
	margin-left: 40px;
	list-style-position: inside;
}

a
{
	color: #7a0000;
	text-decoration: none;
}

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

h1
{
	color: #2b2b2b;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
}

h2
{
	color: #2b2b2b;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

hr
{
	height: 1px;
	border: 0;
	color: #2b2b2b;
	background-color: #2b2b2b;
	margin: 5px 0 20px 0;
}

/* layout specific styles */

#list
{
	margin: 0 auto;
	list-style: none;
}

#item
{
	float: left;
	margin: 0;
	display: inline-table;
}

#wrap
{
	margin: 0 auto;
	width: 741px;
}

#header
{
	margin-top: 12px;
	background: url(../images/header.jpg) top left no-repeat;
	height: 349px;
}

#header #item
{
	padding-top: 98px;
}

#main_repeat
{
	background: #8f8e8e url(../images/main_repeat.jpg) top repeat-y;
	overflow: auto;
}

#main_gradient
{
	background: url(../images/main_gradient.jpg) top left no-repeat;
	color: #2b2b2b;
	overflow: auto;
}

#sidebar_repeat
{
	background: url(../images/side_repeat.jpg) top right repeat-y;
}

#sidebar_gradient
{
	background: url(../images/side_gradient.jpg) top right no-repeat;
	width: 270px;
	min-height: 277px;
	overflow: auto;
}

#footer
{
	background: url(../images/footer.jpg) top left no-repeat;
	color: #373636;
	height: 96px;
	clear: both;
}
#footer a		{ color: #373636; }
#footer a:hover	{ color: #373636; }

#footer #list
{
	margin-left: 25px;
}

#footer #item
{
	margin-top: 70px;
}

#iqlogo
{
	margin: 25px 0 50px 0;
	width: 37px;
	float: left;
}

#iqcopyright
{
	margin: 25px 0 50px 0;

	width: 704px;
	float: right;

	color: #7e7c78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#iqcopyright a			{ color: #7e7c78; }
#iqcopyright a:hover	{ color: #7e7c78; }

.home_watch
{
	background: url(../images/home_watch.jpg) top left no-repeat;
	height: 306px;
	width: 270px;
}

#vid_border
{
	margin: 36px 0 0 10px;
	width: 250px;
	border: #48484b solid 1px;
}

/* CMS styles */

#content
{
	padding: 36px 36px 14px 28px;
	min-height:	220px;
}

#caption
{
	color: #2b2b2b; 
}

#image_left
{
	border: double #7a0000 3px;
	float: left;
	margin: 0 15px 5px 0;
}

#image_right
{
	border: double #7a0000 3px;
	float: right;
	margin: 0 0 5px 15px;
}

#thumb:hover { cursor: pointer; }

#contact_left
{
	width: 262px;
	float: left;
}

#contact_right
{
	width: 415px;
	float: right;
}

td.thumbnail
{
	text-align: center;
	padding-bottom: 25px;
}

td.thumbnail img { border: double #7a0000 3px; }

img.rp_thumb
{
	border: solid #7a0000 1px;
}

img.rp_full
{
	border: double #7a0000 3px;
}

.form_field_label
{
	text-align: right;
	padding: 1px 10px 1px 0;
}

.form_field_holder
{
	padding: 1px 0 1px 0;
}

div.row
{
	clear: both;
	padding-top: 5px;
}
div.row span.form_label
{
	float: left;
	width: 135px;
	text-align: right;
}

div.row span.form_input
{
	float: left;
	padding-left: 5px;
	text-align: left !important;
} 

.form_text_short
{
	width: 75px;
}

.form_text
{
	width: 255px;
}



#vertical_scroller
{
	width: 677px;
	height: 225px;
	display: block;
	overflow: hidden;
	position: relative;
}

#redtag
{
	color: #993300;
	text-align: center;
	margin-bottom: 15px;
	font-size: 11px;
	letter-spacing: .2em;
}