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

body{font-family:Arial, Helvetica, sans-serif; font-size:65%; background-image:url(../images/body-bg.jpg); background-repeat:no-repeat; background-position:top left; padding:0px 0px 0px 15px; background-color:#d4e6f0;}

#outer{
width:980px;
	}

#sidebar{
	float:left;
	width:178px;
	}

#sidebar img{
	padding:5px 0px 20px 45px;
	}

#sidebar ul{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	}

#sidebar li{
	padding:0px 0px 40px 0px;
	font-weight:bold;
	}
	
#sidebar li a{
	margin-left:33px;
	padding:0px 0px 15px 5px;
	background-image:url(../images/side-button.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	height:22px;
	width:140px;
	text-decoration:none;
	color:#000000;
	}

#sidebar li a:hover{
	background-image:url(../images/side-button-hover.gif);
	color:#880000;
	}

#sidebar li a.selected{
	background-image:url(../images/side-button-over.gif);
	color:#000000;
	}

#wrapper{
	text-align:right;
	float:right;
	width:802px;
	}

#wrapper h1{
	padding:0px;
	margin:0px;
	font-size:3em;
	}
	
#wrapper p{
	padding:0px 0px 5px 0px;
	margin:0px;
	}

#wrapper p a{
	color:#666666;
	font-size:1.1em;
	text-decoration:none;
	}

#navigation-top{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px auto;
	float:left;
	position:relative;
	bottom:-10px;
	}

#navigation-top ul {
	text-align:center;
	list-style:none;
	padding:0px 0px 0px 30px;
	margin:0px;
	}


#navigation-top li{
	float:left;
	text-align:center;
	font-size:1em;
	}

#navigation-top li a{
	padding-top:10px;
	padding-bottom:20px;
	background-image:url(../images/button-small.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	display:block;
	height:21px;
	width:124px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

#navigation-top li a:hover{
	background-image:url(../images/button-small-hover.gif);
	color:#880000;
	}
	
#navigation-top li a.selected{
	background-image:url(../images/button-small-over.gif);
	color:#000000;
	}
	
#navigation-top li a.selectedextra{
	background-image:url(../images/button-small-over.gif);
	color:#000000;
	width:124px;
	}

#navigation-top li a.extrapad{
	width:124px;
	}

#text-box{
	width:100%;
	background-image:url(../images/text-bg-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	clear:both;
	float:left;
	text-align:left;
	height:auto;
	}

#text-box h1{
	margin:0px;
	padding:40px 0px 20px 30px;
	font-size:2em;
	}

#inner-wrapper{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/text-bg-bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	padding-bottom:30px;
	text-align:justify;
	padding-top:10px;
	}
	
#text-right{
	width:285px;
	float:right;
	padding: 0px 30px 0px 0px;
	text-align:right;
	}

#inner-middle{
	width:457px;
	float:left;
	padding: 0px 0px 0px 30px;
	}
	
#inner-middle p{
	padding:0px 0px 1.2em 0px;
	font-size:1.3em;
	}

#inner-middle p.ul-minuspadding{
	padding-bottom:0px;
	}
	
#inner-middle ul{
	padding:0px;
	margin:0px 0px 1.2em 20px;
	}
#inner-middle li{
	font-size:1.2em;
	}

#inner-right{
	width:48%;
	float:right;
	}

#inner-left{
	width:48%;
	float:left;
	}
	
#footer{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	float:left;
	margin-bottom:20px;
	}
	
#footer p{
	text-align:center;
	margin:0px;
	padding:20px 0px 0px 0px;
	}
	
#inner-wrapper p.privacy{
	padding-left:30px;
	padding-right:30px;
	font-size:1.3em;
	}
	
#inner-wrapper h2.privacy{
	font-size:1.5em;
	padding-left:30px;
	padding-right:30px;
	}
	
#inner-wrapper p.thanks{
	padding-left:30px;
	padding-right:30px;
	font-size:1.3em;
	padding-bottom:300px;
	}
