/* CSS Document */


/* General */

* { margin: 0; padding: 0; }

html 
{ 
	height: 100%; 
	font-size: 62.5%;
}

body 
{
  height: 100%;
  background-color: #c0c0c0;
  text-align: center;
  font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

.requiredField
{
color: red;
}

a:link, a:visited 
{
  color: #2E6600;
  text-decoration: underline;
  font-weight: bolder;
}

a:hover 
{
  text-decoration: none;
}

.rightimg
{
	float:right;
	margin:3px;
	/*padding-bottom:3px;
  background-color: #FFF;
  border: 1px solid #000;*/
  text-align:center;

}

div.address 
{
  background-color: #E3F4FF;
  border: 1px solid #A8DCFF;
  margin: 40px 10px 0 20px;
}

address 
{
  line-height: 2;
  text-align: left;
  margin: 0.3em 1em;
}

div.quickcontact 
{
  background-color: #E6FCCB;
  border: 1px solid #9ECB64;
  margin: 40px 10px 0 20px;
}

div.quickcontact p 
{
  line-height: 2;
  text-align: left;
  margin: 0.3em 1em;
}

.noscreen 
{
  display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Images */



/* Wrapper */
#wrapper 
{
  width: 900px;
  margin: 0px auto 0 auto;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}


/* Headings, paragraphs */
h1 
{
font-size: 1.8em;
color: #BAFF8D;
position: relative;
z-index: 2;
}

h1 a:link, h1 a:visited 
{
text-decoration: none;
color: #BAFF8D;
}

h2 {
font: 2em "Times New Roman", Times, serif;
font-weight: bold;
color: #397E00;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 1px dotted #397E00;
padding-bottom: 3px;
}

p {
line-height: 1.7;
}


/* Header */

#header 
{
  background-color:#FFFFFF;
  background: #FFFFFF url('../img/header.jpg') no-repeat 0 0;
  width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.bar 
{
width: 900px;
height: 12px;
background: #2B2B2B url('../img/bar.gif') no-repeat 0 0;
}

/* Menu */
#menu 
{
  float:right;
  z-index: 3;
  height: 26px;
}

#menu li 
{
  float: left;
  display: inline;
  list-style-type: none;
}

#menu li a 
{
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  background-color: #202020;
  padding: 0 0.8em;
  height: 25px;
  line-height: 21px;
  margin-left: 4px;
  border-top: 3px solid black;
}

#menu li a:hover, #menu li a.active  
{
  background-color: #0D0D0D;
  color: #FFFFFF;
  border-top: 3px solid #0d643c;
  text-decoration: none;
}

/* 
  Dropdown
*/
#menu li ul 
{
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #69f;
}

#menu li:hover ul 
{
  display: block;
  position: absolute;
  margin: 0;
  padding: 0; 
}
#menu li:hover li 
{
  float: none; 
}
#menu li:hover li a 
{
  background-color: #69f;
  border-bottom: 1px solid #fff;
  color: #000; 
}
#menu li li a:hover 
{
  background-color: #8db3ff; 
}

/* Content and columns */

.content 
{
width: 900px;
background-color: white;
}

.column-left 
{
float: left;
width: 66%;
text-align: left;
}

.column-right 
{
float: right;
width: 33%;
text-align: center;
}

.column-left-in 
{
margin: 1.3em 1em 3em 1.5em;
}

.column-right-in 
{
margin: 1.3em 2.8em 3em 2em;
}


/* Column right list */

.column-right ul 
{
margin: 10px 10px 0 20px;
list-style-type: none;
}

.column-right ul li {
display: block;
}

.column-right ul li a, .column-right ul li a:visited {
color: #3A3A3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 5px 0;
border-bottom: 1px solid #CECECE;
}

.column-right ul li a:hover, .column-right ul li a.active {
color: black;
font-weight: bold;
border-bottom: 1px solid #67D100;
}

.boxFull
{
	background-color: #E6FCCB;
  border: 1px solid #9ECB64;
  width: 100%;
  margin: 20px 13px 0 0;
}

.boxFull2
{
	background-color: #E3F4FF;
  border: 1px solid #7EC6F6;
  width: 100%;
  margin: 20px 13px 0 0;
}

/* Column left two boxes */


.box1 
{
  float: left;
  background-color: #E3F4FF;
  border: 1px solid #7EC6F6;
  width: 270px;
  margin: 20px 13px 0 0;
}

.box2 
{
  float: left;
  background-color: #E6FCCB;
  border: 1px solid #9ECB64;
  width: 270px;
  margin: 20px 0 0 0;
}

.box1-in, .box2-in, .boxFull-in,
{
  margin: 0.4em 0.8em 1.3em 0.8em;
}

.box1 p, .box2 p, .boxFull p, boxFull2 p
{
  line-height: 1.5;
}

.box1 p.more, .box2 p.more 
{
  position: relative;
  top: 6px;
  left: 200px; 
}

.box1 p.more a, .box1 p.more a:visited 
{
  color: #005083;
}

.box2 p.more a, .box2 p.more a:visited 
{
  color: #2F6900;
}


/* Footer */

#footer 
{
width: 900px;
height: 75px;
background: #2B2B2B url('../img/footer-bg.gif') no-repeat 0 0;
border-bottom: 3px solid #101010;
}

#footer a:link, #footer a:visited 
{
color: #FFFFFF;
font-weight: normal;
}

#footer ul 
{
list-style-type: none;
color: #FFFFFF;
padding: 13px 0 0 10px;
text-align: left;
font-size: 0.9em;
float: left;
width: 450px;
}

#footer ul li 
{
float: left;
display: inline;
white-space: nowrap;
}

#footer ul li a, #footer ul li a:visited 
{
margin: 0 6px;
}

#footer p.cop 
{
  font-size: 0.9em;
  color: #FFFFFF;
  float: right;
  padding: 12px 16px 0 0;
  margin: 0;
  line-height: 1.6;
}

/*
Form Elements
*/
input,textarea,select {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #305376;
	background-color: #EEF7FF;
}

input.button {
	background-color: #6699CC;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #305376;
}

input.radio {
	border: none;
	background: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: -2px;
}

input.checkbox {
	border: none;
	background: none;
	color: #000000;
	margin-right: 5px;
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 0px;
}







