/*global*/

input.send-btn {
	color: #cc0000;
}

* {
	font-family: Helvetica;
	font-size: 11px;
	color: #666;
}

h1 {
	font-size: 14px;
	color: #C30202;
}

td {
	vertical-align: top;
	text-align: left;
}
/*end global*/

/*main table*/
.maintable{
	width: 775px;
	border: 0px;
}

.leftcolumn {
	width: 160px;
	padding: 10px 10px 0px 10px;
	border: 0px;
}

.rightcolumn {
	width: 160px;
	padding: 10px 0px;
	border: 0px;
}

.centercolumn {
	width: 575px;
	padding: 10px 0px 0px 0px;
	border: 0px;

}

.detail_table_container {
	width: 595px;
	padding: 10px 10px 0px 0px;
}
/*end main table*/


/*links*/
a:link { color: #cc0000; text-decoration: none;}
a:visited { color: #cc0000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}
a:active { color: #cc0000; text-decoration: none;}

.bottomnav a:link   { color: #333333; text-decoration: none; font-size: 9px; }
.bottomnav a:visited    { color: #333333; text-decoration: none; font-size: 9px;  }
.bottomnav a:hover  { color: #000000; text-decoration: none;  font-size: 9px; }
.bottomnav a:active  { color: #333333; text-decoration: none; font-size: 9px;  }
/*end links*/

/* submenu */
ul.submenu {
    float: left;
    display: block;
    width: 158px;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
   background-color: #f2f1f1;
   border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	list-style-type: none;
    min-height: 50px;
}

ul.submenu li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;    
    padding: 2px 2px 1px 2px;
    background: none;
    color: #fff;

}

ul.submenu li a {
    float: left;
    padding: 2px 2px 1px 2px;
    text-decoration: none;
    font-size: 10px;
    font-family: verdana;
    color: #cc0000;

}

ul.submenu li a:hover {
    color: #FFFFFF;
    background-color: #999;
    padding: 2px 2px 1px 2px;
    width: 150px;
}

ul.submenu li label {
    float: left;
    width: 100%;    
    padding: 0px;
    text-decoration: none;
    font-size: 10px;
    font-family: verdana;
    color: #fff;
}
/* end submenu */

/* tertiary menu */
ul.tertmenu {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    overflow: hidden;
    background-color: transparent;
    background-color: #fff;
    list-style-type: none;

}

ul.tertmenu li {
    float: left;
    width: 147px;
    height: auto;
    margin: 0px;
    padding: 2px 2px 1px 5px;
    background: none;
}

ul.tertmenu li a, ul.tertmenu li a:link, ul.tertmenu li a:visited, ul.tertmenu li a:active {
    float: left;
    padding: 2px 2px 1px 5px;
    text-decoration: none;
    font-size: 10px;
    font-family: verdana;
    color: #666;
    background: none;
}

ul.tertmenu li a:hover {
	color: #FFFFFF;
    background-color: #ccc;
    padding: 2px 2px 1px 5px;
    width: 147px;
}

ul.tertmenu li label {
    float: left;
    width: 100%;    
    padding: 0px;
    text-decoration: none;
    font-size: 10px;
    font-family: verdana;
    color: #cc0000;
}
/* end tertiary menu */


/* sub page*/
.sub_table{
	width: 100%;
	text-align: center;
	border-right:1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.sub_table td{	
	width: 33%;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 0px;

}

.sub_td_border{	
	border: 1px solid #cccccc;
}


.sub_header{
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;

	color: #fff;
	background-color: #666;
}

.sub_header_center{
	text-align: center;
	height: auto;
	width: 405px;
	padding-left: 10px;
	color: #fff;
	background-color: #666;
}
/* end sub page*/

/* details page*/
.detail_table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #cccccc;
	/*background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;*/
}
.detail_table_all_borders{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	/*background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;*/
}

.detail_table_no_top{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
	/*background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;*/
}

.detail_table td{

	padding-bottom: 0px;
	margin-top: 0px;

}


.detail_item_td {
	padding-bottom: 0px;
	margin-top: 0px;


}

.detail_description_td {
	padding: 10px;
	text-align: left;

}

.detail_header{
	height: auto;
	vertical-align: center;
	padding: 5px 0px 5px 0px;
	color: #fff;
	background-color: #666;
	width: 100%;
}

.detail_header span{
padding-left: 10px;
	color: #fff;

}


td.color_td {
  cursor: pointer;
}
/* end details page*/


.leftindent{
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

.feature_header{
	height: 18px;
	width: 160px;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	background-color: #ccc;
	vertical-align: middle;
	background-image: url(../images/header_grey_sm.jpg);
}
/*home page*/
.left_header{
	float: left;
	height: auto;
	width: 160px;
	text-align: center;
	margin-top: 5px;
	vertical-align: middle;
	color: #000;
	float: left;
	background-color: #fff;
	/*border: #ccc solid 1px;*/
}

.indextable {
	border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background-image: url(../images/shadow.jpg);
	background-repeat: repeat-x;	
}
/*end home page*/
.feature{
	width: 158px;
	border: 1px solid #cccccc;
	height: auto;
	margin-bottom: 10px;
}

.main_placeholder{
	width: 573px;
	border: solid 1px #cccccc;
	height: auto;
	margin-bottom: 0;
}

/*form*/
.formcolumn {
	width: 510px;
	padding: 10px 0px 0px 0px;
	border: 0px;
}

.form_section_header{
	background-color: #999;
	padding: 5px;
	color: #fff;
}
.form_section{
	background-color: #ccc;
	padding: 5px;
	color: #666;
}
div.form_clear_box
{
  clear: both;
  text-align: left;
}
div.form_subsection_header
{
	background-color: #989898; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 5px;
	text-align: left;

}

.main_button{
 	width: 200px;
	height: 5px;
 	vertical-align: center;
	background-color: #fff;
 	border-top: 1px #999 solid;
 	border-bottom: 1px #999 solid;
 	background-image: url(../images/main_button.jpg);
}
.main_button_empty{
 width: 200px;
 vertical-align: center;
 background-color: none;
}

.main_button a:link { color: #fff; text-decoration: none; font-weight:bold;}
.main_button a:visited { color: #cc0000; text-decoration: none;}
.main_button a:hover { color: #000; text-decoration: none;}
.main_button a:active { color: #cc0000; text-decoration: none;}

div.form_left
{
  float: left;
  width: 120px;
  text-align: left;
}

div.form_right
{
  float: right;
  width: 400px;
  text-align: left;
}



/* manage_table */
.manage_table {
    width: 500px;
    margin: 5px auto;
    font-size: 10px;
	border: 0px;
}
.manage_table th {
    font-size: 110%;
    font-weight: bold;
    text-align: left;
}
.manage_table td {
    text-align: left;
}

.item_manage_div {
	text-align: center;
	background-color: #666;
	color: #ffffff;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

.item_manage_div_active {
	text-align: center;
	background-color: #426c45;
	color: #ffffff;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

.item_manage_link_container {
	width: 33%; 
	float:left;
}

a.admin_link:link { color: #fff; }
a.admin_link:visited { color: #fff; }
a.admin_link:hover { color: #aaa; }
a.admin_link:active { color: #fff; }


/* end manage table */

/* Color block css */
div.color_block {
	display: block;
	float: left;
	clear: none;
	width: 14px;
	height: 14px;
	padding: 0px;
	border: 1px solid black;
}

div.color_block:hover {
	cursor: pointer;
}

a.color_block {
	display: block;
	float: left;
	clear: none;
	margin: 1px;
	padding: 0px;
	border: 1px solid white;
}

a.color_block:hover {
	border: 1px solid black;
}

a.color_block_chosen {
	display: block;
	float: left;
	clear: none;
	margin: 1px;
	padding: 0px;
	border: 1px solid black;
}

/* Testimonials Form */
form.testimonials {
	margin:40px auto;
	text-align:left;
	width:553px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	display:block;
	padding:10px;
}
form.testimonials ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
form.testimonials ol li {
	min-height:30px;
	padding:5px 0px;
}
form.testimonials ol label {
	color:#000000;
	width:115px;
	display:-moz-inline-box;
	display:inline-block;
}
form.testimonials ol textarea {
	vertical-align:text-top;
	width:400px;
	height:150px;
}
form.testimonials em {
	color:#FF0000;
	font-weight:bold;
}
form.testimonials input {
	width:400px;
}
form.testimonials input.inputBtn {
	width:auto;
}

div.testimonials {
	margin:40px auto;
	text-align:left;
	width:553px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	display:block;
	padding:10px;
}
div.testimonials fieldset {
	border:1px solid #ededed;
	padding:10px;
	background:#fdfdfd;
	vertical-align:top;
}
div.testimonials fieldset em {
	font-style:italic;
	color:#cccccc;
}
div.testimonials fieldset img {
	float:right;
	margin:0px 0px 10px 10px;
}
div.testimonials fieldset legend {
	font-weight:bold;
	color:#686868;
}



