@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#e9ebed;
	background-image:url(images/graphics/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}
h1{
	padding-left:inherit;
	color:#2C364B;
	font-size:22px;
	margin-top:0px;
	text-transform:uppercase;
	margin-left:10px;
}
h2{
	font-size:18px;
	font-style:italic;
	margin-top:0px;
	margin-left:10px;
	color:#2B656B;
	text-transform:uppercase;
}
p{
	line-height:1.3;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
img{
	border:none;
}
a{
	color:#2B656B;
}
ol{
	font-size:15px;
}
ul{
	font-size:15px;
	list-style-image:url(images/graphics/arrow_small.png);
	list-style-position:outside;
}
#wrapper{
	text-align:center;
}
#content{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	height:185px;
	background-color:#099;
}
#navbar{
	text-align:left;
	position:absolute;
	height:90px;
	width:1036px;
	background-image:url(images/graphics/navbar.png);
	background-repeat:no-repeat;
	margin-top:-30px;
	margin-left:-6px;
	z-index:10;
	padding-top:35px;
	padding-left:7px;
}
#main{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:85px;
	width:1004px;
	background-image:url(images/graphics/shadow_background.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#left{
	margin-top:10px;
	float:left;
	width:580px;
}
#left_large{
	margin-top:10px;
	float:left;
	width:764px;
}
#right{
	margin-right:-10px;
	margin-left:10px;
	float:right;
	width:424px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.right_small{
	margin-bottom:10px;
	margin-right:-10px;
	margin-left:10px;
	float:right;
	width:240px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#right_small p{
	font-size:12px;

}
#footer{
	text-align:center;
	border-bottom:solid thick #2C364B;
	margin-left:-10px;
	width:1024px;
	margin-bottom:10px;
}
#footer p{
	font-size:1`px;
}
.rounded{
	width:1004px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners_full.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}
.clear{
	clear:both;
}
.full_width{
	width:1004px;
}
.ticks{
	list-style-image:url(images/graphics/tick.png);
}
.ticks li{
	line-height:2;
}
.highlight{
	background-color:#e5e6e8;
	padding:10px;
	margin:10px;
}
li{
	line-height:1.6;
	padding-left:12px;
}
ul{
	margin-left:20px;
	padding-left:20px;
}

