* {
	padding: 0;
	margin: 0;
}

div.clearfloats { clear: both; } 

body {
	background-color: #004276;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004276;
	font-size: 84%;
}
#container {
    background-color: #fff; 
	background-image:  url(images/sidebar.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto; 
	border: 2px solid white;
}
	
a:link, a:visited {
	color: #0082ad;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #B6B7BA;
}
	
#header {
	background-image: url(images/header-bkg.jpg);
	background-repeat: no-repeat;
	height: 168px;
}

#content {
margin-left: 258px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
position:relative;
background: url(images/content-bkg.jpg) no-repeat bottom right;
	min-height:380px;
   height:auto !important;
   height:380px;
}

hr {
	color: #004276;
	background-color: #004276;
	height: 1px;
	border: 0;
	margin-bottom: 8px;
}

p.divider {
	border-bottom: 1px solid #004276;
	margin-bottom: 8px;
	height: 2px;
}

#content p {
	padding-bottom: 10px;
	line-height: 1.2em;
}

#contentleft {
   float:left;
	width: 280px;
	padding-right: 6px;
}

#contentright {
   float: left;
	width: 280px;
	border-left: 1px solid #004276;
	padding-left: 6px;
}

#content h1, #contentright h1, #contentleft h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #0082AD;
}

#content h2, #contentright h2, #contentleft h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 6px;
	color: #0082AD;
}

#content h3, #contentright h3, #contentleft h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0px;
	color: #BF8B52;
}

#content p, #contentleft p, #contentright p {
   margin-bottom: 8px;
	line-height: 1.2em;
}

#content img.photo {
	border: 4px solid #0082AD;
	float: left;
	margin: 0 8px 8px 0;
}

.error {
	color: #ff0000;
	padding-left: 6px;
}

#portfoliolist {
	list-style-type: none;
}
#portfoliolist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	height: 184px;
	width: 148px;
	text-align: center;
}

#portfoliolist img {
	display: block;
	border: 2px solid #DFF2F9;
}

#sidebar {
	background-image: url(images/sidebar-bkg.jpg);
	height: 380px;
	background-repeat: no-repeat;
	float: left; 
	width: 248px;
	/*padding-left: 60px; */
}

#sidebar ul{
	width: 152px;
	margin-left: 72px;
}
#sidebar li {
	padding-top: 10px;
	padding-bottom: 4px;
	list-style: none;
	background-image:  url(images/side-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#sidebar li a {
	font-weight: bold;
	padding-bottom: 8px;
	text-decoration: none;
	color: #00508C;
}

#sidebar li.last {
	background-image: none;
}

#footer {
	background:  url(images/footer-bkg.jpg) no-repeat bottom right;
	color: #0082ad;
	/* padding-bottom: 10px; */
	clear: both;
width: 960px;
height: 120px;
position: relative;
}

#footer p {
	font-size: .75em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#fcontent {
	border-top: 2px solid #00508c;
	/*position: absolute;
bottom: 10px;
width: 690px; */
text-align: center;
position: absolute;
/* center the footer content by absolute left edge at 50% and then move left margin half the width */
width: 800px;
bottom: 10px;
left: 50%;
margin-left: -400px;
}

#footer a {
	text-decoration: none;
	color: #0082ad
}

#footer p.bottomnav {
	padding-top: 10px; 
}

#footer p.credit {
	padding-top: 12px;
}

/* form */
td.formlabel {	
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
	color: #0082AD;
	padding-bottom: 6px;
}

table.form td {
	padding: 0px 4px 4px 0;
	font-size: .9em;
}

form input {
	font-size: .9em;
}

option {
	font-size: .9em;
	padding: 2px 4px 2px 4px;
}

table.form {
}

textbox {
	font-size: .9em;
}


table.form img {
	padding: 8px 0 8px 0;
}
