/*
 * General html classes
 */
body 
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010101;
}
h1 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 7px 0; 
	padding:0;
	color: #012c57;
}

h2 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0 0 3px 0;
	font-size: 16px;
	line-height: 19px;
	font-weight:normal;
	color: #012c57;
}
h3 
{
	margin:0;
	padding:0;
	font-size: 22px;
	font-weight:normal;
}
h4 
{
	margin: 0 0 7px 0;
	padding:0;
	font-size: 18px;
	color:white;
	font-weight:normal;
}
p {
	line-height: 14px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 10px;
}
img {
	border:0;	
	vertical-align: middle;
}

a.fma_blue { color: #e9f800; text-decoration: none; font-size:18px;}
a.fma_blue:hover {text-decoration: underline;}

a.fma_yellow { color: #05173d; text-decoration: none; font-size:18px;}
a.fma_yellow:hover {text-decoration: underline;}

a.home { color: #e9f800; text-decoration: none; font-size:16px;}
a.home:hover {text-decoration: underline;}

a.footer { color: #010101; text-decoration: none; font-size:12px; font-weight:bold;}
a.footer:hover {text-decoration: underline;}

a.faq { text-decoration: none; font-size:12px; line-height: 14px;}
a.faq:hover {text-decoration: underline;}

a.bold { text-decoration: none; font-size:12px; font-weight:bold;}
a.bold:hover {text-decoration: underline;}

/*
 *  Page formatting classes
 */
#container
{
    width:997px;
    text-align: left;
    margin: 0 auto;
	height: 700px;
	min-height:700px;
}
html>body #container {
	width: 100%;
	max-width: 997px;
}
#header
{
	margin: 0;
	padding: 0;
	width: 997px;
	height: 116px;
	background: #05173d url(/assets/global_miniatures_1.jpg) no-repeat top left;
}
#header_left
{
	margin:0;
	padding:0;
	float:left;
}
#header_right
{
	float: right;
    margin: 0;
	padding-right:25px;
	padding-top:65px;
}
#header_line
{
	margin: 0;
	padding: 0;
	height:1px;
	width: 995px;
	border-left: 1px #05173d solid;
	border-right: 1px #05173d solid;
}
#content
{
	overflow: hidden;
	width: 995px;
	margin: 0;
	padding: 0;
	background: url(/assets/bottom_right_boxes.png) no-repeat right bottom;
	border-left: 1px #05173d solid;
	border-right: 1px #05173d solid;
	border-bottom: 1px #05173d solid;
}
/*
 * MAIN NAVIGATION
 */

#nav {
	height:60px;
	line-height:60px;
	width:995px;
	margin: 0;
	padding: 0;
	border-left: 1px #05173d solid;
	border-right: 1px #05173d solid;
	background: url(/assets/main_nav_background.jpg) no-repeat left top;
}
ul#main_nav
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	width:995px;
}
ul#main_nav li
{
	display:inline;
	padding:0;
	margin:0;
}
ul#main_nav li a
{
	background: url(/assets/blue_nav_box.jpg) no-repeat left center;
	padding-left: 22px;
	color: black;
	font-family: Arial;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	padding-right: 10px;
}

ul#main_nav li a:hover
{
	background: url(/assets/purple_nav_box.jpg) no-repeat left center;
	text-decoration: underline;
	color: black;
	font-weight:bold;
	font-size: 16px;

}

ul#main_nav li a#current
{
	background: url(/assets/purple_nav_box.jpg) no-repeat left center;
	color: black;
	font-weight:bold;
	font-size: 16px;
}

/*
 * LEFT NAVIGATION
 */

#left_nav {
	width: 170px;
	margin: 0;
	padding: 0;
}

#left_nav .left_nav_table {
	padding:0;
	margin:0;
	border:0;
	width:170px;
}

#left_nav .left_nav_table .link {
	margin:5px 0 0 0;
	padding: 10px 0 0 0;
	vertical-align:middle;
}

#left_nav .left_nav_table .nav_box {
	vertical-align:middle;
	width:30px;
	border:0;
	padding:10px 0 0 5px;
	margin:5px 0 0 0;
}

#left_nav .left_nav_table a {
	font-weight:bold;
	text-decoration:none;
}

#left_nav .left_nav_table a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#left_column { 
	 margin: 0;
	 padding: 20px 0 0 0;
	 width: 175px;
	 height: 500px;
	 float: left;
	 background: url(../assets/left_column_background.jpg) no-repeat left top;
	 vertical-align:top;
}
#main_column { 
	 float: left;
	 margin: 0;
	 padding: 25px 7px 0 7px;
	 width: 540px;
	 position: relative;
}
#main_column_wide { 
	 float: left;
	 margin: 0;
	 padding: 25px 7px 0 7px;
	 width: 710px;
	 position: relative;
}
#right_column { 
	 position: relative;
	 margin: 0;
	 padding: 20px 0 0 0;
	 width: 250px;
	 float: right;
	 vertical-align:top;
}
#right_column_slim { 
	 position: relative;
	 margin: 0;
	 padding: 20px 0 0 0;
	 width: 50px;
	 float: right;
	 vertical-align:top;
}
#footer {
	text-align:center;
 	width:995px;
 	height:35px;
 	color: #333333;
 	margin: 15px 0 0 0;
	padding:0;
	vertical-align:top;
}
#sub_footer {
	clear:both;
	height: 10px;
	line-height:20px;
	min-height: 10px;
}
.yellow_box
{
	background-image: url(/assets/fma/yellow_box.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 145px;
	margin:0;
	padding: 18px 2px 2px 20px;
	color: #05173d;
}
.blue_box
{
	background-image: url(../assets/fma/blue_box.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 145px;
	margin:0;
	padding: 18px 15px 2px 20px;
	color: #e9f800;
}
.light_blue_rectangle
{
	width: 693px; 
	background-color: #dadfe7; 
	margin:0; 
	padding: 7px 7px 7px 15px;
	border: 1px	solid #05173d;
}

.yellow_border {
	border: 1px #e9f800 solid;
}

.dark_blue_text {
	color:#05173d;
}
.blue_text {
	color:#969cbc;
}
.yellow_text {
	color:#e9f800;
}
.white_text {
	color:white;
}
.bold_text {
	font-weight:bold;
}
.small_header {
	font-size: 11px;
	font-weight: bold;
}
.large_header {
	font-size: 14px;
	font-weight: bold;
}
.other_header {
	font-size: 12px;
}
.thumb
{
	border: 1px #969cbc solid;
	margin:0;
	padding:0;
}
.fma_text_container {
	width: 212px;
	vertical-align:top;
	text-align:left;
	margin:0;
	margin-top:5px;
}
.blue_fma_text{
	float:left;
	margin: 0;
	padding-right: 5px;
	vertical-align: top;
	width: 125px;
	position:relative;
	color:#969cbc;
}
.dark_blue_fma_text{
	float:left;
	margin: 0;
	padding-right: 5px;
	vertical-align: top;
	width: 125px;
	position:relative;
	color:#05173d;
}
.yellow_fma_text{
	float:left;
	margin: 0;
	padding-right: 5px;
	vertical-align: top;
	width: 125px;
	position:relative;
	color:#e9f800;
}
.fma_image {
	float:right;
	margin: 0;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.fma_link {
	padding:0;
	margin: 0;
	text-align:left;
	vertical-align:bottom;
	height: 22px;
	line-height:22px;
}
.pad_link {
	padding-bottom:2px;
}
.strong {
	font-weight:bold;
}
/**
 * Crappy pricing table.
 */
table.pricing {
	border:none;
	width: 540px;
	font-size: 12px;
	padding:0;
	margin:0;
	border-spacing: 0; 
	border-collapse: collapse;
}
.yellow_left {
	background-color: #f4f978;
	text-align:left;
	line-height: 15px;
	vertical-align: middle;
}
.yellow_right {
	background-color: #f4f978;
	text-align:right;
	line-height: 15px;
	vertical-align: middle;
}
.white_right {
	text-align:right;
	line-height: 15px;
	vertical-align: middle;
}
.small_text {
	font-size: 10px;
}
.white_text_right {
	text-align:right;
	padding-top: 12px;
}
.white_text {
	width: 300px;
	padding-top: 12px;
}
.table_column_title_left {
	border-bottom: 1px #1f1f1f solid;
	padding-bottom: 5px;
}
.table_column_title_right {
	border-bottom: 1px #1f1f1f solid;
	padding-bottom: 10px;
	padding-right: 5px;
	text-align:right;
}
/**
 * Frames and Pricing tables
 */
.blue_table {
	width:425px;
	padding:0;
	margin:0;
	border-spacing: 0; 
	border: 2px #343434 solid;
	border-collapse: collapse;
}
caption {
	padding: 0 0 5px 0;
	width: 425px;	
}
.lefticle {
	float:left;
	margin: 0;
	padding: 0;
	text-align:left;
}
.righticle {
	float:right;
	padding: 0;
	margin: 0;
	text-align:left;
}
.righticle_left {
	padding: 0;
	margin: 0;
	text-align:left;
}
.middicle {
	float:left; 
	margin:0; 
	padding: 0 15px 0 0;
	text-align:left;
}
.clearicle {
	clear:both;
}
.left_side {
	float:left;
	margin: 0;
	padding: 15px 0 0 0;
	vertical-align:top;
	text-align:left;
}

.right_side {
	float:right;
	padding: 15px 0 0 0;
	margin:0;
	text-align:left;
	width: 265px;
}
.right_side_slim {
	float:right;
	padding: 15px 0 0 0;
	margin:0;
	text-align:left;
}

.right_side_top {
	float:right;
	padding: 10px 0 7px 0;
	margin:0;
	text-align:left;
	width: 265px;
	border-bottom: 2px solid black;
}

.right_side_bottom_border_blue {
	float:right;
	padding: 5px 0 7px 0;
	margin:0;
	text-align:left;
	width: 265px;
	line-height: 141px; 
	height: 141px;
	vertical-align: middle;
	border-bottom: 2px solid black;
	position:relative;
}

.right_side_bottom_border_beige {
	float:right;
	padding: 5px 0 7px 0;
	margin:0;
	text-align:left;
	width: 265px;
	line-height: 152px; 
	height: 152px;
	vertical-align: middle;
	border-bottom: 2px solid black;
	position:relative;
}

.right_side_no_border {
	float:right;
	padding: 10px 0 7px 0;
	margin: 0;
	vertical-align:top;
	text-align:left;
	width: 265px;
	line-height: 145px; 
	height: 145px;
	vertical-align: middle;
	position:relative;
}
.blue_table {
	width:425px;
	padding:0;
	margin:0;
	border: 2px #343434 solid;
	border-spacing: 0; 
	border-collapse: collapse;
}
.blue_table th {
	font-size: 10px;
	color: #343434;
	border-bottom: 1px solid #343434;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 0 6px 0;
	background-color: #abb6c8;
}
.blue_table th.row_title {
	text-align:left;
	width: 150px;
	padding-left: 5px;
}
.blue_table th.row_title_blank {
	text-align:left;
	padding-left: 5px;
}
.blue_table th.dark {
	border-top: 0;
	border-left: 0;
	background-color: #8fa0b4;
}
.blue_table th.small {
	padding: 0 2px 0 0;
	width: 4px;
}
.blue_table th.col_title {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #343434;
	background-color: #abb6c8;
	font-size: 14px;
}
.blue_table th.col_title_dark {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #343434;
	background-color: #8fa0b4;
	font-size: 14px;
}
.blue_table th.col_title_no_border {
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #abb6c8;
	font-size: 14px;
}
.blue_table th.col_title_dark_no_border {
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #8fa0b4;
	font-size: 14px;
}
.beige_table {
	width:425px;
	padding:0;
	margin:0;
	border: 2px #343434 solid;
	border-spacing: 0; 
	border-collapse: collapse;
	
}
.beige_table th {
	font-size: 10px;
	color: #343434;
	border-bottom: 1px solid #343434;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #eeedd9;
}
.beige_table th.row_title {
	padding-left: 5px;
	text-align:left;
	width: 140px;
}
.beige_table th.dark {
	border-top: 0;
	border-left: 0;
	background-color: #eae9cb;
}
.beige_table th.col_title {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #343434;
	background-color: #eeedd9;
	font-size: 14px;
}
.beige_table th.col_title_dark {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #343434;
	background-color: #eae9cb;
	font-size: 14px;
}

.concept_table {
	width:705px;
	padding: 7px 7px 7px 7px;
	margin:0;
	border-spacing: 0; 
	border-collapse: collapse;	
	background-color:#05173d;
}
.concept_table th {
	letter-spacing: 1px;
	padding: 0 0 0 14px;
}

.concept_table th.one {
	width: 45px;
}

.concept_table th.three {
	padding: 7px 7px 7px 7px;
}

.concept_cell_one {
	background-color: #e9f800; 
	color:#05173d; 
	font-family: times new roman; 
	font-size: 46px; 
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 8px 14px 8px 14px;
}

.img_with_border {
	border: 2px white solid;
}

.img_with_yellow_border {
	border: 1px #f4f978 solid;
}

.simple_div {
	width: 540px;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px #05173d solid;
	text-align:left;
	line-height: 16px;
}

.simple_div_no_border {
	width: 540px;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
	text-align:left;
	line-height: 16px;
}

.simple_div_no_border_wide {
	width: 705px;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
	text-align:left;
	line-height: 16px;
}

.simple_table {
	width:540px;
	padding:0;
	margin: 3px 0 3px 0;
	border-spacing: 0; 
	border-collapse: collapse;	
	text-align:left;
	line-height: 14px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.simple_table th {
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	border-bottom: 1px #05173d solid;
}
.simple_table th.no_border {
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	border-bottom: 0;
}
.blank_table th {
	letter-spacing: 2px;
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	border: 0;
}
.blank_table th {
	letter-spacing: 2px;
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	border: 0;
}

/***** HOLIDAY CLASSES *****/
#holiday {
	padding: 45px 45px 45px 45px;
	margin:0;
	background: url(../assets/holidays/ribbon.jpg) no-repeat top center;

	height: 1062px;
	text-align:center;
}

#holiday .inner_layer {
	padding: 30px 30px 30px 30px;
	margin: 0;
	background-color: #ffffff;
	width: 545px;
	text-align: center;
}

#holiday .title {
	padding: 0 0 30px 0;
	margin:0;
}

#holiday .left_column {
	width: 260px;
	padding:0;
	margin: 0 7px 0 0;
	float:left;
	text-align:left;
	vertical-align:middle;
}

#holiday .right_column {
	width: 260px;
	padding:0;
	margin:0 0 0 7px;
	float:left;
	text-align:left;
	vertical-align:middle;
}

#holiday .clear {
	clear:both;
	padding: 5px 0 5px 0;
	margin:0;
}

#holiday .message {
	padding:0;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#holiday ul
{
	vertical-align:middle;
	margin: 0 2px 0 20px;
	padding:0;
}

#holiday li
{
	margin:0;
	padding:0;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
}

#holiday li
{
	margin:0;
	padding:0;
	font-style: italic;
	font-size: 12px;
	color: #838383;
	line-height: 17px;
}

#holiday .image_caption{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

#holiday .image{
	margin: 0 0 7px 0;
	padding: 0;
}
#form 
{
    width: 525px;
    padding:0;
    margin:0;
}

#form fieldset {
  margin-bottom: 10px;
}
#formlegend {
  padding: 0 2px;
  font-weight: bold;
}
#form .label {
  padding: 0 7px 0 0;
  margin: 0 0 5px 0;
  width:150px;
  float: left;
}
#form .field {
  padding: 0;
  margin: 0 0 5px 0;
  width:300px;
  float: left;
}

#form ol {
  margin: 0;
  padding: 0;
}
#form li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

#form fieldset .buttons {
  padding: 0;
  margin: 20px 0 15px 0;
  float:left;
}
#form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#form fieldset fieldset label {
  display: block;
  width: auto;
}
#form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#formlabel {
  width: 120px; /* Width of labels */
}
#form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.thank_you 
{
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
}

.error 
{
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    color:Red;
}

.error_message 
{
    font-family:Arial;
    font-size:10px;
    color:Red;
}





