body {
	color: #000000;
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica, sans-serf;
	font-size: 10pt;
	background-color: #ffffff;
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}


/* { border: 1px red solid; } */

/*  Basic setup  */

div {
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #000000;
}

a:hover {
	color: #990000;
}

p {
	margin-top: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 740px;
	background: #ffffff;
}

/*  Title Image  */

div.title img {
	margin: 0;
	padding: 0;
	display: block;
}

/*  Middle Section Setup  */

div.body {
	padding-left: 19px;
	width: 100%;
}

/*  Horizontal menu  */

div.menu {
	float: left;
	color: #003399;
	text-align: left;
	border-left: solid 1px #e5e5e5;
	width: 108px;
	padding-top: 5px;
	padding-bottom: 20px;
}

/* Ridiculous IE6 3px bug workaround; this comment also hides from IE5 Mac \*/
* html div.menu {
	width: 105px;
}
/* End hide from IE5/mac */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 2px;
	padding: 0;
	border: solid 1px #e5e5e5;
}

.menu a, .menu a:visited, .menu a:link {
	color: #395767;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
}

.menu a:hover {
	background: #6292ae;
	color: #ffffff;
}

.menu a.selected {
	background: #6292ae;
	color: #ffffff;
}

/*  Body Stuff  */

div.main {
	background: #ffffff;
	margin-left: 109px;	
	border-left: solid 1px #e5e5e5;
	margin-right: 131px;	
	border-right: solid 1px #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 380px;
}
/* IE6 No-Min-Height workaround--just use fixed height */	
* html div.main {
	height: 380px; 
}

/* Ridiculous IE6 3px bug workaround; this comment also hides from IE5 Mac \*/
* html div.main {
	margin-left: 106px;
	margin-right: 128px;	
}
/* End hide from IE5/mac */

h1 {
	font-weight: normal;
	font-size: 1.6em;
	padding: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0.5em;
	color: #555555;
}

h2 {
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;
	padding: 0;
	margin: 10px;
	color: #000000;
}

img.flavorstripe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

p.emphasize {
	font-weight: bold;
}

/* Flashy Background Stuff */

div.home {
	background: #ffffff url(images/background-home.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.home p {
	font-size: 1.25em;
}
div.home p a {
	font-size: 0.8em;
}

div.services {
	background: #335896 url(images/background-services.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 100px;
}
	
div.about {
	background: #ffffff url(images/background-about.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 150px;
}
	
div.floatinginset {
	background: url(images/bkg-grad-vert-white-trans.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 350px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 1em;
	padding-bottom: 75px;
}

div.floatinginset h1 {
	color: #818181;
	margin: 0;
	padding: 0;
}

div.floatinginset p {
	color: #333333;
	margin: 0;
	margin-bottom: 1em;
}

.clearer {
	clear: both;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
}


/* Portfolio Page Setup */

.portfolio img {
	
}


img.floatright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

img.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/*  Right margin contact info  */

div.contact {
	float: right;
	width: 120px;
	color: #999999;
	font-size: 11px;
	padding-top: 1em;
	padding-left: 0;
}

div.contact p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

div.contact a {
	color: #999999;
}

/*  Footer  */

div.footer {
	margin-left: 110px;
	font-size: 11px;
	background: #ffffff url(images/footer-endcap.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 35px;
	color: #6292ae;
	width: 540px;
	border-top: solid 1px #e5e5e5;
}

div.footer p {
	margin-top: 0;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding: 5px;
	margin-left: 18px;
	margin-right: 22px;
	margin-bottom: 0;
}

.footer a {
	color: #6292ae;
	text-decoration: underline;
}
