/*-----------------------------------------------------------------------------------------------
  Global Style
-----------------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img { 
	border:none; 
}

.hide { 
	display:none; 
}

.left{ 
	float:left; 
}

.right { 
	float:right;
}

.clear { 
	clear:both; 
	height:1px; 
	font-size:1px; 
	line-height:1px; 
}

input {
	clear: left;
}

/*-----------------------------------------------------------------------------------------------
  General Setup
-----------------------------------------------------------------------------------------------*/
body {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color:#888888;
	background: #2d2d2d;
	margin: 50px 0px;
}

p {
	margin: 10px 0px;
}

a {
  color: #99cc33;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
	margin:20px 0px;
	padding:0px;
	border-bottom:1px dotted #444;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

h1 {
  padding: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 20px;
  color: #f7851d;
  text-transform: uppercase;
}

h1 a {
  color: #babab1;
}

h2 {
  padding: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 20px;
  color: #f7851d;
  text-transform: uppercase;
}

h3 {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #f7851d;
	text-transform: uppercase;
	border-bottom: 1px dotted #444;
}

h4 {
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #f7851d;
	text-transform: uppercase;
}

.blue {
	color: #abccec;
}

.green {
	color: #99cc33;
}

img {
  border: none;
}

blockquote {
	margin-top: 10px;
	border-left: 2px solid #99cc33;
	color: #FFF;
	background: #2f2f2f;
}

blockquote p {
	padding: 10px
}

blockquote h2 {
  padding: 10px 10px 5px 10px;
  font-weight: normal;
  font-size: 20px;
  color: #99cc33;
  text-transform: uppercase;
}

blockquote h4 {
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
}

ul.list {
	padding: 10px 0px 10px 20px;
}

ul.list li {
	padding: 5px;
}


/*-----------------------------------------------------------------------------------------------
  Site Body Wrapper
-----------------------------------------------------------------------------------------------*/
#siteWrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 800px;
      height: 580px;
      margin-left: -400px; /* half of width */
      margin-top: -290px;  /* half of height */
      }

#logo {
	margin-bottom: 20px;
}

#contentArea {
	clear: left;
	width: 740px;
	height: 380px;
	padding: 30px;
	background: #000;
	display: table;
}

#contentLeft {
	float: left;
	width: 180px;
	padding-right: 30px;
}

#contentRight {
	float: left;
	width: 530px;
	background: #000;
}

.creationsContentLeft {
	float: left;
	width: 220px;
	padding-right: 35px;
}

.creationsContentRight {
	float: left;
	width: 435px;
	background: #000;
}

.photos img {
	border: 2px solid #99cc33;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}

.photos a:hover img {
	border: 2px solid #f7851d;
}

.photos img.last {
	margin-right: 0px;
}

.border {
	border: 2px solid #99cc33;
}

#greenBox {
	border: 2px solid #99cc33;
}

.quoteAuthor {
	text-align: right;
}

.quoteAuthor p.white{
	color: #FFF;
}

.attnBox {
	height: 60px;
	width: 740px;
	margin: 10px 0px 10px 0px;
	background: #222222;
}

.attnBoxSmall {
	min-height: 60px;
	width: 530px;
	margin: 10px 0px 10px 0px;
	background: #222222;
}

.attnBox p, .attnBoxSmall p{
	color: #FFFFFF;
	padding: 10px;
	line-height: 13px;
}

.attnBox a, .attnBoxSmall a{
	height: 100%;
	width: 100%;
	background: #222222;
	display: block;
}

.attnBox a:hover, .attnBoxSmall a:hover{
	background: #111111;
	text-decoration: none;
}

.attnBox img, .attnBoxSmall img {
	float: left;
	margin-right: 10px;
	border: 2px solid #99cc33;
}

.attnBox a:hover img, .attnBoxSmall a:hover img {
	border: 2px solid #f7851d;
}

.attnBox h1, .attnBoxSmall h1 {
  padding: 10px 10px 5px 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #99cc33;
  text-transform: uppercase;
}

.attnBox a:hover h1, .attnBoxSmall a:hover h1{
	color: #f7851d;
}

.attnBox h2, .attnBoxSmall h2 {
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------------------
  Main Navagation
-----------------------------------------------------------------------------------------------*/
.menuStyle {
	clear: left;
	height: 30px; 
	width: 800px;
	background: #222222;
	dispaly: block;
}

.menuStyle ul{
	float: left;
}
	
#logo {
	float: left;
}

.menuStyle li {
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	list-style-type:none;
}

.menuStyle li a, .menuStyle li a:link, .menuStyle li a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background: #222222;
}

.menuStyle li a:hover {
	color: #f7851d;
	background: #111111;
}

.menuStyle li.selected a, .menuStyle li.selected a:link, .menuStyle li.selected a:visited, .menuStyle li.selected a:hover {
	color: #99cc33;
	background: #000;
}




/*-----------------------------------------------------------------------------------------------
  Footer Navagation
-----------------------------------------------------------------------------------------------*/
#footer {
	clear: left;
	height: 30px; 
	width: 800px;
	background: #222222;
	dispaly: block;
}

#footer span {
	float: left;
	color: #FFFFFF;
	padding: 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#footer img {
	padding: 5px 5px 5px 0px;
}

label {
	margin: 10px 0px 5px 0px;
	display: block
}

input {
	width: 100%;
}

textarea {
	width: 100%;
	height: 100px;
}

input.submit {
	width: 100px;
}

#footer span.littleWhite, span.littleWhite {
	color: #FFFFFF;
	text-transform: lowercase;	
}

.half {
	width: 43%;
	padding-right: 5%;
	float: left;
}
