/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
letter-spacing:1px;
}

body
{
	font-family: "trebuchet ms", sans-serif, verdana, arial, helvetica;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#header
{
	position: absolute;
	top: 4.5em;
	background: #073C4C url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}

#menu li a.active
{
	background: #007788 url('images/x4a.gif') top left repeat-x;
}

#menu li a.active:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}


/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}


/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 15em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}


/*
input, textarea {
	//cursor: pointer;
        cursor: hand;
    border-width: 1px 1px 1px 1px;
    border-color:#000;
    border-style:solid solid solid solid;
        color: #000000;
        font: 13px 'Trebuchet MS', Verdana, Arial, Helvetica;
        background-color : #EEFFFF;
}

input:focus, textarea:focus {
        color: #000000;
	font-weight:bold;
        font: 13px 'Trebuchet MS', Verdana, Arial, Helvetica;
        border-color : #000000;
        background-color : #EEEEFF;
}
*/

input.btn{
   color:#050;
//   font-family:'trebuchet ms',helvetica,sans-serif;
   font-family:tahoma,verdana,helvetica,sans-serif;
//   font-size:84%;
   font-size:12px;
   font-weight:bold;
//   background-color:#fed;
   background-color:#fff;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btndis{
   color:grey;
//   font-family:'trebuchet ms',helvetica,sans-serif;
   font-family:tahoma,verdana,helvetica,sans-serif;
//   font-size:84%;
   font-size:12px;
   font-weight:bold;
//   background-color:#fed;
   background-color:#fff;
   border:1px dotted;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}


input.btn1{
   color:#000;
   font-family:'trebuchet ms',verdana,helvetica,sans-serif;
   font-size:13px;
   font-weight:bold;
   background-color:#fff;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btnhov1{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}





SELECT {
        FONT-FAMILY: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
        COLOR: #000000;
        BACKGROUND-COLOR: #ffffff
}


.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.cform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:11px;}
.cform select.combo {padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:11px;}
.cform input.field {padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:11px;}
.cform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:11px;}
.cform input.button {margin-right:20px; padding:2px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:11px;}
.cform input.button:hover, input.button:active {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
