@charset "utf-8";
/* CSS Document */

body {
	background:url('../images/top_gradient.png') top repeat-x;
	margin:0;
	padding:0;
	background-color:#d3ebff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#7AFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}

#main {
	background:url('../images/center_bg.png') center repeat-y;
	margin:0;
	padding:0;	
	width:100%;
	height:100%;
}
#topNavBar {

}
#topNavBar>ul {
	background:url('../images/top_nav_bg.png') center no-repeat;
	width:100%;
	height:33px;
	list-style-type:none;
	list-style:none;
	padding:0;
	display:block;
	margin:auto;
}
#topNavBar>ul>li {
	float:left;
}
#topNavBar>ul>li>a {
	background-image: url('../images/nav_seperator.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:22px;
	padding-left:22px;
	display:block;
	line-height:30px;
	text-decoration:none;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:17px;
	color:#000;
}
#topNavBar>ul>li>a:hover {
	color:#777;
}

#center {
	background:url('../images/top_bg.jpg') top center no-repeat;
	width:942px;
	min-height:630px;
	margin:0;
	padding:0;
}
#content {
	width:900px;
	height:100%;
}

#bottomGradient {
	background:url('../images/bottom_gradient.png') top repeat-x;
	height:200px;
	width:100%;
}
#bottom {
	background:url('../images/bottom_bg.jpg') top no-repeat;
	height:200px;
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#bottom>p>a:link,#bottom>p>a:visited {
	color:#00c;
}
#bottom>p>a:hover {
	color:#000;
	text-decoration:underline;
}



/* content-specific */

.dialog .content {
 padding:0.5em 1em 0.5em 0px;
}

.dialog .wrapper {
 min-height:155px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
}

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 padding-top:0.25em;
}

.testimonial {
	border:1px solid #000;
	margin:5px;
	padding:10px;
	margin-bottom:25px;
	background-color:#66b2ff;
	color:#111;
	font-size: 12px;
	font-style: oblique;
}
.testimonial p.sig {
	color:#FFF;
	font-size: 14px;
	text-decoration: underline;
}

html>body .dialog pre {
 font-size:1.1em;
}


#left-nav {
	width:150px;
	margin-right:10px;
	padding:5px 5px 5px 5px;
}

#left-nav ul {
	list-style:none;
	padding-left:0px;
	margin:0px;
}

#left-nav>ul {
	font-size:14px;
	font-weight:bold;
	color: #fff;
}

#left-nav a {
	color: #FFF;
	display:block;
	padding-left:5px;
	font-size:12px;
	font-weight:normal;
}

#left-nav a:hover,
#left-nav a.current {
	background-color:#e9f;
	color: #000;
}

#left-nav a.current {
	font-weight:bold;
}

.soap_button {
	border:1px #000 solid;
	padding:3px;
	padding-top:1px;
	margin:5px;
	padding-top:5px;
	background-color:#66b2ff;
	display:block;
	color:#fff;
	height:150px;
	cursor:pointer;
}
.soap_button a {
	color:#fff;
}
.soap_button>a:hover {
	color:#000;
	background-color:#8cc6ff;
}

.soap_button_big {
	border:1px #000 solid;
	padding:3px;
	padding-top:1px;
	margin:5px;
	background-color:#66b2ff;
	display:block;
	color:#fff;
	height:220px;
	cursor:pointer;
}
.soap_button_big .desc {
	color:#000;
	font-size:11px;
	font-style:italic;
	padding-top:5px;
}

.bold {
	font-weight: bold;
}

.topic {
	font-weight: bold;
	font-style: oblique;
}

.image {
	padding:5px;
}

#default {
	
}
