/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#000 url(../images/bg.gif) repeat-x left top;
	}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/	
.left { float:left; }
.right { float:right; }
.clear { clear:both;}
.red {color:#FF0000;}

/*       Links
======================= */
a {
	color:#003164;
    text-decoration:underline;
}
h2 a {
	text-decoration:none;
}	
a:hover {
    color:#000;
    text-decoration:underline;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*       Text
======================= */
body, td, th, div, p, ul, li, h1, h2, h3, input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color:#040404;
	}
	
h1, h2, h3, p, table {
	margin-left:35px;
	margin-right:60px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003164;
}

h1{
	font-size:18px;
	padding-top:20px;
	margin-bottom:10px;
}
h2 {
	font-size:16px;
	margin-top:1.4em;
	margin-bottom:.5em;
        border-bottom: 1px dashed #D4CCAA;
}
h3 {
	font-size:12px;
	margin-top:1.5em;
        margin-bottom:0;
	font-weight:bold;
}
p{
	line-height:17px;
	margin-bottom:10px;
}
#Content ul, 
#Content ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 60px;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
	}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0  0;
	}

/*
         Menu
====================== */
#MainNav {
	list-style:none;
	width:180px;
}
#MainNav li a {
	display:block;
	padding:14px;
	width:152px;
	background: url(../images/bgn.gif) repeat-x left top;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	border-bottom:1px dotted #cc9966;
	text-decoration:none;
}
#MainNav li a:hover, #MainNav li #current {
	background: #d4ccaa url(../images/bgno.gif) repeat-x left top;
	color:#003366;
	text-decoration:none;
}
#MainNav ul {
	margin:10px 0 0 0;
}
#MainNav ul li {
	color:#FFF;
	list-style:none;
}
#MainNav ul li a {
	background:url(../images/bullet.gif) no-repeat 14px 12px;
	font-size:11px;
	padding:7px 10px 7px 25px;
	width:145px;
	border:none;
}
#MainNav ul li a:hover {
	color:#d4ccaa;
	background:url(../images/bullet.gif) no-repeat 14px 12px;
}

/* Fix IE. Hide from IE Mac \*/
* html #MainNav li{float:left;height:1%;}
* html #MainNav li a{height:1%;}
/* End */
.btop {
	border-top:1px dotted #cc9966;
	margin-top:10px;
}
/*       Layout
======================= */
#Page {
	width:750px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
}
#Header{
	height:140px;
	background:#e2dbbf;
	position:relative;
	}
/*       Content
======================= */
.bios {
	float:right;
	margin: 0 60px 1em 1em;
}
	

/*       Logo
======================= */
#Logo {
	position:absolute;
	top:0px;
	left:0;
	width:180px;
	height:140px;
	margin:0;
	padding:0;
}
#Logo a {
	display:block;
	width:180px;
	height:140px;
	background: url(../images/human-resources-group.png);
}
#Logo strong{ display:none; }

#Banner {
	position:absolute;
	right:0;
	top:0;
	width:570px;
	height:140px;
	margin:0;
	padding:0;
}
#Main {
	background: url(../images/bgs.gif) repeat-y left top;
	margin-top:1px;
}

#Sidebar{
	width:180px;
	background:#003366;
	}
#Content {
	width:570px;
}
#Content #BImg {
	padding:0;
	margin:0;
}

/*       Forms
====================== */

form {
        margin: 15px 30px 30px 40px;
}
input, textarea, select {
        font: 12px Arial, Helvetica, sans-serif;
        color:#040404;
}
form fieldset {
        display: block;
        width: 26em;
        margin: 0 0px 3em;
        padding: 0 1em 1em;
        border: 1px solid #ccc;
}
form .submit {
        width: auto;
}
form legend {
		font-size: 13px;
		color:#003164;
}

form fieldset.radio {
        width: 26em;
        margin: 1em 0 2em 0;
}

form fieldset.radio input {
        clear: both;
        float: left;
        width: auto;
}

form fieldset.radio label {
        font-weight: normal;
}

form input,
form textarea {
        display: block;
        width: 24em;
		font-size: 11px;
}

form label {
        display: block;
        margin-bottom: 1em;
        font-size: 11px;
		color:#040404;
}

form label.first,
p.first {
        padding-top: 1em;
}
form p {
	margin-left:0;
	margin-right:0;
}	
form select {
        display: block;
}

/*       Footer
======================= */

#Footer {
	height:60px;
	background:#003366 url(../images/icon-logo.gif) no-repeat 40px 14px;
	margin-top:1px;
}
#Footer p {
	margin:0;
	padding:22px 0 0 100px;
	color:#FFF;
}
#Footer p a {
	color:#FFF;
}
#Footer p strong {
	font-size:13px;
}
#Footer p span {
	padding:0 6px;
}
#Footer p span.SP {
	padding: 0 4px;
}
#Copyrights {
	padding:15px 0 0 0;

}
#Copyrights p {
	color:#996633;
	line-height:18px;
	font-size:11px;
	padding-bottom:10px;
	text-align:center;
}
#Copyrights p a {
	color:#996633;
}
#Copyrights p span {
	padding:0 5px;
	color:#003366;
}
p#Hdby {
	color:#333;
	font-size:11px;
	padding-bottom:10px;
}
p#Hdby a {
	color:#333;
}

/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#Banner, #MainInner, #Sidebar, #BImg  {display:none;}
#Header, #Logo, #Logo a {
	width: auto;
	height: auto;
	font-size:20px;
	position:relative;
	left:0;
	top:0;
}
#Header {border-bottom:1px solid #7ab9cb; height:40px;}
#Logo strong {
display:block;
}

/* Kill floats */
#Page, #Header, #Main, #Content, #Footer, #Copyrights {width:100%; float:none;}
/* Kill Backgournds */
body, #Page, #Header, #Main, #Footer { background: none; margin:0; padding:0; }
#Footer { border-top:1px solid #7ab9cb; border-bottom:1px solid #7ab9cb;}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
text-align:left;
}
}

