body {
	margin:0 auto;
	padding:0;
	background-color:#eeece7;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#333;
	background-image: url(../images/background_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
form, div, span, h1, h2, h3, h4, p, ul, li {
	margin:0;
	padding:0;
}
a img 
{ 
	border:none; 
}
#flashcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin: 0px;
}
#flashcontent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 0px;
}

#container 
{
	width:782px;
	background-color:#fff;
	margin:0 auto;
	padding:0 10px;
	border: 1px solid #FFFFFF;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
}

/* fields ------------------------------------------------------------*/
.fieldStart {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	height: 22px;
	width: 230px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-left: 4px;
}
.fieldStartTall {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	height: 102px;
	width: 230px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-left: 4px;
}
.fieldRequired {
	color: #FF0000;
}

/* CSS Styles -------------------------------------------------*/

.line99
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e4dd;
	height:40px;
}
.line99-left
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e4dd;
	width:120px;
	height:40px;
}


.line99RedFont
{
	font-family:Verdana, Arial;
	font-size:12px;
	color:#FF0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e4dd;
}
.lineCC
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* header -------------------------------------------------*/
#header 
{
    height:90px;
}
#header a
{
	font-family:Verdana, Helvetica, Arial, Verdana;
	font-size:12px;
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
#login 
{
	float:right;
	width:106px;
	height:29px;
	padding:8px 10px 0;
	background:#222222 url(../images/bg-login.gif) no-repeat bottom left;
	margin-left:1px;
}
#login a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	padding-left: 8px;
}
#login a:hover
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:11px;
    color:#fff;
    font-weight:bold;
	text-decoration: underline;
}

/* IPHONE BUTTON ----------------------------------------------*/

#login-iphone
{
	float:right;
	width:98px;
	height:29px;
	padding:8px 10px 0;
	background:#136FD2 url(../images/bg-login-iphone.gif) no-repeat bottom left;
	margin-left:1px;
}
#login-iphone a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	padding-left: 7px;
}
#login-iphone a:hover
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:11px;
    color:#fff;
    font-weight:bold;
	text-decoration: underline;
}

/* nav -------------------------------------------------*/
/*ul#nav 
{
    list-style:none;
    background:#E7E4DD url(../images/bg-nav.gif) repeat-x;
    height:29px;
    border-top:1px solid #E7E4DD;
    border-bottom:1px solid #fff;
    font-size:12px;
    color:#333;
    padding:0 10px;
}
ul#nav li 
{
	display:block;
    float:left;
    padding:7px 10px 0 10px;
    height:22px;
}
ul#nav li.selected
{
    background-color:#fff;
}
ul#nav li a 
{
    color:#333;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration:none;
}
ul#nav li a:hover
{
	display:block;
    background-color:#fff;
}*/
#nav {
	width:780px;
	height:29px;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/nav_top_out.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul {
	list-style: none;
	width: 780px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	color:#333; 
}
#nav ul li { 
	float: left; 
	padding: 0px; 
	color:#999; 
}
#nav ul li a {
	font-weight: normal;
	float: left;
	height: 22px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	margin-bottom:0px;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/nav_top_out.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul li a:hover { 
	color:#fff;
	text-decoration:none;
	background-color: #116acf;
	background-image: url(../images/nav_top_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul li a.selected { 
	color:#fff;
	text-decoration:none;
	background-color: #116acf;
	background-image: url(../images/nav_top_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* content -------------------------------------------------*/
#content 
{
/*    background:#fff url(../images/bg-subcontent.gif) repeat-y;*/
    padding-bottom:10px;
    padding-top:14px;
}
#title-head 
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:24px;
    color:#fff;
    background-color:#2273DC;
    font-weight:bold;
    font-style:italic;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
	width:750px;
	height:50px;
    margin-bottom:1px;
	background-image: url(../images/background_h1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#title-head h1 
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:24px;
    color:#fff;
    font-weight:bold;
    font-style:italic;
}
#title-head #title-head-right {
	margin:0px;
	padding:0px;
	float:right;
	width:270px;
}
#title-head #title-head-right ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	color:#333; 
}
#title-head #title-head-right ul li a {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:17px;
	float: right;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/back_orange.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border: 1px solid #FFFFFF;
}
#title-head #title-head-right ul li a:hover {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:17px;
	float: right;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/back_black.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border: 1px solid #FFFFFF;
	background-color: #111;
}

/* subContent -------------------------------------------------*/
#subContent 
{
	float:left;
	width:175px;
	padding: 11px 10px 10px 17px;
	line-height: 17px;
}
#subContent h3 
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
    margin-top: 8px;
/*    font-family:Trebuchet MS, Arial, Sans-Serif;
    color:#333;
    font-weight:normal;
    font-size:20px;
    margin-bottom:10px;*/
}
#subContent ul 
{
    list-style:none;
}
#subContent ul li 
{
    margin-bottom:3px;
}
#subContent a 
{
	font-size:12px;
	color:#333;
	text-decoration:none;
	line-height: 19px;
}
#subContent a:hover
{
    font-size:12px;
    color:#000;
    text-decoration:none;
}

/* mainContent -------------------------------------------------*/

#mainContent 
{
	font-size:13px;
	margin-left:195px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0DFE3;
	padding-left: 20px;
}
#mainContent #note
{
	font-family:Verdana, Helvetica, Arial, Verdana;
	font-size:13px;
	color:#666;
	font-weight: bold;
	line-height:17px;
	padding:6px;
	position:relative;
	background-color:#eee;
	border: 1px solid #999999;
}
#mainContent #note a
{
	font-family:Verdana, Helvetica, Arial, Verdana;
	font-size:13px;
	color:#333;
	font-weight: bold;
	padding:0px;
	background-color:#eee;
	text-decoration:underline;
}
#mainContent #note .red-text
{
	font-family:Verdana, Helvetica, Arial, Verdana;
	font-size:13px;
	color:#CC0000;
	font-weight: bold;
}

#mainContent .table-td
{
	width:90px;

}
#mainContent a
{
    color:#000;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#mainContent a:hover
{
    color:#FFF;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116acf;
	background-color:#116acf;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#mainContent h2 
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:22px;
    color:#136FD2;
    font-weight:bold;
    padding:0px 20px 15px 0px;
    border-bottom:1px solid #136FD2;
    margin-bottom:15px;
}
#mainContent h2 a
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:22px;
    color:#333;
    font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
    text-decoration:none;
}
#mainContent h2 a:hover
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:22px;
    color:#000;
    font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116acf;
    text-decoration:none;
/*    padding:10px 20px 15px 0;
    border-bottom:1px solid #136FD2;
    margin-bottom:15px;*/
}
#mainContent h3
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom:20px;
}
#mainContent h4
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
    padding-top: 10px;
}
#mainContent .h4
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
    padding-top: 10px;
}
#mainContent .h4 .right
{
	float:right;
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom:5px;
	height:25px;
	text-align:left;
}
#mainContent .h4 .right img
{
	float:left;
	padding-top:0px;
	padding-right:5px;
	line-height:17px;
}
#mainContent h5
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
    margin-top: 2px;
}
#mainContent h6
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#666;
    font-weight:bold;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 22px;
    margin-bottom: 6px;
    margin-top: 2px;
}


#mainContent p 
{
	font-size:13px;
    margin-bottom:18px;
	line-height: 19px;
	padding-right:20px;
}
#mainContent #column1
{
	line-height: 19px;
    float:left;
    width:279px;
}
#mainContent #column1 h4
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
/*    padding: 15px 20px 5px 0;*/
}
#mainContent #column2 h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#999;
    font-weight:normal;
	text-decoration: none;
}
#mainContent #column2 h5 a
{
	font-size:12px;
    color:#999;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#mainContent #column1 a
{
    color:#000;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#mainContent #column1 a:hover
{
    color:#FFF;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116acf;
}
#mainContent #column2
{
	line-height: 19px;
    margin-left:293px;
    width:263px;
}
#mainContent #column2 h4
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:17px;
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
/*    padding: 15px 20px 5px 0;*/
}
#mainContent #column2 a
{
    color:#000;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#mainContent #column2 a:hover
{
    color:#FFF;
    font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116acf;
}
#mainContent #copyright 
{
    font-family:Tahoma, Arial, Sans-Serif;    
    clear:left;
    font-size:11px;
    color:#999;
    padding-top:30px;
}
#mainContent #space-contact 
{
    clear:left;
    font-family:Tahoma, Arial, Sans-Serif;    
    font-size:11px;
	height:2px;
	width:480px;
    color:#999;
}
#mainContent #madeby 
{
    float:right;        
}
#mainContent #copyright a
{
    font-weight: normal;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
    text-decoration:none;
}
#mainContent #copyright a:hover
{
    font-weight: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116acf;
    text-decoration:none;
} 

/*  -- BOTTOM --  */
#bottom
{
	width:782px;
	background-color:#FFF;
	margin:0 auto;
	padding:0px 10px 10px;
	height:320px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
#bottom #inside 
{
	width:780px;
	background-color:#E0DFE3;
	padding:0px;
	background-image: url(../images/background_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:290px;
}
#bottom #inside #spacer10
{
	height:10px;
    width:780px;
    background-color:#FFF;
}
#bottom #spacer10
{
	height:10px;
    width:780px;
    background-color:#FFF;
}
#bottom #spacer1
{
	height:10px;
    width:780px;
    background-color:#55ee88;
}

#bottom #inside #links
{
    padding-top:0px;
    padding-left:20px;
    padding-bottom:0px;
    font-weight: normal;
    text-decoration:none;
	height:20px;
} 
#bottom #inside #links a, 
#bottom #inside #links a:hover
{
    font-weight: normal;
    text-decoration:none;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;*/
/*	background-color:#FFF;*/
} 


#bottom #inside a
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #999;
	text-decoration:none;
}
#bottom #inside a:hover
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

#bottom #left
{
	float:left;
    width:215px;
    margin:0px;
    padding:0px;
}
#bottom #left .title
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
#bottom #middle
{
	float:left;
    width:365px;
    margin:0px;
    padding:0px;
}
#bottom #middle .title
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
}
#bottom #right
{
	float:left;
    width:200px;
    margin:0px;
    padding:0px;
}
#bottom #right .title
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
}

#bottom #footer
{
    font-family:Tahoma, Arial, Verdana, Sans-Serif;    
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	width:760px;
	height:23px;
	background-color:#136FD2;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background-image: url(../images/footer_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#bottom #footer .float-right
{
	float:right;
}
#bottom #footer a
{
    font-family:Tahoma, Arial, Verdana, Sans-Serif;    
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066ff;
	text-decoration:none;
}
#bottom #footer a:hover
{
    font-family:Tahoma, Arial, Verdana, Sans-Serif;    
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	text-decoration:none;
}


/*#links
{
    padding-top:30px;
    padding-bottom:20px;
    font-weight: normal;
    text-decoration:none;
} 
#links a, 
#links a:hover
{
    font-weight: normal;
    text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color:#FFF;
} */

#costs-table 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
#costs-table td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#costs-table .costs-table-price
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 17px;
	background-color:#F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#costs-table .costs-table-header
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	background-color:#136FD2;
}



.contentCosts {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.contentCostsBot {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	background-color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.contentCostsTop {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	height:30px;
	line-height: 15px;
	background-color:#fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.titleMain {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
}
.fontRed {
	color: #FF0000;
}