/*---------------------------------------------------------------------------
CFS Primary Style Sheet

version: 1.2
author: Calvin Sun
email: xolives@gmail.com
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/

body {
	min-width: 750px;
	background-color: #c2c2c2;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
	line-height: 1.75em;
}



/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 12px;
	margin-bottom: .9em;
}

#address {
	font-size: 10px;
}

address {
	font-style: normal;
}

#footer {
	font-size: 10px;
}



/* =Layout
-----------------------------------------------------------------------------*/

#wrapper {
	width: 775px;
	background-color: #fff;
}

#branding {
	float: left;
	width: 775px;
	height: 120px;
	background: #fffee5 url(../images/logo.gif) bottom no-repeat;
}

#banner {
	clear: both;
	width: 775px;
	height: 150px;
}

#nav {
	width: 270px;
	float: left;
}

#content {
	width: 505px;
	float: right;
	color: #fff;
	background-color: #668099;
}

#footer {
	clear: both;
	background-color: #CFDCE2;
}

#mainContent {
	width: 375px;
	padding-left: 40px;
	float: left;
}


/* =Backgrounds
-----------------------------------------------------------------------------*/

#home #banner {
	background: url(../images/vase.jpg) left top no-repeat;
}

#frames #banner {
	background: url(../images/work.jpg) left top no-repeat;
}

#archival #banner {
	background: url(../images/frames.jpg) left top no-repeat;
}

#cr #banner {
	background: url(../images/station.jpg) left top no-repeat;
}

#installation #banner {
	background: url(../images/window.jpg) left top no-repeat;
}

#cs #banner {
	background: url(../images/file.jpg) left top no-repeat;
}

#visit #banner {
	background: url(../images/bldg.jpg) left top no-repeat;
}


/* =Header
-----------------------------------------------------------------------------*/

#branding p {
	display: none;
}

#address p {
	margin: 0;
	padding: 0;
}

.box {
	height: 25px;
	width: 775px;
	background: #ab4c1e url(../images/boxline.gif) repeat-x;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

a.mail {
	color: #fff;
	text-decoration: underline;
}

li.home {
	padding-top: 20px;
}

ul.mainNav {
	text-indent: 40px;
}

ul.subNav {
	text-indent: 55px;
}

#nav a {
	display: block;
	height: 2.2em;
	width: 270px;
	line-height: 2.2em;
	color: #B83D3D;
	text-decoration: none;
}

#nav a:hover, #nav .selected a {
	text-decoration: underline;
}

#home #nav .home a,
#services #nav .services a,
#frames #nav .frames a,
#archival #nav .archival a,
#cr #nav .cr a,
#installation #nav .installation a,
#cs #nav .cs a,
#visit #nav .visit a {
	background-color: #668099;
	color: #FFF;
	cursor: default;
	text-decoration: none;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent .content {
	padding: 20px 20px 0 10px;
}

#mainContent ul {
	margin-bottom: 1em;
}

#mainContent li {
	margin-top: 15px;
}

dl {
	margin-bottom: 1.2em;
}

dt {
	font-weight: bold;
	margin-top: 15px;
}

dd {
	margin: 5px 0;
	line-height: 1.75em;
}

#mainContent h3 {
	margin-bottom: 5px;
}

#cs #mainContent .content p {
	margin-bottom: 200px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	padding: 10px 0;
}

#footer p {
	text-align: center;
	margin-bottom: 0;
}

#footer a {
	color: #000;
}


/* =Tables
-----------------------------------------------------------------------------*/


/* =Mutlimedia
-----------------------------------------------------------------------------*/

#map {
	width: 400px;
	height: 350px;
	margin-top: 20px;
}

.map {
	color: #000;
}
