/* === Resets === */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	word-spacing:1; /* Added By Me */
	font-family:"trebuchet ms", helvetica, sans-serif; /* Change back to inherit for other applications  */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* === Quick Universal Styles === */
body {
  font-family:georgia,serif;
	line-height:1.4em;
}

.float_left {
	float:left;
}

.float_right {
	float:left;
}

.clear {
	clear:both; /* To be used with <br /> tags for floats */
}

.text-reset {
	text-transform:none;
}

/*=====*/
html {
	background:url(../images/backgrounds/body_masked.jpg) repeat-x #000; /* In case the screen is massive it will show this as a last resort */
}
body {
	color:#fff;
}

h1 {
	text-transform:uppercase;
}

p { /* Should be used only for body copy */
	font-family:georgia,serif;
	line-height:1.4em;
	font-size:0.8em;
	padding:0 0 1.8em 0;
}

p a{
	color:#a3854b;
	text-decoration:underline;
	font-family:georgia,serif;
}

ul, li, .gold_text, li a, #left_home h2, #right_home h3 {
	color:#a3854b;
	text-decoration:none;
}

#wrapper,#header,#footer {
	margin:0 auto;
}

#wrapper {
	width:900px;
    text-align:center;
}

#header {
    margin:0 auto;
    text-align:center;
}

#header img {
	display:block; /* Needed for FF */
	margin: 0 auto;
}

#nav {
	background:url(../images/backgrounds/nav.png) no-repeat bottom; /* Bottom and black so if text size is increased it wont look broken*/
	min-height:29px; /* Height of background image */
	width:900px;
	text-transform:uppercase;
	padding:15px 0 0 0;
    text-align:center;
    margin:0 0 0 0px;
}

#nav a {
	color:#fff;
	width:110px;
	padding:0 12px 0 12px;
	font-family:georgia,serif;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
}
#nav a:hover {
	color:#a3854b;
}
#nav #currentNav {
   color:#a3854b;
}
#nav #client_login {
    font-size:0.7em;
	color:#a3854b;
	text-transform:none;
    font-weight:normal;
	font-family:"trebuchet ms", helvetica, sans-serif;
    text-decoration:underline;
    letter-spacing:1px;
}

.nav_spacer {
	color:#fff;
	float:left;
	display:block;
	width:70px;
	font-family:georgia,serif;
	text-decoration:none;
}

#content_wrapper {
	width:800px;
	background:url(../images/backgrounds/content_wrapper.png) no-repeat top center;
	margin:0 0 0 48px; /* Because of absolutes I can't center it with margin: 0 auto; */
	min-height:230px; /* Stop the "light" from shrinking */
	padding:40px 0 0 0;
}

#left_sub {
	width:245px;
	float:left;
}
#left_sub_files {
	width:305px;
	float:left;
    font-size: .9em;
}
#left_sub_files p {
	margin:8px 0;
    padding:4px 0;
}
#left_sub ul {
	margin:15px 0 0 0;
	text-align:right;
}

#left_sub ul li {
	text-align:right;
	font-size:0.7em;
	line-height:2em;
}

#left_sub ul #current {
	text-align:right;
	font-size:0.7em;
	line-height:2em;
    color:#fff;
    list-style:url(../images/icons/nav_arrow.png);
	direction:rtl; /* Puts arrow on the right side */
}

#left_sub ul li a:hover {
	color:#fff;
}

#left_sub ul li:hover {
	list-style:url(../images/icons/nav_arrow.png);
	direction:rtl; /* Puts arrow on the right side */
}

#right_sub {
	float:right;
	width:472px;
	padding:0 20px 0 0;
}
#right_sub h1, #match_right_sub {
	padding:0 0 28px 0;
}

#footer {
	color:#637280;
	text-transform:uppercase;
	font-size:0.8em;
	font-family:georgia,serif;
	display:block;
	float:left;
	width:517px; /* Body area - logo size */
	padding:55px 0 0 0;
	word-spacing:0.3em;
}

#footer a {
	color:#637280;
	font-family:georgia,serif;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}

#copyright_notice {
	font-family:georgia,serif;
	font-size:0.7em;
	word-spacing:default;
}

#logo {
	float:right;
}

/*== Home Page Styles ==*/

#home_spacer {
	height:50px;
}

#left_home {
	width:384px;
	float:left;
}

#left_home h1 {
	font-size:1.4em;
	padding:0 0 3px 0;
}

#left_home h2 {
	padding:0 0 25px 0;
}

#right_home h3 {
	padding:0 0 5px 0;
}

#left_home p {
	line-height:1.6em;
}

#right_home {
	width:418px;
	float:right;
}

#content_wrapper_home {
	background:url(../images/backgrounds/content_wrapper.png) no-repeat top center;
	margin:0 0 0 38px;
	min-height:230px; /* Stop the "light" from shrinking */
	padding:40px 0 0 0;
}
#contact_left {
margin:10px 0 0 0;
}
#contact_left p {
margin:10px 0 0 0;
 text-align:right;
}
#contactForm input {
  background:#000;
  border:1px solid #333333;
  color:#fff;
  margin:0;
  padding:0;
}
#contactForm label {
  display:block;
  margin:5px 0 0 0;
  padding:0;
  text-align:bottom;
  border:0px solid #fff;
}
#contactForm textarea {
  background:#000;
  border:1px solid #333333;
  color:#fff;
}

#loginForm {
  text-align: right;
}


#loginForm input {
  background:#000;
  border:1px solid #333333;
  color:#fff;
  margin:0;
  padding:0;
}
#right_sub input {
  background:#000;
  border:1px solid #333333;
  color:#fff;
  margin:0;
  padding:0;
}
#loginForm label {
  display:block;
  margin:5px 0px 0 130px;
  padding:0;
  text-align:left;
  border:0px solid #fff;
}
#file_uploader {
  background:#fff;
  border:1px solid #333333;
  color:#000;
  margin:0;
  padding:0;
}

