@charset "UTF-8";
/* CSS Document */

/* set default styles */

* {
margin: 0;
padding: 0;
}

img {
border: none;
}

a {
color: #545454;
text-decoration: none;
}

a:hover {
color: #545454;
}

ul li {
display: inline;
}

body {
	background: #fff;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin-top: 9.375em;
	text-align: center;
	min-width: 715px;
	}
		

#header-wrapper {
border-bottom: 1px solid #cccccc;
}

#header {
width: 17em;
color: #545454;
font-family:  Times, "Times New Roman", serif;
font-size: 2.5em; 
position: relative;
text-align: left;
margin: 0 auto;
}

#header a {
color: #545454;
}

#header a:hover {
color: #545454;
}

#header a:visited {
color: #545454;
}

#tagline {
position:absolute;
left: 10em;
top: 1.5555em;
font-size: 0.2775em;
font-family: Arial, Helvetica, sans-serif;
color: #999999;
}

#nav {
position: absolute;
right: 0;
top: 0;
}

#nav a {
color: #666666;
font-size: 0.4444em;
}

#nav a:hover {
border-top: 1px solid #666666;
padding-top: 2px;
}

#nav a:visited {
color: #666666;
}

.dot {
position:relative;
font-size: 0.5em;
left: 0em;
bottom: 0.1em;
}

.clear {
clear: both;
}

#content {
width: 42.5em;
margin: 0 auto;
margin-top: 4em;
text-align: left;
}

h1 {
font-size: 1.3em;
color: #444444;
float: left;
font-weight: normal;
margin-top: -0.15em;
border-bottom:1px solid #cccccc;
width: 100%;
} 

ul#services-nav {
float: right;
font-size: .8em;
}

ul#services-nav li {
padding-left: 1.2em;
}

ul#services-nav li a {
font-family: Helvetica, Arial, sans-serif;	
color: #999999;
}

ul#services-nav li a:hover {
color: #333333;
}

h2 {
color: #555555;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 0.95em;
margin-top: 2em;
}

h3 {
font-size: .75em;
}

.top {
float: right;
font-size: 0.675em;
color: #404040;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0px 3px 0px 3px;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
margin: 2em 0em 4em 0em;
}

a.top:hover {
background: url(../images/arrow.gif) no-repeat 5% 0%;
border-left: 1px solid #cccccc;
padding: 0px 3px 0px 18px;
}


#copyright {
position: fixed;
bottom: 5px;
left: 5px;
background: url(../images/copyright.gif) no-repeat;
}


.image-border {
border: 1px solid #cccccc;
padding: 4px;
}

.rule {
margin-top: 2.5em;
}

#content-header {

}

.left {
float: left;
}

.right {
float: right;
}

a.linkUnder {
border-bottom: 1px dotted #545454;
}

a.linkUnder:hover {
color: #aaaaaa;
border-bottom: 1px dotted #aaaaaa;
}

.captionList li {
display: block;
font-size: 0.75em;
margin-left: 1.5em;
}

ul.captionList {
list-style-type: disc;
}

.normalMargin {
margin: 0;
}

.about {
margin-top: 2em;
}

#content {
	margin:2em auto 0;
}
legend#mainlegend {
		color:#666;
    font-size: 1em;
    padding: 2.5em 0 0;
		margin-bottom:1em;
}
#footer {
	padding-top:500px;
}
#footer p {
	margin: 0;
	font-size:11px;
}

