@charset "utf-8";

/***** PIC LAYOUT *****/

body {
	margin:0;
	padding:0;
	width:100%;
}

#fixed {
   margin:0 auto;
   width:1000px;   /* you can use px, em or % */
   text-align:left;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	float:left;
	width:100%;
/*	height:50px;*/
	padding:0;
	margin:0;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:185px; /*width of left column*/
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-450px; /*width of left + rt columns*/
}

#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

#col1pad {
	/*padding for center column content*/
	margin-top:0;
	margin-right: 0px; /*center column content right padding*/
	margin-bottom:0;
	margin-left: 450px; /*positioning for center column content= left column width + right column width + left padding for content*/
	overflow:hidden;
}

/* content containers for columns */

#col_center {
	width:100%;
	overflow:hidden;
}

#col_left {
	float:left;
	width:185px; /* width of left column content - left and right padding */
	position:relative;
	margin-left:-50%;
	left:265px; /*width of RIGHT column + left padding for left column content*/
	overflow:hidden;
}

#col_right {
	float:left;
	width:265px; /* width of right column content*/
	position:relative;
	left:0px; /*left padding for right column content */
	overflow:hidden;
	/*height:506px;*/
	padding-bottom:15px;
	background-image:url(../images/landscapearchitecture.gif);
	background-position:245px 25px;
	background-repeat:no-repeat;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.picbox {
	padding:15px 15px 0 15px;
	width:215px;
	/*height:150px;*/
}

/*need to change color based on layout all other non layout styling is done in styles.css */
#colmid {
	background:#282828;    	/* Center column background color */
	position:relative; /*needed for bottom nav buttons in news section */
}