/***********************************************/
/* General Styles                              */
/***********************************************/
body {
	width: 100%;		
	background-color: #A9101E;
	margin: 50px 0px 50px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p {
	font-size: .85em;
	color: #000000;
	line-height: 150%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #A9101E;
	letter-spacing: .05em;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #A9101E;
	letter-spacing: .05em;
}
a:link, a:visited {
	color: #A9101E;
	border-bottom: 1px dotted #A9101E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
} 
a:active {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}
/***********************************************/
/* Page Formatting                             */
/***********************************************/
#darkpeachbox {
	width: 100%;
	background-color: #FF9068;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
#lightpeachbox {
	width: 47em;
	min-height: 28.12em;
	background-color: #FFBEA7;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	margin: auto;
}
#lightpeachboxhome {
	width: 47em;
	height: 28.12em;
	background-color: #FFBEA7;
	background-image: url(images/personwatermark.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	margin: auto;
}
#skiptocontent {
	display: none;
}
/***********************************************/
/* Homepage Styles                             */
/***********************************************/
#maincontainer {
	clear: both;
	width: 47em;
	margin: auto;
}
#mainhome {
	width: 33em;
	margin: 0px 0px 0px 158px;
	text-align: left;
}
p.homepage {
	font-size: 18pt;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2pt;
	line-height: 215%;
	color: #000000;
}
.redtext {
	color: #A9101E;
}
/***********************************************/
/* Navigation Bar Styles                       */
/***********************************************/
#navsite p {
	display: none;
}
#navsite {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1pt;
	width: 40em;
	clear: right;
	float: left;
	padding: 35px 0px 0px 18px;
}
#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navsite ul li {
	margin: 0;
	display: inline;
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1pt;
}
#navsite ul li a#current {
	color: #000000;
	border-bottom: none;
	text-decoration: none;
}
.bullet {
	padding: 0px 15px 0px 15px;
	letter-spacing: 0;
}
/***********************************************/
/* Logo                                        */
/***********************************************/
#logoleft {
	width: 140px;
	float: left;
	text-align: center;
	padding: 25px 0px 0px 0px;
}
#logoleft a {
	border-bottom: none;
	text-decoration: none;
}
/***********************************************/
/* Content                                     */
/***********************************************/
#main {
	float: left;
	width: 26em;
	clear: none;
	padding: 25px 0px 50px 18px;
}
/***********************************************/
/* Portfolio                                   */
/***********************************************/
#mainportfolio {
	float: left;
	width: 35.25em;
	clear: none;
	padding: 25px 0px 50px 18px;
}
.imagecontainer {
}
.imagecontainer p {
	text-align: left;
	font-size: .75em;
}
.imagecontainer a {
	border-bottom: none;
	text-decoration: none;
}
.imagecontainer img {
	width: 7.5em;
	height: 10em;
	border: 1px solid #000000;
}
.spacer {
	clear:both;
}
.firstimage {
	float: left;
	margin: 0 0 0 10;
}
.otherimage {
	float: left;
	padding: 0 0 0 25px;	
}
/***********************************************/
/* Sidebar                                     */
/***********************************************/
#right {
	float: left;
	width: 7.5em;
	padding: 92px 0px 0px 27px;
}
#right img {
	width: 7.5em;
	height: 10em;
	margin: 0px 0px 10px 0px;
}
#right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right ul li {
	font-size: .75em;
	padding-top: 10px;
}
/***********************************************/
/* Footer                                      */
/***********************************************/
#footercontainer {
	clear: both;
	width: 47em;
	margin: auto;
}
#footer {
	width: 36em;
	margin: 25px 0px 0px 158px;
	text-align: left;
}
#footer p {
	color: #FFFFFF;
	font-size: .75em;
	letter-spacing: .08em;
}
#footer a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}
