﻿/* CSS Document */
/*.........................................

	Title:		First Offshore
	Author:		admin@xsstudios.com
	Updated:	17 February 2008
	Version:	1.0
    Website:	http://www.xyz.com
	
..........................................*/
/* Applies to all elements */
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    
}
*:active { outline: none; }
*:focus { -moz-outline-style: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
/* end */
/* font styles */
.normal-text
{
    color: #e3e9f2;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
a
{
    color: #e3e9f2;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.bold-text
{
    font-weight: bold;
}
.orange-text
{
    color: #fc9a03;
}
.content-footer-text
{
    color: #839eb1;
}
.content-footer a
{
    color: #839eb1;
}
.content-footer-bold-text
{
    color: #839eb1;
    font-weight: bold;
}
.normal-link:hover
{
    text-decoration: underline;
}
.eighteen-bold
{
    font-size: 18px;
    font-weight: bold;
}
.tweleve-bold
{
      font-size: 12px;
    font-weight: bold;
}
.thirteen-bold
{
      font-size: 13px;
    font-weight: bold;
}
.footer-container-text
{
    margin-top: 5px;
    color: #7ca3bf;
}
.termsnconditions{}
.termsnconditions:hover
{
 color:#ffd7d7;  
}
/* end */
body
{
    background-image: url(../images/background_stripe_083049.jpg);
    background-color: #083049;
    background-repeat: repeat-x;
    color: #e3e9f2;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    line-height: 18px;
    text-decoration: none;
}
.flying-background
{
    background-image: url(../images/body_background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 825px;
    width: 100%;
    float: left;
}
#top-container
{
    margin-left: auto;
    margin-right: auto;
    width: 1005px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 22px;
}
.logo
{
    width: 252px;
    height: 68px;
    margin-top: 15px;
    float: left;
}
.menu-container
{
    float: right;
    list-style: none;
    position: relative;
    top: -10px; /*margin-bottom:20px;*/
}
.menu-container li
{
    float: left;
    height: 28px;
    width: 87px;
}
.menu-container a
{
    height: 28px;
    width: 87px;
    text-align: center;
    padding-top: 3px;
    display: block;
}
.menu-container a:hover
{
    background-image: url(../images/menu_highlight.png);
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
    _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/menu_highlight.png', sizingMethod='image');
}
/* this div moves to center of body and serves as a container for all other elements, specify the width according to PSD */
#main-container
{
    margin-left: auto;
    margin-right: auto;
    width: 1035px;
    text-align: left;
    padding-bottom: 30px;
}
.content-header
{
    background-image: url(../images/subpages/header_transparent.png);
    width: 1000px;
    float: left;
    margin-top: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
}
.content
{
    /*padding-left: 70px;
    padding-right: 80px;*/
    padding-top: 36px;
    padding-bottom: 26px;
    background-image: url(../images/subpages/content_transparent.png);
    width: 1035px;
    float: left;
    color: #fff;
    font-size: 11px;
}
.content-left-side
{
    width: 215px;
    float: left;
    padding-top: 27px;
}
.content-right-side
{
    width: 580px;
    float: left;
    padding-top: 35px;
    padding-left: 85px;
}
.content-right-side div
{
    margin-bottom: 10px;
}
.content-footer
{
    background-image: url(../images/subpages/footer_transparent.png);
    width: 980px;
    float: left;
    color: #839eb1;
    padding-left: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-footer ul
{
    list-style: none;
    float: left;
}
.content-footer li
{
    width: 185px;
    padding-left: 10px;
}
.vertical-separator
{
    background-image: url(../images/subpages/vertical_separator.png);
    height: 415px;
    width: 1px;
    float: left;
}
.separator
{
    float: left;
    height: 1px;
    width: 1035px;
    background: #1c4a6b;
    line-height: 1px;
    font-size: 0px;
}
/* Form styles */
.input-container
{
    background-image: url(../images/form/textbox.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 270px;
    height: 23px;
}
.input-container input
{
    background-image: url(../images/form/textbox_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 260px;
    height: 15px;
    background-color: transparent;
    font-size:11px;
    font-family:Arial;
}
.input-container-select
{
    background-image: url(../images/form/textbox_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 260px;
    height: 20px;
    background-color: transparent;
}
.input-container-long
{
    background-image: url(../images/form/long_textbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 560px;
    height: 23px;
}
.input-container-long input
{
    background-image: url(../images/form/textbox_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 560px;
    height: 15px;
    background-color: transparent;
    font-size:11px;
    font-family:Arial;
}
.input-container-medium
{
    background-image: url(../images/form/medium_textbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 180px;
    height: 23px;
}
.input-container-medium input
{
    background-image: url(../images/form/medium_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 170px;
    height: 15px;
    background-color: transparent;
    font-size:11px;
    font-family:Arial;
}
.input-container-short
{
    background-image: url(../images/form/short_textbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 130px;
    height: 23px;
}
.input-container-short input
{
    background-image: url(../images/form/textbox_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 120px;
    height: 15px;
    background-color: transparent;
    font-size:11px;
    font-family:Arial;
}
.textarea-long
{
    background-image: url(../images/form/textarea.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 560px;
    height: 108px;
}
.textarea-long textarea
{
    width: 555px;
    height: 95px;
    background-color: #e9e9e9;
    margin-left: 1px;
    font-size:11px;
    font-family:Arial;
}
/* end */
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.member-profile-item:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
.order-content:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
.strechted-content:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
.colored-strips:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
flying-background:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
#top-container:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
#main-container:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: visible;
}
.call-back-form-background
{
    background-image: url(../images/subpages/call_backform_background.png);
    float: left;
}
.call-back-form-text
{
    height: 36px;
    clear: both;
    width: 1000px;
    padding-left: 35px;
    padding-top: 18px;
}
.call-back-form
{
    clear: both;
    width: 1000px;
    padding-left: 35px;
    float: left;
}
.call-back-form-control
{
    float:left;    
    padding-bottom:25px;    
    padding-right:15px;
}
.input-container-callback
{
    background-image: url(../images/form/call_back_box.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    width: 200px;
    height: 23px;
    
}
.input-container-callback input
{
    background-image: url(../images/form/textbox_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 190px;
    height: 15px;
    background-color: transparent;
    font-size:11px;
}
.contactus-form-element
{
    width: 272px;
    float: left;    
    margin-right: 15px;    
}
.contactus-form-label
{
    width: 270px;
    font-size: 11px;
}
.contactus-form-single-element
{
    
    width: 560px;
    float: left;    
    margin-right: 8px;  
}
.contactus-form-single-element-label
{
    width: 400px;
    font-size: 11px;
}
.colored-strips
{
    float: left;
    padding-bottom: 1px;
    background-image: url(../images/subpages/content_transparent.png);
}

.strechted-content
{
    background-image: url(../images/subpages/content_transparent.png);
    width: 1035px;
    float: left;
    color: #fff;
    font-size: 11px;
    padding-bottom: 20px;
}
.order-container
{
    width: 905px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.order-separator
{
    background-image: url(../images/subpages/online_order_separator_strip.png);
    height: 1px;
    width: 905px;
    background: #1c4a6b;
    line-height: 1px;
    font-size: 0px;
    float: left;
}
.order-header-left
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    width: 740px;
    background-color: #fc9a03;
    float: left;
    font-size:12px;
}
.order-header-right
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    margin-left: 1px;
    width: 149px;
    background-color: #fc9a03;
    float: left;
    text-align:center;
    font-size:12px;
}
.order-blue-header-left
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    width: 740px;
    background-color: #084077;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 12px;
}
.order-blue-header-right
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    margin-left: 1px;
    width: 134px;
    background-color: #084077;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 12px;
}
.order-content
{
    background-image: url(../images/subpages/content_full_transparent.png);
    width: 905px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top:20px;
}
.order-for-content
{
    background-image: url(../images/subpages/order_for.png);
    width: 905px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top:20px;
}
.order-content-left
{
    padding-top: 0px;
    padding-left: 20px;
    width: 735px;
    float: left;
}
.order-content-right
{
    padding-top: 10px;
    padding-left: 0px;
    margin-left: 1px;
    width: 149px;
    float: left;
    font-weight: bold;
    text-align:center;
    font-size:12px;
}
.icon-text
{
    padding-left: 20px;
    position: relative;
    top: -3px;
    float: left;
}
.order-content-left ul
{
    list-style: none;
    padding-left: 35px;
    clear: both;
    float: left;
}
.order-pink-header
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    width: 890px;
    background-color: #d30da2;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
}
.order-content-no-break
{
    background-image: url(../images/subpages/order_content_strip.png);
    width: 890px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.order-form-element
{
    width: 272px;
    float: left;
    margin-top: 15px;
    margin-right: 28px;
}
.order-form-label
{
    width: 270px;
    font-size: 11px;
}
.order-form-element-short
{
    width: 130px;
    float: left;
    margin-top: 15px;
    margin-right: 28px;
}
.order-form-label-short
{
    width: 120px;
    font-size: 11px;
}
.order-form-element-medium
{
    width: 180px;
    float: left;
    margin-top: 15px;
    margin-right: 28px;
}
.order-form-label-medium
{
    width: 170px;
    font-size: 11px;
}
.order-form-element-select
{
    width: 80px;
    float: left;
    margin-top: 15px;
    margin-right: 28px;
}
.order-form-label-select
{
    width: 70px;
    font-size: 11px;
}
.form-last-para
{
    width: 300px;
    line-height: 14px;
    float: left;
    font-size: 11px;
    padding-left: 15px;
    text-align: justify;
    margin-top: 5px;
    float: left;
}
.terms-para
{
    width: 290px;
    float: left;
    font-size: 11px;
    padding-left: 15px;
    text-align: justify;
    margin-top: 28px;
    float: left;
}
.terms-text
{
    padding-left: 10px;
    float: left;
}
.pink-submit-button
{
    float: right;
    margin-top: 18px;
}
/* Start of Member Details Area */
.exclamation-text
{
    padding-left: 10px;
    float: left;
}
.member-header-left
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    padding-left: 15px;
    width: 536px;
    background-color: #fc9a03;
    float: left;
    font-weight: bold;
    font-size: 12px;
}
.member-header-right
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    padding-left: 15px;
    margin-left: 1px;
    width: 338px;
    background-color: #fc9a03;
    float: left;
    font-weight: bold;
    font-size: 12px;
}
.member-multi-col
{
    width: 905px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.member-content-left
{
    padding-top: 10px;
    padding-left: 15px;
    width: 536px;
    float: left;
}
.member-content-right
{
    padding-top: 10px;
    padding-left: 15px;
    margin-left: 1px;
    width: 332px;
    float: left;
}
.member-item
{
    margin-top: 25px;
    float: left;
    width: 100%;
}
.member-green-header
{
    background-image: url(../images/subpages/green_background_header.png);
    width: 905px;
    height: 28px;
    float: left;
}
.member-profile-four-col
{
    width: 905px;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.member-profile-first-col
{
    padding-top: 10px;
    padding-left: 10px;
    width: 105px;
    float: left;
}
.member-profile-second-col
{
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 1px;
    width: 328px;
    float: left;
}
.member-profile-third-col
{
    padding-top: 10px;
    padding-left: 10px;
    width: 105px;
    float: left;
}
.member-profile-fourth-col
{
    padding-top: 10px;
    padding-left: 10px;
    width: 326px;
    float: left;
}
.member-orderstatus-item
{
    background-image: url(../images/subpages/member_two_col_background.png);
    background-repeat: no-repeat;
    width: 905px;
    clear: both;
    float: left;
    height: 36px;
}
.member-profile-item
{
    background-image: url(../images/subpages/member_four_col_background.png);
    background-repeat: no-repeat;
    width: 905px;
    clear: both;
    float: left;
    height: 36px;
}
.member-documents-item
{
    background-image: url(../images/subpages/member_documents_col_background.png);
    background-repeat: no-repeat;
    width: 905px;
    clear: both;    
    height: 36px;
}
.member-documents-header-first-col
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    width: 35px;
    background-color: #d30da2;
    float: left;
    text-align: center;
}
.member-documents-header-second-col
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    padding-left: 6px;
    margin-left: 1px;
    width: 651px;
    background-color: #d30da2;
    float: left;
}
.member-documents-header-third-col
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    margin-left: 1px;
    width: 35px;
    background-color: #d30da2;
    float: left;
    text-align: center;
}
.member-documents-header-fourth-col
{
    padding-top: 6px;
    padding-bottom: 8px;
    height: 17px;
    padding-left: 10px;
    margin-left: 1px;
    width: 165px;
    background-color: #d30da2;
    float: left;
}
.member-documents-first-col
{
    padding-top: 10px;
    width: 35px;
    float: left;
    text-align: center;
}
.member-documents-second-col
{
    padding-top: 10px;
    padding-left: 6px;
    margin-left: 1px;
    width: 651px;
    float: left;
}
.member-documents-third-col
{
    padding-top: 10px;
    width: 35px;
    margin-left: 1px;
    float: left;
    text-align: center;
}
.member-documents-fourth-col
{
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 1px;
    width: 165px;
    float: left;
}
.delete-text
{
    float: left;
}
/* End */
/* Login Page */
.login-panel-borders
{
	background-image:url(../images/login_borders.png);
	width:331px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.login-panel
{
	background-image:url(../images/login_background_strip.png);
	width:331px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:hidden;
	margin-top:10%;
	margin-bottom:11%;
}
/* End */
/* Error Page */
.error-panel
{	
	width:260px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:hidden;
	text-align:center;
}
/* End */
/* FAQ Page */
.faq-panel
{		
	width:946px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
/* End */
/* Table-based CSS for subpages */
.subpage-content
{
	background-image:url(../images/subpages/content_transparent.png);
	width:1035px;
	float:left;
	color:#fff;
	font-size:12px;
}
.subpage-right-banner-col
{
	width:725px;
	margin-top:85px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:30px;
	vertical-align:top;
	text-align:justify;
}
.subpage-left-banner-col
{
	background-image:url(../images/subpages/content_transparent.png);
	width:220px;
	height:100%;
	padding-bottom:30px;
}
.subpage-left-banner-col .RadPanelBar_English .rpLink
{
	background-image:url(../images/subpages/submenu_off.png);
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/subpages/submenu_off.png', sizingMethod='image');
	width:220px;
	height:51px;
	margin-top:1px;
	display:block;
	font-size:12px;
}
.subpage-left-banner-col .RadPanelBar_English .rpLink:hover
{
	background-image:url(../images/subpages/submenu_on.png);
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/subpages/submenu_on.png', sizingMethod='image');
	width:220px;
	height:51px;
	margin-top:1px;
	display:block;
	cursor:pointer;
}

.subpage-left-banner-col .RadPanelBar_English .rpLevel1 .rpLink
{
	background-image:url(../images/subpages/level-submenu_off.png);
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/subpages/level-submenu_off.png', sizingMethod='image');
	width:220px;
	height:31px;
	margin-top:1px;
	display:block;
	font-size:12px;
	
}
.subpage-left-banner-col .RadPanelBar_English .rpLevel1 .rpLink:hover
{
	background-image:url(../images/subpages/level-submenu_on.png);
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/subpages/level-submenu_on.png', sizingMethod='image');
	width:220px;
	height:31px;
	margin-top:1px;
	display:block;
	cursor:pointer;
	
}




.banner-cell
{
	position:relative;
	top:10px;
	left:25px;
	top:20px;
}
.submenu-image-item
{
	margin-left:7px;
	margin-top:20px;
}
/* end of subpage */
/* Sitemap styles */
.sitemap-content
{
	width:1035px;
	float:left;
	color:#fff;
	font-size:12px;
}
.sitemap-left-banner-col
{
	background-image:url(../images/subpages/content_transparent.png);
	width:220px;	 
	padding-bottom:30px;
	height:100%;
	text-align:center;
}
.sitemap-left-banner-col img
{
    margin-top:12px;
}
.sitemap-right-banner-col
{
	width:725px;
	margin-top:85px;
	padding-top:35px;
	padding-left:45px;
	padding-bottom:30px;
	vertical-align:top;
	text-align:justify;
}
.sitemap-content-right-side
{
    float: left;
    margin-top: 45px;
    padding-left: 125px;
    padding-bottom:20px;
}
/* end of sitemap */
.popup-captcha
{
    background-image:url(../images/subpages/popups/captcha/background.jpg);
    width:366px;
    height:191px;
    overflow:hidden;       
}
.popup-captcha-title
{
    float:left;
    width:125px;
    margin-bottom:15px;
}
.popup-captcha-control
{
    width:250px;
    margin-bottom:15px;
}
/* popup styles */
.popup-send-to-friend 
{
    background-image:url(../images/subpages/content_transparent.png);
    width:317px;
    padding-left:20px;
    overflow:hidden;   
    padding-top:30px;    
}
.pop-title
{
    float:left;
    width:125px;
    margin-bottom:15px;
}
.pop-control
{
    float:left;
    width:250px;
    margin-bottom:15px;
}
.label
{
	width:163px;
	float:left;
	margin-top:10px;
	font-weight:bold;
}
.control
{
	width:205px;
	float:left;
	margin-top:10px;
}
.clear
{
clear:both;
}
.popup-send-to-friend .link
{
	width:220px;
	float:left;
	margin-top:20px;
}
.input-container-popup
{
	padding-left: 5px;
	padding-top: 2px;
	width: 208px;
	height: 18px;
	border:1px solid #d5d5d5;
}
.input-container-popup input
{
	width:208px;
	height:15px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
.popup-flying-background
{
    background-image: url(../images/subpages/popups/popup_background.jpg);
    background-repeat: no-repeat;
    background-position: top center;    
    width: 100%;
    float: left;
    height:100%;
}
.popup-content-header
{
    background-image: url(../images/subpages/header_transparent.png);
    padding-top: 20px; padding-left: 10px; padding-bottom: 20px;
    width:100%;
}
.duration-background
{
    height:57px;
    background-image:url(../images/subpages/duration_background.png);
    padding-left:27px;
    padding-top:21px;
    margin-bottom:30px;
}
/* end */
/* Content styles */
.subpage-row
{
	width:770px;
	margin-top:0px;
	margin-left:117px;
	
	padding-left:45px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:justify;

}
.subpage-row p
{
/*	width:725px; */
	margin-top:10px;
	font-size:12pt;
}
.subpage-single-row
{
	width:770px;
	margin-top:0px;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:justify;
}
.subpage-single-row p
{
	width:725px;
	padding-top:25px;
	font-size:12pt;
	
}
.subpage-shaded-row
{
	width:770px;
	margin-top:0px;
	margin-left:117px;
	padding-left:45px;
	padding-bottom:20px;
	padding-top:10px;
	text-align:justify;
	background-image:url(../images/subpages/content_row_background.png);
}
.subpage-shaded-row p
{
	width:725px;
	margin-top:10px;
	font-size:12pt;
}
.subpage-content-header
{
	font-family:Times new roman;
	font-size:22pt;
	line-height:14px;
	padding-bottom:10px;
	padding-top:10px;

}

#bigp
{
	font-family:Times new roman;
	font-size:18pt;
	line-height:14px;
	padding-bottom:10px;
	padding-top:10px;
	color:#FF6600;
}

#orangeh2{
	font-family:Times new roman;
	font-size:18pt;
	line-height:14px;
	padding-bottom:10px;
	padding-top:10px;
	color:#FF6600;
}

#lightblueh2{
	font-family:Times new roman;
	font-size:18pt;
	line-height:14px;
	padding-bottom:10px;
	padding-top:10px;
	color:#E3E9F2;
}


.subpage-sub-header
{
	font-family:Arial;
	font-size:14px;
	height:14px;
	font-weight:bold;
}
.subpage-list
{
	list-style:disc;
	margin-top:15px;
	margin-left:45px;
	line-height:22px;
	text-align:justify;
	font-size:12pt;
}
.subpage-list li { padding-left:15px;padding-right:50px;}
.nested-ordered-list
{
width:725px;
clear:both;
margin-top:10px;
margin-bottom:10px;
float:left;
}
.nested-ordered-list-bullet
{
width:50px;
float:left;
}
.nested-ordered-list-data
{
width:675px;
float:left;
}
/* editor classes */
.history
{
    background-position: left 35px;
    *background-position: left 58px;
    background-image: url('../images/subpages/history_background.png');
    width: 815px;
    background-repeat: no-repeat;
    height: 100%;
}
/* end */

h1{
	line-height:28px;
}
