@charset "UTF-8";
/* CSS Document */

/* GENERAL GLOBAL STYLES */
* {margin: 0; padding:0;}
body {
	background-image:url(../images/bg-tree.gif);
	background-repeat:no-repeat;
	background-color:#d6d4c4;
	background-position: top center;
	text-align:center;
}

body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a:link,  a:active, a:visited {color: #336699;}
a:hover {text-decoration:underline;}
ul li, ol li {margin-left:15px;}



/* UTILITY CLASSES
------------------------------------------------------- */
.clear {float:none; clear:both;}
.right {text-align:right;}
.grey {color:#666;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}

.sidedot-left {background-image:url(../images/line-dotted-vert-grey.gif); background-repeat:repeat-y; background-position:left top; padding-left:15px; margin-left:15px;}
.sidedot-right {background-image:url(../images/line-dotted-vert-grey.gif); background-repeat:repeat-y; background-position:right top; padding-right:15px; margin-right:15px;}



/* MAJOR PAGE AREAS
------------------------------------------------------- */
#page-shadow { margin: 0 auto; padding: 0 15px; text-align: left; background-image:url(../images/bg-shadow.png); background-repeat:repeat-y; width:800px;}
#site-container {}
#page-container {background-color:#FFF; background-image:url(../images/page-bg.gif); background-repeat:no-repeat; background-position:top left;}
#page-shadow-bottom { margin-left:auto; margin-right: auto; background-image:url(../images/bg-shadow-bottom.png); background-repeat:no-repeat; width:830px; height:50px;}


#atgi-logo {background-image:url(../images/logo-atgi-bottom.png); background-repeat:no-repeat; background-position:top right; height:122px;}


/* TOP HEADER AND NAVIGATION
------------------------------------------------------- */
#navheader {height:89px; background-image:url(../images/navheader-bg.gif); background-repeat:repeat-x; background-color:#18275a;}
#navheader #toplinks {text-align:right; padding:5px; padding-bottom:0; height:29px;}
#navheader #toplinks input[type=text] {height:14px; border:1px solid #697393; padding:2px; font-size:11px; color:#999;}
#navheader #toplinks ul,
#navheader #toplinks ul li {display:inline;}
#navheader #toplinks ul li {margin-right:12px;}
#navheader #toplinks ul li a {color:#FFF; font-size:11px; font-weight:normal;}
/*#navheader .logo {clear:right; float:right; display:none;}*/
#navheader #navmenu {height:55px; position:relative; background-image:url(../images/logo-atgi-top.gif); background-repeat:no-repeat; background-position:bottom right;}


/* FOOTER
------------------------------------------------------- */
#footer {
	font-size:12px;
	color:#FFF;
	background-color:#919191;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	height:21px;
	padding:7px 10px 0 10px;
}
#footer a {color:#cccccc; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
#footer .copyright {float:left;}
#footer .linklist {text-align:right; float:right;}
#footer ul, #footer ul li {display:inline;}
#footer ul li {margin-left:15px;}


/* COLUMNS AND FEATURES
------------------------------------------------------- */
.column-575, .column-225 {float:left;}
.column-575 {width:575px;}
.column-225 {width:225px;}
.feature {padding:20px;}
	.noborder {padding:0;}
	.blue {background-image:url(../images/feature-bg-blue.gif); background-position:top left; background-repeat:repeat-x;}
.column-225 div.blue {background-image:url(../images/feature-bg-blue-w-shadow.gif);}


/* TEXT STYLES
------------------------------------------------------- */

h1 {font-size:22px; color:#2b3967; margin-bottom:15px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h1.dottedblue, h1.dottedgrey {padding-bottom:8px; margin-bottom:8px; background-position:bottom left; background-repeat:repeat-x;}
h1.dottedblue { background-image:url(../images/line-dotted-horiz-blue.gif);}
/*h1.dottedgrey { background-image:url(../images/line-dotted-horiz-grey.gif);}*/
p {margin:4px 0; margin-bottom:8px;}
a.arrow {background-image:url(../images/btn-arrrow-small.gif); background-position:right center; background-repeat:no-repeat; padding-right:17px;}

