﻿body
{
    margin: 0px;
    padding: 0px;
}

.body_home
{background-image: url('../images/site_bg1.jpg');
    background-repeat: repeat-x;}

.body_master
{background-image: url('../images/master_bg.jpg');
    background-repeat: repeat-x;}

.page
{width:1000px; vertical-align:top; text-align:center;}

.logo
{width:200; vertical-align:middle; text-align:center;}

.menu_item
{
    background-image: url('../images/menu_bg1.png');
    background-position:center -41px; text-decoration:none
    background-repeat: no-repeat;
    width:120px; 
    height:40px;
    cursor:hand;
	display:block;
	line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align:center;
    vertical-align:middle;
}

a.menu_item:hover
 {
	background-position:center 0px; text-decoration:none;
	color: #FFFFFF;
}

a.menu_item:link
{
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:middle;
}

a.menu_item:visited {
	text-decoration:none;
	color: #FFFFFF;
}

a.menu_item:active 
{	text-decoration:none;
 	color: #FFFFFF;
}

.pagetitle
{
    font-size: 24px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.pagetitle_alt
{
    font-size: 36px;
    color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.quote
{
    font-size: 24px;
    color: #FFFF99;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
    font-style: italic;
}

.quote_blue
{
    font-size: 18px;
    color: #22607A;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
    font-style: italic;
}

.subtitle
{
    font-size: 20px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.subtitle_grey
{
    font-size: 16px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.header
{
    font-size: 14px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.content
{
    font-size: 12px;
    color: #5B5B5B;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 2px;
    
}

a.content:link
{
    text-decoration: none;
    color: #82D7FF;
    text-decoration:underline;
}

a.content:visited {
	text-decoration:none;
}

a.content:hover
{
    color: #FF9933;
}

a.content:active 
{	text-decoration:none;
}

.header_alt
{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 5px;
}

.content_alt
{
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 2px;
    
}

.mandatory
{
    font-size: 12px;
    color: #CC3300;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 2px;
}

.footer_bg
{width:100%;
 background-color:#062736;}
 
 .footer_header
{
    font-size: 18px;
    color: #F0F4F7;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #26576D;
    height: 25px;
}
 
 .footer_text
 {font-size: 12px;
    color: #D0DFE6;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 2px;}

a.footer_text:link
{
	text-decoration: none;
}

a.footer_text:visited {
	text-decoration:none;
}

a.footer_text:hover
{
    color: #FFFFCC;
}

a.footer_text:active 
{	text-decoration:none;
}
 
 .copyright
 {font-size: 10px;
    color: #41768D;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 2px;}
 

.mybutton
{font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

.mandatory { font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

/* Page box design */

.page_box
{
	background-color: #f8f7f7;
	padding:5px;
}


.box_compare
{
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #696969;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	padding: 3px;
}

.box_compare_yellow
{
	background-color: #ffffcc;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 3px;
}

.compare_box_grey
{
	background-color: #f5f5f5;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #333333;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	padding:3px;
}

.compare_box_grey_corner
{
    background-color: #C8C8C8;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #d3d3d3;
    padding: 3px;
}

.box_compare_blue
{
	background-color: #54889F;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #ffffff;
	padding: 3px;
}


