/*********************/
/* ELEMENT SELECTORS */
/*********************/
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #454545;
    line-height: 1.5em;
    margin:0 auto;
    padding:0;
	text-align:center;
	background-color:#dbdbdb;
}

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

a {	text-decoration: none; 
     margin:0;
	 padding: 0;
	 color:#354a75;}

a:link { color:crimson }

a:visited {color:crimson }

a:hover { text-decoration:underline; }


/* ---------*/
/* Headings */
/* ---------*/
h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	color:crimson;
	font-size: 20px;
	margin-top: 0px;
	margin-left: 40px;
    margin-right: 0px;
	text-align: left;
	line-height: 1.3em;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	color:#931417;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
    margin-right: 0px;
	text-align: left;
	line-height: 1.3em;
	font-weight:normal;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
	color:#931417;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    margin-right: 0px;
	text-align: left;
	line-height: 1.3em;
	font-weight:normal;
}

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



/* ------*/
/* 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: 10px;
	margin-top:0px;
    padding: 0px;
    text-align: left;
	line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:circle;
	list-style-image:none;
	
}

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


li {
  padding-top:0px;
  margin-left:20px;
  margin-right:10px;
  font-size:12px;
}


/* -------*/
/* 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;
}


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

#container {
    width: 1000px;
	margin: 0 auto;
	background-image:url(../images/box_body.jpg);
	background-repeat:repeat-y;
	background-color:#FEFEFE;
	
}

#container_left{
    float:left;
	width:650px;
    min-height:400px;
	text-align:left;
}


#container_right{
	float:left;
	width:350px;
    min-height:400px;
}


#container_bot {
    width: 1000px;
	margin: 0 auto;
	text-align:center;
	background-repeat: no-repeat;
}

#container_buttons {
}

#container_top{
}


#container_heading {
}

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

/* -----------*/
/* Containers */
/* -----------*/
.boxbottom {
}

.boxhead {
    margin:0 auto;
}

.boxbody {
	margin: 0 auto; /* center for now */
}

/* -----*/
/* Menu */
/* -----*/
.menu {
	text-align:right;
}

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

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

.menu a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 12px;
			   color:#628799;
               margin-left:15px;
			   font-weight:bold;}

.nav {
}

.nav a {
}

.nav:hover { font-weight:bold;
}



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

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

.pagetext {
	float:left; 
	width:600px; 
	margin-left:40px; 
	background-color:#FEFEFE; 
	text-align:left;
}

.pagetext p, .pagetext h1 { margin-left:40px; margin-right:40px;
}

.pagetext_testimonial {
	float:left; 
	width:430px; 
	margin-left:90px; 
	background-color:#FEFEFE; 
	text-align:left;
}

.pagetext_testimonial_image {
	float:left; 
	width:310px; 
	margin-left:90px;
}


.pagetext_testimonial p { margin-left:40px; margin-right:40px;
}



.pagecolumn_left {
	width:200px;
}

.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;
}


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

.footer {
text-align:center;
	font-size:10px;
	background-color:#999999;
}

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

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


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

