body {
	background-color: #fff;
	background: url(../../images/seamless.gif) repeat scroll center;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#container {
	width: 1080px;
	margin: 0 auto;
	background-color: #faf9f2;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #32425C;
}
a:hover {
	text-decoration: underline;
}
#home_copy {
	color: #fff;
	font-size: 26px;
	margin-left: 170px;
	margin-top: 50px;
}
#home_copy h1 {
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.centercopy {
	margin-top: 15px;
	margin-right: 39px;
}
#footer {
	color: #32425C;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
#footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #32425C;
}
#footer a:hover {
	text-decoration: underline;
}

#footer span {
	color: #d57702;
}
.center_col {
	padding-right: 30px;
}
#nav_container {
	width: 762px;
}
#nav {
	height: 24px;
	width: 762px;
	padding: 0;
	margin: 0;
	float: left;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.8em; 
}

#nav a{
display:block;
padding:0px;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.8em;
}

#nav li ul a{
width:13em;
height:auto;
padding-left: 6px;
padding-right: 1px;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12.8em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}




#nav_internal_container {
	width: 756px;
}
#nav_internal {
	height: 24px;
	width: 756px;
	padding: 0;
	margin: 0;
	float: left;
}
#nav_internal, #nav_internal ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.8em; 
}

#nav_internal a{
display:block;
padding:0px;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav_internal a:hover{
background-color:#fff;
color:#333;
}

#nav_internal li{
float:left;
position:relative;
}

#nav_internal ul {
position:absolute;
display:none;
width:12em;
top:1.8em;
}

#nav_internal li ul a{
width:13em;
height:auto;
padding-left: 6px;
padding-right: 1px;
float:left;
}

#nav_internal ul ul{
top:auto;
}	

#nav_internal li ul ul {
left:12.8em;
margin:0px 0 0 10px;
}

#nav_internal li:hover ul ul, #nav_internal li:hover ul ul ul, #nav_internal li:hover ul ul ul ul{
display:none;
}
#nav_internal li:hover ul, #nav_internal li li:hover ul, #nav_internal li li li:hover ul, #nav_internal li li li li:hover ul{
display:block;
}
#emp_resource {
	margin-top: 70px;
}

#int_side {
	background-color: #cfc6b5;
}
.emp_title {
	font-size: 14px;
	font-weight: bold;
}

#internal_signin {
	margin-top: 70px;
	margin-left:60px;
}
.error {
	margin-top: 40px;
	border: 1px solid #000;
	padding: 5px;
	margin-left: 150px;
	width:280px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

#loginform {
width:300px;
margin-left: 150px;
margin-top: 100px;
}
#loginform fieldset{
padding:10px;
border: 1px solid #000;
}
#loginform legend{
font-weight:bold;
font-size:12pt;
border: 1px solid #000;
background: #cc6837;
color: #fff;
padding: 2px 4px;
}
#loginform label{
display:block;
height:2em;
font-weight: bold;
background-color:#E7E7E7;
padding:10px 10px 0;
}
#loginform input {
margin-right:20px;
border:1px solid #999999;
float:right;
clear:right;
background:#CCCCCC;
}
#loginform input:hover {
border:1px solid #000;
background-color: #cc6837
}
#loginform input:focus {
 border: 1px solid #000;
 background-color: #999;
}

#emp_side {
	background:#CFC6B5;
	margin-top: 40px;
	width: 180px;
	height: 520px;
	padding:5px;
}
.emp_side_title {
 	font-size: 17px;
 	color: #344D79;
 	font-weight: bold;
}
#emp_side ul {
	list-style-type: none;
	padding: 10px;
}

/* -------------- CALENDAR -----------------*/

#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/internal/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 420px;
	border: 1px solid #CCC;
}

.cal a {
	color: #344D79;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover {
	color: #344D79;
	border-bottom: 1px solid #fff;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: url('/internal/calendar/images/calBack.gif') repeat center left;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 50px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 420px;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/internal/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #344D79;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #344D79;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
