﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
}

table.generalBox 
{
    background-color: #E8EEFA;
    border: 3px double #C3D9FF;
}

table.leftMenu
{
    width: 160px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #81AFFF;
    background-color: #FFFFFF;
}

table.userList
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

td.userTd
{
    text-align: left;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

td.userHd
{
    height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: #C3D9FF;
    border: 1px solid #000000;
}

a:link
{
    color: #004A8C;
    text-decoration: none;    
}

a:visited
{
    color: #004A8C;
    text-decoration: none;
}

a:hover
{ 
    color: #BB0000;
    text-decoration: underline;
}

a.menu:link
{
    color: #0000FF;
    text-decoration: underline;    
}

a.menu:visited
{
    color: #0000FF;
    text-decoration: underline;
}

a.menu:hover
{ 
    color: #BB0000;
    text-decoration: underline;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

span.pgTitle
{
    font-size: 18px;
    font-weight: bold;
}

span.copyright
{
    font-size: 11px;
}

div.panel
{
    margin: auto;
}

div.menuBox 
{
    text-align: center;
    
}

div.topMenu
{
    width: 450px;
    text-align: center;
    margin: auto;
}

div.mainCont
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: #ffffff;
}

div.profileList
{
    padding-left: 10px;
    line-height: 80%;
    margin: 10px 0px 20px 0px;
}

hr 
{
    color: #C3D9FF;
    background-color: #C3D9FF;
    border: 0px;
}


/* Round Box 1*/
div.rbTpLf1
{
    height: 1px;
    margin: 0 6px;
    border-bottom: 1px solid #81AFFF;
    overflow: hidden;
}

div.rbBtRt1
{
    height: 1px;
    margin: 0 6px;
    border-top: 1px solid #81AFFF;
    overflow: hidden;
}

div.rbLnA1
{
    height: 1px;
    margin: 0 4px;
    border-left: 2px solid #81AFFF;
    border-right: 2px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbLnB1
{
    height: 1px;
    margin: 0 3px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbLnC1
{
    height: 1px;
    margin: 0 2px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbCnr1
{
    height: 2px;
    margin: 0 1px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbContent1
{
    padding: 0 5px;
    text-align: left;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    background-color: #C3D9FF;
}

/* Round Box 2*/
div.rbTpLf2
{
	height: 1px;
	margin: 0 6px;
	border-bottom: 1px solid #FD682E;
	overflow: hidden;
}

div.rbBtRt2
{
	height: 1px;
	margin: 0 6px;
	border-top: 1px solid #C3D9FF;
	overflow: hidden;
	color: #FFFFFF;
}

div.rbLnA2
{
	height: 1px;
	margin: 0 4px;
	border-left: 2px solid #FD682E;
	border-right: 2px solid #FD682E;
	overflow: hidden;
	background-color: #FD682E;
}

div.rbLnB2
{
	height: 1px;
	margin: 0 3px;
	border-left: 1px solid #FD682E;
	border-right: 1px solid #FD682E;
	overflow: hidden;
	background-color: #FD682E;
}

div.rbLnC2
{
	height: 1px;
	margin: 0 2px;
	border-left: 1px solid #FD682E;
	border-right: 1px solid #FD682E;
	overflow: hidden;
	background-color: #FD682E;
}

div.rbCnr2
{
	height: 2px;
	margin: 0 1px;
	border-left: 1px solid #FD682E;
	border-right: 1px solid #FD682E;
	overflow: hidden;
	background-color: #FD682E;
}

div.rbContent2
{
	padding: 0 10px;
	text-align: left;
	border-left: 1px solid #FD682E;
	border-right: 1px solid #FD682E;
	background-color: #FD682E;
color: #ffffff;
}

div.rbContent3
{
	padding: 10px 15px;
	text-align: left;
	border-left: 1px solid #C3D9FF;
	border-right: 1px solid #C3D9FF;
	background-color: #FD682E;
color: #ffffff;
}


span.largetext
{
    font-size: 14px;
}

span.smalltext
{
    font-size: 6px;
    color:White;
}


.topbar
{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    padding: 0px 15px 0px 15px;
}
.copy
{
    color: #FD682E;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
}

.divider
{
padding: 0px 15px 0px 15px;
}



.standard
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
.skyitalic
{
    color: #FFFFFF;
    font-style: italic;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 15px 0px 3px 15px;
    text-align: center;
}

.mainheader
{
    font-size: 10px;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
}

.accent
{
    color: #CC7C47;
}


#VolusionLiveChat
{
    color: #FFFFFF;
    font-weight: bold;
}


.phone
{
    background-image: url( "../images/phone.gif" );
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0px 175px 0px;
}

.mainheaderwhite
{
    color: white;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 25px 0px 25px 0px;
    text-align: center;
}



BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P
{
    font-size: 9pt;
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}




.gray
{
    color: #999999;
}

UL
{
	margin: 0 0 1.3em 13px;
	padding: 0;
	list-style-type: none;
}

UL.bullet LI, OL LI UL.bullet LI
{
    margin: 0;
    padding: 1px 0 .5em 17px;

    background: url( "../images/arr1.gif" ) no-repeat 1px .4em;
}



A.topmenu
{
    color: #FD682E;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.topmenu:link
{
    color: #FD682E;
    text-decoration: none;
}
A.topmenu:visited
{
    color: #FD682E;
    text-decoration: none;
}
A.topmenu:active
{
    color: #FD682E;
    text-decoration: none;
}
A.topmenu:hover
{
    color: #297BC2;
    background: #FFFFFF;
    text-decoration: none;
}

A.botmenu
{
    color: #004A8C;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.botmenu:link
{
    color: #004A8C;
    text-decoration: none;
}
A.botmenu:visited
{
    color: #004A8C;
    text-decoration: none;
}
A.botmenu:active
{
    color: #004A8C;
    text-decoration: none;
}
A.botmenu:hover
{
    color: #CC7C47;
    text-decoration: none;
    background: #FFFFFF;
}

A.mainmenu
{
    color: #FD682E;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.mainmenu:link
{
    color: #FD682E;
    text-decoration: none;
}
A.mainmenu:visited
{
    color: #FD682E;
    text-decoration: none;
}
A.mainmenu:active
{
    color: #FD682E;
    text-decoration: none;
}
A.mainmenu:hover
{
    color: #CC7C47;
    text-decoration: none;
    background: #FFFFFF;
}

A.boxheader
{
    color: #CC7C47;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.boxheader:link
{
    color: #CC7C47;
    text-decoration: none;
}
A.boxheader:visited
{
    color: #CC7C47;
    text-decoration: none;
}
A.boxheader:active
{
    color: #CC7C47;
    text-decoration: none;
}
A.boxheader:hover
{
    color: #004A8C;
    text-decoration: none;
    background: #FFFFFF;
}


A.more
{
    font-weight: bold;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.more:link
{
    color: #990000;
    text-decoration: none;
}
A.more:visited
{
    color: #990000;
    text-decoration: none;
}
A.more:active
{
    color: #000666;
    text-decoration: underline;
}
A.more:hover
{
    color: #000666;
    text-decoration: none;
}

A.quote
{
    font-weight: bold;
    font-size: 15px;
    color: #CC7C47;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.quote:link
{
    color: #CC7C47;
    text-decoration: none;
}
A.quote:visited
{
    color: #CC7C47;
    text-decoration: none;
}
A.quote:active
{
    color: #CC7C47;
    text-decoration: none;
}
A.quote:hover
{
    color: #CC7C47;
    text-decoration: none;
    background: #FFFFFF;
}

td.sky
{
    background-image: url( '../images/sky.gif' );
    color: white;
    font-size: 30px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 15px 15px 0px;
}


.bodytext
{
    color: #333333;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
.heading
{
    font-weight: bold;
    font-size: 15px;
    color: #CC7C47;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.title
{
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

.header
{
    font-weight: bold;
    font-size: 15px;
    color: #458B95;
    font-family: Arial, Helvetica, sans-serif;
}

A.faq
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.faq:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.faq:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.faq:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.faq:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}