/*
 * Element Rewrites
 * border: 1px solid #ffffff;
 */
body 
{
	margin: 0;
	padding: 0;
	background-color: #855A2F;
	background-image: url("../images/site_background.jpg");
	border-collapse: collapse;
	voice-family:""}"";
	voice-family:inherit;
}
.dummy {}

h1 
{
	color: #FE9D30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #9BBEE2;
	widows: 95%;
}

h1 span.sub
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FE9D30;
}

h2
{
	color: #9BBEE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #9BBEE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
img
{
	border: 0 none #000000;
}
input, select, textarea
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #2E5C8A;
	border: 1px solid white;
	margin: 2px;
	padding: 1px;
}
a:link, a:visited
{
	color: #FE9D30;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*
 * Top and Bottom Borders 
 */
#top
{
	position: absolute;
	width: 100%;
	height: 145px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
	background-image: url("../images/border_top.gif");
	background-repeat: repeat-y;
	z-index: 10;
}

#bottom
{
	position: absolute;
	width: 100%;
	height:38px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
	background-image: url("../images/border_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 9;
}

/*
 * Content Elements
 */
#middletop
{
	position: absolute;
	width: 100%;
	height: 10px;
	top: auto;
	right: 0;
	left: 0;
	bottom: 75%;
	background-image: url("../images/middle_top_bg.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	z-index: 8;
}

#middlebottom
{
	height:9px;
	position: absolute;
	width: 100%;
	top: 25%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 350px 0 0 0;
	background-image: url("../images/middle_bottom_bg.png");
	background-repeat: no-repeat;
	background-position: top;
	z-index: 7;
}

#middle
{
	background-color: #574635;
	position: absolute;
	top: 25%;
	bottom: auto;
	height:350px;
	width:100%;
	z-index: 11;
	vertical-align: text-bottom; /* IE hack ?!? */
}

/*
 * Content Boxes
 */
#picture
{
	position: absolute;
	height: 348px;
	width: 384px;
	right: 607px;
	border: 1px solid #FFFFFF;
	margin: 0 11px 0 0;
}
#picture img
{
	border: 0;
	padding: 0;
	margin: 0;
	height: 348px;
	width: 384px;
}

#content
{
	position: absolute;
	right: 147px;
	height: 338px;
	width: 439px;
	border: 1px solid #FFFFFF;
	background-color: #2E5C8A;
	margin: 0 11px 0 0;
	padding: 5px;
	overflow: auto;
	overflow-x: hidden;
}

/*
 * content lists
 */
#contentlist
{
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #9BBEE2;
	border-top: 0px none black;
	width: 419px;
}

#contentlist li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentlist li a 
{ 
	text-decoration: none; 
	border-left: 4px solid #9BBEE2;
	padding: 4px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentlist li a:hover
{
	border-left: 4px solid #FE9D30;
	padding: 4px;
}

.contenttable
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9BBEE2;
}

.contenttable th
{
	border: 0 none black;
	border-bottom: 1px solid #9BBEE2;
	font-weight: bold;
}

.contenttable tr.on
{
	background-color: #34699D;
}

.contenttable tr.off
{
	background-color: #284F77;
}

.contenttable td
{
	padding: 2px;
}

/*
 * Content Styles
 */
 
.logo
{
	margin: 2px 4px 0 5px;
	cursor:pointer;
}
.portfolioImage
{
	float: left;
	border: 1px solid #FFFFFF;
	margin: 13px 5px 5px 0;
}

/* 
 * Navigation Styles
 */
#nav
{
	position: absolute;
	float: right;
	right:0;
	width: 146px;
	height: 348px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #2E5C8A;
}
#nav a
{
	display: block;
	padding: 3px 3px 3px 10px;
	border-top: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 133px;
	background-image: none;
}

#nav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9BBEE2;
	font-weight: normal;
}

#nav li
{
	margin: 0 0 9px 0;
}
#nav a:before
{
	content: ".:";
	font-weight: bold;
	padding: 0 3px 0 0;
}

#nav a:link, #nav a:visited
{
	color: #9BBEE2;
	text-decoration: none;
	background-image:url("../images/site_rollout.png");
}

#nav a:hover
{
	display: block;
	padding: 3px 3px 3px 10px;
	border-top: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 133px;
	background-image:url("../images/site_rollover.png");
	color:#FE9D30;
}

/* 
 * Navigation Styles
 */
.links
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9BBEE2;
	font-weight: normal;
}

div.hoohah input {
	display: none;
}