html,body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #CCC;	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #FFF;
  border-width: 0px 1px 1px 1px;
  border-color: #333;
  border-style: solid;
}

#top {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
       *display:inline;
       width: 1000px;
       height: 250px;
       background-color: black;
}

#headerHome {
  width: 425px;
  background-color: #000;
  height: 250px;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
       *display:inline;
}

#header {
  width: 1000px;
  background-color: #000;
  height: 150px;
}

#mainmenu {
  list-style-type: none;	
  padding-left: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #333;
  border-style: solid;
  padding-bottom: 10px;
}

#leftcol {
  vertical-align: top;
  list-style-type: none;	
  padding-left: 0px;
  width: 225px;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
 }

#twitfeed {
  margin-top: 20px;
 padding-left: 10px;	
}

#mainmenu li {
 padding-left: 20px;
		      padding-right: 20px;
		      display:-moz-inline-stack;
		      display:inline-block;
		      zoom:1;
			   *display:inline;
}

#mainmenu a {
  color: #1E72B8;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}

#midsection {
  display: inline;
  vertical-align: top;	
}

#submenu {
  vertical-align: top;
  list-style-type: none;	
  padding-left: 0px;
  width: 225px;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#submenu li {
  padding-left: 10px;	
  padding-top: 8px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #1E72B8;
}

#submenu a {
  color: #1E72B8;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}

#content {
	width: 600px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;

       *display:inline;
	font-family: "Georgia";
	padding-left: 30px;
	padding-right: 15px;
}

a:hover
{
  color: #000000;
}
a:link
{
  color: #1E72B8;
}
a:visited
{
  color: #1E72B8;
}

#titlequote {
  padding-left: 20px;
  color: #3366FF;
  font-style: italic;
}

#footer {
  text-align: center;
  list-style-type: none;	
  padding-left: 0px;
  border-width: 1px 0px 0px 0px;
  border-color: #333;
  border-style: dashed;
  padding-top: 2px;
  padding-top: 15px
}

#footer li {
  padding-left: 20px;	
  padding-right: 20px;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
       *display:inline;
}

#footer a {
  color: #1E72B8;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}

ul, ol
{
  color: #666666;
}

li.orb {
  list-style-position: inside;
  list-style-image: url(./images/blueOrb.jpg);
}

#imgLeft {
  margin-right: 20px;	
  border: 1px solid #333;
}

#imgRight {
  margin-left: 20px;	
  border: 1px solid #333;
}

#imgRight_nb {
  margin-left: 20px;	
}

#imgCenter {
  margin-top: 10px;
  text-align: center;
}

h1 {
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  color: #1E72B8;
}

h2 {
  padding-top: 15px;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #1E72B8;
}

h3 {
  font-size: 9pt;
  color: #1E72B8;
}

label {
  display: block;
  width: 150px;
  float: left;
  text-align: left;
  margin: 2px 4px 6px 4px;
  font-weight: bold;
}

input {
  width: 250px;
  border: 1px solid #1E72B8;
  padding: 5px;
  font-family: Tahoma, sans-serif;
}

textarea#query {
  width: 600px;
  height: 120px;
  border: 1px solid #1E72B8;
  padding: 5px;
  font-family: Tahoma, sans-serif;
  background-image: url(./images/queryAt.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
} 

blockquote {
  font-weight: 700;
  font-style: italic;
}

p {
  color: #666666;
}

td.tdHeader {
  font-weight: 500;
  text-align: right;
  background-color: #0077BB;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
  font-size: 9pt;
}

tr.alt {
  background-color: #66BBDD;
  font-size: 9pt;
  color: #333333;
}

th {
  background-color: #0077BB;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
  font-size: 9pt;
}

table, td, th {
  font-family: Arial;
  border-collapse: collapse;
  border: 1px solid black;
  padding: 5px;
  font-size: 9pt;
}

table.prices {
  width: 90%;
  font-size: 9pt;
}


td.standard {
  text-align: center;
  font-size: 9pt;
  color: #333333;
}

#webicons {
  padding-left: 15px;
  text-align: center;
}
