/* =============================================================================================
digital Solutions

orange look
================================================================================================
Credits to jeffrey zeldman, douglas bowman, eric meyers and all the others who I possibly all could
not name, for being at the forefront of standards webdesign and for freely sharing their knowledge
================================================================================================ */

/* prevents older browsers from using these styles */
@import "topnav.css";


body {
	background-color: #ffffff;
	font:small Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}


/* =============================================================================================
background
================================================================================================ */
#background {
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.clear {
	clear: both;
}

.swap span {
	display: none;
}


/* =============================================================================================
header
================================================================================================ */
#header {
	background-color: #ffcc66; 
	border: 1px solid #ff8800; 
	padding: 5px 5px 10px 5px;
}

#logo {
	margin: 0px;
	border-style: none;
	display: block;
	position:relative; 
	vertical-align:middle
}



/* =============================================================================================
titles
================================================================================================ */
h1 {
	border-bottom: 1px solid #ff8800;
	color: #ff8800;
	font: bold 170%/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 35px 30px 10px 30px;
	padding: .1em 0 .1em;
}

h2 {
  margin:0 0 .25em;
  font:150%/1.2em Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}

h2 strong {
  margin:0 0 .25em;
  font:bold 150%/1.3em Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}

h3 {
  margin:0 0 .25em;
  font: bold 120%/1em Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}

h4 {
  margin:0 0 .25em;
  font:bold 100%/1em Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}


/* =============================================================================================
home page
================================================================================================ */
#homeMainCol{
	color: #000000;
	font-size: 100%;
	margin: 0px;
	width: 475px;
	height: 98%;	
}

#homeMainCol .col {
	background: #ffcc66;
	border: 1px solid #ff8800;	
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;	
	text-align: center;
}

#homeRightCol {
	font-size: 90%;
	left:auto;
	right: 0px;
	top: 0px;
	position: absolute;
	width: 475px;
}

#spot {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#spot br {
	display:none;
}

#spot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#spot li {
	background-color: #ffcc66; 
	background-image:none;
	border:1px solid #ff8800;
	margin: 0 0 5px 0;
	padding: 0px;	
	width: 473px;
}

#spot li a:link, #spot li a:visited {
	background-color: #ffcc66; 
	color: #000000; 
	display: block;
	width: 463px;
	border-style: none;
	padding:5px 5px;
}

#spot li a:hover {
	background-color: #ffbb22; 
	color: #ffffff; 
	display: block;
	width: 463px;
}

#spot img {
  border-style: none;
  float:left;
  margin:5px 8px 5px 5px;
}

#spot strong {
  display:block;
  color: #ff0000;
  font:175%/1em Arial,Sans-serif;
  margin-bottom:3px;
  text-transform: lowercase;
}

html>body content {
	border: 1px solid #ff8800;
} 


/* =============================================================================================
search div
================================================================================================ */
#searchForm {
	float: right;
	height: 15px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 250px;
}

.query 	{
	border: 1px solid #ff8800;
	font: 10px verdana, verdana, lucida, sans-serif;
	height: 15px;
	margin: 2px 0;
	padding: 0;
	width: 150px;
}

.button {
	background: #ebebeb; 
	color: #000000;
	font: 0.7em/normal Verdana, Arial, Helvetica, sans-serif;
   margin: 0px 0;
	padding: 0px;
	text-transform: capitalize;
}


/* =============================================================================================
content formatting for the main and right hand columns
================================================================================================ */
#content {
	position: relative;
}

/* left hand column */

#mainCol {
	background: #ffffff;
	border: 0 solid #ffffff;
	color: #000000;
	font-size: 100%;
	list-style-type: square;
	margin: 0px;
	width: 65%;
	height: 98%;
}

#mainCol .col {
	margin-left: 25px;
	padding: 25px 25px 50px 5px;
}

.col .visual {
	float: right;
	margin-bottom: 10px;
	position: relative;
	top: 2px;
	width: 185px;
}

.col .visual img {
	border: 1px solid #ff8800;
	display: block;
	float: right;
	position: static;
	margin:10px 0 2px;
}

.col a:hover img {
	border-color:#ff0000;
}

.col .explanation {
	border-top: 1px solid #ff8800;
	float: none;
	margin-left: 20px;
	padding: 10px;
	width: 300px;
}

.col .explanationWide {
	border-top: 1px solid #ff8800;
	float: none;
	margin-left: 20px;
	padding: 10px;
	width: 450px;
}

.col .explanationWide img {
	border: 1px solid #ff8800;
	position: static;
	margin:5px 0 10px;
}

.col .squareList {
	list-style: square;
}

/* right hand column*/
#rightCol {
	background: #ffcc66;
	border: 1px solid #ff8800;	
	font-size: 85%;
	margin-right: -15px;
	line-height: 1.5em;
	left:auto;
	right: 15px;
	top: 0px;
	position: absolute;
	width: 35%;
	height: 98%
}

#rightCol .col {
	color:#666666;
	margin: 0 10px 0 0;
	padding: 25px 15px 10px 15px;
}


/* side navigation */
#sideNav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;	
}

#sideNav li {
	margin-left: .5em;
	list-style-image:  url(../images/sidenav/sidebullet.gif);
	list-style-type: none; 
}


/* =============================================================================================
footer 
================================================================================================ */
#footer {
	background-color: #ffcc66;
	clear: both;
	line-height: 20px;
	border: 1px solid #ff8800;
	padding: 2px;
	text-transform: lowercase;
}

#copyright {
	text-align: center;
}


/* =============================================================================================
Links 
================================================================================================ */
a:link, a:visited {
	border-bottom: 1px dotted #DD6600;
	color: #DD6600;
	text-decoration:none;
}

a:visited {
  border-bottom-color:#969;
  color:#939;
  }

a:hover {
  border-bottom: 1px solid #ffa500;
  color:#ffa500;
  }
a.noline:link, a.noline:visited, a.noline:hover {
	border-style:none;
}

.arrow {
	color:#ff8800;
}

.linkList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.none, hr, .skip {display: none;}


/* =============================================================================================
contact page form 
================================================================================================ */
form {
  margin:0; 
  line-height:1.3em;
}

form div {
  padding:3px 0 2px;
}

input.text {
  font:120% "Courier New",Courier,Monospace;
}

input.button {
  background: #ebebeb; 
  color: #000000;
  font:0.9em/normal Verdana, Arial, Helvetica, sans-serif;
  margin: 2px 0;
  padding: 2px;
  text-transform: capitalize;
}
  
#contactForm div {
  padding-top:5px;
}

#contactForm label {
  display:block;
  padding-bottom:1px;
}

#contactForm input.text {
  width:200px;
}

#contactform input#subject {
  width:95%;
}

html>body #contactForm input#subject {width:95%;}  

#contactForm input.text, #contactForm textarea {
  background: #ffcc66;
  border:1px solid #ff8800;
}

#contactForm textarea {
  width:95%;
  height:10em;
}

html>body #contactForm textarea {width:95%;}

/* =============================================================================================
tables 
================================================================================================ */
caption {
	display: none;
}

table {
  border-width:0;
  font-size:100%;
  line-height:1.5em;
  margin:0 0 1.5em;
  width:100%;
}

table tr.blank td {
  border-width:0;
  font-size:1px;
  line-height:1px;
  padding:5px;
}

.times th {
  background: #ffcc66;
  padding:5px 8px;
  border:1px solid #ff8800;
  border-width:0 0 1px 1px;
  font:bold 100% Verdana, Arial, Helvetica, sans-serif;
  color: Red;
  text-align:left;
}

.times td {
  padding:3px 8px;
  border:1px solid #ff8800;
  border-width:0 0 1px 1px;
  vertical-align:top;
}

.times td.time {
  background:#eee;
  width:8em;
  font:110% Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  width:20%;
}
  
/* =============================================================================================  
others 
================================================================================================ */  
.hide {
	display:none;
}

.reset {
	display:block; 
	clear:both; 
	font-size:1px; 
	height:1px; 
	line-height:1px; 
	margin:0;
}

.clear {
	clear: both;
}

.swap span {
	display: none;
}

