@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	color: #003366;
	text-align: left;
	background-color: #dce5f3;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin: 5px 0px 5px 5px;
}
li {
	list-style-type: none;
	text-align: left;
	padding: 1px 0px 1px 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position:inherit;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
}
h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	line-height: 16px;	
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, active {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
/*---- HEADER ----*/
#Header {
	width: 900px;
	height: 236px;
	background-image: url(../images/header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px 13px 0px 13px;
}
#Header2 {
	width: 900px;
	height: 236px;
	background-image: url(../images/header2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px 13px 0px 13px;
}
#Header h1, #Header2 h1 {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
}
#Header h2, #Header2 h2 {
	font-size: 24px;
	line-height: 24px;
}
.HeaderTAG {
	width: 425px;
	height: 70px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
/*---- END HEADER ----*/

/*---- NAV ----*/
#Nav {
	width:470px;
	height:20px;
	font-size: 12px;
	text-align: right;
	float: right;
	position: relative;
	top: 50px;
	right: 0px;
	padding: 0px;
}
#Nav a{
	text-transform: uppercase;
	padding: 0px 4px;
}
/*---- END Nav ----*/

/*---- CONTENT ----*/
#Wrapper {
	width:900px;
	background-color: #FFFFFF;
	position:relative;
	margin: 0 auto;
	padding: 0px 13px;
}
#Center {
	width:400px;
	float: left;
	margin: 0px 18px;
	padding: 0px;
}
#Center img {
	border: #003366 1px solid;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
/*---- COLUMN ----*/
#Column {
	width:230px;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
}
#Column img {
	padding: 0px;
	margin: 0px;
}
/*---- END COLUMN ----*/

/*---- CONTACT FORM ----*/
#Form {
	text-transform: uppercase;
	margin: 0px;
	border-bottom: #003366 1px solid;
	padding: 20px 10px;
}
#Form .button {
	width: 75px;
	height: 20px;
	font-size: 12px;
	margin: 5px 0px 0px 20px;
	color: #ffffff;
	border: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color:#666666;
	cursor: pointer;
}
#Form .button:hover {
	background-color: #003366;
}
#Form .input-text {
	width: 100%;
	text-transform: none;
	border: solid 1px #003366;
	margin: 2px 0px 2px 0px;
	background-color:#ffffff;
}
#Form .input-text:hover {
	background-color:#dce5f3;
}
/*---- END CONTACT FORM ----*/

/*---- FOOTER ----*/
#Footer {
	width:900px;
	height: 40px;
	font-size: 10px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	position:relative;
	margin: 0 auto;
	padding: 20px 13px;
}
#Footer a {
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0px 5px;
}
#Footer a:hover {
	text-decoration: none;
}
/*---- END FOOTER ----*/
.clearBOTH {
	height: 20px;
	clear: both;
}
.Box1 {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	border: #003366 1px solid;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}
.Box2 {
	border: #003366 1px solid;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px;
}
.ProfileIMG {
	background: url(../images/RonaldCutler.jpg) center top no-repeat;
	height: 185px;
	margin: 0px;
	padding: 0px;
}
.RightIMG {
	background: url(../images/tax-problems.jpg) left top no-repeat;
	height: 230px;
	margin: 0px;
	padding: 0px;
}
.space {
	height: 20px;
	background: url(../images/px.gif) center left repeat-x;
	margin: 0px;
	clear: both;
}
.space2 {
	height: 40px;
	background: url(../images/px.gif) center left repeat-x;
	margin: 0px;
	clear: both;
}