* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #1C1616;
}

tr {
	color:#FFF;
}
h1, h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p {
	color:#FFF;
	font-size:12px;
	}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul li {
	list-style-position: inside;
}

ol li {
}

a {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

img {
}

img.float-right {
  	margin: 5px 0px 10px 10px;
	float:right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
	float:left;
}
.clear { clear: both; }
/* Boxed Style */

.boxed {
}

.boxed .content {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
}


/* Logo */

#logo {
	width: 900px;
	height: 142px;
	margin: 0 auto;
	background-color: #1C1616;
	background-image: url(../images/goochs_aone_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo2 {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-color: #1C1616;
	background-image: url(../images/goochs_aone_logo_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1 {
	padding: 46px 0 0 0px;
	text-indent: -9000px;
}

#logo2 h1 {
	padding: 46px 0 0 0px;
	text-indent: -9000px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}
/* Contact */
#contact {
	float:right;
	margin-right: 10px;
	color:#FFF;
	font-weight: bold;
	margin-top: 5px;
}
/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}
#content2 {
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content > Main */

#main {
	float: right;
	width: 644px;
	margin-top: -104px;
}

/* Content > Main > Welcome */

#welcome {
	height: 328px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 256px;
	height: 224px;
	background-color: #999;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.2em;
	font-size: smaller;
}

/* Navigation > Menu */
#navigation {
	float: left;
	width: 880px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/nav_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
  #Menu {
  font-family: Arial, sans-serif;
  font-size:16px;
  }
  #Menu ul {
  text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
  }
  #Menu li {
  display: inline; /* Menu links are horizontally aligned using display: inline */
  }
  #Menu li a {
	padding: 10px 28px 6px 28px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
  }
  #Menu li a:hover {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
  }
  #Menu .active{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  }
  
  
    /* Unfortunately, for some reason both IE6 and IE7 needs to be hacked. */
   Menu1 li a {
   padding: 0 0 0 10px;
   }

#leftcolumn {
	color: #333;
	margin: 0px;
	height: 260px;
	width: 204px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/special_background.jpg);
}
#leftmiddle {
	color: #333;
	margin: 0px;
	height: 260px;
	width: 204px;
	float: left;
	background-image: url(../images/special_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightmiddle {
	color: #333;
	margin: 0px;
	height: 260px;
	width: 204px;
	float: left;
	background-image: url(../images/special_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcolumn {
	color: #333;
	margin: 0px;
	height: 260px;
	width: 204px;
	float: left;
	background-image: url(../images/special_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.columnTitle {
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-style: italic;
	text-transform: uppercase;
	}

.columnText {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding-right: 10px;
	padding-left: 15px;
}

.columnImg {
	padding-top: 20px;
	padding-left: 12px;
}

#welcomecolumn {
	color: #333;
	margin: 0px;
	width: 426px;
	float: left;
	padding: 10px;
}

#locationcolumn {
	color: #333;
	margin: 0px;
	width: 205px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#specialcolumn {
	color: #333;
	margin: 0px;
	width: 210px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#specialcolumn p {
	font-size:10px;
}
.red {
	color: #C00;
}

#intcolumn {
	color: #333;
	margin: 0px;
	width: 631px;
	float: left;
	padding: 10px;
}

#intcolumnFull {
	color: #333;
	margin: 0px;
	width: 900px;
	float: left;
	padding: 10px;
}

#navcolumn {
	color: #333;
	width: 220px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #959595;
}
/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	width: 800px;
	margin: 0 auto;
	background-color: #959595;
	background-image: url(../images/img6.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
	color: #000;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

