/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	color:#828282;
	font: 11px Tahoma, Verdena, Helvetica, Arial, sans-serif;
	background:url(../images/bg1.gif) no-repeat top left #F2FBF3;
	text-decoration: none;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: -6px;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: -6px;
  font-color:#cc0000;
}
a {
  text-decoration: none;
  color: #0c3719;
}
a:hover{
  color: #e15e49;
}
img {
	border: none;
}
th {
  text-align: right;
  vertical-align: top;
}

/* standard layout id's */
#center {
	position:relative;
	width:730px;
	top:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: solid 1px #6f885e;
}

#banner {
	position:relative;
	height: 85px;
	width: 698px;
	top: 14px;
	bottom: 10px;
	margin-left: 15px;
	z-index:9;
	border: solid 1px #6f885e;
}
#header {
	position:relative;
	height: 85px;
	width: 698px;
	top: 53px;
	bottom: 10px;
	margin-left: 15px;
	z-index:9;
	border: solid 1px #6f885e;
}
#hbar {
	position:relative;
	border-top: 8px solid #6f885e;
	float:left;
	left:15px;
	top: 56px;
	width:700px;
	background-color:#fff;
}
#main {
	position:relative;
	float:left;
	left:15px;
	top: 60px;
	width:520px;
	background-color:#fff;
}

#content {
  padding: 0 10px 0 24px;
}

#main li {
  list-style-image: url('../images/bullet.gif');
  list-style-position: outside;
  border: 0px none;
  padding-right:15pt;
}

#footer {
	clear:both;
  height:20px;
	top: 15px;
	width:700px;
	padding-top:60px;
  margin-left:auto;
  margin-right:auto;
	background-color:#fff;
	text-align:right;
	color:#ccc;
	font-size: 9px;
}

#footer a {
	text-decoration:none;
	color:#ccc;
}

#footer_hbar {
	margin-left:auto;
	margin-right:auto;
	width:690px;
	height:0;
	border-top: 1px solid #ccc;
	padding-bottom: 2px;
}


/* right side menu formatting */

#side_menu {
	position:relative;
	float:right;
	right: 15px;
	top: 60px;
	width:164px;
	background-color:#fff;
	padding-left: 10px;
}
#side_menu a {
  text-decoration: none;
  color:#828282;
}

#side_menu h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top:0px;
  margin-bottom: 18px;
}

#side_menu ul {
	padding:0;
	margin:0;
}

#side_menu li {
	height: 16px;
	margin:10px 0 10px 6px;
	padding-top:2px;
	list-style-image: url('../images/bulletSide.gif');
  list-style-position: inside;
}

#side_menu img {
	float: right;
	padding-right: 10px;
}


/* main menu code */
div#main_menu {
	position:absolute;
	top: 90px;
  height:30px;
	left:-1px;
	width:698px;
	background-color:#fff; /* menu background color */
	z-index:9;
	border: 1px solid #6f885e;
	font-size:10px;
}
div#main_menu ul {
	margin: 0;
	padding: 0;
	border-bottom: 0px;
}
div#main_menu li {
	position: relative;
	list-style: none;
	margin: 0px;
	float: left;
	background: #fff; /* option color */
	line-height:20px;
}
div#main_menu li a {display: block; padding: 3px 0 3px 5px; text-decoration: none;}

div#main_menu img {
	border: none;
}

/* menu column sizing overides */
div#main_menu #home { width:100px; }
div#main_menu #aboutMaze { width:100px; }
div#main_menu #agencies { width:85px; }
div#main_menu #designers { width:95px; }
div#main_menu #ipInfo { width:130px; }
div#main_menu #contact { width:90px; }
div#main_menu #login { width:80px; }
div#main_menu #logout { width:80px; }
div#main_menu #adminHome { width:110px; }
div#main_menu #addAccount { width:120px; }
div#main_menu #addImages { width:160px; }
div#main_menu #selectClient { width:118px; }

table.grid {
  border: 1px solid #6f885e;
  background: #F2FBF3;
}
table.grid th {
  text-align: left;
  border-bottom: 1px solid #828282;
}

table.nogrid {
  border: 1px solid #6f885e;
  background: #F2FBF3;
}
table.nogrid th {
  text-align: left;
}


