/* CSS Document */

body 

	{

	background-color: #FFFFFF;
	color: black;
	margin-top: 2px;
	
	}

body a {
	
	outline: none;	
	
}


h1

	{

	font: normal bold normal 15px Arial, Geneva, sans-serif; 
	color: black;
	background-color: white;
	text-align: center;

	}
	
	h3

	{

	font: normal bold normal 1.3em Arial, Geneva, sans-serif; 
	color: #666666;
	background-color: white;
	text-align: left;
	margin-left: 10%;
	/*border: 1px solid red;*/

	}


.plblue	{
	
	
	color: #00309C;
	
}


.topPad10 {
	
	padding-top: 10px;
	
}
		
		

div

	{

	font: normal normal normal 12px  Arial, Geneva, sans-serif; 
	margin: 0px;
	padding: 0px;
	
	}



img

	{

	border: 0;

	}


.link

	{

	font: normal normal bold 12px Arial, Geneva, sans-serif;
	text-decoration: none;
	color: black;

	}





p.row a

	{

	font: normal bold normal 12px Arial, Geneva, sans-serif;
	color: black;
	width: 100px;
	height: 2em;
	text-decoration: none;
	padding: .5em;
	background-color: #D6D6D6; 

	}


p.row a:hover

	{

	
	text-decoration: underline;
	 

	}



#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 754px;	
	margin-left:   auto;
	margin-right:   auto;

	}


#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 

	background-image:  url(images/positivelylegal_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 106px;
	background-color: white;

	}




#logo img

	{

	float: right;
	padding: 0;
	border: 1px solid #00309C;


	}




#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the menu and maincontent divs */

		/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width:754px;
	
	background-color: #FFFFFF;
	color: #666666;
	position: absolute;
	top: 106px;
	margin: 0px;
	padding: 0px;
	background-image:  url(images/menu_background.gif);
	background-repeat: repeat;
	background-position: top left;

	}


#date


	{
	
	position:relative;
	top: -6px;
	left: 0px;
	z-index: 1;
	width: 126px;
	
	/*border: 1px solid black;*/

	}


#date p

	{

	font: normal normal bold 10px Arial, Geneva, sans-serif;
	text-align: center;
	}


#quote

	{

	
	text-align: center;
	
	font: normal normal bold 12px Arial, Geneva, sans-serif;
	background-color: white;
	color: #00309C;

	}


.emailBorder

	{

	margin-left:   auto;
	margin-right:   auto;
	width: 600px;
	border: 1px solid #00309C;

	background-image:  url(images/menu_background.gif);
	background-repeat: repeat;
	background-position: top left;

	}


.emailBorder p img

	{

	margin: 4px;

	}



.emailFormat

	{

	padding: 10px;
	position: absolute;
	top: 150px;
	border: 1px solid blue;
	width: 580px;

	}


.emailDate

	{

	color: black;
	padding-right: 20px;
	margin: 20px 0;
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	width: 50%;
	text-align: right;
	float:right;
	border: 1px solid red;
	}

.emailBack

	{

	position: relative;
	top: 60px;	

	}


.emailFooter

	{
	
	clear: both;
	font: normal normal normal 10px Arial, Geneva, sans-serif;
	text-align: center;
	
	}


.normalBlack

	{

	font: normal normal bold 12px Arial, Geneva, sans-serif;

	}



#menu

	{
	
	float:left;
	position: relative;
	padding: 0px;
	width: 130px;

	}



ul#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	/*border: 1px solid green;*/
	
	}



ul#mainnav li a


	{

	font: normal normal normal 12px Arial, Geneva, sans-serif;
	padding: 2px 0px 2px 4px;
	color: #00309C;
	background-color: #D6D6D6;
	text-decoration: none; 
	text-transform: capitalize;
	line-height: 2em;
	width: 125px;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0 0px 0px;
	text-align: left;
	display: block;		/* use display block to highlight entire area and not just the text link */
	
	}





ul#mainnav li a:hover


	{

	
	background-color: white;
	color: #00309C; 
	text-decoration: underline;
		
	
	}



ul#mainnav ul.subnav

	{

	padding: 0;
	margin: 0;
	list-style: none;
	/*border: 1px solid yellow;*/

	}



ul#mainnav ul.subnav li a

	{

	border-bottom: 0px;
	background-color: #EBEBEB;
	margin-left: 0px;
	width: 200px;
	padding-left: 25px;

	}


ul#mainnav ul.subnav li a:hover

	{

	background-color: #EBEBEB;
	margin-left: 0px;
	width: 200px;
	padding-left: 25px;
	

	}


#contentmain

	{

	
	float:right;

	position: relative;
	left: -14px;
	padding: 0px;
	padding: 5px;
	
	/*min-height: 350px;*/
	width: 490px;
	margin: 0;
	margin: 40px 0px 14px 0px;
	/*border: 1px solid red;*/
	
	}


#contentmain p

	{

	margin-bottom: 2em;
	padding-left: 10px;
	
	}

	
	
#contentmain ul

	{
	
	list-style-type: square;
	list-style-image: url(images/blue_box.gif);
	}		

.tinyBlack

	{
	
	font: normal normal bold 11px Arial, Geneva, sans-serif;
	
	}


.tinyBlackNormal

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	
	}


#footer 

	{
	clear: both;
	width:754px;
	
	margin-left: 0px;
	height: 20px;
	background-color: white;
	color: #00309D;
	position: relative;
	/*border-left: 1px solid #00309C;*/
	padding: 0px 0 2px 0;
	line-height: 2em;
	font: normal normal normal 10px Arial, Geneva, sans-serif;
	}


#footer a
	
	{  
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	color: #6D6D6D;
	
	text-decoration: none; 
	}




#footer a:hover
	
	{  
	

	text-decoration: underline;
		
	}



p

	{
	width: 100%;
	margin: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	text-align: justify;
	
	line-height: 1.4em;
	}


p.row

	{
	clear:both;
	width: 100%;
	
	
	
	}

p.row span.leftcol

	{
	width: 30%;
	float: left;
	padding-left: 10px;
	/*border: 1px solid blue;*/
	text-indent: 0;

	}


p.row span.rightcol


	{

	width: 60%;
	float: right;
	margin: 0 20px 20px 0;
	text-align: left;
	/*border: 1px solid yellow;*/
	text-indent: 0;

	}


p img

	{

	
	background-color: white;

	}


.alert

	{

	color: red;
	background-color: white;
	border: 1px solid red;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	padding: 5px;
	text-align: left;
	margin: 15px auto 0 auto;

	}


.generalNote

	{
	
	color: purple;
	background-color: white;
	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	padding: 5px 0 0 0;
	text-align: left;
	margin: 5px 0 15px 0;

	}


.red

	{
	
	color: red;
	background-color: white;
	
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	}





p.highlight

	{

	
	text-align: left;
	padding-left: 4px;
	font: normal bold normal 12px Arial, Geneva, sans-serif;
	background-color: #CCCCCC;


	}




#tracks

	{
	width: 98%;
	margin: 1%;
	border-collapse: collapse;
	}

#tracks td

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	padding: 0px 5px;
	line-height: 28px;
	width: 42%;
	text-align: left;

	}

#tracks tr.even

	{

	background-color: #E1D5E6;

	}



.divider

	{
	
	line-height: 1px;
	padding-left: 30%;
	padding-right: 30%;
	border-bottom: 1px solid #CCCCCC;
	
	}
	
	
.profileHeader

	{
	
	color: black;
	background-color: #EBEBEB;	
	border-bottom: 1px solid #CCCCCC;
	padding-left: 8px;
	width: 300px;
	
	}


#leftList

	{
	
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	width: 49%;
	line-height: 2em;
	float: left;
	/*border: 1px solid blue;*/	
		
	}
	
	
#rightList

	{
	
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	width: 49%;
	line-height: 2em;
	float: right;
	/*border: 1px solid red;*/	
		
	}	


	
ul#quoteList	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 450px;
	margin-left: 10%;
	/*border: 1px solid green;*/
	
	}

	
/* IE box model hack */

/* any padding or borders first*/
/* then specify width including the above*/
/*voice-family: "\"}\"";*/
/*voice-family: inherit;*/
/*now respecify the width minus padding and borders */	
	
ul#quoteList li

	{
	
			
	margin-bottom: 20px;
	border: 2px solid #CCCCCC;	
	padding: 10px 5px 0 5px;	
	text-align: justify;


	
	}
	
	
ul#quoteList li p.right

	{
	
	margin-top: 10px;
	margin-bottom: 0;
	text-align: right;
	/*border:1px solid red;*/
	width:425px;
	font-style: italic;
	}	
	
ul#quoteList li p.company

	{
	
	
	text-align: right;
	/*border:1px solid red;*/
	width:425px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0px;
	padding-bottom: 3px;
	}	
	
	
.sitelink a

	{
		
	color: #999999;
	background-color: transparent;
	padding: 2px 0px;
	text-decoration: none;	
		
	}

.sitelink a:hover

	{
		
	text-decoration: underline;	
		
	}
	
	
.trademark

	{
		
	vertical-align:20%;
	font-size:.9em;	
		
	}
	
#award

	{
	position: absolute;
	bottom: 0px;	
	right: 625px;
		
	}
	
.sectionTitle

	{
		
	color: black;	
		
	}
	
#contactDetails

	{
		
	float: right;
	color: #666666;
	background-color: #D6D6D6;
	background-image: url(images/top_curve.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: .9em;	
	padding: 5px 10px;
	margin-left: 10px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	margin-bottom: 10px;
	}
	
#casecheckLogo {
	
	position: relative;
	top: 130px;
	left: 0px;
	width: 120px;
	display: block;
	margin: auto;
	
}