body { 
    margin: 10px;
    padding: 0; 
    font-family: Georgia, "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 100%;
    background-color: #EDEDEC;
}
#wrapper {
    width: 760px;
    margin: 0 auto;
}
#intro {
    padding-top: 10px;
    padding-bottom: 30px;
}
h2 {
	font-size: 18px;
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #F7AF4B;
}
p
{
	font-size: 11.5px;
	line-height: 200%;
	color: #0088AC;
	margin-bottom: 11.5px;
}
p.center { text-align: center; }
li
{
	font-size: 11.5px;
	line-height: 200%;
	color: #0088AC;
	margin-left: 15px;
}
p a, li a
{
	color: #0088AC;
	text-decoration: underline;
}
.alert { color: #F7AF4B; font-weight: bold; }
#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 360px;
    width: 620px;
    overflow: auto;
    position: relative;
    clear: left;
/*    background: #fff url(/gfx/content_pane-gradient.gif) repeat-x scroll left bottom;
*/    background: #fff;
}
.scrollContainer div.panel {
    padding: 20px;
    height: 310px;
    width: 580px;
}
#shade {
    background: #EDEDEC url(/gfx/shade.jpg) no-repeat 0 0;
    height: 50px;
}
img.right, iframe.right
{
	float: right;
	padding: 0 0 0 12px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
}
ul.navigation li {
	line-height: 100%;
    display: inline;
	margin-left: 0px;
    margin-right: 10px;
}
ul.navigation a {
	font-size: 12px;
	font-weight: bold;
    padding: 10px;
    color: #0088AC;
    text-decoration: none;
}
ul.navigation a:hover {
    color: #F7AF4B;
    background-color: #f6f6f6;
}
ul.navigation a.selected {
    background-color: #fff;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -30px;
}
.scrollButtons.right {
    right: -30px;
}
.hide {
    display: none;
}
ul#slideshow, ul#domainshow
{
	position: relative;
    list-style: none;
	float: right;
	padding-right: 20px;
	width: 250px;
	height: 250px;
	overflow: hidden;
}
ul#slideshow li img, ul#domainshow li img {
	width: 250px;
	border: 0;
}
