/*-----style body-----*/
body {
	background-color: #6595c9;
}

/*-----style main table-----*/
.main-bg-tile {
	background-image: url(/global-images/main-bg-tile.jpg);
}

/*-----backrgound image for rt column-----*/
.rt-td-tile {
	background-image: url(/global-images/rt-nav/rt-bg-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*-----set font and size for site-----*/
table td {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/*-----style main body conten-----*/
div#maincontent {
margin: 20px  10px 0px 25px;
}

/*-----style right column text and links-----*/
div#rtcolumn {
	margin: 20px 10px 0px 15px;
	color: #FFFFFF;
}
.orangebold {
	font-size: 15px;
	color: #781B0B;
}
.greenheading {
	font-size: 16px;
	color: #016766;
}
.h1 {
	font-size: 16px;
	color: #016766;
}
.subheading {
	font-size: 14px;
	color: #D8612F;
	font-weight:normal;	
}
.reviews {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#666666;
}
#header {
	float:left;
}
#mini-nav {
	float:right;
	width:100px;
}	
#slider1 {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}	
#slider2 {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}
#slider3 {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}
#slider4 {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}
#slider5 {
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}
.slider-style {
	padding: 2px 0 2px 0px;
}		
div#rtlinks a:link, a:active, a:visited {color: #FFFFFF;
}
div#rtlinks a:hover {color: #FFFF00;
	text-decoration: none;
}

.bluesubheading {
	font-size: 12px;
	font-weight: bold;
	color: #33659A;
}

/*-----style for pricing page table borders-----*/

.pricetable {
	border: 1px dotted #EF692E;
}

/*-----redefine horizontal rule-----*/

hr {
	border-top: 1px dotted #EF692E;
}

/*-----define link colors for broad ranging links-----*/

a:link {
	color: #016766;
	text-decoration: underline;
}
a:visited {
	color: #016766;
	text-decoration: underline;
}
a:hover {
	color: #EE692E;
	text-decoration: none;
}
a:active {
	color: #016766;
	text-decoration: underline;
}
.disclaimer {
	font-size: 9px;
	font-style: italic;
	color: #016776;
}

/*-----define image floats-----*/


#image-box {
	width: 390px;
	float: left;
	background-color: #FFFFFF;
}
img.floatLeft { 
    float: left; 
    margin-right: 6px; 
	clear: left;
}
img.floatLeft2 { 
    float: left; 
    margin-right: 6px;
	margin-top:  18px; 
	clear: left;
}
img.floatRight { 
    float: right; 
    margin: 0px; 
	clear: left;
}
.clear {
	clear:both
}

/*-------------Map formatting---------*/
#top_bar {
	font-size: 0.9em; 
}
#map {
	width: 390px;
	height: 390px;
	margin: 10px 0px 20px 0px;
}

/*-------------FAQ expanding div--------*/

.technology{ 
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
}
.openlanguage{ 
	color: #EE692E;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
}
.closedlanguage{
	color:#000000;
	margin: 0px 0px 0px 3px;
	font-weight: bold;
}