/* CSS Document */
html { 
min-height: 100%; margin-bottom: 1px; 
}

html { 
overflow: -moz-scrollbars-vertical !important; 
}

p {
	font-size: 11pt;
	line-height: 16pt;
}
li {
font-size: 11pt;
line-height:14pt;
}
#wrap {
	background-color: #FFFFFF;
	width: 800px;
	border: thin solid #666666;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#leftColumn p{
	clear: both;
	float: left;
	width: 225px;
	margin-top: 24px;
	margin-left: 12px;
}
.slogan {
	font-size: 13pt;
	float: right;
	width: 450px;
	clear: both;
	color: #005aa9;
	position: relative;
	top: 33px;
	text-align: center;
}
.bannerphoto {
	background-image: url(phone.jpg);
	height: 185px;
	width: 800px;
	background-repeat: no-repeat;
}
#contentColumn {
	float: right;
	width: 539px;
	margin-top: 24px;
}
.logo {
	position: relative;
	bottom: -50px;
	right: -12px;
	width: 216px;
}
.navwrap {
	width: 539px;
	background-color: #005AA9;
	padding-left: 261px;
	padding-top: 14px;
	height: 32px;
	vertical-align: top;
}
.footer {
	font-size: 10px;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 20px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.gradient {
	background-image: url(top.gif);
	background-repeat: repeat-x;
	float: left;
	height: 96px;
	width: 800px;
}
#menu {
	padding-left : 250px;
	font-size: 15 points;
	background-color: #005AA9;
}
body {
	font-family: Helvetica, sans-serif;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	width: 6em;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	text-align: center;
	font-weight: bold;
}

#nav li ul { /* second-level lists */
	text-align:left;
	position: absolute;
	background: #005aa9;
	width: 120pt;
	left: -999em;
	color: #CCCCCC;
	line-height: 24pt;
	font-size: 10pt;
	z-index: 25;
	float: left;
	height: 20pt;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: auto;
	width: 20em;
	white-space: nowrap;
	line-height: 24pt;
	padding-top: 9px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}

#content {
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 20px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
a:link {
	text-decoration: none;
	color: 005AA9;
}
a:visited {
	text-decoration: none;
	color: 005AA9;
}
a:hover {
	text-decoration: none;
	color: 005AA9;
}
a:active {
	text-decoration: none;
	color: 005AA9;
}

.emphasize {
    font-style: italic;
}

.strong {
    font-weight: bold;
}

dt {
    font-weight: bold;
}
