@charset "UTF-8";

/* CSS Document */



#wrapper {
	background-color:	#f4f2ce;
	margin: 0 auto;
	padding:0px;
	width: 960px;
	text-align: center;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #2c370b;
	width: auto;
	background-repeat: repeat;
	margin: 0px;
	padding:0px;
	text-align: center;
}

/*--logo SERIOUSLY needs to slide over to the left a bit, center stchas over nav bar--*/
#logo {
	background-color:	#f4f2ce;
	width: 960px;
}

.logo {
	float: left;
	margin-left: 72px;
}

#HeaderGraphic {
	width: 960px;
}

#MainContent {
	background-color:	#f4f2ce;
	width: 960px;
}

#Footer {
	background-color:	#f4f2ce;
	width: 300px;
	clear: both;
	margin-right: 500px;
}

#NavBar {
	width: 216px;
	height:	440px;
	float: left;
	margin:	0px 80px 0 46px;
}

/*---give it a width in css, and float it left--*/

#NavPortfolio {
	margin: 0 60px 0 60px;
	padding: 0;
	width: 880px;
}

#bottomLink a {
	font-size: 70%;
	font-weight: bold;
	line-height: 270%;
	text-align: center;
	text-decoration:none;
	color: #000;
	width: 960px;
	margin-top: 100px;
	clear: right;
}

#bottomLink a:Hover {
	color: #cc0000;
}

li {
	list-style-type: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 150%;
}

.col1 {
	margin: 0 10px 0 0;
	padding: 0;
	width: 200px;
	float: left;
	font-size: 75%;
}

.col2 {
	margin: 0;
	padding: 0;
	width: 260px;
	float: left;
	margin-right: 140px;
	font-size: 75%;
	line-height: 200%;
	text-align: left;
}

h1 {
	font-size: 75%;
	line-height: 270%;
	text-align: center;
	margin-right: 90px;
}

#Editable {
	margin: 0 0 20px 220px;
	padding: 0;
	width: 600px;
	clear: none;
}

/*---set width of content to desired, float-left and use margin-left and margin-top to position--*/

#Editable h1 {
	font-size: 75%;
	line-height: 270%;
	text-align: left;
}

#Editable h2 {
	font-size: 95%;
	text-align: left;
	color: #000;
}

#Editable .href {
	font-size: 100%;
	text-align: left;
	text-decoration: underline;
	color: #000;
}

#Editable p {
	font-size: 75%;
	text-align: left;
	line-height: 170%;
}

#Editable .service h1 {
	line-height: .5;
}

#EditablePortfolio {
	margin: 0 0 20px 320px;
	width: 556px;
	height: 300px;
	text-align: center;
	padding: 8px 0px 0px 88px;
}

#EditableNewMedia {
	margin: 0 0 20px 360px;
	width: 556px;
	height: 300px;
	text-align: center;
	padding: 8px 0px 0px 88px;
}

.columnHeading {
	font-weight: bold;
	margin-bottom: 6px;
}

.tablepadding {
	padding: 8px 4px 0 4px;
}
