﻿@import url("login.css");
@import url("did.css");

body 
{
    margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/    
    font-family: Arial;
    font-size: 10pt;
    background-image: url(../images/site/bg.gif);
    background-color: #7a7a7a;
    background-repeat: repeat-x;
    
}

img
{
    border: 0;
}

li
{
    list-style-type: square;
}

a
{
    font-family: Arial;
    font-size: 10pt;
    color: #7a7a7a;
    text-decoration: none;
}

td
{
    font-family: Verdana;
    font-size: 11px;
}

#nav
{
	background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    border: 0;
    margin-right: 0px;
    clear: both;
    height: 75px;
}

#nav img
{
    float: left;
}

.clear
{
    clear: both;
}

#wrapper
{
    font-family: Arial;
    font-size: 10pt;
    width: 900px;
    height: 800px;
    margin: 60px 0px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* to realign your text */
}

div#manageaccount
{
	background-image: url(../images/site/manageaccountbg.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 66px;
	position: absolute;
	left: 875px;
	top: 20px;
	padding: 10px 10px 10px 10px;
}

div#manageaccount input
{
    font-family: Arial;    
    font-size: 8pt;
}	

#splash
{
    background-image: url(../images/site/splash.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;   
}

#fpsplash
{

}

#content
{
    font-family: Arial;    
    font-size: 10pt;
    background: #ffffff;
    padding: 5px;
    width: 880px;
    height: 400px;
    padding: 10px 10px 10px 10px;
    -moz-opacity:0.75;
    filter:alpha(opacity=75);
	opacity: 0.75;
	overflow: auto;
}

div.fpbox
{
	background-color: #ffffff;
	border: solid 1px #6e9bc7;
    padding: 5px;
    -moz-opacity:0.50;
    filter:alpha(opacity=50);
	opacity: 0.50;
	margin-bottom: 2px;
}

div.fpbox a
{
	color: #000000;
}

div.fpbox ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#fpcontent
{
    background-image: url(../images/site/splash_fp.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;   
    font-family: Arial;    
    font-size: 10pt;
    padding: 5px;
    width: 880px;
    padding: 10px 10px 10px 10px;
}

#securecontent
{
    font-family: Arial;    
    font-size: 10pt;
    background: #ffffff;
    padding: 5px;
    height: 400px;
    padding: 10px 10px 10px 10px;
	#padding: 10px 0 10px 5px;
	overflow: auto;
}

span.sectionheader
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

span.service
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    background: #333333;
    color: #ffffff;
    display: block;
    padding: 2px;
}

p.content
{
    font-family: Arial;
    font-size: 10pt;
	padding: 0px;
}

span.bio
{
	font-weight: bold;
}

span.faq
{
	font-weight: bold;
	text-decoration: underline;
	color:#B93F15;
}


/* drop down menus */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0px;
	padding: 0px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position:  absolute;
	visibility: hidden;
	margin: 60px 0 0 0 ;
	padding: 0;
	background: #6e9bc7;
	border: 1px solid #5970B2;
	z-index: 1000;
	clear: left;
	
	}

	#sddm div a
	{	
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #6e9bc7;
		color: #ffffff;
		font: 11px arial}

	#sddm div a:hover
	{	background: #fe6e00;
		color: #FFF}
		
/****** rounded corners box *****/
.t {background: url(../images/site/dot.gif) 0 0 repeat-x; width: 20em; background-color: auto;}
.b {background: url(../images/site/dot.gif) 0 100% repeat-x}
.l {background: url(../images/site/dot.gif) 0 0 repeat-y}
.r {background: url(../images/site/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/site/bl.gif) 0 100% no-repeat}
.br {background: url(../images/site/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/site/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/site/tr.gif) 100% 0 no-repeat; padding:10px} 

/**********************************/		


/*div.securemenu
{
	padding: 5px;
	background-color: #6e9bc7;
	color: #ffffff;
	border: solid 2px #ffffff;
}

div.securemenu ul
{
	line-height: 20px;
}

div.securemenu a
{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

div.securemenu a:hover
{
	background-color: #fe6e00;
	text-decoration: none;
}

div.securemenu a.selected
{
	background-color: #fe6e00;
	text-decoration: none;
}

span.securemenutitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}*/

.tabon
{
	background-color: #6e9bc7;
	border: solid 1px #b5bcbf;
	color: #ffffff;
}

.taboff
{
	background-color: #333333;
	border: solid 1px #b5bcbf;	
	color: #ffffff;	
}

.btnOrange
{
    border-style: none;
    background-image: url('../images/site/btnorange.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    width: 150px;
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.btnOrange1
{
    border-style: none;
    background-image: url('../../images/site/btnOrangeBg.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    width: 150px;
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}