@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(../graphic_design_images/background.gif);
	background-repeat: repeat;

}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	width:960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* << ----------------// Phone Number //------------ */
#phone {
	width:100%;
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 12px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(../graphic_design_images/top-curve.gif);
	background-repeat: no-repeat;
}


/* << ----------------// Header //------------ */
#header {
	width:960px;
	height:332px;
	background-color:#FFFFFF;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	
}

/* << ----------------//masthead - inside pages header//------------ */
#masthead {
	padding:0px;
	width:960px;
	height:125px;
	color:#ffffff;
	background-color:#660000;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	width:270px;
	background-color:#FFFFFF;
	margin-left: 25px;
	padding: 0px;
}





/* << ----------------// Middle column //------------ */
#columnTwo {
	float:right;
	width:635px;
	background-color:#FFFFFF;
	height: auto;


}

/* << ----------------// Left column //------------ */
#columnleft {
	float:left;
	width:270px;
	background-color:#FFFFFF;
	padding: 7px;
	margin-top: 0px;
	height: 290px;
	border: 1px solid #CCCCCC;

}

/* << ----------------// Right column //------------ */

#columnright{
	float:right;
	width:270px;
	background-color:#FFFFFF;
	padding: 7px;
	margin-top: 0px;
	margin-right: 40px;
	height: 290px;
	border: 1px solid #CCCCCC;
	
	

	

}

/* << ----------------// Footer //------------ */
#footer {
	width:100%;
	height:60px;
	font-size:10px;
	color:#000000;
	clear:both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../graphic_design_images/bottom-curve.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35;
	margin-left: 0;
	background-color: #333333;
}

#footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}

#footer a:hover, #footer a:active {
	color:#500B06;
	text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#portfolio {
	float:left;
	width:740px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../graphic_design_images/case-studies/bsa.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#portfolio-nav {
	float:left;
	margin:0;
	width:235px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#text {
	float:right;
	width:370px;
	padding: 0;
	margin: 0;
}
#footer p {
	font-size:11px;
	color:#000000;
	clear:both;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	letter-spacing: 0.08em;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#textbox {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 40px;
	margin-right: 50px;
}
