html, body {
	background: #D6CFA3;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*  Layout 
---------------------------------------------------------------*/
#container {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

#page {
	background: #A31A1A;
	margin: 0px auto; /* center, not in IE5 */
	padding: 0px;
	width: 860px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	border: 1px solid #000;
}

#leftPageCol {
	background: #A31A1A;
	width: 100px;
	padding: 55px 5px 0px 5px;
	margin: 0px;
	float: left;
}

/* for understanding browsers */
#rightPageCol {
	background: #fff;
	width: 750px;
	min-height: 510px; 
	height:auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* for Internet Explorer */
/*\*/
* html #rightPageCol {
height: 510px;
}
/**/

#header {
	width: 745px;
	height: 90px;
	margin: 0px;
	padding: 5px 0px 1px 5px;
	text-align: left;
	clear: both;
}

#servingHeaderText {
	color: #3961A2;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}

#content, #greenBGContent {
	background: #fff;
	color: #554d49;
	width: 750px;
	padding: 0px;
	float: left;
	clear: both;
}

#greenBGContent {
	background: #71AF4C;
}

#mainContent {
	background: #fff;
	width: 590px;
	min-height: 400px; 
	height:auto;
	padding: 0px 5px;
	float: right;
}

#greenBGSidebar {
	width: 140px;
	min-height: 390px; 
	height:auto;
	padding: 5px;
	float: right;
}

/* for Internet Explorer */
/*\*/
* html #greenBGSidebar {
	height: 390px;
}
* html #mainContent {
	height: 400px;
}
/**/

.fourthContent {
	width: 185px;
	padding: 0px 0px 0px 2px;
}

#fullCol {
	background: #fff;
	width: 750px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#fullCol .greenBG {
	background: #71AF4C;

}

#fullColLeftCol {
	width: 520px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#fullColRightCol {
	font-size: 8px;
	background: #71AF4C;
	color: #80C557;
	width: 220px;
	height: 380px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	float: left;
}

#fullColRightCol ul li.standOut {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline; 
}

#left-col {
	background: #fff;
	width: 510px;
	padding: 5px 5px 10px 5px;
	float: left;
}

#right-col {
	background: #71AF4C;
	width: 220px;
	padding: 5px 5px 10px 5px;
	float: left;
}

#footer {
	height: 20px;
	width: 850px;
	background: #37588D;
	color: #fff;
	/*font-weight: bold;*/
	padding: 5px;
	margin: 0px;
	clear: both;
}

/*  Special Extras
---------------------------------------------------------------*/
#servicesPicText {
	color: #A31A1A;
	width: 242px; 
	padding: 40px 0px 0px 5px;
	float: right;
}

#intExtPic {
	width: 202px; 
	padding: 80px 0px 0px 5px;
	float: right;
}

#intExtPicText {
	width: 383px; 
}

#companyStoryPic {
	width: 359px; 
	padding: 80px 0px 0px 5px;
	border: 0px;
	float: right;
}

#companyStoryText {
	width: 226px; 
}

/*  Portfolio
---------------------------------------------------------------*/
.portfolioThumb, .portfolioThumbGallery {
	background: #e9e9e9;
	color: #000;
	height: 100px;
	width: auto;
	padding: 5px 5px 20px 5px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #313030;
	float: left;
}
.portfolioThumbGallery {
	height: 110px;
}

.portfolioThumb:hover {
	background: #8ABADD;
}

.portfolioThumb a {
	display: block;	
}

/*  Padds
---------------------------------------------------------------*/
.padd5L {
	padding-left: 5px;
}
.padd5R {
	padding-right: 5px;
}

/*  floats
---------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*  Font Styles
---------------------------------------------------------------*/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/*  images
---------------------------------------------------------------*/
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

.imgfloatleft {
	float: left;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

.imgfloatright {
	float: right;
	border-left: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

/*  lists
---------------------------------------------------------------*/
.logoUl {
	list-style: none;
	margin: .5em 0 1em 0em;
	padding-left: 2px;
}
.logoUl li {
	padding: 0 0 4px 35px;
	line-height: 1.4em;
	background: url('images/miniGPCLogo.png') no-repeat 0 2px;
}	

/*  Links 
---------------------------------------------------------------*/
#left-col a {
	color: #257AA3;
	text-decoration: none;
}

#left-col a:hover {
	text-decoration: underline;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/*  H1 H2 H3
---------------------------------------------------------------*/
h1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #37588D;
	border-bottom: 1px solid #afc2d4;
	margin: 5px 0px;
}

h2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #37588D;
	border-bottom: 1px solid #afc2d4;
	margin: 0px;
}

h3 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #37588D;
	margin: 0px;
}

/*  Paragraph Styles
---------------------------------------------------------------*/
p.quote {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	width: 400px;
	border-left: 4px solid #7dcf47;
	margin: 2px 30px 2px 30px;
	padding: 2px;
}

div.testimonials {
 	background:#edebd5 url(images/tabsBottom.gif) no-repeat bottom;
 	border: 1px solid #9fabb3;
	color: #222222;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	width: 230px;
	margin-right: 10px !important;
	margin-right: 0px;
	padding: 5px 10px 5px 10px !important;
	padding: 5px 10px 5px 9px;
}

p.portfolioText {
	color: #838b90;
}


div#content ul {
	margin: 0px;
	padding-left: 10px;
}

div#content ul.smaller {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-left: 30px;
}

/*  Customize and Order Buttons
---------------------------------------------------------------*/
input.button {
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 10px !important;
	padding: 2px 0px;
	margin: 2px;
}

input.button:hover, input.button:sfhover { 
	border: 1px solid #3da6b8; 
	background: #e7eef0;
}

/*  Navigation 
---------------------------------------------------------------*/
#top-nav {
	background: #3961A2 url('images/navbar.png');
	height: 20px;
	line-height: 20px;
	width: 750px;
}

#nav, #nav ul {
	width: 745px;
	list-style: none;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px;
}

#nav li {
	background: url('images/navbar.png');
	float: left;
}

#nav a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 18px;
	padding: 1px 5px;
}

#nav li:hover, #nav li.sfhover {
	background: url('images/navbar-over.png');
}

#nav a:hover, #nav li.sfhover {
	color: #fff;
}

.title1 { 
	border-left:0px none; 
	border-right:0px none; 
	background: #000 url('images/titlegrad.gif');
	color: #fff;
	height:27px;
	line-height:27px; 
	font-weight:bold; 
	font-size:10px; 
	border-top:1px solid #656B78; 
	border-bottom:1px solid #656B78; 
	padding-left:5px; 
	padding-right:5px
}

.title2 {
	background: #859C0E;
	color: #fff;
}

.title2 a:link, .title2 a:active, .title2 a:visited {
	color: #fff;
	text-decoration: underline;
}

.title2 a:hover {
	text-decoration: none;
}

.row1 { 
	background: #edebd5;
	color: #0f0f0f;
}
.row2 { 
	background: #D8D5B4;
	color: #0f0f0f;
}

/*  Comments Form
---------------------------------------------------------------*/
form.commentsform fieldset {
	font-weight: bold;
	border: 1px solid #75b3d7;
	width: 400px;
	padding: 5px;
}

form.commentsform fieldset legend {
	color: #348eef;
	float: left;
	font-weight: bold;
}

form.commentsform label {
	color: #1877d0;
	width: 120px;
	font-weight: bold;
	clear: both;
}

form.commentsform.input, form.commentsform.select, form.commentsform.textarea{
	width: 180px;
	margin-bottom: 5px;
}

form.commentsform textarea {
	width: 250px;
	height: 150px;
}

form.commentsform ol, form.commentsform ol li {
	list-style: none;
}

form.commentsform input, form.commentsform.select, form.commentsform textarea {
	border:1px #ccc solid;
	display:block;
	padding: 4px;
	margin: 0px;
}

form.commentsform input button {
}

form.commentsform input:hover, form.commentsform.select:hover, form.commentsform textarea:hover {
	border:1px #75b3d7 solid;
}

form.commentsform input:focus, form.commentsform.select:focus, form.commentsform textarea:focus {
	border:1px #3a535e solid;
}

form.commentsform .hiddenField {
	display: none;
  	background-image: none;
	border: none;
	padding: 0px;
}

/*  Alignment Styles
---------------------------------------------------------------*/
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.displayBlock { display: block; }
.displayInline { display: inline; }
.cursorPointer { cursor: pointer; }
.noWrap { white-space: nowrap; }

/*  Validation Styles
---------------------------------------------------------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

