/* HTML Tags */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/images/bg_stripes.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 1 em;
	line-height: 120%;
	height: 100%
}
p {
	font-size: 75%;
	padding: 0;
	line-height: 140%;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	color: #314857;
}
h2 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #314857;
}
h3 {
	font-size: 90%;
	margin: 0px;
}
a {
	color: #004979;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
li {
	list-style-image: url(/images/bullet.gif);
	font-size: 80%;
	line-height: 150%;
}
li li {
	font-size: 100%;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}

/* DIVs */

#pageBG {
	background-color: #e7de9e;
	background-image: url(/images/bg_manilla.gradient.gif);
	background-repeat: repeat-x;
	border-right: solid 2px #FFF;
	border-left: solid 2px #FFF;
	width: 783px;
	margin: 0 auto;
	height: auto;
	min-height: 100%
}
/* This hack is required to hide height:auto from <=IE 6 browsers */
* html #pageBG {
	height: 100%
}
/* End hack */
#logo {
	margin: 5px 0 40px 20px;
	width: 236px;
}
#topnav {
	position: absolute;
	top: 30px;
	margin-left: 285px;
	width: 484px;
}
#topnavSmall {
	text-align: right;
	margin-right: 20px;
	padding-top: 10px;
}
#mainContent {
	margin: 20px auto;
	background-color: #FCFAF6;
	width: 740px;
}
#homeFlash {
	margin: 20px auto 0px auto;
	width: 740px;
}
#homeText {
	margin: 0px auto 0px 16px;
	width: 740px;
	background-image: url(/images/homeText.gif);
	background-repeat: no-repeat;
	height: 97px;
	padding: 15px 20px 0px;
	color: #FFFFFF;
}
#homeText h1{
	font-size: 90%;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: "Trebuchet MS";
	width: 710px;
	padding-bottom: 5px;
}
#homeText p{
	font-size: 70%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
}
#homeText a{
	color: #FFFFFF;
}
#bodyCopy {
	padding: 0px 20px 20px 20px;
	min-height: 400px;
	height:auto;
}

/* #bodyCopy min-height for IE */
/*\*/
* html #bodyCopy {
height: 400px;
}
/**/


#callout {
	width: 247px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#portfolioImage {
	width: 443px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#portfolioImageVert {
	width: 304px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.portfolioTable {
	font-size: 70%;
}
.portfolioTable a{
	line-height: 140%;
}
#boxInside1 {
	background-image: url(/images/boxInside1.gif);
	background-repeat: no-repeat;
}
#boxInside2 {
	background-image: url(/images/boxInside2.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#homeFooter {
	margin: 0px auto 30px;
	border-bottom: 1px dotted #929a93;
	padding: 15px 0;
	font-size: 65%;
	color: #004979;
	text-align: center;
	font-weight: bold;
	width: 720px;
}
#footer {
	margin: 0 auto 30px auto;
	border-bottom: 1px dotted #929a93;
	padding: 15px 0;
	font-size: 65%;
	color: #004979;
	text-align: center;
	font-weight: bold;
	width: 720px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
.breadcrumbs {
	font-size: 65%;
}
#sitecredit {
	text-align: right;
	margin: 10px 30px;
	padding: 0;
	font-size: 55%;
	font-family: Arial, Helvetica, sans-serif;
}
#sitecredit a {
	color: #000;
}
.photoLeft {
	float: left;
	margin: 5px 10px 10px 0;
}
.photoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
