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

a {
	font-size: 100%;
	color: #CC6600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #F93;
}
a:active {
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #98ACCB;
}
#container {
	width: 860px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#container #sidebar {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/side_round-trans.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 930px;
	background-position: center top;
	float: right;
	margin-top: 10px;
}
#container #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-image: url(images/background-trans.png);
	padding-right: 0px;
	height: 1000px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
}
#footer {
	padding: 5px;
	left: 152px;
	width: 850px;
	text-align: center;
	font-size: 70%;
	color: #693C3C;
}

.clearfloat { 
     clear:both; 
     height:0; 
     
     font-size: 1px;
     line-height: 0px;
}
#container #sidebar #sidebar_text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#container #sidebar #sidebar_text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CB;
	text-transform: none;
	text-align: center;
	padding: 0px;
	background-color: #C5D3EB;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-color: #3366CB;
	text-indent: 5px;
	margin-right: 315px;
	text-align: left;
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-right: 315px;
	margin-left: 25px;
	padding-left: 5px;
}
#container #header {
	background-image: url(images/Janzos_Header_gradient_3-trans.png);
	height: 100px;
	width: 860px;
	background-repeat: no-repeat;
	background-position: center;
}
#container #menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #286AF1;
}

#container #mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	list-style-image: url(/images/orange_arrow.png);
	margin-left: 25px;
}
#container #mainContent #sidebar #sidebar_text ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	list-style-image: url(/images/orange_check.png);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

