/* CSS Document */

/* Global Styles */
html {
    font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body {
    background:url(../images/background.jpg);
	background-repeat:repeat-x;
}

h1 {
    font-size:14pt;
}

/* Layer ID Styles */
#container {
    top:-20px;
    width:718px;
	position: relative;
	margin: 0 auto; 
	text-align: left; 
}

#logo {
    float:left;
	width:250px;
}

#main_body {
    clear:both;
	padding-top:75px;
	background-color:#FFFFFF;
}

#main_left {
    width:300px;
	float:left;
	padding-left:25px;
}

#main_right {
    width:300px;
	float:right;
	padding-right:25px;
}

#footer {
    padding-top:10px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:10px;
    text-align:center;
    clear:both;
	background-color:#053820;
	color:#FFFFFF;
}

#footer a {
    color:#FFFFFF;
}

#footer a:visited {
    color:#FFFFFF;
}

#footer a:active {
    color:#FFFFFF;
}

#footer a:hover {
    color:#FFFFFF;
}

#callout li {
	background:url(../images/new_business_button.png);
	width:119px;
	height:53px;
	position:absolute;
	font-weight:bold;
	font-size:10px;
	padding-top:50px;
	padding-right:95px;
	padding-left:20px;
	text-align:center;
	left: 17px;
	top: 453px;
}

#callout2 li {
	background:url(../images/year_end_tax.png);
	width:119px;
	height:53px;
	position:absolute;
	font-weight:bold;
	font-size:10px;
	padding-top:50px;
	padding-right:95px;
	padding-left:20px;
	text-align:center;
	left: 287px;
	top: 453px;
}

#callout, #callout2 ul {
    list-style: none;
}

#callout, #callout2 a {
    color:#053820;
}

#callout, #callout2 a:hover {
    color:#053820;
}

#callout, #callout2 a:active {
    color:#053820;
}

#callout, #callout2 a:visited {
    color:#053820;
}

/* Top Menu Styles */
#menu {
    margin-top:45px;
    width:400px;
    float:right;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding-top:9px;
	margin-right:4px;
	background:url(../images/nav_background.gif);
	width:95px;
	height:27px;
	float:right;
}

#menu a {
    color:#6F754C;
	text-decoration:none;
}

#menu a:active {
    color:#6F754C;
	text-decoration:none;
}

#menu a:hover {
    color:#FFFFFF;
	text-decoration:none;
}

#menu a:visited {
    color:#6F754C;
	text-decoration:none;
}


#section_about_us #about_us a,
#section_our_staff #our_staff a,
#section_our_services #our_services a,
#section_links #links a {
    color: #FFFFFF;
}

/* Shadows */
#content, #shadow {
    position: relative;
}

#shadow { 
    background:url(../images/shadow.png);
	width:718px;
}

#content {
    padding-top:20px;
    width:676px;
    background-color: #fff;
	margin-left:21px;
}

/* Photo Styles */
.staff_photo {
    margin-right:20px;
}	
/* Font Styles */
.staff_paragraph {
    margin-left:25px;
	margin-right:40px;
}
