@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color: #CEE7FF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	top: 0;  
}

#prev_next
{
	margin: 5px;
}

#tour_page
{
	margin-top: -30px;
}
p
{
	margin: 10px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}
a
{
	border: 0;
	margin: 0;
	color: blue;
}
a.contact_us
{
	color: blue;
}

#main_content
{
	background-color:white;
	padding-top: 30px;
}
#container
{
	width: 950px;
  	margin: 0px auto;	
	overflow: auto;  
}

#timeclock_header
{
	height: 320px;
	background-image: url(../images/timeclock_header.png);
	background-repeat: no-repeat;
	width: 950px;
	margin: 1px auto;
}
#affiliate_header
{
	height: 320px;
	background-image: url(../images/affiliate_header.png);
	background-repeat: no-repeat;
	width: 950px;
	margin: 1px auto;
}
#header
{
	height: 320px;
	background-image: url(../images/clean_header.png);
	background-repeat: no-repeat;
	width: 950px;
	margin: 1px auto;
}
#header h2
{
	color:#660000;
}

#headline
{
	width: 470px;
	padding-top: 110px;
	margin-bottom: -140px;
	text-align: left;
	line-height: 1em;
}

#nav
{
	background-color: #003366;
	background-image: url(../images/nav_background.png);
	height: 64px;
	margin-top: -1px;
	min-width: 950px;
}
div#nav ul
{
	text-align: center;
	list-style-type: none;
	margin:0;
  margin-left: -35px;
  padding-top: 12px;
}

div#nav li
{
	display: inline;
  margin: 0px 20px;
  
}

div#nav a
{
	text-decoration: none;
  font-size: 16pt;
  color:#999999;
  padding: 9px;
}

div#nav a:hover
{
	color: black;
	background-color: #CEE7FF;	
}


#tour_nav
{
	background-color: #001B35;
	border-top: #cc3300 solid medium;
	border-bottom: #cc3300 solid medium;  
  height: 50px;
  margin-top: -1px;
  min-width: 950px;
}
div#tour_nav ul
{
	text-align: center;
	list-style-type: none;
	margin:0;
  margin-left: -35px;
  padding-top: 12px;
}

div#tour_nav li
{
	display: inline;
  margin: 0px 20px;
  
}

div#tour_nav a
{
	text-decoration: none;
  font-size: 16pt;
  color:#999999;
  padding: 9px;
}

div#tour_nav a:hover
{
	color: black;
	background-color: #CEE7FF;	
}

#column
{
	margin-top: 10px;
	width: 254px;
  float: left;
  margin-left: 8px;
	text-align: left;
  padding-top: 0px;
}

div#column li
{
	line-height: 1.5em;
}

#wide_column
{
	width: 350px;
  float: left;
  line-height: 1.8em;
  font-size: 10pt;
  margin-left: 2px;
  border-left: solid thin #6699CC;
  padding-left: 2px;
}

.lgt_blue_border
{
  border: solid thin #6699CC;
  background-color:#DFEFFF;
}
.lgt_yellow_bordered
{
  border: solid thin #6699CC;
  background-color:#FFFFCC;
}

#extra_wide_column
{
	width: 432px;
  padding: 10px;
  margin: 10px;
  float: left;
  line-height: 1.8em;
  font-size: 10pt;
}
#extra_wide_column a
{
	color: #003366;
 	text-decoration: none;
}
#extra_wide_column a:hover
{
	text-decoration: underline;
}

div#wide_column a
{
	color: blue;
}

#small_column
{

	width: 220px;
  float: left;
	text-align: left;
  padding-top: 0px;
}

#inside_blue
{
  background-color:#DFEFFF;
  border: solid thin #6699CC;
  margin: 0 10px;
}

#inside_yellow
{
  background-color:#FFFFCC;
  border: solid thin #6699CC;
  padding-left: 6px;  
  padding-right: 6px;    
  margin: 0 10px;  
}

#footer
{
	background-color: #003366;
  color: white;
  text-align: center;
  padding: 5px;
	border-top: medium solid #CC3300;
  font-size: 10pt;
  line-height: 2em;
}

#footer ul
{
	list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer a
{
	text-decoration: none;
  color: gray;
}
#footer a:hover
{
	text-decoration:underline;
  color: white;
}


.clear { clear: both; }
.float_rt { float: right;}

.round
{
  -moz-border-radius-bottomleft:  10px;  /* Firefox */
  -webkit-border-bottom-left-radius: 10px;  /* Safari/WebKit */
    border-bottom-left-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-bottomright:  10px;  /* Firefox */
  -webkit-border-bottom-right-radius: 10px;  /* Safari/WebKit */
    border-bottom-right-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-topleft:  10px;  /* Firefox */
  -webkit-border-top-left-radius: 10px;  /* Safari/WebKit */
    border-top-left-radius: 10px;  /* future browsers with CSS3 support */
  -moz-border-radius-topright:  10px;  /* Firefox */
  -webkit-border-top-right-radius: 10px;  /* Safari/WebKit */
    border-top-right-radius: 10px;  /* future browsers with CSS3 support */
}

#other_products
{
	color: white;	
}
div#other_products a
{
	color: white;
}

div#main_content h1
{
	border: 0;
  margin: 0 0 10px 0;
  line-height: 1.2em;
  color: #660000;
}
div#main_content h3
{
	border: 0;
  margin: 0 0 10px 0;
  line-height: 1.2em; 
  color: #660000; 
}

