html, body{
	height: 100%;
}

body, td, div, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #333333;
	margin: 0px;
	background-color:#ffffff;
}

html > body #outer #main, html > body #content {
	height: auto;
}

h1, h2{
	font-weight: bold;
	color: Black;
}

h3, h4, h5, h6 {
	font-weight: bold;
	color: #017CB8;
}

h1 {
	font-size: 17px;
	margin: 10px 0px 15px 0px;
}

h2 {
	font-size: 13px;
	margin:10px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	margin: 5px 0px 3px 0px;
}

h4 {
	font-size: 11px;
	margin:5px 0px 5px 0px;
}

h5 {
	font-size: 10px;
	margin: 0px;
	background-color:#efefef;
	height:20px;
	line-height:20px;
	padding-left:3px;
}

h6 {
	font-size: 10px;
	margin: 0px;
}

hr {
	height: 1px;
	background-color: #cccccc;
	border: none;
   border-bottom: 1px dashed #ccc;
}

a {
	text-decoration: underline;
}

a img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #01699E;
	text-decoration:underline;
}

a:hover {
	color: #DF7B00;
}

a:focus, a:active{
    background-color: #0170A9;
    color:#ffffff;
}

a:focus img, a:active img{
    border:1px solid #017CB8;
}

a img{
    border:1px solid #ffffff;
}

p {
	margin: 5px 0px 15px 0px;
}

p.indent {
	margin: 5px 0px 15px 10px;
}

#outer, #main {
	height: 100%;
	min-height: 100%;
}

#main {
	text-align:left;
	background-color:#ffffff;
}

#header{
	height: 149px;
}

#clearHeader{
    height:30px;
}

#headerOuter{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#headerOuter #headerContainer{
	width:100%;
	height:160px;
}

#headerOuter #header {

}

#headerOuter > #headerContainer{
	height:160px;
	margin:0px;
}

#headerOuter > #header {
	width:auto;
}

#logo {
	width: 200px;
	float: left;
	background: url(../Images/Design/logo.gif) no-repeat left center;
}

#logo a{
   display:block;
	width: 200px;
}

#sizer{
    float:right;
}

#sizer li{
    margin-left:3px;
}

#sizer li a{
    margin:5px 0px 0px 0px;
    width:18px;
    display:block;
    height:15px;
    background-position:center center;
    background-repeat:no-repeat;
}

#sizer li > a{
    width:12px;    
}

#sizer .fixed{
    background-image:url(../Images/Design/fixed.gif);
}

#sizer .flexible{
    background-image:url(../Images/Design/flexible.gif);
}

#sizer .secure{
    background-image:url(../Images/Icons/secure.gif);
}

#headerMenuBar #current a {
	color: #A9A9A9;
}

#headerMenuBar {
	height: 25px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

#headerMenuBar ul {
	padding: 0px;
	margin:0px;
	height:25px;

}

#headerMenuBar ul li {
    float:left;
	list-style-type: none;
	line-height: 25px;
	font-weight: bold;
}

#headerMenuBar ul#menu li {
	background: url(header_menu_divider.gif) no-repeat right;
}

#headerMenuBar ul#menu li a#current {
	background: url(header_menu_divider.gif) no-repeat right;	color:#ff6600;
}

#headerMenuBar ul#menu a:link, #headerMenuBar ul#menu a:visited, #headerMenuBar ul#menu a:active {
	padding:0px 8px 0px 8px;
	text-decoration: none;
	display:block;
}

#headerMenuBar ul#sizer a:link, #headerMenuBar ul#sizer a:visited, #headerMenuBar ul#sizer a:active {
	padding:0px 2px 0px 2px;
	text-decoration: none;
}

#headerMenuBar ul#menu a:hover{
	text-decoration: underline;
}

#secureMenu {
	width: 100px;
	border-top:1px solid #ffffff;
	margin-top:1px;
	background:url(../Images/Design/secure_menu.jpg) repeat-y left;
}

#secureMenu ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	width:100px;
}

#secureMenu li{
	width:100px;
}

#secureMenu li a{
    display:block;
	padding:4px 0px 4px 3px; 
}

#secureMenu li a:hover{
    background-color:#efefef;
    color:#ff6600;
}

#subMenu{
    height:25px;
    margin:15px 0px 15px 0px;
}

#subMenu ul{
    padding:0px;
    margin:0px;
    font-weight:bold;
    border-bottom:1px solid #009900;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0px 3px 0px 0px;
    line-height:25px;
}

#subMenu li a{
    padding:5px 5px 6px 5px;
    color:#009900;
    text-decoration:none;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background-color:#efefef;
}

#subMenu li a:hover{
    text-decoration:underline;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

#subMenu li.current a{
    color:#990000;
    border-top:1px solid #009900;
    border-left:1px solid #009900;
    border-right:1px solid #009900;
    border-bottom:1px solid #ffffff;
    background-color:#ffffff;
}

.highlight{
	color: #ff0000;
}

#clearFooter {
	height: 30px;
	clear:both;
}

#footer {
	margin-top: -25px;
	height: 20px;
	color: #999999;
	border-top: 1px solid #999999;
	text-align:left;
	background-color: #D5DFE3;
	color: Black;
}

#footerLeft, #footerRight {
	font-size: 11px;
	line-height: 20px;
	margin: 0px 3px 0px 3px;
	width:48%;
}

#footerLeft {
	float: left;
}

#footerRight, #footerRight ul {
	float: right;
}

#footer ul{
    list-style-type:none;
    padding:0px 0px 0px 10px;
    margin:0px;
    height:20px;
    background:url(../Images/Design/footer_menu_divider.gif) no-repeat left center;
}

#footer li{
    float:left;
    margin:0px 8px 0px 0px;
    padding-right:15px;
    background:url(../Images/Design/footer_menu_divider.gif) no-repeat right center;
}

.label {
	color: #666666;
}

.more{
	text-align:right;
	margin-right:5px;
}

#content{
	height:auto;
	clear:both;
}

.editPanel{
    width:100%;
    float:left;
    height:70px;
    margin-top:20px;
}

.editPanel ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
    height:25px;
}

.editPanel li{
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding:2px 2px 2px 10px;
    margin:5px 0px 0px 2px;
}

.editPanel a{
    padding:10px;
}

.editPanel li.edit{
    background-image:url(../Images/Design/icon_edit.gif);
}

.editPanel li.logout{
    background-image:url(../Images/Design/icon_logout.gif);
}

.editPanel li.add{
    background-image:url(../Images/Design/icon_add.gif);
}

.editPanel li.home{
    background-image:url(../Images/Design/icon_home.gif);
}


.clearBoth{
    clear:both;
}

#portfolioList{
    margin-top:20px;
}

.portfolioSite{
    background:url(portfolio_site.jpg) repeat-x top;
    margin-bottom:25px;
    height:140px;
}

html > body .portfolioSite{
    height:auto;
    min-height:110px;
}

.portfolioSite h2{
    margin:0px 0px 10px 0px;
    line-height:25px;
    
}

.portfolioSite a{
}

.portfolioSite a h2{
    text-decoration:underline;
}

.portfolioSite a:hover h2
{
    color:#ff6600;
}

.portfolioSite img{
    float:left;
    margin:5px 15px 15px 15px;
    width:180px;
    height:135px;
}

#mainHeader {
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	background: #D3DEE5 url(square.gif) repeat-x top;
	height:79px;
	z-index : 2;
}

#mainHeaderBelow {
	top:80px;
	left:0;
	width:100%;
	overflow:hidden;
	background: #607C8A url(second.jpg) repeat-x;
	height:70px;
	z-index : 2;
}


dd{
    margin: 0px 0px 1px 0px;
    padding: 0 0 9px 0;
    border-bottom: 1px dashed #ccc;
}

dt{
	background:url(doc_icon.gif) no-repeat 0 3px;
	padding: 0;
	text-indent: 16px;
	margin-bottom:8px;
	line-height:14px;
}

#news dl
{
	padding:3px;
}

/* ----- HTML classes ---------------------------------------------------------------- */
select, input, textarea{
	color: Black;
	background : #F0F5F7;
	border:1px solid #cccccc;
	font:normal normal normal 8pt verdana, verdana, geneva, sans-serif;
}

input.small{
	width:200pt;
}

select.small{
	width:200pt;
}

textarea.small{
	width:280pt;
	height:100pt;
}
