@charset "utf-8";
body  {
	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 */
	color: #000000;
	background-color: #131416;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../img/sitewide/site-bkg.gif);
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Arial Black";
	font-size: 100%;
}
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 929px;
	font-size: 80%;
	padding: 0px;
	background-image: url(../img/sitewide/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
} 
#header {
	width: 720px;
	margin-top: 15px;
	margin-left: 150px;
	height: 20px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 125px;
}
.worktitle {
	height: 125px;
	width: 295px;
	margin-left: 150px;
	padding: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	background-image: url(../img/pagetitles/work.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.worktitle  span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.abouttitle {
	height: 125px;
	width: 295px;
	margin-left: 150px;
	clear: both;
	background-image: url(../img/pagetitles/about.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}
.abouttitle  span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.contacttitle {
	height: 70px;
	width: 400px;
	background: url(../img/pagetitles/contact.gif) no-repeat;
	clear: both;
	margin-top: 65px;
	margin-left: 150px;
	margin-bottom: 5px;
}
.contacttitle  span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.hidetext {
	width: 1px;
	overflow: hidden;
	display: none;
}

/*---------------------------------thumbnails--------------*/

.thumb {
	padding: 0px;
	margin-left: 150px;
}
.thumb a {
	height: 90px;
	width: 178px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
}

.thumbone a {
	background-image: url(../img/portfolio/bestof_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbone a:hover {
	background-image: url(../img/portfolio/bestof_thumb.png);
	background-position: 0px -180px;
}
.thumbtwo a {
	background-image: url(../img/portfolio/agness_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbtwo a:hover {
	background-image: url(../img/portfolio/agness_thumb.png);
	background-position: 0px -180px;
}
.thumbthree a {
	background-image: url(../img/portfolio/dreamcity_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbthree a:hover {
	background-image: url(../img/portfolio/dreamcity_thumb.png);
	background-position: 0px -180px;
}.addy a {
	background-image: url(../img/portfolio/iloveaddy_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.addy a:hover {
	background-image: url(../img/portfolio/iloveaddy_thumb.png);
	background-position: 0px -180px;
}
.sog a {
	background-image: url(../img/portfolio/courtcare_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.sog a:hover {
	background-image: url(../img/portfolio/courtcare_thumb.png);
	background-position: 0px -180px;
}
.thumbfour a {
	background-image: url(../img/portfolio/bca_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbfour a:hover {
	background-image: url(../img/portfolio/bca_thumb.png);
	background-position: 0px -180px;
}
.thumbfive a {
	background-image: url(../img/portfolio/beijing_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbfive a:hover {
	background-image: url(../img/portfolio/beijing_thumb.png);
	background-position: 0px -180px;
}.thumbsix a {
	background-image: url(../img/portfolio/getit_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbsix a:hover {
	background-image: url(../img/portfolio/getit_thumb.png);
	background-position: 0px -180px;
}
.thumbseven a {
	background-image: url(../img/portfolio/gaz_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbseven a:hover {
	background-image: url(../img/portfolio/gaz_thumb.png);
	background-position: 0px -180px;
}
.thumbeight a {
	background-image: url(../img/portfolio/futureself_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbeight a:hover {
	background-image: url(../img/portfolio/futureself_thumb.png);
	background-position: 0px -180px;
}
.thumbnine a {
	background-image: url(../img/portfolio/apparatus_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbnine a:hover {
	background-image: url(../img/portfolio/apparatus_thumb.png);
	background-position: 0px -180px;
}.thumbten a {
	background-image: url(../img/portfolio/answerbook_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbten a:hover {
	background-image: url(../img/portfolio/answerbook_thumb.png);
	background-position: 0px -180px;
}.thumbeleven a {
	background-image: url(../img/portfolio/outandabout_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbeleven a:hover {
	background-image: url(../img/portfolio/outandabout_thumb.png);
	background-position: 0px -180px;
}.thumbtwelve a {
	background-image: url(../img/portfolio/srg_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbtwelve a:hover {
	background-image: url(../img/portfolio/srg_thumb.png);
	background-position: 0px -180px;
}.thumbthirteen a {
	background-image: url(../img/portfolio/redecho_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbthirteen a:hover {
	background-image: url(../img/portfolio/redecho_thumb.png);
	background-position: 0px -180px;
}.thumbfourteen a {
	background-image: url(../img/portfolio/bluewave_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbfourteen a:hover {
	background-image: url(../img/portfolio/bluewave_thumb.png);
	background-position: 0px -180px;
}
.thumbfifteen a {
	background-image: url(../img/portfolio/michaelgarman_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbfifteen a:hover {
	background-image: url(../img/portfolio/michaelgarman_thumb.png);
	background-position: 0px -180px;
}
.thumbsixteen a {
	background-image: url(../img/portfolio/triosecurity_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbsixteen a:hover {
	background-image: url(../img/portfolio/triosecurity_thumb.png);
	background-position: 0px -180px;
}
.onedaily a {
	background-image: url(../img/portfolio/onedaily_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.onedaily a:hover {
	background-image: url(../img/portfolio/onedaily_thumb.png);
	background-position: 0px -180px;
}
.careerfair a {
	background-image: url(../img/portfolio/careerfairad_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.careerfair a:hover {
	background-image: url(../img/portfolio/careerfairad_thumb.png);
	background-position: 0px -180px;
}
.flashad a {
	background-image: url(../img/portfolio/flashad_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.flashad a:hover {
	background-image: url(../img/portfolio/flashad_thumb.png);
	background-position: 0px -180px;
}
.thumbseventeen a {
	background-image: url(../img/portfolio/getitcomm_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbseventeen a:hover {
	background-image: url(../img/portfolio/getitcomm_thumb.png);
	background-position: 0px -180px;
}
.thumbeighteen a {
	background-image: url(../img/portfolio/emptystocking_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbeighteen a:hover {
	background-image: url(../img/portfolio/emptystocking_thumb.png);
	background-position: 0px -180px;
}
.thumbnineteen a {
	background-image: url(../img/portfolio/gazcom_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbnineteen a:hover {
	background-image: url(../img/portfolio/gazcom_thumb.png);
	background-position: 0px -180px;
}
.thumbtwenty a {
	background-image: url(../img/portfolio/newmover_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.thumbtwenty a:hover {
	background-image: url(../img/portfolio/newmover_thumb.png);
	background-position: 0px -180px;
}
.cc a {
	background-image: url(../img/portfolio/cc_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.cc a:hover {
	background-image: url(../img/portfolio/cc_thumb.png);
	background-position: 0px -180px;
}
.go a {
	background-image: url(../img/portfolio/go_thumb.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.go a:hover {
	background-image: url(../img/portfolio/go_thumb.png);
	background-position: 0px -180px;
}
/*---------------------------------thumbnails--------------*/
h2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 0px;
	color: #000000;
	margin-right: 0px;
}
h4 {
	color: #333333;
	margin-left: 150px;
	margin-right: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.75em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	color: #333333;
	margin-left: 150px;
	margin-right: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.75em;
	font-weight: normal;
	font-variant: normal;
}

/*---------------------------------------------------- Styles for the form */

form {
	width: 900px;
	font: 1em Arial, Helvetica, sans-serif;
		}
textarea {
	width:245px;
	height:78px;
	border-top-style: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
		}
.textInput {
	display:block;
	width:250px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 25px;
	margin-bottom: 18px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
		}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 250px;
	margin-right: 20px;
	margin-left: 5px;
}

legend {
	color: #666666;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

input:focus, textarea:focus{
	background-color: #DEF3FE;
}
.formleft{
	float: left;
	margin-right: 8px;
	margin-left: 135px;
}
.formright{
	float: left;
	margin-right: 8px;
	margin-left: 10px;
}
#submitbutton{
	color: #FFFFFF;
	border-style: none;
	margin-top: 0px;
	width: 100px;
	background-color: #048EDB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
}
