body
{
	background-color: #e9fbe8;
	color: #000;
	font-family: Arial, Georgia, monospace, serif;
	font-size: 14px;
}

#outer
{
	width: 1020px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

#header
{
	width: 1020px;
	height: 120px;
	background-image: url('../images/header.jpg');
	clear: both;
}

#menu
{
	width: 1020px;
	height: 60px;
	font-size: 12px;
	padding: 10px 0px 0px 50px;
}

/* Dropdown menu begins here */

#dropdown
{
	margin: 0px;
	padding: 0px;
}

#dropdown li
{
	float: left;
	list-style: none;
}

#dropdown li a
{
	display: block;
	padding: 5px 55px 5px 5px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	text-align: left;
}

#dropdown li a:hover
{
	background-image: url('../images/menulinkbg.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}

#dropdown li ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#dropdown li ul li
{
	float: none;
	display: inline;
}

#dropdown li ul li a
{
	width: auto;
	background-color: #e8e8e8;
}
		
#dropdown li ul li a:hover
{
	background: #a2bc7b;
	background-image: url('../images/buttonArrowLeft.png');
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
}

/* Dropdown menu ends here*/

#container
{
	width: 1020px;
	background-color: #fff;
}

#leftcol
{
	width: 800px;
	padding: 25px 50px 25px 25px;
	margin: 0px;
	background-color: #f1f1f1;
	border-top: 1px solid #666;
}

#rightcol
{
	width: 202px;
	padding: 25px 5px 0px 10px;
	margin: 0px;
	font-size: 12px;
	background-color: #f1f1f1;
	border-top: 1px solid #666;
}

#adIcons
{
	margin: 45px 0px 0px 0px;
}

#rightcol ul, li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#emergencyIcon
{
	margin: 40px 0px 0px 0px;
}

#socialMedia
{
	margin: 40px 0px 0px 0px;
}

#socialMedia a:link
{
	text-decoration: none;	
}

#socialMedia a:visited
{
	text-decoration: none;	
}

#socialMedia img {
  -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
  -webkit-border-radius: 3px;
   border-radius: 3px;
}

.shadow
{
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 10px 25px 25px 25px;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

.shadow h3
{
	text-decoration: underline;	
}

#ieOnlyMiddle li
{
	list-style-type: inherit;
}

#ieOnlyMiddle pre
{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Georgia, monospace, serif;
	font-size: 14px;
	cursor: pointer;
}
.adminDirectory
{
	width: 520px;
	border-bottom: solid 1px #c4c4c4;
}

.adminDirectory h2
{
	color: #0f0;	
}

.adminDirectory h3
{
	text-decoration: none;
}

.adminDirectory h4
{
	background-color: #e9e7e7;
	background-image: url('../images/arrow-square.gif');
	background-repeat: no-repeat;
	background-position: right -48px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.adminDirectory h4:hover
{
	background-color: #7e8bb7;
}

.adminDirectory h4.active
{
	background-position: right 5px;
}

.adminDirectory p
{
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}

.adminDirectory pre
{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Georgia, monospace, serif;
	font-size: 14px;
	cursor: pointer;
}


#oldBrowser
{
	text-align: center;
}

#overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
}

#contactForm
{
	position: absolute;
	background-color: #fff;
	z-index: 1;
	padding: 10px 20px 10px 20px;
	border: 0px solid #00082e;
	width: 300px;
	background-image: url('../images/contact.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contactForm tr,td
{
	padding: 0px 0px 7px 0px;
	vertical-align: top;
}

#username {
	background-image: url('../images/formbtnbg.gif');
	background-repeat: no-repeat;
	width: 177px;
	height: 25px;
	border: 0px;
	outline: none;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

#emailaddress {
	background-image: url('../images/formbtnbg.gif');
	background-repeat: no-repeat;
	width: 177px;
	height: 25px;
	border: 0px;
	outline: none;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

#message {
	background-image: url('../images/formmessagebg.gif');
	background-repeat: no-repeat;
	width: 177px;
	height: 90px;
	border: 0px;
	outline: none;
	color: #fff;
	padding: 5px 0px 0px 10px;
}

#adminPanelMain {
	width: 945px;
	padding: 25px 50px 25px 25px;
	margin: 0px;
	background-color: #f1f1f1;
	border-top: 1px solid #666;
}

#removeEmpTable tr {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#removeEmpTable td {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
