@charset "utf-8";
/* CSS Document */
body{
	background-image:url(/images/bg.jpg);
	margin-top: 0px;
	font-family:Verdana, Geneva, sans-serif;

}

#container{
	background-color:#FFF;
	width: 875px;
	margin: 0 auto 0 auto;
	border: 2px solid #000;
}

#header{
background-image:url(images/Header.jpg);
	height: 160px;
}

#thecontent{
	width: 635px;
	float: left;
}

#navigation{
	width: 235px;
	float: right;
	text-align:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer{
background-color:#142132;
	height: 30px;
}

.adviceyoucantrust{
	color:#036;
	font-weight:900;
	text-align:center;
	font-size:14pt;
}

.becomeaclient{
	color:#1D5C8F;
	margin-bottom: -5px;
	padding-right: 10px;
}

.clienttypes{
	list-style:none;
	font-weight: bolder;
	padding-right: 10px;
	border-bottom: solid #666 1px;
}

.clienttypes a{color:#1D5C8F; text-decoration:none;}
.clienttypes a:hover{color:#142132; text-decoration:underline;}
.clienttypes a:visited{color:#1D5C8F; text-decoration:none;}

.clienttypelist{
	padding-bottom: 5px;
}

.navigation{
	font-size: 10pt;
	padding-right: 10px;
	border-bottom: solid #666 1px;
	list-style:none;
}

.navigationlist{

	padding-bottom: 5px;
}

.navigation a{color:#666; text-decoration:none;}
.navigation a:hover{color:#142132; text-decoration:underline;}
.navigation a:visited{color:#666; text-decoration:none;}

.extras{
	list-style:none;
	
	padding-right: 10px;
	font-weight:bold;
}

.extras a{color:#333; text-decoration:none;}
.extras a:hover{color:#142132; text-decoration:underline;}
.extras a:visited{color:#333; text-decoration:none;}

.extrassmall{
	font-size:10pt;
	margin-top: -15px;
	padding-right: 10px;
}

.extrassmall a{color:#333; text-decoration:none;}
.extrassmall a:hover{color:#142132; text-decoration:underline;}
.extrassmall a:visited{color:#333; text-decoration:none;}


.footertext{
	font-size:12px;
	color:#FFF;
	text-align: center;
	padding-top: 10px;
}

.blogtitle{
	color:#000;
	margin-top: -10px;
}

.blogcontent{
	color:#000;
	font-size:12px;
	margin-top:-15px;
}
/*
.theblog{
	width: 620px;
	margin: 0 auto;
	border: 1px solid #CCC;

}

.blogpicturepara{
background-color:#142132;
background-image:url(images/randyblogheader.jpg);
background-repeat:no-repeat;
height: 120px;
text-align:right;
color:#FFFFFF;
padding-right:10px;
margin-top:-10px;
}
*/

/* Modified on 03/05/2010 by Eric Dion*/
.blogpicturepara{
	width: 423px;
background-color:#fff;
height: 279px;
color:#797979;
float: left;
margin-left: 5px;
}
.rftitle a {
	color:#797979;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
}

.rfdate, .rfdesc{
	color:#797979;
	font-size: 9pt;
}

.aw2h {
	width: 207px;
background-color:#142132;
height: 279px;
float: left;
}
/* end of modification */

.content{
margin-left: 10px;
font-size:12px;
}

.minititle{
margin-left: 5px;
font-weight:bold;
font-size:12px;
}

.title{
font-size:14px;
font-weight:bold;
color:#142132;
}

.contentlists{
font-size:12px;
}

#words{
background-color:#EBEBEB; 
border:1px solid #999999;
margin-left: 2px;
}