
body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em Helvetica, sans-serif;
	color: #333;
	background: #FFF url(/images/background.jpg) repeat-x;
	text-align: center;	
	height: 100%;	
}

/* links */
a { 
	background: inherit; 
	color: #004899; 
	text-decoration: underline;
}
a:visited { 
	color: #3B0099; 
}
a:hover { 
}

a.Action {
	font-size: 150%;
	font-weight: bold;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em "Times New Roman", sans-serif;
	color: #993333;
}
h1 {
	font-size: 1.6em;
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
}
h2 {
	font-size: 1.4em;
}
h3 { 
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

h1, h2, h3, h4 {
	margin: 1em 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: inherit;
}
ul, ol {
	margin: 1em 1.5em;
}
ul span, ol span {
	color: #333;
}

p {
	margin: 1em 1.25em;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.noframe {
	border: 0;
}
a img {  
  border: 0;
}
a:hover img {  
  border: 0;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 1em;
  	background-color: #FAFAFA; 
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #f2f2f2;  
	font: bold 1.2em/1.5em "Times New Roman", serif; 
}

/* form elements */
form {
	display:inline;
}



table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.orderpage {
	margin-left: 15px;
	margin-bottom: 1em;
	border: 1px solid #666666;
}

table.orderpage td, table.orderpage th {
	padding: .25em;
	vertical-align: middle;
}

table.orderpage th {
	background-color: #dddddd;
	text-align: center;
}

tr.borderbottom td, tr.borderbottom th, .borderbottom {
	border-bottom: 1px solid #666666;
}

.alignleft {
	text-align: left !important;
}
.aligncenter {
	text-align: center !important;
}
.alignright {
	text-align: right !important;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrap {
	text-align: center;
}

#header-content, #content, #footer-content {
	width: 770px;
	text-align: left;
}

/* header */
#header {
	height: 75px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;
	/* change the values of left and top to adjust the position of the logo */
	top: 6px; left: 0px;
	margin: 0; padding: 0;
}
#header-content #logo h1 {
	border: 0;
	margin: 0;
	padding: 0;
}
#header-content #logo, #header-content #logo a, #header-content #logo a:hover, #header-content #logo a:visited {
	font: bold .42in "Times New Roman", serif;
	letter-spacing: -1px;
	color: #0F89B1;
	text-decoration: none;
}
#header-content #logo span.Trademark {
	display: inline;
	font-family: Helvetica, sans-serif; 
	font-size: .1in;
	padding-bottom: 6em;
}
#header-content #slogan {
	position: absolute;	
	font: bold 1.1em Helvetica, sans-serif; 
	text-transform: none;
	color: #0F89B1;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 15px;
}
#header-content #phone {
	color: black;
	margin: 0;
	padding: .7em;
	padding-right: 10px;
	text-align: right;
	width: 100%;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0; top: 38px;
	font: bolder 1.3em Helvetica, sans-serif; 
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #333;
	background-color: #eeeeee;
	text-decoration: none;
}
#header-content li a:hover {
	text-decoration: underline;
}
#header-content li a#current  {
	background: #333;
	color: #fff;
	text-decoration: none;
	cursor: default;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 183px;
	padding: 10px 10px 10px 10px;
	background-color: white;
}
.headerphoto img, .headerphoto a:hover img {
	border: 0 !important;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	background-color: white;
	text-align: left;
	margin: 0 auto;
	min-height: 4in;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	border: none;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #004899;
	color: #004899;
	text-decoration: underline;
}

#main {
	float: left;
	width: 68%;	
	margin: 0;
	padding: 0 0 .75in 0;
}
#main.NoSidebar {
	padding-left: 1em;
	padding-right: 1em;
	float: none;
	width: auto;
}

.newsitem {
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	background: #FFF url(/images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.newsitem h1 {
	font-size: 1.4em;
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
}
.newsitem img.float-left {
	margin: 10px 10px 10px 15px;
}
.newsitem img.float-right {
	margin: 10px 15px 10px 10px;
}
.newsitem .newsitem-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	clear: both;
}
.newsitem .newsitem-footer .readmore {
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em Helvetica, sans-serif;
	text-align: left;	
}
#footer h3, #footer p {
	margin-left: 0;
}
#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


.DebugLink {
}
.DebugLink A {
	color: #aaaaaa;
}
.DebugLink span.Error {
	background-color: #c00000;
	color: white;
}
.DebugLink span.Warning {
	background-color: #600000;
	color: white;
}
.DebugLink span.Notice {
	color: red;
}
.DebugLink span.Debug {
	color: #666666;
}

.ErrorMessage {
	background-color: #FFBFC5;
	color: #601319;
	border-left: 4px solid #601319;
	font-weight: normal;
	padding: .2em .4em .2em .4em;
	margin-bottom: .3em;
}
.ErrorMessage a {
	color: black;
}
.ErrorMessage .specific {
	font-weight: bold;
}

.InfoMessage {
	background-color: #B3EFB5;
	color: #144F16;
	border-left: 4px solid #144F16;
	font-weight: normal;
	padding: .2em .4em .2em .4em;
	margin-bottom: .3em;
}
.InfoMessage a {
	color: black;
}
.InfoMessage .specific {
	font-weight: bold;
}

.odd {
	background-color: white;
}
.even {
	background-color: #f3f3f3;
}


/* checkout */

table.ShoppingCart {
	font-size: 115%;
	border: 1px solid #ccc;
	margin: 1em 0;
	width: 100%;
}
table.ShoppingCart th, table.ShoppingCart td {
	padding: .3em;
	vertical-align: top;
}
table.ShoppingCart thead {
	background-color: #ddd;
	color: #555;
}
table.ShoppingCart thead th {
}
table.ShoppingCart tfoot {
	border-top: 1px solid #ccc;
}
table.ShoppingCart tfoot tr th {
	text-align: left;
}
table.ShoppingCart tfoot tr.total {
	font-size: 110%;
}

#creditCardImages {
	display: inline-block;
	vertical-align: middle;
}
#creditCardImages div.cc {
	display: inline-block;
	height: 30px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#creditCardImages div.cc.active {
	background-position: -40px 0;
}
#creditCardImages div.cc.visa {
	background-image: url(/images/cc_visa.gif);
}
#creditCardImages div.cc.mastercard {
	background-image: url(/images/cc_mastercard.gif);
}
#creditCardImages div.cc.discover {
	background-image: url(/images/cc_discover.gif);
}

div.FormItem {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 115%;
}
div.FormItem label.AboveInput {
	display: block;
	font-weight: bold;
}

input[type=text], input[type=password] {
	border: 1px solid #444;
}
input {
	margin-bottom: .3em;
}

fieldset {
	border: 1px solid #ccc;
	padding: 0 1em 0 1em;
	margin: 1em 0;
}
fieldset legend {
	font-size: 125%;
	margin-left: -.5em;
}

div.FormButtons {
	margin: 1em;
}

div#gsa-nav {
	position: absolute;
	top: 30px;
	right: 2.5in;
}