body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/*font-size: 85%;
	line-height: auto;*/
	border: 0;
	text-align: left;
}

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

a:hover {
	text-decoration: underline;
	color: black;
}

a:active {
	text-decoration: underline;
	color: black;
}

img { border: 0; }

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #039;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}
/*h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 85%;
}
*/
sup, sub {
	font-size: 9px;
	/*font-size: 80%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

dt {
	font-size: 11px; 
	font-weight: bold;
	line-height: 14px;
	margin-top: 11px;
	/*font-size: 85%;
	font-weight: bold;
	line-height: 100%;
	margin-top: 11px;*/
}

dd {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	/*font-size: 85%;
	font-weight: normal;
	line-height: 110%;*/
}

ol {
	font-size: 11px;
	line-height: 14px;
	/*font-size: 85%;
	line-height: 100%;*/
	background-color: #fff;
	list-style-type: decimal;
}

ul {
	font-size: 11px;
	line-height: 14px;
	/*font-size: 85%;
	line-height: 100%;*/
	background-color: #fff;
	list-style-type: disc;
}

th {
	vertical-align:top;
}


/************/
/*Structure */
/************/
/*Header Elements*/
/*Top Nav Bar*/
#menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
	
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	/*font-size: 90%;*/
	list-style: none;
	
}

#menu a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px 4px 14px;
	color: #325278;
	text-decoration: none;
	border: 1px solid #666;
	border-left: none;
	border-top: none;
	background: #ccc url(http://www.atomicarchive.com/Images/off_bg.gif) repeat-x top left;
}

#menu a:hover, #t-current a {
	color: #333;
	background: #fff url(http://www.atomicarchive.com/Images/arrow_on.gif) no-repeat center left;
}

	
/*Masthead elements*/
#masthead { width: 770px; }

#logo {
	background-color: #e8e8e8;
	border-bottom: 1px solid #666;
	float: left;
}

#ad {
	padding: 10px 29px 10px 30px;
	background-color: #e8e8e8;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	float: left;
	display: block;
}

#search {
	float: right;
	text-align: right;
	vertical-align: text-top;
}

#search input {
	vertical-align: bottom;
	padding-top: 3px;
}

#search p {
	font-size: 12px;
	line-height: 13px;
	/*font-size: 85%;
	line-height: 95%;*/
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	display: inline;
	vertical-align: bottom;
	margin-top: 0px;
}

/*Section Nav Breadcrumbs*/
#subnav {
	float: left;
	margin: 1px 5px 5px 5px;
	background-color: #fff;
	width: 770px;
	font-size: 10px;
	/*font-size: 90%;*/
}

#subnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: disc;
	font-size: 10px;
	/*font-size: 90%;*/
}

#subnav ul li {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	background-color: #fff;
	font-size: 10px;
	/*font-size: 90%;*/
}

#subnav ul li.currentSection {
	margin-left: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
	background-color: #fff;
}

.currentSection {font-weight: bold;}

/*Content*/
#trahs {}

#mainContent {
	float: left;
	clear: left;
	width:auto;
	/*border: 1px solid #bbb;*/
}

#content {
	float: left;
	margin: 10px 30px 20px 20px;
	/*	border: 1px solid #b2b;*/
	display: inline;
	width: 520px;
	height:auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 570px;
}

#sidebar {
	margin: 15px 5px 0px 5px;
	background-color: #ccc;
	float: left;
	clear:none;
	/*display: block;*/
	width:140px;
}

#sidebar p {
	font-size: 9px;
	line-height: 12px;
	/*font-size: 75%;
	line-height: 100%;*/
	margin: 10px;
	text-align: left;
}

#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	/*font-size: 85%;
	font-weight: bold;
	line-height: 100%;*/
	margin: 5px;
	color: black;
	text-align: left;
	/*background-color: #ccc;*/
}

#sidebar h2 {
	font-size: 9px;
	line-height: 12px;
	/*font-size: 80%;
	line-height: 100%;*/
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

#sidebar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #ccc;*/
}

#sidebar ul,li {
	line-height: 24px;
	/*line-height: 200%;*/
	text-align: left;
	/*background-color: #ccc;*/
}

.sidebarTop {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebarBottom {
	vertical-align: bottom;
	margin-bottom: -7px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
	display: inline;
}

#siteInfo {
	clear: both;
	/*float: left;*/
	width: 700px;
	margin: 0px;
	padding-top: 50px;
	display: block;
}

#siteInfo img {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

#siteInfo p {
	font-size: 11px;
	line-height: 13px;
	/*font-size: 85%;
	line-height: 105%;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#grant {
	color: #999;
	/*border-top: 1px solid #ddd;*/
	float: left;
	font-size: 10px;
	line-height: 14px;
	/*font-size: 80%;
	line-height: 110%;*/
	vertical-align:middle;
}

#grant img{
	float: left;
	margin-right: 10px;
}

.badge {margin-top:3px;}

/*Content Mods*/
#docFrame {
	border-top: 1px solid gray;
	padding-top: 10px;
}

#docFrame ul, ol, li {
	font-size: 12px;
	line-height: 16px;
	/*font-size: 90%;
	line-height: 110%;*/
	margin-bottom: 8px;
	background-color: #fff;
}

#docFrame ul li {
	list-style: none;
}

#content ol, li {
	list-style-type: decimal;
}

/*Columns*/
#leftColumn {
	float: left;
	width: 50%;
}

#rightColumn {
	float: left;
	width: 45%;
	margin-left: 10px;
}

#leftColumn ul li{ list-style-type: none; }
#rightColumn ul li{ list-style-type: none; }

/*Next and Previous Page container*/
#contentNav {
	clear:both;
	margin-top: 40px;
	text-align: right;
}

/*Home Page*/
#leftColumnHP {
	float: left;
	width: 420px;
	margin:0px 0px 20px 20px;
}

#rightColumnHP {
	float: left;
	width: 300px;
	margin: 0px 0px 20px 10px;	
}

.pod {
	margin-top: 20px;
	margin-bottom: 20px;
}

.podHeaderGraphic { margin-bottom: 10px; }

#homePageTopics { padding-top: 20px; }

/*Menu element*/
.menuGroup {
	float: left;
	width: 240px;
	height: 125px;
	display: block;
	border-top: 1px dashed gray;
	margin: 0 15px 15px 5px;
}

.menuGroup img {
	margin: 5px 10px 30px 5px;
	float: left;
	display: block;
}

.menuGroup p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	/*font-size: 90%;
	line-height: 100%;*/
	margin: 0 5px 0 0;
}

.menuGroup h4 {
	font-size: 12px;
	/*font-size: 90%;*/
	margin-top: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #039;
}

.menuGroupMore { text-align: right; margin-right: 5px; }

/*Quote*/
#quote { 
	margin: 50px 50px 0px 50px; 
	font-size: 11px;
	line-height: 13px;
	/*font-size: 85%;
	line-height: 105%;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.quoteName { text-align: right; }

/*********/
/*Portal */
/*********/
.sitename {
	font-weight: bold;
	font-size: 12px;
	/*font-size: 90%;*/
	margin-bottom: -10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.siteurl {
	font-weight: normal;
	font-size: 10px;
	/*font-size: 80%;*/
	margin-bottom: -6px;
	color: #aaa;
}

.sitetext { margin-left: 20px; }


/**********/
.centerGroup {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photoframe {
	border: 1px solid #ccc;
	padding:5px;
	margin:5px;
}
 
.center { text-align: center; }

.caption {
	font-size: 10px;
	line-height: 13px;
	/*font-size: 80%;
	line-height: 105%;*/
	font-style: normal;
	color: #000;
}

.teaser {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	/*font-size: 85%;
	font-weight: bold;
	line-height: 105%;*/
}

.source {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	/*font-size: 80%;
	font-style: italic;
	line-height: 100%;*/
}

.productImage {
	margin-right: 10px;
	margin-bottom: 10px;
}

.indent { margin-left: 20px; }

.grey { color: #999; }

.latlong{
	color: #999;
	font-size: 11px;
}


/*Garbage Collection*/
#wrapper{clear:left;}

.clear {
	float: left;
	clear: both;
}
