@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 900px;
	border: thin solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	margin: 10px;
	background-color: #CCCCCC;
}

#header {
	background-image: url(/images/layout/topbar.gif);
	text-align: center;
	width: 900px;
	height: 95px;
	padding-top: 9px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	overflow: auto;
}


#tabs {
	width: 900px;
	color: #000000;
	overflow: hidden;
	height: 20px;
	background-image: url(/images/layout/tabbkgnd.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-align: center;
	}

#tabs a {
	background-image: url(/images/layout/tabbkgnd.jpg);
	border-right: 1px solid #C9C6B3;
	color: #333333;
	line-height: 25px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#content {
	color: #333;
	overflow: visible;
	text-align: center;
	padding: 10px;
	float: none;
	border: 2px solid #FF0000;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#welcome {
	padding: 10px;
	float: right;
	height: 200px;
	width: 400px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#pic {
	padding: 10px;
	float: left;
	height: 200px;
	width: 400px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	}
#footerbkgrn {
	text-align: center;
	background-image: url(/images/layout/bottombar.gif);
	background-repeat: repeat-x;
	height: 75px;
	width: 900px;
	padding-top: 15px;
	margin-top: 1px;
	clear: both;
}	


a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #D8012A;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	text-decoration:underline;
	
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #D8012A;
	text-align: center;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #331;
	}
.TOClister {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	float: left;
	text-align: left;
	height: auto;
	width: auto;
	left: 150px;
	top: 30px;
	clear: none;
}

.Location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	background-position: left;
	text-align: left;
}
.addy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
}
.empTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
}
.empName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
}
.terra {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
}

.redbars {
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
.redbox {
	border-width: thick;
	border-style: solid;
	border-color: #FF0000;
	
}
