/*
Title:		styles for screen media
Author:		Neonet Technologies, webmaster@neonettech.com
Updated:	September 25, 2006
Notes:		inspired by SimpleBits, http://www.simplebits.com
*/

* {margin: 0; padding: 0;} /* default margin/padding for all elements */

body
{
	background: url(/images/background.gif) repeat;
	behavior:url("css/csshover2.htc");
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	min-width: 750px;
}

body div#menu ul li ul
{
  display: none;
}

/*  ---[divs]-----------------------*/

#main-wrap
{
  background: white;
  border: dashed;
  border-width: 1px;
  border-color: #666666;
	width: 750px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header
{
  background: white;
  border-bottom-style: solid;
  border-bottom-color: #ff9933;
  border-bottom-width: 1px;
	width: 733px;
	height: 100px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
}

#sub_header
{
  background: white;
  border-left-style: solid; 
  border-left-color: #ff9933;
  border-left-width: 1px;
	width: 732px;
	height: 150px;
	margin-left: 15px;
}

#menu
{
  position: relative;
  width: 600px;
  color: white;
  padding: 4px 0px;
  top: -13px;
  left: 120px;
  border-left: 1px solid white;
}

#menu li
{
  float: left;
  position: relative;
  list-style-type: none;
  background-color: #ff9933;
  padding: 1px;
}

#menu ul li ul
{
  margin: 0;
  position: absolute;
  width: 15em;
  left: -1px;
  top: 18px;
}

#menu ul li ul li
{
  width: 100%;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

#menu ul li ul li:first-child
{
  border-top: 1px solid white;
}

#menu ul li:hover ul
{
  display: block;
}

#menu ul li:hover ul, #menu ul li ul:hover
{
  display: block;
  z-index: 10;
}

#menu a
{
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

#main
{
  background: white;
  border: solid;
  border-color: #ff9933;
  border-width: 1px;
	width: 511px;
	height: auto;
	margin-left: 15px;
	padding: 15px 10px;
}

#main_left_col
{
  width: 200px;
  text-align: left;
  border: 0;
}

#main_right_col
{
  width: 200px;
  text-align: right;
  border: 0;
  float: right;
  padding-right: 35px;
}

#quote_col
{
  background: white;
	width: 198px;
	float: right;
	margin-top: 0px;
}

#footer
{
  background: gray;
	width: 730px;
	color: white;
	text-align: justify;
	font-variant: small-caps;
	padding: 3px 10px;
	margin-top: 15px;
}

#footer_left_col
{
  width: 198px;
  text-align: left;
  border: 0;
}

#footer_center_col
{
  width: 328px;
  text-align: center;
  float: right;
  border: 0;
}

#footer_right_col
{
  width: 198px;
  text-align: right;
  border: 0;
  float: right;
}

div.clearfloats
{
  clear: both;
}

/* ---[Standard Elements]-----------------------*/

h1.header
{
  font-size: 1.7em;
  font-weight: normal;
  font-style: italic;
  color: #ff9933;
  padding-top: 25px;
  padding-left: 10px;
}

h2
{
  font-size: 1.2em;
  font-weight: bolder;
  color: #ff9933;
  padding-top: 10px;
  padding-bottom: 10px;
}

h2.right_col
{
  font-size: 1.2em;
  font-weight: bolder;
  text-decoration: underline;
  color: #ff9933;
  padding-left: 19px;
}

p.page_descr
{
  margin-top: 18px;
  margin-left: 5px;
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
}

p.right_col
{
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin-top: 15px;
  margin-left: 19px;
  padding-right: 10px;
}

p.quote
{
  font-style: italic;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 200%;
}

img.header_image
{
  position: relative;
  margin-top: 44px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  width: 60px;
  height: 45px;
}

img.or_box
{
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 5px;
  border: 0;
  width: 20px;
  height: 20px;
  float: left;
}

img.right_col
{
  margin-top: 0px;
  margin-left: 19px;
  border: 0;
  width: 160px;
  height: 125px;
}

img.partner_logo
{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
}

ul.content
{
  list-style-position:inside;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.disclaimer
{
  font-style: italic;
  font-size: 0.9em;
  color: #666666;
  list-style-position:inside;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}


ol.content
{
  list-style-position:inside;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

table
{
  border: 0px;
  padding: 3px;
}

td
{
  padding: 5px;
}

input
{
	font-size: 11px;
	border: 1px solid #666666;
	padding: 2px 1px;
}

textarea
{
	font-size: 11px;
	border: 1px solid #666666;
	padding: 2px 1px;

}

/* ---[Link Elements]-----------------------*/

a
{
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

a:hover
{
	color: #808080;
	text-decoration: none;
}

a.content
{
  color: #ff9933;
  font-size: 1.0em;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

a.content:hover
{
	color: #808080;
	text-decoration: none;
}

a.email
{
  color: white;
  font-size: 1.0em;
  font-style: normal;
	font-variant: small-caps;
}

a.email:hover
{
  color: #ff9933;
}

/* ---[Other Elements]-----------------------*/

.r-float
{
  float: right;
}

.l-float
{
  float: left;
  padding-right: 5px;
}

* html div#menu ul
{
  float: left;
}

.submit
{ 
  margin: 10px 0 0 0; 
}

.center
{
  text-align: center;
}

