@import "global.css";

/*---------------- Classes -----------------*/

.roundCorners {
	-moz-border-radius-topleft: 2ex;
	-moz-border-radius-topright: 2ex;
  	-moz-border-radius-bottomleft: 2ex;
  	-moz-border-radius-bottomright: 2ex;
  	-webkit-border-top-left-radius: 2ex;
  	-webkit-border-top-right-radius: 2ex;
  	-webkit-border-bottom-left-radius: 2ex;
	-webkit-border-bottom-right-radius: 2ex;
}

.text11px {
	font-size: 11px;
}


/*---------------- Header -----------------*/

#header {
	width: 955px;
	margin: 0 auto;
	height: 150px; 
}

#headerLeftCol {
	height: 150px;
	float: left;
}

#headerRightCol {
	width: 355px;
	height: 150px;
	float: left;
}

#graficparklogo {
	float: left;
	margin: 40px 0 0 15px;
	padding: 0 20px 0 0;
	border-right: dotted 1px #CCC;
}

#blurb {
	float: left;
	margin: 70px 0 0 20px;
	width: 325px;
}


#contact {
	width: 300px;
	height: 65px;
	margin: 40px 15px 0 20px;
	float: left;
	line-height: 18px;
	padding: 15px 0px 0px 0px;
}

#physical {
	width: auto;
	float: left;
}

#virtual {
	width: auto;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

#globalNav {
	width: 320px;
	height: 40px;
	text-align: center;
	float: right;
	margin: 25px 15px 0 0;
}

/*---------------- Body -----------------*/

#content {
	width: 955px;
	margin: 0 auto;
	height: auto; 
}

#flash {
	width: 955px;
	height: 400px;
}

#newWorkText {
	padding: 15px;
}

#newWork1 {
	float: left;
	padding: 0 0 0 15px;
	margin-right: 35px;
}

#newWork2 {
	border-left: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
	float: left;
	padding: 0 35px 0 35px;
}

#newWork3 {
	float: right;
	padding: 0 15px 0 15px;
}

#newWork1 IMG, #newWork2 IMG, #newWork3 IMG {
	border: solid #CCC 5px;
	margin: 0 0 15px 0;
}

/*---------------- Contact Form -----------------*/


#contactWrapper {
	background: #2D3F53;
	margin-top: 25px;
	clear: both;
}

#contactForm {
	height: 250px;
	width: 925px;
	margin: 0 auto;
	padding: 15px;
}

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

#footer {
	background: #F64F26;
	height: 100px; 
}

#footerWrapper {
	width: 955px;
	margin: 0 auto;
}

#footerNav {
	float: left;
	height: 20px;
	margin-left: 10px;
}

#copyRight {
	float: right;
	height: 20px;
	margin-right: 10px;
}
