body {

	background-color: #2D598A;
	color: #000; /* Centers the page content container in IE 5 browsers. */
	background-image: url(/images/template/gradientbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	font-family: "Lucida Grande", Arial;
}




/* Commonly used to style page titles. */
h1 {
	color: #2D598A;
	font-size: 22px;
	font-family: "Lucida Grande", Arial;
	text-align: left;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 16px;
	text-align: left;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
}

p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
ul {
	margin: 0px;
	padding: 0px;
}




/* Sets the style for unvisited links. */
a,  a:link {
	color: #009;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
	color: #009;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #4FA800;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4FA800;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4FA800;
	font-weight: bold;
	text-decoration: none;
}
#logo  li{
	list-style-type: none;
	float: left;
	display: block;
	height: 150px;
	width: 275px;
}
#header #call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	background-image: url(/images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 240px;
	padding-left: 35px;
	font-weight: bold;
	top: 10px;
	float: right;
	padding-top: 5px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #FFF;
	width: 980px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;		
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	box-shadow: 7px 7px 8px #1E4C7E;
	-webkit-box-shadow: 7px 7px 10px #1E4C7E;
	-moz-box-shadow: 7px 7px 8px #021B7D;

}
#outerWrapper #header {
	width: 980px;
	background-color: #FFF;
	height: 150px;
}

#outerWrapper #contentWrapper {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/maincol.jpg);
	background-position: left bottom;
	width:980px;
	overflow: hidden;
	box-shadow: 7px 7px 8px #1E4C7E;
	-webkit-box-shadow: 7px 7px 10px #1E4C7E;
	-moz-box-shadow: 7px 7px 8px #021B7D;
	float: left;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding-bottom: 10px;
	width: 715px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	
}
#footer  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 200px;
	background-image: url(/images/green_footer_bg.gif);
	background-repeat: repeat;
	width: 980px;
	float: left;
	clear: both;
	color: #FFF;
	box-shadow: 7px 7px 8px #1E4C7E;
	-webkit-box-shadow: 7px 7px 10px #1E4C7E;
	-moz-box-shadow: 7px 7px 8px #021B7D;
	padding-top: 10px;
}



#footer ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer1 {
	float: left;
	width: 250px;
	list-style-type: none;
	font-size: 10px;
	margin-left: 15px;
}
#footer1 li {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
#footertext strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer2 {
	padding: 0px;
	float: left;
	width: 250px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#footer2 li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-image: url(/images/bulletarrows.png);
	list-style-position: inside;
	font-size: 10px;
	line-height: 14px;
}
#footer3 {
	width: 400px;
	float: left;
	margin-left: 15px;
}
#footer3 li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-image: url(/images/bulletarrows.png);
	list-style-position: inside;
}

#footer a:link {
	color: #FF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

#footer a:visited {
	color: #FF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

#footer a:hover {
	color: #2D598A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
#footer a:active {
	color: #2D598A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
#content ul li {
	list-style-position: inside;
	margin-left: 15px;
}




#content {
	width: 75%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#sidebar {
	width: 20%;
	float: right;
	list-style-type: none;
}

#delimiter {
    clear: both;
}


.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}