﻿@import url("layout.css");

body {
	background:#fff url('../images/background.gif') repeat-x left top; font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	
}
#container {
	background-color: #fff;
	width: 90%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	margin-right: auto;
	margin-left: auto;
    border: 8px outset #8fbc8f;
}

#msccontainer {
	background-color: #fff;
	width: 100%;
	border-bottom: 2px solid #363636;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-right: 20px
}

#home_page {
	
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
	
}

#page_content {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactleft {
	position: relative;
	float: left;
	width: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactcontent {
	position: relative;
	float: left;
	width: 225px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactright {
	float: right;
	width: 465px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}



#sidebar {
	float: right;
	width: 360px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}


#bespokecontent {
	position: relative;
	float: left;
	width: 296px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#bespokesidebar {
	float: right;
	width: 384px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

#projectcontent {
	position: relative;
	float: left;
	width: 240px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#projectsidebar {
	float: right;
	width: 450px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}


#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 0;
	margin-left: 0;
}

#masthead 

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a.rollover { 
   display: block; 
   width: 30px; 
   height: 30px; 
   text-decoration: none; 
   background: url('’email.jpg’'); 
} 

a.rollover:hover { 
   background-position: -30px 0; 
}

a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	


a.rollover:hover { 
   background-position: -30px 0; 
}