/* Default CSS Stylesheet for a new Web Application project */

* {margin:0; padding:0;}

body
{
 background-color:#484860;
 font-family:Trebuchet MS;	
 font-size:11px;
}

p
{
	margin-top:6px;
	font-size:1em;	
	font-family:Trebuchet MS;	
	margin-bottom:10px;
}

A:link	
{
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#F56E1E;
	}


h1
{
	color:#FFFFFF;
	font-size:1.4em;
	font-family:Trebuchet MS;
	line-height:15px;
}

h2
{
	font-family:Trebuchet MS;	
	font-size:1.2em;
	color:#F56E1E;
	margin-bottom:6px;
}

a h2
{
	text-decoration:none;
}

h3
{
	font-family:Trebuchet MS;	
	font-size:1.1em;
	color:#F56E1E;
	margin-bottom:6px;
	margin-top:12px;	
}

ul
{
	margin-left:16px;	
}

ul li
{
	list-style-image:url(images/para/bullet.gif);	
	margin-bottom:7px;	
}

ol.normalol li
{
	margin-left:30px;
	margin-bottom:10px;
}

	
.fieldspacer {
	margin:3px;
	height:3px;
	clear:both;
}

.fieldlabel 
{
	font-family:Trebuchet MS;
	font-size:1em;
	font-weight:bold;
	width:130px;
	vertical-align:absmiddle;		 
	float:left;
	display:inline-block;
}

.formfield
{
	font-family:Trebuchet MS;
	font-size:1em;
	height:18px;
	margin-right:5px;
	max-width:230px;
	width:230px;	
}

.selectedInsurance
{
	font-family:Trebuchet MS;
	font-size: 1.1em;
	font-weight:bold;
}

#background
{
	background-color:#484860;	
}

#pagepos
{
	margin:auto;
	background-color:#FFFFFF; 
	background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	width:750px; 
	display:block;
	text-align:left;
	overflow:visible;
}

#banner
{
	width:750px;
	height:120px;
	padding:0;
	margin:0;
	position:relative;
}

#bannertitle
{
		background-image:url(images/para/title.gif);
		width:444px;
		height:59px;
		cursor:hand;
}

#bannertopright
{
	background-image:url(images/top_tandem.gif);
	height:85px;
	width:140px;		
	float:right;
}

#contentarea
{
	float:left;
	width:555px;
}

#leftmenu
{
	float:left;	
	margin-right:30px;
	width:150px;
}

ol.leftmenulist
{	
	width:150px;
	margin-top:-20px;
}

ol.leftmenulist a:visited li, ol.leftmenulist a:active li, ol.leftmenulist a li
{
	text-decoration:none;
	color:#FFFFFF;
	line-height:20px;
	font-size:14px;
	margin-left:0px;
	list-style-type:none;
	list-style-image:none;
	width:150px;
	color:#FFFFFF;
	
	margin-bottom:10px;
	height:20px;
	cursor:hand;
}

li.menuitem_selected
{
	background-image:url(images/para/nav_bg_down.gif);		
}

li.menuitem
{
	background-image:url(images/para/nav_bg_up.gif);		
}

.colheader
{
	background-color:#F56E1E;
	width:268px;	
	padding:0;
	margin:0;
}

.colheaderText
{
	font-size:1.4em;
	color:#FFFFFF;
	margin:0;	
	margin-top:4px;
	height:26px;
	padding:0;
}

#leftcol
{
	float:left;
	width:268px;	
	border:solid 1px #F56E1E;
	background-color:#FFFFFF;
	position:relative;
}

#leftcolText
{
	margin:10px 0px 10px 10px;
	height:177px;
	vertical-align:top;
}

#rightcol
{
	margin-left:15px;
	float:right;
	width:268px;	
	border:solid 1px #F56E1E;
	background-color:#FFFFFF;
	position:relative;
	
}

#rightcolText
{
	margin:10px;
	height:177px;
	vertical-align:top;	
}

#fullcol
{
	width:492px;
	border:solid 2px #F56E1E;	
	background-color:#FFFFFF;
}

#footer
{
	clear:both;
	height:100px;
	font-size:10px;
	margin:10px 0;
}

#footerLine
{
	height:1px;
	width:720px;
	margin:15px;	
	background-color:#F56E1E;
}

.botrightcorner
{
	position:absolute;
	top:359px;
	left:243px;
	height:26px;
	width:26px;
	background-image:url(images/para/boxcorner.gif);	
	margin-bottom:-1px;
	margin-right:-1px;
}

.smallfont
{
	font-family:0.8em;	
}

.vsmallfont
{
	font-size:0.9em;	
}

.mozillanextline
{
	display:none;	
}