@charset "UTF-8";
body {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	background: #333;
	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 */
	color: #888;
}
a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-indent:-10000px;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:10px;
	padding-right:18px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: 1px 1px 1px #000; 
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-shadow: 1px 1px 1px #000;
	padding-left:10px;
	margin:0px;
}

h4 {
	text-shadow: .5px .5px .5px #000;
	padding-right:10px;
	padding-left:10px;
	font-size:12px; 
}

h5 {
	padding-left:10px;
	text-shadow: .5px .5px .5px #000;
	font-size:18px; 
}

p {
	padding-left:10px;
	padding-right:20px;
	margin:0px;
}

table {
	border-collapse:collapse;
}

td {
	text-align:left;
	border-collapse: collapse;
	padding-left:10px;
}
/* This is the form style*/
input, textarea {
	border: solid 1px #333;
	padding:4px;
	outline: 0;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	background: #666;
	background: -webkit-gradient(linear, left top, left 25, from(#CCC), color-stop(4%, #666), to(#999));
	background: -moz-linear-gradient(top, #ccc, #666 1px, #999 25px);
	box-shadow: rgba(0,0,0,.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 8px;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.formTable td {
	border: none;
}

/* End form style*/
.oneColFixCtrHdr #container {
	width: 100%x;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */		
}
.oneColFixCtrHdr #header {
	width:100%;
	height:100px;
	background-image:url(res/headerbg.png);
	text-align:center;
	vertical-align:top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image:url(res/mainerbg.png);
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:422px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #mainContent2 {
	background-image:url(res/mainerbg.png);
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:300px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContentBox {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:middle;
	text-align:center;
	width:1024px;
	height:422px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#mainLeftCol {
	display:inline;
	float:left;
	width:322px;
	height:422px;
	background-image:url(res/g4creative_branding.png);
	padding-right:15px;
	text-align:right;
	line-height:14px;
	vertical-align:middle;
}

#mainMidCol {
	display:inline;
	float:left;
	width:350px;
	height:422px;
}

#mainRightCol {
	display:inline;
	float:right;
	clear:right;
	width:322px;
	height:422px;
	background-image:url(res/g4creative_logos.png);
	padding-left:15px;
	text-align:left;
	vertical-align:middle;
	line-height:14px;
}

.oneColFixCtrHdr #footer {
	background-image:url(res/footerbg.png);
	width:100%;
	font-size:10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainNav {
	width: 1018px;
	height:72px;
	margin-right: auto;
	margin-left:auto;
	padding:0;
	list-style-type: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#mainNav table {
	width: 1018px;
	margin:0;
	padding:0;
	border:0;
}

#mainNav td {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	text-align: center;
	line-height:18px;
}

#mainNav2 {
	padding: 0;
	margin:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	list-style:none;
	z-index:1002;
}

#mainNav2 ul {
	padding:0;
	margin: 0;
	list-style: none;
	text-align:left;
}

#mainNav2 a {
	display: block;
	width: 8em;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	list-style:none;
}
#mainNav2 a:hover {
	color:#000;
}

#mainNav2 li {
	float: left;
	width: 7.835em;
	padding:0;
}

#mainNav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;

}

#mainNav2 li:hover ul {
	left: auto;
	color: #FFF;
}

#mainNav2 li:hover ul, #mainNav li.sfhover ul {
	left: auto;
	z-index:1000;
	background-image: url(res/dropbg.png);
	padding-left: 5px;
	color: #000;
}

#mainNav3 {
	padding: 0;
	margin:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	list-style:none;
	z-index:1003;
}

#mainNav3 ul {
	padding:0;
	margin: 0;
	list-style: none;
	text-align:left;
}

#mainNav3 a {
	display: block;
	width: 14em;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	list-style:none;
}
#mainNav3 a:hover {
	color:#000;
}

#mainNav3 li {
	float: left;
	width: 10em;
	padding:0;
}

#mainNav3 li ul {
	position: absolute;
	width: 10em;
	left: -999em;

}

#mainNav3 li:hover ul {
	left: auto;
	color: #FFF;
}

#mainNav3 li:hover ul, #mainNav li.sfhover ul {
	left: auto;
	z-index:1003;
	background-image: url(res/dropbg.png);
	padding-left: 5px;
	color: #000;
}

.footerwrap {
	clear:both;
	overflow:hidden;
	width:1024px;
	height:275px;
	margin-right: auto;
	margin-left:auto;
}

.wide {
	display:block;
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
	padding-right:10px;	
}

.wide li {
	text-align:left;
	list-style-type:none;
	padding-bottom: 3px;
}

.wide2 {
	text-align:left;
	width:100%;
	height: 405px;
	padding-top:10px;
	padding-bottom:10px;
}

.wide2 li {
	text-align:left;
	list-style-type:circle;
	padding-bottom: 3px;
}

.wide2 p {
	text-align:left;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom: 20px;
}


.contact {
	position:relative;
	margin-left: 0px;
	text-align:left;
	padding-left:100px;
}

#footlogos {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}

#footlogoswrapper {
	position: relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px; /*test*/
	text-align:right;
	padding-top:10px;
}

#smlogoswrapper {
	position: relative;
	float:left;
	width:474px;
	margin:0;
	text-align:left;
	padding-top:10px;
}

#afflogoswrapper {
	position: relative;
	float:right;
	width:550px;
	margin:0;
	text-align:right;
	padding-top:10px;
}

#gallery {
	margin-left:-4px;
	padding:0;
	border:0;
	white-space: nowrap;
	width:100%;
	height: 405px;
	float: left;
	
}

#gallery img {
	margin-left:-4;
}

#horizontalList {
	white-space: nowrap;
	width:100%;
	height: 405px;
	float: left;
	text-align:left;
}

#horizontalList ul {
	margin:0;
	padding:0;
	list-style-type: none;
	float: left;
	width: 100%;
}

#wide2wrapper {
	clear:both;
	width:100%;
	height: 405px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#wide2wrapper li {
	list-style-type:circle;
}

#smallwrapper {
	clear:both;
	width:1024px;
	height:405px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#smallwrapper li {
	list-style-type:circle;
}

#scroller {
	overflow: auto;
	overflow-y:hidden;
}

#webPortfolio td {
	display:inline;
	margin:0;
	padding:0;
	border:0;	
	border-collapse:collapse;
}

#wide3wrapper {
	clear:both;
	width:100%;
	height: 375px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.testimonials {
	font-style:italic;
}
