body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	font-size: .8em;
	color: #D9D4CE;
	background-color: #EC0C00;
	background-image: url(../images/img8.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

.sectionHeader
{
	color:#D9D4CE;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 1.5em;

}

h3 {
	padding: 0 0 10px 0;
	font-size: 1.3em;
}

p {
	line-height: 160%;
	font-size: 1em;
}

a {
	color: #F5C314;
}

a:hover {
	text-decoration: none;
}

.thumbcell { font-size:.85em; text-align:center; }
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	height: 125px;
	
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(../images/img2.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {

	width: 695px;
	margin: 0 auto;
}
#colOne {
	float: right;
	width: 179px;
	background-color: #000000;
	border: 1px solid #D9D4CE;
	background-image: url(../images/wmwinkler/agc_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#colPhotos {
	float: right;
	width: 179px;
	background-color: #000000;
	border: 1px solid #D9D4CE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: left;
	width: 394px;
	padding-top: 295px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	border: 1px solid #D9D4CE;
	background-image: url(../images/wmwinkler/wmwinkler_surveyer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#colContent {
	float: left;
	width: 394px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	border: 1px solid #D9D4CE;
	text-align: left;	
}
.colContent {
	float: left;
	width: 394px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:  #000000;
	border: 1px solid #D9D4CE;
	text-align: left;	
}
.colContentFull {
	float: left;
	width: 650px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	border: 1px solid #D9D4CE;
	text-align: left;	
}
.contactusbox {
	width:300px;
	height:300px;
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.rightcontactus
 {	font-size: 1.2em;
			padding:10px; 
			text-align:center;
			padding-top:20px;
			height:280px;
}
/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	border-top: #000000 2px solid;
	text-align: center;
	color: #FFFFFF;
}
.errortext 
{ font-size:x-small;
  color: yellow;
}
.portfoliolistitem 
{
	font-size: 1.1em; 
	font-weight: bold; 
	margin-top:15px; 
	margin-left: -10px;
	list-style-type: square;
}
.sectionHeader 
{
	margin:0;
	line-height:.85em;
}

/*Modal Popup*/
.modalBackground
{
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	margin: 5px; padding:5px;
}

.editorButton 
{	
	background-color:White;
	border-color: #507CD1;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	color: #284E98;
	cursor: hand;
}
.photoclose 
{
    position:absolute;
    top:10px;
    right: 10px;
}
.photoimage 
{
    z-index: -1;
}