﻿*
{
    margin:0;
    padding:0;
}
a
{
    text-decoration:none;
    color:#444;
}
a:active,
a:hover,
a:current
{
    text-decoration:underline;
}
.email
{
    background-image:url(../images/email-icon.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:20px;
}
.cell
{
    background-image:url(../images/cell-icon.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:12px;
}
div#wrap {
	width: 90%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#wrap {
	width: 90%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

html
{
    background-color:White;
}
body 
{
	font-size:x-small;
	font-family:Verdana, Arial, Sans-Serif;
	position:relative;
	color:#444;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#top-nav
{
	position:relative;
	background-color:#42618F;
	background-image:url(../images/dark-blue-curve-br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1.1em;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	height: 18px;
}
#top-nav .bl-curve
{
    background-image:url(../images/dark-blue-curve-bl.gif);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0px;
    left:0px;
    height:9px;
    width:10px;
}
#top-nav, 
#top-nav a
{
    color:White;
}
#top-nav .contact
{
	position:relative;
	float: left;
	width: 65%;

}
#top-nav .contact span.spacer
{
    padding-left:20px;
}
#top-nav .toplinks
{
    position:absolute;
    top:0px;
    right:10px;
}
ul#top-links
{
	/* position:absolute; */
}
ul#top-links li
{
	display:inline;
	/* float: right; */
}
ul#top-links li a,
ul#top-links li span
{
    padding-left:6px;
    padding-right:6px;
}
#top-nav form
{
    position:absolute;
    top:0px;
    right:10px;
}
#top-nav form fieldset
{   
    display:inline;
    border:none;
    position:relative;
    top:1px;
}
#search-box
{
    position:relative;
    top:1px;
    width:80px;
    height:15px;
    padding-left:2px;
    font-size:1.1em;
    color:#666;
}
#search-button
{
    position:relative;
    top:5px;
}
#logo-menu
{
    margin-top:23px;
    height:6.7em;
    margin-bottom:21px;
    background-image:url(../images/logo.gif);
    background-repeat:no-repeat;
    
}
ul#main-menu
{
    border-left:solid 1px #DEDEDE;
    height:6.7em;
    margin-left:279px;
}
ul#main-menu li
{
	display:inline;
	position:relative;
	top:25px;
	margin-left:10px;
}
ul#main-menu li a
{
	font-size:1.2em;
	color:#6A7275;
}
#column1
{
    width:37%;
    float:left;
}
#column2
{
    width:63%;
    float:right;
}
#column2 .wrapper
{
    padding-left:10px;
}
#column1 h1,
#column2 h1
{
    font-weight:normal;
    font-size:1.8em;
    padding-bottom:5px;
    margin-bottom:15px;
    border-bottom:solid 1px #ECECEC;
    color:#919191;
}
#column1 p,
#column2 p
{
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom: 0.75em;
}
#column1 ul,
#column2 ul
{
    margin-top:10px;
    margin-bottom:10px;
}
#column1 ul li,
#column2 ul li
{
    font-size:1.1em;
    background-image:url(../images/cog-bullet.gif);
    background-repeat:no-repeat;
    background-position:left 4px;
    list-style-type:none;
    padding-left:24px;
    line-height:1.2em;
    padding-bottom:5px;
    padding-top:5px;
}
#footer
{
    position:relative;
    clear:both;
    height:64px;
    background-color:#E4E4E4;
    background-image:url(../images/footer-curve-br.gif);
    background-repeat:no-repeat;
    background-position:right bottom;
    font-size:1.1em;
    padding-top:10px;
    padding-left:8px;
}
#footer .left-curve
{
    background-image:url(../images/footer-curve-bl.gif);
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    left:0;
    width:8px;
    height:8px;
}
#footer p.copyright
{
    position:absolute;
    bottom:15px;
    right:15px;
    line-height:normal;
}
#footer p
{
    line-height:1.5em;
}
#content {
	width: 100%;
	clear: both;
}
#locator {
	padding-bottom: 12px;
}
#cleafix {
	margin: 0px;
	padding: 0px;
	clear: both;
}

