@charset "UTF-8";
html {
  height: 100%;
	/* gotta have this to make all text work the same on the iphone */
	-webkit-text-size-adjust: none;
}
* html #container {
  height:100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
  font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9E9C90;
  background-color: #9E9C90;
}
#container  {
	-webkit-text-size-adjust: none;
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* This is the parent for the other headers */
#header {
  position: relative;
  top: -20px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}
#home #homeButton, #work #workButton, #about #aboutButton, #sitecontrol #sitecontrolButton, #blog #blogButton, #connect #connectButton {
  color: #EBDFCA;
}
#mainNav ul {
  margin: 0px 0px 5px 10px;
  padding: 0px;
  list-style: none;
}
#mainNav li {
  display: inline;	
}
#mainNav li a {
	color: #FE4728;
	font-size: 17px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 10px 5px 10px;
  background-color: #B70101;
	text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#mainNav li a:hover {
	font-size: 17px;
  color: #DBD0BD;
}



#home {
  background-image: url(/images/home_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: black;
}
#home #header {
  background-image: url(/images/home_bar.png);
}
#home h1 {
	margin: 0px;
	padding: 10px 0px 30px 0px;
	color: #D2CDBA;
	font-size: 38px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 40px;
}
#home a {
	color: #F39E00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
  color: #B70101;
}
#sitecontrolBar {
  background-image: url(/images/bar2.png);
	font-size: 17px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #A5A090;
	padding-left: 10px;
}
#sitecontrolBar h2 {
	font-size: 28px;
	color: #B70101;
	margin: 55px 0px 0px -2px;
	padding: 25px 0px 2px 0px;
}
#sitecontrolBar a {
	color: #F39E00;
	font-size: 13px;
	text-decoration: none;
}
#sitecontrolBar a:hover {
  color: #B70101;
}



#about {
  background-image: url(/images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}
#about #header {
  background-image: url(/images/bar1.png);
}
#about #header img {
	position: relative;
	top: -15px;
	margin-left: -20px;
}
#about h1 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	color: #D2CDBA;
	font-size: 25px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 31px;
}
#aboutPanel {
  position: relative;
  top: -60px;
	height: 1050px;
	padding: 50px 285px 0px 25px;
  background-color: black;
	line-height: 21px;
}
#aboutPanel img {
	padding-bottom: 10px;
}
.awardsText {
	font-size: 12px;
	line-height: 16px;
}


#work {
  background-image: url(/images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}
#work #header {
  background-image: url(/images/bar1.png);
}
#work #header img {
	margin-left: -20px;
}
#variousProjectsheader {
  background-image: url(/images/bar1.png);
}
#variousProjectsheader h1 {
  margin-left: 20px;
}
#work h1 {
	margin: 0px;
	padding: 25px 0px 4px 0px;
	color: #D2CDBA;
  font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: bold;
}
#work h2 {
	margin: 0px;
	padding: 25px 0px 4px 55px;
	color: #D2CDBA;
  font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: bold;
}
#thumbsPanel {
  position: relative;
	top: -17px;
	height: 3470px;
	padding: 50px 13px 0px 13px;
  background-color: black;
	color: #D2CDBA;
  font-size: 18px;
	font-family: Helvetica, Arial;
	font-weight: bold;
}
#thumbsPanel img {
  margin-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#agencyPanel {
  position: relative;
	top: -25px;
	background-color: black;
	height: 1350px;
	padding: 25px 110px 0px 110px;
}
.sitecontrolTag {
  color: #F39E00; 
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
}
.designDevTag {
  color: #666;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	padding: 4px 0px 100px 11px;
}
#thumbsLeft {
  float: left;
}
#thumbsRight {
  float: right;
}



#connect {
  background-image: url(/images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}
#connect #header {
  background-image: url(/images/bar1.png);
}
#cards {
	position: relative;
	top: -40px;
}
#connect h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #D2CDBA;
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 23px;
}
#connectPanel {
  position: relative;
	top: -55px;
	height: 170px;
	padding: 50px 285px 0px 25px;
  background-color: black;
	line-height: 20px;
}
#connectPanel a {
	text-decoration: none;
	color: #D2CDBA;
}
#connectPanel a:hover {
	text-decoration: none; 
	color: #B70101;
}



#sitecontrol {
  background-image: url(/images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #444;
}
#sitecontrol #header {
  background-image: url(/images/bar1.png);
}
#sitecontrol #header img {
	margin: 15px 0px 0px -10px;
	padding: 0px;
}
#sitecontrol h1 {
	margin: -8px 0px 0px -4px;
	padding: 0px 0px 5px 0px;
  color: #8A8879;
	font-size: 19px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
}
#sitecontrol h2 {
	margin: -8px 0px 0px -4px;
	padding: 0px;
  color: #FCC45B;
	font-size: 20px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 26px;
}
#sitecontrolSummary {
  position: relative;
	top: -17px;
	line-height: 21px;
  background-color: black;
	padding: 10px 275px 50px 20px;
}
#sitecontrolPanel {
  position: relative;
	top: -55px;
	height: 1935px;
	padding: 30px 20px 0px 20px;
  background-color: black;
	line-height: 20px;
}
#sitecontrolArt {
  background-image: url(/images/sitecontrol_flowchart.jpg);
	background-repeat: no-repeat;
	height: 1935px;
	line-height: 17px;
	font-size: 14px;
	color: #DDAF59;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#sitecontrolPanel img {
	padding-left: 20px;
}
#sitecontrolLogo {
  margin: 30px 0px 10px 90px;
}
.dashboard {
	position: relative;
	top: 50px;
	left: 450px;
	width: 318px;
}
.resourceIndex {
	position: relative;
	top: 270px;
	left: 60px;
	width: 318px;
}
.resource {
	position: relative;
	top: 335px;
	left: 30px;
	width: 275px;
}
.userAdminPanel {
	position: relative;
	top: 560px;
	left: 465px;
	width: 310px;
}

#homeFooter {
  position: relative;
	top: -15px;
	padding: 15px 0px 40px 30px;
	font-size: 12px;
	line-height: 15px;
	color: #481300;
}
#aboutFooter {
  position: relative;
	top: -60px;
	padding: 15px 0px 40px 16px;
	font-size: 12px;
	line-height: 15px;
}
#workFooter {
  position: relative;
	top: -20px;
	padding: 15px 0px 40px 16px;
	font-size: 12px;
	line-height: 15px;
}
#sitecontrolFooter {
  position: relative;
	top: -50px;
	padding: 15px 0px 40px 16px;
	font-size: 12px;
	line-height: 15px;
}
#connectFooter {
  position: relative;
	top: -30px;
	padding: 0px 0px 40px 27px;
	font-size: 12px;
}
#topButton {
  float: left;
  background-image: url(/images/arrow.png);
	color: #9E9C90;
	background-repeat: no-repeat;
	font-size: 13px;
	padding: 24px 30px 0px 3px;
	text-decoration: none;
}


#sociable {
  margin: 11px 0px 8px 0px;
  padding: 0px;
  list-style: none;
}
#sociable li {
  display: inline;	
}
#sociable li a {
	color: #9E9C90;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 7px 4px 7px;
	margin-right: 2px;
  background-color: #333;
	text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#sociable li a:hover {
	font-size: 12px;
	color: #B70101;
}
#facebookFan {
  background-image: url(/images/facebook_logo.jpg);
	background-repeat: no-repeat;
	color: #9E9C90;
	font-size: 13px;
	padding: 6px 0px 3px 33px;
	text-decoration: none;
}
#twitterFollow {
  background-image: url(/images/twitter_logo.jpg);
	background-repeat: no-repeat;
	color: #9E9C90;
	font-size: 13px;
	padding: 6px 0px 3px 33px;
	text-decoration: none;
}
.validXHTML {
  font-family: monospace;
	text-decoration: none;
  color: #D9A004;
	font-size: 11px;
  margin-top: 10px;
  margin-left: 57px;
}
.validXHTML:hover {
	color: #9E9C90;
}
.validXHTMLConnect{
  font-family: monospace;
	text-decoration: none;
  color: #D9A004;
	font-size: 11px;
  margin-top: 10px;
  margin-left: 7px;
}
.validXHTMLConnect:hover {
	color: #9E9C90;
}

