/*
Version: 0.2
Author: Artezen Design
*/
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, 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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#000;background:#000;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.3em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


#page {
    width: 840px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: #FFF;
    font-size: 1em;
}

#content {
    margin: 40px 0px 0px 20px;
    padding: 90px 40px 0px 0px;
    float: left;
    text-align: left;
    width: 500px;
    min-height: 360px;
    background: #FFF;

}
#content img {padding: 0px 0px 0px 0px; margin: 0; float: right;}

#g_content {
    margin: 40px 0px 0px 20px;
    padding: 0px 40px 0px 0px;
    float: left;
    text-align: left;
    width: 500px;
    min-height:400px;
    background: #FFF;

}
#g_content img {padding: 0px 0px 15px 0px; margin: 0; display: block;}
/* Special text formatting 
------------------------------------------------------------------------------- */
.red {color: #990000;}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #990000;
    float: left;
    height: 60px;
    width: 840px;
    text-align: right;
    line-height: 1;
}

#header ul {display: block; float: right; padding: 30px 45px 0px 0px; list-style-type: none;}
#header ul li {display: block; float: left; margin: 0px 0px 0px 30px; list-style-type: none; font-weight: normal; }
#header ul li a:link {color: #CCC; text-decoration: none; }
#header ul li a:visited { color: #ccc; text-decoration: none; }
#header ul li a:hover { color: #FFF; text-decoration: underline; }
#header ul li a:active { color: #ccc; text-decoration: none; }



#header ul li.topActive {color: #FFF;  text-decoration: underline; font-weight: bold; margin: 0 0 0 30px; }
#header ul li.topActive a {color: #FFF;  text-decoration: underline; font-weight: bold;  }
#header ul li.topActive a:visited {color: #FFF;  text-decoration: underline; font-weight: bold;  } 
#header ul li.topActive a:hover {color: #FFF;  text-decoration: underline; font-weight: bold; }
#header ul li.topActive a:active {color: #FFF;  text-decoration: underline; font-weight: bold; }
/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
width: 215px;
margin: 40px 20px 0px 0px;
padding: 85px 0px 0px 45px;
float: left;
background: #fff url(images/logo.gif) top right no-repeat;
text-align: right;
}

#sidebar ul {margin: 0; padding: 0px 3px 0px 0px; list-style-type: none;}

#sidebar ul li { padding: 5px 0px; font-weight: bold; list-style-type: none; line-height: 1; font-size: 1.2em;}
#sidebar ul li a {color: #000; text-decoration: none;}
#sidebar ul li a:visited { color: #999; text-decoration: none;}
#sidebar ul li a:hover { color: #990000; text-decoration: underline;}
#sidebar ul li a:active { color: #990000; text-decoration: none;}

#sidebar ul li.leftActive {color: #990000;  font-weight: bold; text-decoration: underline;}
#sidebar ul li.leftActive a {color: #990000;  font-weight: bold; text-decoration: underline;}
#sidebar ul li.leftActive a:visited {color: #990000;  font-weight: bold; text-decoration: underline;}
#sidebar ul li.leftActive a:hover {color: #990000;  font-weight: bold; text-decoration: underline;}
#sidebar ul li.leftActive a:active {color: #990000;  font-weight: bold; text-decoration: underline;}

/* Gallery Navigation 
------------------------------------------------------------------------- */
#gallerynav {
  width: 500px; 
  height: 50px;
  float: right;
  border-top: 1px solid #666;
  margin: 0px 40px 0px 20px; 
  padding: 0px ;
  
}
#gallerynav ul {display: block; margin: 0; float: left; padding: 10px 0px 0px 0px; list-style-type: none;}
#gallerynav ul li {display: block; float: left; margin: 0; padding: 0px 10px 0px 0px; list-style-type: none; font-size: 1.1em;}
#gallerynav ul li a:link {color: #000; text-decoration: none;}
#gallerynav ul li a:visited { color: #999; text-decoration: none; }
#gallerynav ul li a:hover { color: #990000; text-decoration: underline; }
#gallerynav ul li a:active { color: #990000; text-decoration: none; }

.bottomActive {color: #990000;  font-weight: bold; text-decoration: underline;}
/* Footer 
------------------------------------------------------------------------- */
#footer {
    width: 840px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: .95em;
    color: #fff;
    background: #990000;
    text-align: right;
    margin: 0 auto;
}

#footer p { padding: 0px 45px 0px 0px;
    font-size: 1em;
}

#footer a {border-bottom: none;}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
/* Contact Us Form
------------------------------------------------------------------------------- */

#cfContact {border: 2px solid #990000; background: #ccc; font-weight: bold; margin: 0 auto;}


/*fieldset legend*/
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: none; }
legend { padding: 0 .4em;  font-size: 1.2em;background-color: #e3dfdf;color:#333;}

/*label*/
label {float: left;clear:left; text-align: right; width: 11em; margin-right: 1em; display:block; color:#333;}


/* Textarea input select */
textarea, input, select {  margin: 0.5em 0.5em 0 0; padding: .2em;  }

.formHolder {width: 100%; float: left; text-align: center;}
textarea {border: 1px solid #666; width: 300px; overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;}

textarea:focus, input[type="text"]:focus  {border: 2px solid #666;}

select {background-color: #fff;color: #000;padding:0;}

input[type="text"] {border: 1px solid #666;}

input[type="submit"]{background-color: #ccc;color: #333;margin: 0.5em 0.5em 0 0; padding: .4em;}

input[type="checkbox"]{color: #000;}

input[type="radio"]{color:#FF0000;background-color: #fff;color: #000;padding: 0.5em;}

/*option optgroup*/
option{color:#000;background-color:#FFF}

optgroup {color:#000;background-color:#CCC;}





