/* CSS Document */

/* Global Font */
body {
	background-color: #D0D0D0;
	font-family: verdana;
	margin: 0px;	
}

.contentTable {	
	background-attachment: fixed;
	background-color: White;
	background-position: center;
	background-repeat: no-repeat;	
	background: white url(../images/Prostar_logo.gif) no-repeat fixed center;
	z-index: 1;
}

.body_nav_list {
	display: block;
	list-style-image: url(pix/blue_dbl_arrow.gif);
}

.body_cont_title {
	font-weight:bold;
	padding-top: 4px;
}

h1 {
	font-size:18px;
}

a {
	color: #0000DB; 
	/* color : #005288; */
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: teal;
}

/* ---- Standard Page Links ---- */
a.paraLink:link {
	color: blue;
	text-decoration:none;
}

a.paraLink:visited {
	color: blue;
	text-decoration:none;
}

a.paraLink:active {
	color: blue;
	text-decoration:none;
}

a.paraLink:hover {
	color: blue;
	text-decoration:underline;
}


.default {
	font-size: 10pt; 
	font-family: verdana;
}

.tabLinkText {
	font-size:11px; 
	font-family: verdana;
}

.smallText {
	font-size: 10px; 
	font-family: verdana;
}

.formText {
	font-size: 10pt; 
	font-family: verdana;
}

.bannerText {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 6px;
}

/* Global Table */
.mainTable {
	border: 1px solid #666666;
	width: 910px;
	background-color: White;
}

/* CSS Document */
#titleTable {
	float: right;
	width: 93%;
	height: 23px;	
	background-color: #DFF0FF;	
	/* background-color: #D7D7D7; ~ background: url(../images/insuranceservices_blue_leftbarsectionbackground.gif) repeat; */
	margin-left: 12px;
	margin: 15px 0px 10px 0px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.titleTD {
	 padding: 4px 0px 3px 14px;
	 font-variant: small-caps;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 20px 0px 30px 0px;
	line-height: 18px;
}

.contentTight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	padding: 15px 0px 30px 0px;
	width: 85%;
}

.blueBold {
	 color: #006699; 
	 font-weight: bold; 
	 text-decoration: underline;
	 padding:30px 0px 10px 0px;
	 font-size: 125%;
}

#bottomBars {
	height: 6px;
	background-color: #154F7F;
	font-size: 6px;
}

/* --- Gray Rounded Corner Box --- */
.gray_box {
	background: url(../images/box_tl.png) no-repeat top left;
}
.gray_top {
	background: url(../images/box_tr.png) no-repeat top right;
}
.gray_bottom {
	background: url(../images/box_bl.png) no-repeat bottom left;
}
.gray_bottom div {
	background: url(../images/box_br.png) no-repeat bottom right;
}
.gray_content {
	background: url(../images/box_r.png) top right repeat-y;
}

.gray_top div,.gray_top,
.gray_bottom div, .gray_bottom {
	width: 100%;
	height: 19px;
	font-size: 1px;
}
.gray_content, .gray_bottom {
	margin-top: -19px;
}
.gray_content { padding: 0 15px; }


/* -- Blue corner box
.blue_box {
	background: url(../images/bluebox_tl.png) no-repeat top left;
}
.blue_top {
	background: url(../images/bluebox_tr.png) no-repeat top right;
}
.blue_bottom {
	background: url(../images/bluebox_bl.png) no-repeat bottom left;
}
.blue_bottom div {
	background: url(../images/bluebox_br.png) no-repeat bottom right;
}
.blue_content {
	background: url(../images/bluebox_r.png) top right repeat-y;
}

.blue_top div,.blue_top,
.blue_bottom div, .blue_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.blue_content, .blue_bottom {
	margin-top: -19px;
}
.blue_content { padding: 0 10px; }
 */
/* ------------ */

.quotes_title {
	font-size: 12px;
	margin-bottom:8px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.products_title {
	font-size: 15px;
	text-decoration: underline;
	margin-bottom:8px;
}

.products_li {
	padding-bottom: 5px;
	list-style-type: square;
}

/* -- Tigra Hint Text -- */
.hintSpan {
    color : #005288;
}

.hintText {
	font-family: verdana, arial, tahoma ;
	font-size: 10pt;
	background-color: #FFFFCC;
	color: #000000;
	padding: 4px;
}
/* -- End Tigra Hint Text -- */