@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html, body { margin: 0; padding: 0; height: 100%; }

.clear { clear: both; }
.bold	{font-weight:bold}
#label	{width:60px; float:left;}

span.success {
	font-weight: bold;
	color: #390;
}
.required{
		font-weight:bold;
		color:#C00;
		font-size:1.1em;
}
body {
	background-image: url(../images/background_body.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #093866;
}

h5{color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}
/*******************************************************/
/*	Container
*/

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 830px;
	background-image: url(../images/background_container.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fff;
}

/*******************************************************/
/*	Header
*/

#header {
	display: block;
	position: relative;
	margin: 0;
	width: 830px;
		height: 134px;
	background-image: url(../images/background_header.jpg);
	background-attachment: scroll;
	background-postion: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: +1; /* IE6 z-index bug */
}

#header h1.title {
	display: none;
}

/*******************************************************/
/*	Logos - Header
*/

#logo {
	display: inline;
	position: relative;
	width: 205px;
	padding: 0 0 0 15px;
	float: left;
		height: 134px;
	background-color: transparent;
}

#logo img {
	border: none;
}

#logo_secondary {
	margin: 0;
	width: 595px;
		height: 54px;
	text-align: right;
	background-color: transparent;
}

#logo_secondary img {
	float: right;
	border: none;
}

/*******************************************************/
/*	Navigation wrapper - Header
*/

#navigation_wrapper {
	display: inline;
	position: relative;
	margin: 0;
	width: 595px;
	float: left;
		height: 134px;
	background-color: transparent;
}

/*******************************************************/
/*	Top Navigation - Header
*/

#top_navigation {
	margin: 0;
	width: 595px;
		height: 44px;
	text-align: right;
	background-color: transparent;
}

#top_navigation ul {
	display: block;
	position: relative;
	float: right;
	padding: 12px 12px 0 0;
}

#top_navigation ul li {
	display: inline;
	position: relative;
	padding-left: 0.4em;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
	background-color: transparent;
}

#top_navigation ul li a, #top_navigation ul li a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#top_navigation ul li a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}

/*******************************************************/
/*	Navigation - Header
*/

#navigation {
	margin: 0;
	width: 595px;
		height: 36px;
	background-color: transparent;
}

/*******************************************************/
/*	Media - Flash or image
*/

#media {
	position: relative;
	padding: 15px;
	width: 800px;
		/*height: 400px;*/
	background-color: transparent;
}

#flash {
	position: relative;
	width: 770px;
	height: 400px;
	margin: 0 auto;
	background-color: #111;
}

#image {
	position: relative;
	width: 770px;
	height: 150px;
	margin: 0 auto;
	background-color: #111;
}

#image img {
	bottom: 0;
	border: none;
}
/*******************************************************/
/*	Content
*/

#content {
	display: block;
	position: relative;
	margin: 0 0 0 15px;
	width: 800px;
	background-color: #fff;
}

#content .innertube {
	position: relative;
	/*float: left;*/
	padding: 0 15px 10px 15px;
	background-color: #fff;
}

#content h1, #content h2, #content h3 {
	font-family: tahoma, geneva, arial, helvetica, sans-serif;
	color: #cc3300;
	background-color: transparent;
}

#content h1 {
	padding: 5px 0;
	font-size: 22px;
}

#content h2 {
	margin-bottom: 15px;
	font-family: "Trebuchet MS", verdana;
	font-size: 16px;
	font-weight: normal;
	color: #cc3300;
	border-bottom: 1px solid #dcaf99;
	background-color: transparent;
}

#content h3 {
	/*margin-bottom: 15px;*/
	padding: 10px 0 5px 0;
	font-family: "Trebuchet MS", verdana;
	font-size: 14px;
	font-weight: normal;
	color: #cc3300;
	/*border-bottom: 1px solid #dcaf99;*/
	background-color: transparent;
}

#content p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	background-color: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
#content label{font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#333;
				line-height:20px;				
}

#content p a, #content p a:link {
	color: #cc3300;
	background-color: transparent;
	text-decoration: none;
}

#content p a:hover {
	color: #cc6600;
	background-color: transparent;
	text-decoration: none;
}

#content ul, #content ol {
	margin: 0 0 10px 35px;
}

#content ul li {
	list-style: square;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 170%;
}

#content ul li a, #content ul li a:link {
	color: #cc3300;
	background-color: transparent;
	text-decoration: none;
}

#content ul li a:hover {
	color: #cc6600;
	background-color: transparent;
	text-decoration: none;
}

#content ol li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 170%;
}

#content ol ol li {
	list-style: lower-alpha;
}

#content ol li a, #content ol li a:link {
	color: #cc3300;
	background-color: transparent;
	text-decoration: underline;
}

#content ol li a:hover {
	color: #cc6600;
	background-color: transparent;
	text-decoration: none;
}

#content blockquote {
	margin: 5px 0 10px 35px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 170%;
	border-left: 1px solid #2b579d;
	background-color: transparent;
}

#content blockquote p {
	padding: 0 0 10px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 170%;
	background-color: transparent;
}

#content blockquote p a, #content blockquote p a:link {
	color: #cc3300;
	background-color: transparent;
	text-decoration: none;
}

#content blockquote p a:hover {
	color: #cc6600;
	background-color: transparent;
	text-decoration: none;
}

#content form {
	padding-left: 25px;
}

#content fieldset {
	margin: 5px 0 10px 0;
	padding: 10px 0 0 0;
	border: none;
}

#content span.form_left {
	padding: 3px 3px 0 0;
	width: 80px;
	float: left;
}

#content legend {
	font-family: arial, helvetica, sans-serif;
	color: #2b579d;
	font-size: 13px;
	line-height: 2em;
	background-color: transparent;
}

#content input.text {
	padding: 3px;
	width: 355px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #2b579d;
	background-color: #fff;
}

#content textarea.text {
	padding: 3px;
	width: 355px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #2b579d;
	background-color: #fff;
}

#content input.button {
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

#content .column {
	display: inline;
	position: relative;
	padding: 0 10px;
	width: 176px;
	float: left;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

#content .column h3 {
	padding: 0 0 5px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}

#content img {
	margin: 0; padding: 0;
	border: none;
}

#content .column p {
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	background-color: transparent;
}

#content .column a, #content .column a:link {
	color: #cc3300;
	text-decoration: none;
	background-color: transparent;
}

#content .column a:hover {
	color: #cc6600;
	text-decoration: none;
	background-color: transparent;
}

#content .first {
	padding: 0 10px 0 0;
	width: 176px;
	float: left;
	border-left: 1px solid #fff;
	background-color: #fff;
}

#content .last {
	padding: 0 0 0 10px;
	width: 176px;
	float: left;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

#content .left_column {
	display: inline;
	position: relative;
	width: 85px;
	height: 55px;
	float: left;
	background-color: #fff;
}

#content .right_column {
	display: inline;
	position: relative;
	padding-left: 30px;
	width: 650px;
	float: left;
	background-color: #fff;
}

#content .right_column span.text {
	display: inline;
	position: relative;
	width: 250px;
	float: left;
}
#content .right_column span.text2 {
	display: inline;
	position: relative;
	width: 640px;
	float: left;
}

#content .right_column span.runtime {
	display: inline;
	position: relative;
	width: 250px;
	padding-left: 50px;
	float: left;
	font-weight: normal;
	color: #000;
	background-color: transparent;
}

#content .divider {
	display: block;
	width: 770px;
	height: 10px;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	margin-bottom: 10px;
}

#content span.small {
	font-size: 10px;
	color: #666;
}

/*******************************************************/
/*	Content video alignment
*/

#content .video_right {
	padding: 5px 0 15px 15px;
	margin: 0;
	text-align: center;
	width: 380px;
	float: right;
}

#content .video_left {
	padding: 5px 15px 15px 0;
	margin: 0;
	text-align: center;
	width: 380px;
	float: left;
}

#content .video_center {
	padding: 5px 0 15px 0;
	margin: 0 auto;
	text-align: center;
	width: 380px;
	float: none;
}

#content .video_left h4, #content .video_right h4, #content .video_center h4 {
	padding: 5px 0;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	background-color: transparent;
}

#content .video_left p, #content .video_right p, #content .video_center p {
	padding: 5px 0;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: transparent;
}

#content .video_left a, #content .video_left a:link,
#content .video_right a, #content .video_right a:link,
#content .video_center a, #content .video_center a:link {
	color: #cc3300;
	text-decoration: none;
}

#content .video_left a:hover,
#content .video_right a:hover,
#content .video_center a:hover {
	color: #cc6600;
	text-decoration: none;
}

/*******************************************************/
/*	Content image alignment
*/

#content img.right {
	padding: 5px 0 15px 15px;
	margin: 0;
	text-align: center;
	float: right;
}

#content img.left {
	padding: 5px 15px 15px 0;
	margin: 0;
	text-align: center;
	width: 380px;
	float: left;
}
#content img.leftsmall {
	margin: 0;
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}

#content img.center {
	padding: 5px 0 15px 0;
	margin: 0 auto;
	text-align: center;
	width: 380px;
	float: none;
}

#content img.left h4, #content img.right h4, #content img.center h4 {
	padding: 5px 0;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	background-color: transparent;
}

#content img.left p, #content img.right p, #content img.center p {
	padding: 5px 0;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: transparent;
}

#content img.left a, #content img.left a:link,
#content img.right a, #content img.right a:link,
#content img.center a, #content img.center a:link {
	color: #cc3300;
	text-decoration: none;
}

#content img.left a:hover,
#content img.right a:hover,
#content img.center a:hover {
	color: #cc6600;
	text-decoration: none;
}

/*******************************************************/
/*	Content with Sidebar
*/

#content_left {
	display: inline;
	position: relative;
	width: 540px;
	margin: 0;
	float: left;
	background-color: transparent;
}

#sidebar {
	display: inline;
	position: relative;
	width: 230px;
	margin-left: 15px;
	padding-bottom: 10px;
	float: left;
	background-image: url(../images/sidebar_bottom.jpg);
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
}

#sidebar .innertube {
	width: 210px;
	padding: 10px 10px 15px 10px;
	background-image: url(../images/background_sidebar_top.gif);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}

#sidebar h3 {
	margin: 0;
	padding: 5px 0 2px 0;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2b579d;
	border-bottom: 1px solid #ddd;
	line-height: 1.3em;
}

#sidebar h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*color: #052443;*/
	color: #052443;
	line-height: 1.3em;
}
#content h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 1.3em;
}
#sidebar p {
	margin: 0;
	padding: 5px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}

#sidebar a, #sidebar a:link {
	color: #2b579d;
}

#sidebar a:hover {
	color: #052443;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 5px 0 5px 25px;
}

#sidebar ul li {
	list-style: square;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}

#sidebar ol li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.3em;
}

#sidebar ul li a, #sidebar ul li a:link,
#sidebar ol li a, #sidebar ol li a:link {
	color: #2b579d;
}

#sidebar ul li a:hover, #sidebar ol li a:hover {
	color: #052443;
}

#sidebar .sidebar_left {
	display: inline;
	position: relative;
	margin-top: 10px;
	width: 65px;
	height: 65px;
	border: 1px solid #ddd;
	float: left;
}

#sidebar .sidebar_left img {
	border: none;
	margin: 0; padding: 0;
}

#sidebar .sidebar_right {
	display: inline;
	position: relative;
	margin-top: 10px;
	width: 135px;
	margin-left: 7px;
	float: left;
}

#sidebar .sidebar_divider {
	width: 210px;
	display: block;
	position: relative;
	height: 10px;
	border-bottom: 1px solid #ddd;
	clear: both;
}

/*******************************************************/
/*	Breadcrumb - Breadcrumb navigation (transparent)
*/

#media #image .transparent {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#media #image #overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
		height: 32px;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1em;
}

/* If block has link, style link to wrap accordingly */
/*

#header_img #overlay a {
	display: block;
	width: 188px;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}*/

#media #image #overlay #breadcrumb {
	display: block;
	width: 740px;
	padding: 10px 0 0 10px;
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1em;
}

#media #image #overlay #breadcrumb ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#media #image #overlay #breadcrumb li {
	display: inline;
	padding-right: 0.4em;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1em;
	background-color: transparent;
}

#media #image #overlay #breadcrumb li a, #media #image #overlay #breadcrumb li a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #052443;
	text-decoration: none;
	line-height: 1em;
	background-color: transparent;
}

#media #image #overlay #breadcrumb li a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2b579d;
	text-decoration: none;
	line-height: 1em;
	background-color: transparent;
}

/* Breadcrumb in #content .innertube - If used, comment the Media version out */
/* Note that HTML content for this position is commented out in each document

#content #breadcrumb {
	display: block;
	width: 755px;
	padding-bottom: 10px;
	background-color: transparent;
}

#content #breadcrumb ul {
	display: block;
	margin: 0;
	padding: 0;
}

#content #breadcrumb li {
	display: inline;
	padding-right: 0.4em;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: transparent;
}

#content #breadcrumb li a, #breadcrumb li a:link {
	color: #052443;
	text-decoration: none;
	background-color: transparent;
}

#content #breadcrumb li a:hover {
	color: #2b579d;
	text-decoration: none;
	background-color: transparent;
}
*/

/*******************************************************/
/*	Footer
*/

#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 830px;
		/*height: 50px;*/
	clear: both;
	text-align: center;
	background-image: url(../images/background_footer.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
}

#footer p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
	background-color: transparent;
}

#footer a, #footer a:link {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}
/***************************************************************
Drywall Arist Page
*/
#drywallartist_photo { float:left;
						width:200px;
						}
#drywallartist_text	{
					padding-right:5px;
					}
#drywallartist_text p{font-family:Arial, Helvetica, sans-serif;
					font-size:.8em;
					}
					
.drywallartist_name	{font-family:Arial, Helvetica, sans-serif;
					font-size:1.2em;
					color:#0099FF;
					font-style:italic;
					}
					