@charset "utf-8";
/* CSS Document */

/*Stylesheet written by Ben Casey, http://web2designs.elance.com  For Brazo's Construction  http://brazosconstruction.com*/

/*CSS RESET, this helps to minimise browser incompatability*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END CSS RESET*/

/*Base Styles. These are general styles applied to the entire  site.*/
.center{
	display:block;
	margin:0 auto;
	text-align:center;
}

.left{
	float:left;
}

.inner{
	margin:0 auto;
	width:960px;
}

.clear{
	clear:both;
}
/*END Base styles*/
/*Fonts And Typography*/
p{
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 15px 20px 15px;
	line-height:20px;
}
p.homeright{
	float:right;
	width:430px;
	padding:0;
	margin:0 10px 20px 10px;
}

#footer p{
	font-size:12px;
	margin:0;
	padding:0;
}

h2{
padding:20px 0 10px 20px;
font-size:24px;
}

/*End fonts and typography*/

/*-----------------------*/

/*Header styles*/
#header{
height:165px;
background-image:url(images/headerbg.png);
background-repeat:repeat-x;
}
/*End header styles*/

/*-----------------------*/

/*Navigation Styles*/
#nav{
	height:35px;
	background-image:url(images/navbarbg.png);
	background-repeat:repeat-x;
}

#nav ul{
	width:780px;
	margin:0 auto;
}

#nav ul li{
	float:left;
	display:inline;
}

#nav ul li a{
	text-decoration:none;
	float:left;
	height:35px;
	background-image:url(images/navsprite.png);
	background-repeat:no-repeat;
}

#homebutton{
	width:85px;
	background-position:0px 0px;
}

#homebutton:hover, #homebutton.active{
	background-position:0px -39px;
}

#aboutbutton{
	width:111px;
	background-position:-85px 0px;
}

#aboutbutton:hover, #aboutbutton.active{
	background-position:-85px -39px;
}

#contactbutton{
	width:128px;
	background-position:-196px 0px;
}

#contactbutton:hover, #contactbutton.active{
	background-position:-196px -39px;
}

#currentbutton{
	width:184px;
	background-position:-324px 0px;
}

#currentbutton:hover, #currentbutton.active{
	background-position:-324px -39px;
}

#pastbutton{
	width:149px;
	background-position:-508px 0px;	
}

#pastbutton:hover, #pastbutton.active{
	background-position:-508px -39px;
}

#programsbutton{
	width:121px;
	background-position:-657px 0px;
}

#programsbutton:hover, #programsbutton.active{
	background-position:-657px -39px;
}


/*end Navigation styles*/

/*-----------------------*/

/*Content styles*/

#content{
	width:780px;
	padding:0 20px;
	background-image:url(images/contentbg.png);
	margin:0 auto;
	min-height:450px;
}

#gallerycontent{
	width:750px;
	padding:0 20px 20px 50px;
	background-image:url(images/contentbg.png);
	margin:0 auto;
	min-height:450px;
}

#gallerycontent h2{
	padding-top:20px;
	font-size:24px;
}

.project{
	padding:10px;
}

.projectpic{
	float:left;
}

.projecttext{
	width:480px;
	float:right;
}

.projectheader h3, .projectheader a{
	float:left;
	display:inline;
	margin-right:10px;
}

.projectheader h3{
	font-size:18px;
	font-weight:normal;
}

.projectdetails{
	font-size:12px;
	margin:10px 0;
	line-height:16px;
	padding:0;
}

.programfullwidth{
	margin-bottom:20px;
}

.programfullwidth a{
	float:left;
	padding-left:20px;
}

.programfullwidth p{
	width:460px;
	float:right;	
}

.otherresourcebox{
width:250px;
float:left;
padding-left:5px;
}

#creditPDFs a{
	font-size:18px;
	text-align:center;
	color:#000;
	text-decoration:none;
	margin:10px 60px 15px 30px;
}

#creditPDFs a:hover{
	color:#333;
}
/*End content styles*/
#contactform{
	width:280px;
	margin:0 auto;
	padding:0 10px;
}

#contactform p{
	width:80px;
	float:left;
	text-align:right;
	padding:0 0 20px 0;
}

#contactform input , #contactform textarea{
	float:right;
	width:150px;
}

#submitbutton{
	width:70px!important;
	display:block;
	float:none!important;
	margin:10px 0 0 95px;
	
}
/*-----------------------*/

/*Footer styles*/
#footer{
	height:44px;
	background-image:url(images/footerbg.png);
	background-repeat:repeat-x;
	padding-top:5px;
	color:#fff;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#CCC;
}

/*End footer styles*/

/*End Styles*/