/*----------------------------------------------

------------------------------------------------*/

/*********************/
/* ELEMENT SELECTORS */
/*********************/
body { 
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 16px;
	color: #3A3C35;
    line-height: 1.5em;
    margin:0 auto;
    padding:0;
	background-image: url(../images/body_background.jpg);
    background-repeat: repeat-x;
	background-color: #C2C8C8;
	text-align:center;
}

/* --------*/
/* Anchors */
/* --------*/

a {	text-decoration: none;}

a:link { font-family: Verdana, Verdana, Geneva, sans-serif;
font-weight:bold;
color:#00B457;
font-size:16px;}

a:visited { font-family: Verdana, Verdana, Geneva, sans-serif;
color:#00B457;
font-size:16px;}

/* ---------*/
/* Headings */
/* ---------*/
h1 {
    font-family: Trebuchet MS1, Helvetica, sans-serif;
	color:#233B50;
    font-style: italic;
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
    margin-right: 35px;
	text-align: left;
	line-height: 1.3em;
}

h2 {
    font-family: Trebuchet MS1, Helvetica, sans-serif;
	color: #233B50;
	font-size: 18px;
	margin-left:50px;
    margin-top:0px;
	margin-bottom:0px;
}

h3 {
    font-size: 16px;
}

/* -----------*/
/* Paragraphs */
/* -----------*/
p {
    margin-top: 0px;
	margin-left: 50px;
	margin-right: 10px;
    line-height: 1.0em;
}

p.nojustify {
    text-align: left;
}

p.heading {
    margin: 0;
	text-align: right;
	padding-right: 35px;
}

p.contactmap {
    margin-top: 0px;
	margin-left: 25px;
	margin-right: 0px;
    text-align: left;
}

p.image {
    margin: 0px;
}

/* ------*/
/* Lists */
/* ------*/
ul {
    margin-left: 4.0em;
	margin-right: 20px;
    padding: 0px;
	margin-top:5px;
    text-align: left;
	line-height: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ul.sub {
    margin-left: 1.0em;
    padding: 0px;
	margin-right: 5px;
	line-height: 1.5em;
	font-size: 15px;
}

li {
  margin-right: 35px;
  padding-top:0px;
}

li.sub {
  margin-right: 10px;
}

li.wrap {
  line-height: 1.3em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-right: 35px;
}

/* -------*/
/* Images */
/* -------*/
img {
    border-style: none;
	padding: 0;
	margin: 0;
    border: 0;
	border-width: 0;
	font-size: 0;
}

/*-------*/
/* Forms */
/*-------*/
form {
    font-size: 12px;
	line-height: 1.3em;
}

select {
    font-size: 12px;
	line-height: 1.3em;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    width: 113px;
    text-align: right;
}

div.row span.formw {
    float: right;
    width: 235px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
} 


/******************/
/* ITEM SELECTORS */
/******************/
#default { ;}

#container {
    width: 1010px;
	margin: 0 auto;
	height: 696px;
	background-image: url(../images/main_frame.jpg); 
	background-repeat: no-repeat;
	background-position:0 0px;
	text-align:left;
}

#container_top{
	margin: 0 auto;
	width: 450px;
	position: absolute;
	top: 118px;
    margin-left: 450px; 
	overflow:hidden;
}

#container_buttons {
	margin: 0 auto;
	width: 900px;
	text-align:center;
	position:absolute;
	top:172px;
	min-height:380px;
}


/*******************/
/* CLASS SELECTORS */
/*******************/
.default { ;}

/* -----------*/
/* Containers */
/* -----------*/
.boxbottom {
	margin: 0 auto; /* center for now */
	width: 1010px;
	font-size: 100%;
	background: url(../images/box_bottom.jpg) no-repeat bottom;
	padding-bottom: 30px;
}

.boxhead {
    margin:0 auto;
}

.boxbody {
	margin: 0 auto; /* center for now */
    background-image: url(../images/box_body.jpg);
    background-position: center;
	width: 1010px;
    background-repeat: repeat-y;
    overflow:hidden;
}

/* -----*/
/* Menu */
/* -----*/
.menu {
    padding-top:410px;
    margin-left:0px;
    height:25px;
}

.menu a:link { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #3A3C35; font-size: 14px;}

.menu a:visited {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #3A3C35; font-size: 14px;}

.cssnav {
    position: relative;
	float: left;
	padding: 0px;
	width: 150px;
	height: 25px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}

.cssnav a {
    display: block;
	font-size: 1.0em;
	width: 150px;
	height: 25px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}

/* Needed only for image menus */
/*
.cssnav span {
    display: block;
	font-size: 14px;
	width: 143px;
	height: 25px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}
*/

.cssnav:hover {
}

.cssbutton a {  float:left;  width:247px; height:195px; margin-left: 25px; vertical-align: middle; }

.buttonnav {
    float: left;
	width: 172px;
	height: 100px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}


/* --------------*/
/* Page Headings */
/* --------------*/
.pageheading {
  width: 900px;
  text-align: right;
  overflow:hidden;
}

/* -------------*/
/* Page Columns */
/* -------------*/
.pagecolumn {
    margin: 0;
	float: left;
    text-align: center;
	width: 445px;
}

.pagecolumn_home_email {
	width:260px;
    margin-top:50px;
    padding-right:90px;
	float:right;
	text-align:left;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}

.pagecolumn_home1 {
	width:920px; 
    margin-top:240px;
    margin-left:26px;
	float:left;
	text-align: left;
}

.pagecolumn_home2 {
	width:450px; 
    margin-left:26px;
	float:left;
	text-align: left;
}

/* -------*/
/* Footer */
/* -------*/
.footer:link {
    font-size:11px;
	color:#8A8C7F;
	text-align:center;
}

.footer:visited {
    font-size:11px;
	color:#8A8C7F;
	text-align:center;
}

/***********************/
/* For IE 6 and ealier */			  
/***********************/			  
* html .boxhead h2 {height: 1%;}

