html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body, td, th {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #111;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #ff4c00;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #ff4c00;
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #363636;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container-white {
	background-image:url(http://dev.ldrstudios.com/includes/images/bg_john2.png);
	background-repeat:no-repeat;
	background-color:#050505;
	width: 1024px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 0;
}
.container {
	background-image:url(http://dev.ldrstudios.com/includes/images/bg_john1.png);
	background-repeat:no-repeat;
	background-color:#050505;	
	width: 1024px;
	height: auto;
	margin:0px auto;
	text-align:left;
	padding: 0px;
	border:0;
}
/*-------------------------------
  NAVIGATION
-------------------------------*/
.nav {
	width: 900px;
	height: 64px;
	margin-bottom: 20px;
	margin-left: 205px;
}
.nav li {
	float: left;
	margin-right: 60px;
	height: 64px;
}
.nav li:last-child {
	margin-right: 0;
}
.nav li a {
	display: block;
	color: #ffffff;
	font: normal 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	text-shadow: #000000 0px 1px 1px;
	padding: 11px 0 17px 0;
	height: 36px;
}
.nav li em {
	color: #888888;
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-shadow: none;
}
.nav li a:hover, .nav li a:hover em {
	text-decoration: none;
	color: #ff4c00;
}
.nav li.active a, .nav li.active a:hover {
	color: #ff4c00;
}
/* Navigation Dropdown Menu */		

.nav li:hover {
	visibility: inherit;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: 0px;
}
ul.nav li:hover li ul, ul.nav li.sfhover li ul {
	top: -999em;
}
ul.nav li li:hover ul, ul.nav li li.sfhover ul {
	left: 195px;
	top: 0;
}
ul.nav li li:hover li ul, ul.nav li li.sfhover li ul {
	top: -999em;
}
ul.nav li li li:hover ul, ul.nav li li li.sfhover ul {
	left: 195px;
	top: 0;
}
.nav li ul {
	margin-left: -25px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 195px;
	z-index:999 !important;
	list-style: none;
	padding: 0 10px 5px 10px;
	border: 1px solid #020202;
	border-top: none;
	background: #313131;
}
.nav li li {
	width: 195px;
	z-index:1000;
	border-bottom: 1px dotted #434343;
	margin-left: 0;
	line-height: 30px;
	height: auto;
}
.nav li li a {
	font-size: 10px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 2px;
	height: auto;
}
.nav li li:last-child {
	border-bottom: none;
}
.nav li li a, .nav li li a:visited, .nav li.current_page_parent li.current_page_item a, .nav li.current_page_parent li.current_page_item a:visited {
	color: #e4e4e4 !important;
	padding: 10px 0 10px 10px !important;
}
.nav li li a:hover, .nav li li a:active, .nav li.current_page_parent li.current_page_item a:hover, .nav li.current_page_parent li.current_page_item a:active {
	color: #FFF !important;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}
.nav ul ul {
	margin: -1px 0 0 10px !important;
	border-top: 1px solid #020202;
}
.nav a.sf-with-ul {
	padding-right: 0;
	min-width: 1px;
}
.nav li .sf-sub-indicator {
	display: none;
}
.nav li li .sf-sub-indicator {
	color: #a4c1c8;
	position: relative;
	display: inline;
	width: 5px;
	height:	5px;
	text-indent: -999em;
	margin-bottom: 0;
	padding-left: 2px;
	overflow: hidden;
}
/*-------------------------------
  HEADER
-------------------------------*/
#header {
	width: 900px;
	margin-bottom: 45px;
	margin: 0px auto;
}
#header h1 {
	background: url(http://dev.ldrstudios.com/includes/images/logo.png) no-repeat;
	width: 229px;
	height: 47px;
	text-indent: -9999px;
	float: left;
}
#header h1 a {
	display: block;
	width: 229px;
	height: 47px;
	border: none;
}
#header form {
	float: right;
	background: url(http://dev.ldrstudios.com/includes/images/searchBox.gif) no-repeat;
	width: 285px;
	height: 39px;
}
#header input[type=text] {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Georgia, Helvetica;
	color: #666666;
	padding: 14px 20px 14px 15px;
	width: 200px;
}
#header form span {
	float: right;
	width: 45px;
	height: 39px;
}
#header form a {
	cursor: pointer;
	float: right;
	width: 45px;
	height: 39px;
}
/*-------------------------------
  CONTENT
-------------------------------*/

.dark {
	color: #444;
}
.white {
	color: #FFF;
}
#content {
	margin: 0px auto;
	width: 900px;
}
#content a:link {
	color: #ff4300;
	text-decoration: none;
}
#content a:hover {
	color:#111;
	text-decoration: underline;
}
/* White Page Properties */
#page-white-container {
	width: 900px;
	float:right;
	margin-top: 30px;
	height: auto;
}
#page-white-header {
	background-color: #f1f1f1;
	height: 30px;
	width: 870px;
	float: left;
}
#page-white-content {
	width: auto;
	margin-top: 30px;
	background-color: #f1f1f1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	color:#444;
	height: auto;
}
#page-white-content p {
	padding: 5px;
	line-height: 20px;
}
#page-white-content h2 {
	padding-bottom: 8px;
	color:#999;
}
#page-white-content img {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sub_options {
	position: relative;
	height: 26px;
	width: 456px;
	float: right;
}
#sub_options a:link, #sub_options a:visited, #sub_options a:active {
	color:#ff4300 !important; 
	text-decoration: underline !important;
}
#sub_options a:hover {
	color:#111 !important;
	text-decoration: underline !important;
}

/* Page Properties */
#page-container {
	width: 550px;
	float: right;
	margin-top: 30px;
}
#page-header {
	background-color: #111;
	height: 30px;
	width: 520px;
	float: left;
}
#page-fold {
	background-image:url(http://dev.ldrstudios.com/includes/images/page-fold.png);
	background-repeat:no-repeat;
    background-position:top center;
	width:30px;
	height:30px;
	float: right;
}
#page-content {
	height: auto;
	width: auto;
	margin-top: 30px;
	background-color: #111;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#page-content p {
	padding: 5px;
	line-height: 20px;
	color: #999;
}
#page-content h2 {
	padding-bottom: 8px;
	color: #444;
}
.page-button-orange a:link, .page-button-orange a:visited, .page-button-orange a:active {
	width: 200px;
	height: 34px;
	padding: 12px;
	margin: 10px;
	text-align: center;
	vertical-align:middle;
	background-color: #ff4300;
	margin-left: 20px;
	font-weight: bold;
	color: #fff !important;
}
.page-button-orange a:hover {
	color: #c0c0c0 !important;
	background-color: #333 !important;
	text-decoration: none !important;
}
#bottom {
	margin: 0px auto;
	margin-top: 50px;
	width: 900px;
	position: relative;
	height: auto;
}
/*****************************************************/
#col_1 {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
#col_2 {
	float: right;
	width: 300px;
	margin-bottom: 30px;
}
#col_3 {
	float: right;
	width: 300px;
	margin-bottom: 30px;
}
#col_header {
	background-color: #0d0d0d;
	height: 30px;
	width: 250px;
	float: right;
}
#col_header p {
	color: #ff4300;
	padding: 8px;
}
#col_fold {
	background-image: url(http://dev.ldrstudios.com/includes/images/page-fold.png);
	width: 30px;
	height: 30px;
	float: right;
}
#col_content {
	background-color: #0d0d0d;
	width: 280px;
	float: right;
	position: relative;
}
#col_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 12px;
}
#col_text .form_text {
	background-color:#111;
	color:#777;
	padding: 8px;
	border: #262626 thin;
	margin:0;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#col_text p {
	padding-top: 6px;
}
#col_text label {
	cursor:pointer;
}
#article-columns {
	width:auto;
	height:250px;
	margin:30px 0px auto;
}
#article-columns img {
	border:0 !important;
	padding:5px !important;
	margin:0px auto !important;
}
#article_col_1, #article_col_2, #article_col_3 {
	width:250px;
	float:left;
	padding:0px;
	margin:0px 10px auto;
	background-color:#111010;
}


/**
 *
 *   FOOTER  
 *
 */
#footer {
	clear: both;
	margin: 20px auto;
	width: 900px;
	padding: 0px;
	position: static;
}
#footer-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 20px;
}
#footer-text a:link, #footer-text a:visited, #footer-text a:active {
	color: #FFF;
	text-decoration: none;
}
#footer-text a:hover { color: #ff4300; text-decoration: none; }
#footer-text a.active { color: #ff4300; }
