/*********************/
/* ELEMENT SELECTORS */
/*********************/
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #2A2A2C;
    line-height: 1.5em;
    margin:0 auto;
    padding:0;
	background-image: url(../images/body_background.jpg);
    background-repeat:repeat-x;
	background-color: #858384;
	text-align:center;
}

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

a {	text-decoration: none;}

a:link { font-family:Arial, Helvetica, sans-serif;
color:#0000FF;
font-size:14px;}

a:visited { font-family:Arial, Helvetica, sans-serif;
color:#0000FF;
font-size:14px;}

/* ---------*/
/* Headings */
/* ---------*/
h1 {
    font-family: Arial, Arial, Helvetica, sans-serif;
	color:#CF6069;
    font-style: italic;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 130px;
    margin-right: 35px;
	text-align: left;
	line-height: 1.3em;
}

h2 {
	font-size: 17px;
	margin-left: 20px;
}

h3 {
    font-size: 16px;
}

/* -----------*/
/* Paragraphs */
/* -----------*/
p {
    margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
    text-align: justify;
    line-height: 1.3em;
}

br {
    line-height:1.0em;
}

/* ------*/
/* Lists */
/* ------*/
ol {
    margin-left: 4.1em;
	margin-right: 4.1em;
    padding: 0px;
    text-align: left;
	line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

ul {
    margin-left: 1.8em;
	margin-right: 0.0em;
    padding: 0px;
    text-align: left;
	line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

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.spaced {
  margin-right: 35px;
  padding-bottom:15px;
}

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: 100px;
    text-align: right;
}

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


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

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

#container_buttons {
	margin-left: 120px;
	width: 750px;
	text-align:left;
}

#container_buttons_small {
	margin-left: 360px;
	width: 520px;
	text-align:left;
}

#container_main {
	margin: 0 auto;
	width:900px;
	text-align:left;
}

#container_top{
	width: 900px;
	min-height: 514px;
	text-align:center;
/*
	position: absolute;
	top: 155px;
*/	

    margin-left: 1px; 
	overflow:hidden;
}

#container_heading {
  margin:0 auto;
  width:880px;
  position:absolute;
  top:605px;
  height:30px;
  text-align: right;
  padding-right: 20px;
}

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

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

.boxhead {
    margin:0 auto;
}

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

/* -----*/
/* Menu */
/* -----*/
.menu {
    padding-top:130px;
    margin-left:20px;
    height:17px;
}

.menu a:link { font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000; font-size: 12px;}

.menu a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000; font-size: 12px;}

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

.cssnav a {
    display: block;
	font-size: 1.0em;
	width: 213px;
	height: 20px;
	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: 250px;
	height: 115px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}

.buttonnav2 {
    float: left;
	width: 280px;
	height: 152px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}

.buttonnav_small {
    float: left;
	width: 165px;
	height: 85px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}


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

/* -------------*/
/* Page Columns */
/* -------------*/

.pagetext_home {
    margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
    text-align: justify;
	line-height: 1.3em;
}

.pagetext_quote {
    font-style:italic;
	font-size:12px;
	color:#ACC0C7;
    margin-top: 10px;
	margin-left: 130px;
	margin-right: 130px;
    text-align: justify;
	line-height: 1.3em;
}

.pagetext_testimonial {
    font-style:italic;
	font-size:12px;
	color:#FFFFFF;
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: justify;
	line-height: 1.3em;
}

/* -------*/
/* Footer */
/* -------*/

.footer {
    padding-top: 10px;
	font-size:10px;
}

.footer:link {
	color:#000000;
	font-size:11px;
	text-align:center;
}

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


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