<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin: 0;
	padding: 0;
	border: none;
}

h3
{
	font-size: small;
}

.invalid
{
    color: Red;
    border: solid 1px red;
}

body
{
	background: #B4B4B4 url(images/body_bg.gif) repeat left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 75%;
}

.unitAvailGrid
{
    border: solid 1px black;
}
.Rows
{
    
}
.QuoteHeading {
    width: 50%; 
    font-weight: bold;
}
.QuoteValue {
    width: 50%; 
    text-align: right;
}
/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
	vertical-align: middle;
    overflow: hidden;
}

#headertext
{
	border: solid 0px red;
	color: white;
	font-family: Arial;
	font-size: medium;
	display: block;
	float: right;
	text-align: left;
	padding-top: 35px;
	width: 350px;
	height: 125px;
	
}

#master_headertop
{
	/*background: url(images/headerbackground.jpg) repeat left top;*/
}

#master_headerbottom
{
	/*background: url(images/headerbackground.png) repeat left top;*/
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

/*.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}*/

.sidebarheader
{
	height: 24px;
	padding: 0 0 0 35px;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border-left: 1px dotted #0F2543;
	border-right: 1px dotted #0F2543;
	border-bottom: 1px dotted #0F2543;
	padding: 15px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
	background: #FFF;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: navy;
	color: #FFF;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}
#master_contentheader
{
	height: auto;
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
	clear: both;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.syrasoft_footer {
    clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
/* Content Page Layout */
.heading {
	padding: 1em 0 1em 0;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
}
.footer {
    clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.subheading{
	padding: .8em 0 0.5em 0;
	color: #0F2543;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
}

p {}
em {font-style:italic;}
i {font-style: italic;}
strong {font-weight: bold;}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.hidden
{
    display: none;
}

.errorpanel
{
    color: Red;
    border: solid 1px red;
}

/* pages */

.availabilityreservelink
{
    text-align: center;
    vertical-align: middle;
}

.aboutaddress
{
    display: block;
    border-top: solid 1px black;
    width: 100%;
}

.divNav
{
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
}
.MoveInNavButton
{
    width: 24%;
    min-width: 100px;
}
.divNavMouseover
{
    background: #718CC3; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#718CC3', endColorstr='#203971'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#718CC3), to(#203971)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #718CC3,  #203971); /* for firefox 3.6+ */
    
    color: Silver;
}
.divNavClick
{
    background: #203971; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#203971', endColorstr='#718CC3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#203971), to(#718CC3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #203971,  #718CC3); /* for firefox 3.6+ */
    
    color: Silver;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 2px black;
    border-left: solid 2px black;
}
.MoveInTextBox
{
    width: 99%;
}
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;    
}
.PaymentLabelMinWidth
{
    width: 150px; 
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    clear:both;
}
.PaymentInput
{
    max-width: 225px; 
    min-width: 125px; 
    width: 50%;
}
.PaymentComboInput
{
    max-width: 175px; 
    min-width: 75px; 
    width: 99%;
}
.Pad10
{
    padding-bottom: 5px;
    min-height: 21px;
}

/*Mobile Classes*/
.MobileNavButton
{
    width: 75%;   
}
.MobileNavSpacing
{
    width: 99%;
}

.Center
{
    margin-right: auto;
    margin-left: auto;  
    text-align: center;  
}

.inputPanel
{
    width: 80%;
}

/* AutoPay */
.forward
{
    width: 99%;
    text-align: center;
    cursor: pointer;
}
.Back
{
    width: 5%;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.btnDiscontinue
{
    width: 40%;
    float: right;
    padding: 5px;
}
.divAreYouSure
{
    width: 99%;
}
.divAreYouSureText
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.confirmationButton
{
    width: 40%;
}

.panel
{
    width: 99%;    
}
.step
{
    width: 25%;
}
.working
{
    background: Silver; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#666666)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #CCCCCC,  #666666); /* for firefox 3.6+ */
}
.done
{
    background: Green; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33CC33', endColorstr='#003300'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#33CC33), to(#003300)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #33CC33,  #003300); /* for firefox 3.6+ */
}
.progress
{
    width:99%;
    margin-left: auto;
    margin-right: auto;
}

.fullborders
{
    border: 1px solid black;
}
.divBrowserOutOfDate 
{
    /*height: 50px; */
    width:100%; 
    background: White; 
    font-size:larger; 
    font-weight:bold; 
    border-bottom: 3px solid #F2B100; 
    margin-bottom:5px;
    min-width: 800px;
}
.OutOfDateBrowser
{
    width:99%; 
    margin-left:auto; 
    margin-right: auto; 
    text-align:center;
}
.CompatibilityView
{
    padding-left:5px; 
    width:99%; 
    margin-left:auto; 
    margin-right: auto; 
    text-align:center;
}</pre></body></html>