/* This rule resets a core set of elements so that they will appear consistent across browsers.*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #000;
	color: #151515;
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Page Titles. */
h1 {
	color: #1D9999;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
/* Section Titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Links. */
a,  a:link {
	color: #33cccc;
	text-decoration: underline;
}
a:visited {
	color: #33cccc;
	text-decoration: underline;
}
a:hover {
	color: #ffa708;
	text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
	color: #ffa708;
}
.justify {
	text-align: justify;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1125px;
}
#outerWrapper #header {
	background-color: #EBEDEE; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 104px;
	padding-left: 100px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#outerWrapper #header #logo {
	float: left;
	height: 104px;
	width: 283px;
}
#outerWrapper #header #topnavigationLinks {
	height: 104px;
	float: right;
	padding-right: 75px;
	background-color: transparent;
}
#outerWrapper #header h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000;
}
#outerWrapper #header a:active {
  color: #000;
}
#outerWrapper #topNavigation {
	height: 402px;
	background-image: url(../images/bkg_middle.jpg);
	background-color: #1C1E1B;
	background-repeat: repeat;
	width: 1125px;
	float: left;
}
#outerWrapper #internalBanner {
	height: 80px;
	background-image: url(../images/bkg_chalkboard_thin.jpg);
	background-color: #1E201D;
	background-repeat: repeat;
	width: 1125px;
	float: left;
}
#outerWrapper #internalBanner #internalTitle {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
}
#outerWrapper #internalBanner #internalTitle h1 {
	background-image: url(../images/text_works.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 150px;
	text-indent: -2500px;
}
#outerWrapper #internalBanner #aboutTitle {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
}
#outerWrapper #internalBanner #aboutTitle h1 {
	height: 35px;
	width: 150px;
	background-image: url(../images/text_about.gif);
	background-repeat: no-repeat;
	text-indent: -2500px;
}
#outerWrapper #internalBanner #contactTitle {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
}
#outerWrapper #internalBanner #contactTitle h1 {
	height: 35px;
	width: 150px;
	background-image: url(../images/text_contact.gif);
	background-repeat: no-repeat;
	text-indent: -2500px;
}
#outerWrapper #internalBanner #aboutTitle h1 {
	background-image: url(../images/text_about.gif);
	background-repeat: no-repeat;
}
#outerWrapper #internalBanner #internalSubtitle {
	float: right;
	padding-right: 75px;
	padding-top: 35px;
}
#outerWrapper #internalBanner #internalSubtitle h2 {
	background-image: url(../images/text_works_subtitle.gif);
	background-repeat: no-repeat;
	width: 475px;
	text-indent: -2500px;
}
#outerWrapper #topNavigation #midText {
	width: 360px;
	float: right;
	padding-right: 115px;
	padding-top: 60px;
}
#outerWrapper #topNavigation #midText h1 {
	background-image: url(../images/text_websites.gif);
	background-repeat: no-repeat;
	height: 265px;
	text-indent: -2500px;
}

/*-----Slideshow------*/
#features
{
	width: 493px;
	overflow: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
	position: relative;
	left: 115px;
	top: 58px;
	background-color: transparent;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ebebeb;
  border-right: solid 1px #666; 
  float: left;
  padding: 10px 10px 10px 10px;
  width: 100px;
}
/* Contains the main page content. */
#outerWrapper #contentWrapper #content {
	background-image: url(../images/bkg_content.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 233px;
	float: left;
	width: 1125px;
}
#outerWrapper #contentWrapper #internalcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1125px;
	background-color: #eefafa;
}
#outerWrapper #contentWrapper #internalcontent #leftcolumn {
	float: left;
	width: 950px;
	position: relative;
	left: 100px;
}
#outerWrapper #footer {
	background-color: #EBECEE;
	background-image: url(../images/bk_footer.jpg);
	background-repeat: repeat;
	height: 148px;
	float: left;
	width: 1125px;	
/*-----About Content on Homepage-----*/
}#outerWrapper #contentWrapper #content #aboutContent {
	margin-left: 95px;
	height: 200px;
	width: 525px;
	padding-top: 21px;
	float: left;
}
#outerWrapper #contentWrapper #content #aboutContent #aboutText {
	width: 390px;
	float: left;
	color: #FFF;
}
#outerWrapper #contentWrapper #content #aboutContent #aboutSign {
	height: 110px;
	width: 135px;
	float: left;
}

/*-----News Content on Homepage-----*/
#outerWrapper #contentWrapper #content #newsContent {
	margin-left: 25px;
	height: 200px;
	width: 400px;
	padding-top: 21px;
	float: left;
}
#outerWrapper #contentWrapper #content #newsContent #newsText {
	width: 265px;
	float: left;
	color: #FFF;
}
#outerWrapper #contentWrapper #content #newsContent #newsSign {
	height: 110px;
	width: 135px;
	float: left;
}


/*-----Footer-----*/

#outerWrapper #footer #contact {
	height: 58px;
	width: 351px;
	float: left;
	margin-top: 50px;
	margin-left: 100px;
}
#outerWrapper #footer #footerLinks {
	width: 965px;
	margin-left: 100px;
	float: left;
	margin-top: 10px;
	height: 16px;
}
#outerWrapper #footer #footerLinks #footernav {
	float: right;
	word-spacing: 3px;
	text-align: right;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	height: 16px;
	vertical-align: middle;
	line-height: 1px;
	white-space: nowrap;
	margin-top: -20px;
}
#outerWrapper #footer #footerLinks #copright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	float: left;
	height: 16px;
}

/*-----Twitter-----*/

#outerWrapper #footer #tweet {
	position: relative;
	height: 69px;
	width: 400px;
	float: left;
	margin-top: 35px;
	margin-left: 210px;
	clear: right;
}
#outerWrapper #footer #tweet #tweeticon {
	float: left;
}
#outerWrapper #footer #tweet #twitter_div {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	list-style-type: none;
	width: 320px;
}

#outerWrapper #footer #tweet #twitter_div #twitter_update_list {
	list-style-type: none;
	text-align: left;
	margin: 5px;
	padding: 0px;
	list-style-position: outside;
}
.workWrapperFirst {
	border: 5px solid #151515;
	width: 940px;
	margin-top: 10px;
	float: left;
	position: relative;
	height: 200px;
}
.workWrapper {
	border: 5px solid #151515;
	width: 940px;
	margin-top: 10px;
	float: left;
	position: relative;
	height: 200px;
}
.workWrapperLast {
	border: 5px solid #151515;
	width: 940px;
	margin-top: 10px;
	margin-bottom:25px;
	float: left;
	position: relative;
	height: 200px;
}
.workImageWrapper {
	width: 600px;
	float: left;
	margin-right: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200px;
}
.workImage {
	float: left;
	width: 600px;
}
.workImageTagline {
	background-color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	line-height: 11px;
	padding: 10px;
	width: 580px;
	position: absolute;
	top: 170px;
	left: 0px;
}
.workDescription {
	float: left;
	width: 290px;
	padding: 15px;
	color: #FFF;
	height: 170px;
	position: absolute;
	left: 620px;
	top: 0px;
	background-color: #151515;
}
.workDescription h2  {
	color: #F90;
	font-family: "MS Serif", Geneva, serif;
	font-size: 16px;
}
.clearFloat {
	clear: both;
}

.aboutWrapper{
	width: 940px;
	margin-top: 25px;
	float: left;
	position: relative;
	margin-bottom: 25px;
	height: 700px;
}
.aboutDesc {
	width: 600px;
	float: left;
	margin-right: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
}
.aboutText {
	float: left;
	width: 600px;
}
.serviceDescription {
	float: left;
	width: 250px;
	padding: 15px;
	color: #FFF;
	position: absolute;
	left: 665px;
	top: 0px;
	background-color: #151515;
}
.serviceDescription h2  {
	color: #F90;
	font-family: "MS Serif", Geneva, serif;
	font-size: 16px;
}

input, textarea

{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
}

input

{
	width: 220px;
	margin-top: 2px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #dddddd;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #dddddd;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #f1f1f1;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 20px;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 5px;
	border: 1px solid #dddddd;
}


input.submit {
	font-size: small;
	font-weight: bold;
	width: 90px;
	color: #000000;
	height: 30px;
	margin: 0pt;
	padding: 0pt;
}

input.button {
	font-size: small;
	font-weight: bold;
	width: 90px;
	color: #000000;
	height: 30px;
	margin: 0pt;
	padding: 0pt;
}

#outerWrapper #header #topnavigationLinks .topnavlinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #header #topnavigationLinks .topnavlinks li {
	display: block;
	float: left;
	height: 104px;
	width: 104px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#outerWrapper #header #topnavigationLinks .topnavlinks li a {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 18px;
	text-decoration: none;
	height: 104px;
	width: 104px;
	display:block;
	color:#000000;
	padding-top: 43px;
}
#outerWrapper #header #topnavigationLinks .topnavlinks li a:hover {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 18px;
	text-decoration: none;
	height: 104px;
	width: 104px;
	display:block;
	padding-top: 43px;
	color:#009999;
	background-image: url(../images/notch.gif);
	background-repeat: no-repeat;
	background-position: 37px 90px;
}
#outerWrapper #header #topnavigationLinks .topnavlinks .lasttopnavlink {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#outerWrapper #header #topnavigationLinks .topnavlinks a.current {
	font-family: "Arial Rounded MT Bold", sans-serif;
	font-size: 18px;
	text-decoration: none;
	height: 104px;
	width: 104px;
	display:block;
	padding-top: 43px;
	color:#009999;
	background-image: url(../images/notch.gif);
	background-repeat: no-repeat;
	background-position: 37px 90px;
}

/*-----Form-----*/
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }

#message							{ width:250px;margin:60px 0 0 100px; }
#message h2						{ font-size:200%;color:black; }
#message p						{ color:black;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-60px; }

