@charset: utf-8;

/* CSS RESET SECTION */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*COLORS
	White
	LightSlateGray
	DarkSlateGray
	Gainsboro
	DarkBlue
*/


/* NEW CSS ================================*/

body{
	background: #D9D1C6;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

a{
	color: #333333;	
}
a:hover{
	text-decoration: none;	
}
table{
border-collapse:collapse;
border: none;
padding: 0px;
}


.white{	color: #FFFFFF;	}
.black{	color: #000000;	}
.gray{	color: #666666;	}
.green{	color: #99CC33;	}

.text{
	font-size: 15px;
}
.title{
	font-size: 20px;
	font-weight: 300;
}
.bolded{
	font-weight: bold;	
}
/* SITE PAGE CONTENT */

#idContainer{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

/* HEADER CONTENT */
	#headBG{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 150px;
		background: url('images/headBG.png') repeat-x;	
	}

	#idHeader{
		position: relative;
		width: 1000px;
		height: 150px;
	}
		#logo{
			position: inherit;
			left: 50%;
			top: 3px;
			margin-left: -107px;
			width: 215px;
			height: 113px;
			background: url('images/asmLogo.png');
		}
		#tele{
			position: absolute;
			left:	10px;
			top:	20px;
			font-weight: 200;
			font-size: 30px;
		}
		
		#time{
			position: absolute;
			right: 10px;
			top: 20px;
			font-weight: 200;
			font-size: 20px;
		}
		/* MAIN SITE NAVIGATION PANEL*/
		#navigationBar {
			position: relative;
			top: 3px;
			left: 10px;
			
			width:500px;
			height: 27px;
			font-size: 20px;
			line-height: normal;
			z-index: 1000;
		}
		#navigationBar ul {
			margin:0;
			padding:0 0 0 0;
			list-style:none;
		}
		#navigationBar li {
			display:inline;
			margin:0;
			padding:0;
		}
		#navigationBar a {
			float:left;
			margin:0;
			padding:0 0 0 4px;
			text-decoration:none;
		}
		#navigationBar a span {
			float:left;
			display:block;
			padding:5px 15px 4px 6px;
			color:#666666;
		}
		
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#navigationBar a span {float:none;}
		
		/* End IE5-Mac hack */
		#navigationBar a:hover span {color:#99CC33;}
		#navigationBar a:hover {background-position:0% -42px;}
		#navigationBar a:hover span {background-position:100% -42px;}
		#navigationBar #current a {background-position:0% -42px;}
		#navigationBar #current a span {background-position:100% -42px;}


/* BODY CONTENT */
	#idBody{
		position: relative;
		width: 1000px;
		height: auto;
		min-height: 400px;
		background: url('images/body.png') #EEEEEE;
	}
		#mapDiv{
			position: inherit;
			top: 20px;
			right: 20px;

		}
		#map{
			position: relative;
			top: -140px;
			left: 430px;
			border: 1px #333333 solid;
			width: 550px;
			height: 450px;
		}
		#location{
			top: 20px;
			left: 20px;
		}
		#gMapLoc{
			background-image: url('images/gmapLoc.png');
			border: #333 solid 1px;
		}
		.homeHead{
			padding: 20px 10px 0 10px;
			font-size: 30px;
			font-weight: bold;
		}
		#pic1{
			float: left;
			margin-right: 40px;
		}
		#pic2{
			float: right;
			margin-left: 30px;
		}
		a.gmap{
			color: #0066CC;
			font-size: 13px;
		}
		p.par{
			padding: 20px 20px 20px 20px;	
			text-align: left;
		}
		div.PTITLE{
			font-weight: 400;
			font-size: 25px;
		}
		.pName{
			font-size: 22px;
		}
	

/* FOOTER CONTENT */
	#idFooter{
		position: relative;
		width: 1000px;
		height: 100px;
		background: url('images/footBG.png') repeat-x;
	}
		.fLeft{
			position: inherit;
			float: left;
			left: 40px;
			top: 50px;

			font-size: 12px;
			line-height: 15px;
			color: #EEEEEE;
		}
		.fCenter{
			position: relative;
			float: left;
			left: 150px;
			top: 20px;

			font-size: 12px;
			line-height: 15px;
			color: #EEEEEE;
		}
			.fCenter a:link,
			.fCenter a:visited{
				color: #FFFFFF;
				text-decoration: none;
			}
			.fCenter a:hover{
				color: #FFFFFF;
				text-decoration: underline;
			}

/*====================================================================*/




/* OLD CSS


body
{
	font-family: Arial;
}

a:link {
	color: DarkBlue;
}

a:visited {
	color: DarkSlateGray;
}

a:hover {
	color: Black;
}

a:active {
	color: DarkSlateGray;
}

.contentContainer {
  border-width: 1px;
  border-spacing: 2px;
  border-style: solid;
  border-color: black;
  background-color: white;
  text-align: left;
}

/*======================================================*/
/*Main Page Layout Styles*/
/*======================================================*/
body {text-align:center;}

table.main {
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
  border-collapse: collapse;
  /*Debug*/
  /*border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: Black;*/
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
  padding: 0px;
}

table.main td {
  border-width: 0px;
  border-spacing: 1px;
  border-style: none;
  /*Debug*/
  /*border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: Black;*/
  background-color: white;
  padding: 0px;
  margin: 0px;
}

table.main h1,h2,h3 {
	padding: 0px;
	margin: 0px;
}


table.content {
  border-width: 1px;
  border-spacing: 0px;
  border-style: none;
  border-color: #E0E0E0;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
  padding: 1px;
}

table.content td {
  border-width: 2px;
  border-spacing: 0px;
  border-style: groove;
  border-color: #E0E0E0;
  background-color: white;
  padding: 1px;
  margin: 1px;
  vertical-align: top;
}


table.footer 
{
	border-collapse: collapse;
  border-style: none;
  /*border-color: Black;*/
  /*margin: 0px auto 0px auto;* /*Centers entire footer in Firefox.*/
  text-align:center; /*Align's child text as center.*/
  background-color: Green;
  padding: 0px;
  width:100%; /*Expand to entire width of main table.*/
}

table.footer td {
	border-style: none;
  background-color:#404040;
  padding: 0px;
  margin: 0px;
  color: White;
}


/*======================================================*/
/*Top-level Navigation Styles*/
/*======================================================*/
.topLevelNav a:link
{
	color: #505050;
	text-decoration:none;
}

.topLevelNav a:visited
{
	color: DarkSlateGray;
	text-decoration:none;
}

a:hover
{
	color: Black;
	text-decoration:none;
}

a:active
{
	color: DarkSlateGray;
	text-decoration:none;
}

/* Project styles definitions for Project listings, etc. */
/*table.projects {
	min-width: 750px;
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: solid solid solid solid;
  border-color: Black;
  border-collapse: separate;
  background-color: white;
}

table.projects td {
  border-width: 1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.projects th {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: gray;
  background-color: LightSlateGray;
  color: Black;
  font-family: Arial;
}*/

/* Table styles definitions for most standard
	forms, including the login screen. */
table.form {
  border-width: 1px;
  border-spacing: 2px;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  /*background-color: white;*/
}

table.form td.left {
  text-align: right;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  vertical-align: center;
  padding-right: 5px;
  background-color: LightSlateGray;
  width: 20%;
}

table.form td.right {
  text-align: left;
  vertical-align: top;
  background-color: Gainsboro;
  padding: 2px;
  width: 80%;
}

table.form input {
	height: 25;
	width: 150;
}

table.form td.right input{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

table.form textarea.description {
	height: 100;
	width: 275;
}

/* This style is used for input validation warnings. */
.validation {
	color: red;
}

/* This style is used to mute elements in the header. */
.subtle {
	font-style: italic;
}

h3.projectPageFirst {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

h3.projectPage {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 18px;
}
