﻿@import url("layout.css");
body {
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:  1em;
	color: #6C6C6C;
	text-align: center;
}
#container {
	width: 980px;
	margin: 50px auto 0 auto;
	position: relative;
	border-style:none;
}
#container img{
	border-style:none;
}
/* Styles for Navigation */

#banner {
	text-align:left;
}
#banner img {
	border-style:none;
	text-decoration:none;

}
#content {
	margin-left:190px;
	margin-top:0px;
	padding:20px;
	text-align:left;
}
#content p {
	padding-top:0px;
	margin-top:0px;
}			
#content h1 {
	font-size: 1.7em;
	color: #6C6C6C;
	margin-bottom: 20px;
	text-align: center;
}

#content h2 {
	font-size: 1.2em;
	color: #6C6C6C;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
}
#content img {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#mainmenu {
	margin-top: 0px;
	padding-top:30px;
	font-size: .8em;
	text-align: left;
	font-variant:small-caps;
	display: block;
	width: 200px;
	float: left;
}
#mainmenu li {
	background-position: left;
	list-style: none;
	padding: 10px 10px 10px 30px;
	background-image: url('../images/diamond.gif');
	background-repeat: no-repeat;
}	

#main-sidebar {
	padding-top:30px;
	width:200px;
	float:left;
	
}
ul#main-sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
}

#main-sidebar li {
	list-style:none
	
}

#main-sidebar a {
	text-align: left;
	text-decoration: none;
	color: #808080;
	font-size: .8em;
	text-transform: uppercase;
	display: block;
	padding: 7px 5px 7px 30px;
	background: white url('../images/diamond.gif') no-repeat fixed left center;
}

#main-sidebar a:hover {
	font-weight: bold;
	background: white url('../images/diamond.gif') no-repeat 5px 50%;
}


#status {
	text-align:left;
}

#footer {
	clear: both;
	padding-top:40px;
	
}
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #808080;
	text-decoration: none;

}
/* General Styles */
a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}

/* misc styles */
.photo-left {
	width:150px;
	height:150px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.photo-mid {
	width:150px;
	height:150px;
	float:none;
	margin-bottom:10px;
}

.photo-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.contact {
	padding-top:20px;
	text-align:center;
	clear:both;	
}

.portfolio {	
	text-align:center;
	width:320px;
	float:left;
	margin:10px 10px 40px 10px;
}
.portfolio img{
	border: inherit;
	text-decoration:inherit;
}

.portfolio-caption {
	margin: 0 0 10px 0;
	color: #333333;
}
/* Firefox bug for background alignment */
html {
	height:100%}

