html {
	min-height: 100%;
}

body {
	margin: 0;
	background: white;
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	font-size: 70%;
	color: #5C5C5C;
	line-height: 140%;
	background: #FFF url("images/ramp.jpg") repeat-x;
}

em {
	font-style: normal;
}

em.highlight {
	background: #FFA;
	color: #333;
	padding: 2px;
}

h2 {
	color: #888;
	font-size: 150%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 15px;
}


h3, h4, .h4 {
	color: #032;
	margin-bottom: 0;
	font-size: 100%;
}

h4, .h4 {
	clear: left;
}

h4 img {
	float: left;
}

p { margin-top: 3px; }

dt {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
}

dd {
	margin: 10px 0;
}

a {
	color: #567994;
	font-weight: bold;
}

a.silent:hover {
	background: none;
	text-decoration: none;
}


a:hover { 
	background: #405546;
	color: #FFFFEE; 
}

a.multiline {
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	width: auto;
}

a.arrow {
	padding-left: 10px;
}

a.arrow:hover {
	background-color: #DDD;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	padding-top: 30px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 63px;
	margin-top: 20px;
	position: relative;
}
#header.nobg {
	background: none;
}

#header #logo {
	display: block;
	width: 324px;
	height: 0;
	overflow: hidden;
	padding-top: 61px;
	background: url('images/logo.gif') no-repeat;
	position: absolute;
	top: 2px;
	left: 45px;
}
#header ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 12px;
	right: 45px;
	font-size: 11px;
	list-style-image: url('images/header-arrow.gif');
}

#header li {
	margin: 2px 0;
}
#header a {
	color: #FFBE56;
	text-decoration: none;
}

#splash {
	height: 211px;
	margin-left: -1px;
}

ul.spaced {
	padding: 0;
	margin: 0 30px;
}

ul.spaced li {
	margin: 10px 0;
	font-size: 90%;
}

.clearboth {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#sidebar {
	margin-top: 20px;
	width: 160px;
	float: right;
	font-size: 90%;
}


#intro td {
	border-bottom: 1px solid #DDD;
	padding: 6px 10px;
}

#intro .last td {
	border-bottom: none;
}
#intro .icon {
	border-right: 1px solid #DDD;
}

#intro h4 {
	margin-top: 0;
}

.pod {
	width: 159px;
	display: inline-block;
	text-decoration: none;
	color: #FFFFAA;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #EEE;
}

.pod img {
	border: none;
	margin-top: -6px;
}

.pod span, .pod b {
	margin: 10px;
	color: #343;
	display: block;
}

.pod .desc {
	font-weight: normal;
	line-height: 1.4em;
}

.pod .title {
	color: #556;
	font-size: 125%;
	font-weight: bold;
}

.pod .action {
	font-weight: bold;
	color: #567994;
	text-decoration: underline;
}

.pod:hover {
	background: #EEE;
}

.pod:hover .title {
	color: #515346;
}

#content {
	padding: 20px;
	float: left;
	width: 500px;
	margin-right: 0px;
}


#content p {
	font-size: 90%;
}

#content img {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0px; 
}

#overview {
	width: 250px;
	font-size: 90%;
}

#sectionmenu {
	float: right;
	width: 180px;
	margin: 0 -5px 10px 10px;
}

#sectionmenu .title {
	font-size: 110%;
	font-weight: bold;
	color: #567994;
}

#sectionmenu .desc {
	font-size: 90%;
	font-weight: normal;
	color: #666;
}

#sectionmenu span {
	display: block;
	color: #333;
	margin: 1px 0;
}

#sectionmenu a {
	display: inline-block;
	width: 170px;
	border-left: 3px solid #EEE;
}

#sectionmenu a:hover {
	border-left: 3px solid #999;
}

#menu {
	margin: 0 auto;
	width: 700px;
	padding: 0;
	line-height: 1em;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu input {
	margin-top: 7px;
	float: right;
	color: #AAA;
}

#menu li {
	padding: 0;
	margin: 0;
	float: left;
}

#menu li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	margin: 0;
	border-bottom: 3px solid #EEE;
	border-right: 1px solid #E6E6E6;
}

#menu li a:hover {
	background: #999;
	border-bottom: 3px solid #666;
}



#content #menu {
	margin: -20px;
	margin-bottom: 15px;
}

#phototable {
	width: 429px;
	border: none; 
	margin-top: -1px;
	font-size: 90%;
	color: #777;
}

#phototable a {
	font-size: 105%;
	text-decoration: none;
}
#phototable td { 
	border: 1px solid #CCC;
	line-height: 1.3em;
}

#phototable .phototext { width: 155px; border-width: 0 0 1px 1px; text-align: right }

#phototable .photoicon { width: 36px; border-width: 0 1px 1px 0 }

#phototable img { padding: 0; margin: 0; border: none }

#phototable .systemtext { border-width: 0 1px 1px 0; }

#phototable .systemicon { width: 36px; border-width: 0 0 1px 0 }


.todo {
	display: none;
}

.printonly { display: none; }

#footer {
	margin-top: 50px;
	text-align: center;
	padding: 10px;
	border-top: 3px solid #E0E0E0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px;
}

#footer li {
	display: inline;
	border-right: 1px solid #CCC;
	padding: 2px;
}

#footer li a {
	padding: 5px;
}

#footer li a:hover {
	color: white;
}

#footer p {
	font-size: 85%;
	color: #7F785D;
}

#sidebar-bottom {
	margin-top: -1px;
	background: url('images/sidebar-bottom.gif');
	width: 700px;
	height: 16px;
}


form {
	width: auto;
}

fieldset {
	margin: 20px 0;
	background: #F0F0F5;
	padding: 10px;
	border: 1px solid #DDD;
}

form label {
	width: 100px;
	text-align: right;
	padding: 5px 5px;
	float: left;
}

fieldset ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 110px;
}
form input, form select {
	margin-top: 5px;
}

form .help {
	font-size: 80%;
	color: #666;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */