/* Global CSS - Atgram Systems

Dark Blue: #234;
Grey Blue: #747e87;
Dark Cyan: #add9e4;
Light Cyan: #d6ecf1;
Green: #9c3;
Orange: #f26534;

*/

.hide {
	display: none;
}

body {
	background: #234;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
	color: #666;
}

*:first-child+html body {
	margin-bottom: 0px;
/* IE7-only hack */
}

img {
	border: none;
}

h1, h2 {
	background: url(heading_long.gif) no-repeat;
	padding-left: 10px;
	font-size: 10pt;
	line-height: 29px;
	color: #f9f9f9;
	text-transform: uppercase;
}

h2 {
	background: url(heading.gif) no-repeat;
}

a {
	color: #690;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top, #main, #footer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
}

#top {
	background: url(head.gif) no-repeat;
	height: 145px;
}

#menu ul {
	margin-left: -50px;
	padding-top: 102px;
}

*:first-child+html #menu ul {
	margin-left: 0px;
/* IE7-only hack */
}

* html #menu ul {
	margin-left: 0px;
/* IE6-only hack */
}

#menu li {
	list-style: none;
	display: inline;
	padding: 0 30px 0 30px;
	border-right: #cecece 1px solid;
}

#menu a {
	color: #333;
	font-weight: bold;
}

#menu #selected {
	color: #690;
}

#menu img {
	margin-bottom: -2px;
}

#main {
	background: url(main.gif) repeat-y;
}

#theimage {
	float: left;
	margin-top: -16px;
}

*:first-child+html #theimage {
	margin-top: 0px;
/* IE7-only hack */
}

#location {
	float: right;
	margin-right: 20px;
}

#main_bottom {
	clear: both;
}

#content {
	float: left;
	width: 380px;
	padding: 0 5px 0 5px;
	margin-top: -16px;
}

#content_long {
	width: 790px;
	padding: 0 5px 10px 5px;
	margin-top: -9px;
}

*:first-child+html #content {
	margin-top: 8px;
/* IE7-only hack */
}

*:first-child+html #content_long {
	margin-top: 0px;
	padding-bottom: 30px;
/* IE7-only hack */
}

* html #content_long {
	margin-top: 0px;
	padding-bottom: 30px;
/* IE6-only hack */
}

#content_long h1 {
	width: 800px;
	margin-left: -5px;
}

#content h2, #column h2, #content h1, #column h1 {
	width: 390px;
	margin-left: -5px;
}

#content h1, #column h1 {
	background: url(heading_invert.gif) no-repeat;
}

#content p, #content li, #content_long p, #content_long li, #column p, #column li {
	line-height: 1.3em;
}

#column {
	float: right;
	width: 380px;
	margin: -16px 25px 0 5px;
}

*:first-child+html #column {
	margin-top: 8px;
/* IE7-only hack */
}

#feature {
	float: right;
	width: 390px;
	margin: -16px 20px 0 0;
}

*:first-child+html #feature {
	margin-top: 8px;
/* IE7-only hack */
}

#clear {
	clear: both;
	padding-top: 20px;
}

#footer {
	background: url(footer.gif) no-repeat;
	text-align: center;
	margin: -23px auto -10px;
	font-size: 0.7em;
	padding-top: 20px;
	color: #333;
}

#footer a {
	color: #333;
	line-height: 40px;
}

.standout, .standout a {
	text-align: center;
	font-weight: bold;
	color: #f26534;
}

* html #theimage {
	margin-top: 0px;
/* IE6-only hack */
}

* html #main_bottom {
	margin-top: 20px;
/* IE6-only hack */
}

#pics {
	width: 342px;
	height: 91px;
	overflow: hidden;
	white-space: nowrap;
}

#pics img {
	border: #9c3 1px solid;
	margin-right: 1px;
}