/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
	margin-top: 0px;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}

/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}

h1 {
	color: #273D59;
	font-size: 24px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273D59;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

h2 {
	color: #003366;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}


address {
	text-align: right;
	color: #273D59;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: right;
	width: 240px;
	padding-right: 20px;
	padding-top: 10px;
}

address a:link, address a:visited {
	color: #273D59;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
address a:hover {
	text-decoration: underline;
	color: #273D59;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
table {
	float:left;
	font-size: 12px;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 800px;
	height: 130px;
	margin: 0px;
	position: relative;
	background-color: #E6E1D0;
}
div#headslogan {
	font-size: 12px;
	text-align: left;
	float: right;
	height: auto;
	width: 191px;
	font-weight: normal;
	color: #003366;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 28px;
	right: 255px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	
}

/* creates the div container for the site. */
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #F0EDE3;
}

/* creates the div for the content */
div#content {
	width: 760px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content ul {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
}

/* creates the div for the sidebar */
div#sidebar{
	float: left;
	width: 250px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* creates the div container for the footer. */
div#footer {
	width: 800px;
	color: #273D59;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #B5C7D7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #273D59;
	border-bottom-color: #273D59;
}

div#footer a:link, div#footer a:visited {
	color: #273D59;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #273D59;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	height: 85px;
	width: 800px;
	background-color: #E6E3D5;
	background-image: url(images/decarlisandsawyerfl-footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 11px;
	color: #292315;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#mainnav {
	width:800px;
	height: 35px;
	background-color: #333333;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-image: url(images/audiobg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav {
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#nav li {
	float:left;
	display:inline;
	margin: 0px;
	padding: 0px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#C0D1E0;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D1E0;
	font-size: 12px;
	margin: 0px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul#nav li a:hover {
	color:#273D59;
	background-color: #5E8FBB;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul#nav li a.current:link, ul#nav li a.current:visited {
	color:#273D59;
	background-color: #5E8FBB;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* end navigation */

div#map {
	padding: 4px;
	border: 1px solid #502A17;
	float: right;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#flash {
	height: 250px;
	width: 800px;
	background-color: #C0D1E0;
	background-image: url(images/decarlisandsawyerfl-flash-banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A7493;
}

div#quote {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#contact {
	text-align: left;
	padding: 0px;
	margin-top: -400px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
div#signin {
	width: 100px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #B5C7D7;
	border: 1px dotted #292315;
}

div#audio {
	position: absolute;
	top: 141px;
	height: 15px;
	width: 111px;
	margin: 0px;
	left: 672px;
	bottom: 0px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0px;
}
div#po {
	position: absolute;
	top: 435px;
	height: 25px;
	width: 150px;
	margin: 0px;
	text-align: right;
	padding: 0px;
	right: 20px;
}
div#logo {
	position: absolute;
	top: 25px;
	height: 77px;
	width: 294px;
	margin: 0px;
	left: 20px;
	bottom: 0px;
	text-align: left;
	padding: 0px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #273D59;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}

.textcenter {
	text-align: center;
}
/* web audio applet */
