/* Outer Wrapper */

#wrapper {
	position: relative;
	width: 760px;
	background-color: #ffffff;
	background-image: url(../images/global/sidebg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* main area */

#tophalf {
	width: 760px;
}

/* content */

#leftcol {
	float: left;
	width: 505px;
	background-color: #ffffff;
	height: 100%;
}

#masthead {
	background-color: #0D4073;
}

#logo {
	margin-left: 10px;
	width: 235px;
	height: 90px;
}

#nav {
	background-image: url(../images/global/navbg.gif);
	background-repeat: repeat-x;
	width: 505px;
	height: 40px;
}

#navtop {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}

#nav1 {
	float: left;
	text-align: right;
	width: 63px;
	height: 30px;
}

#nav2 {
	float: left;
	text-align: right;
	width: 93px;
}

#nav3 {
	float: left;
	text-align: right;
	width: 73px;
}

#nav4 {
	float: left;
	text-align: right;
	width: 63px;
}

#nav5 {
	float: left;
	text-align: right;
	width: 148px;
}

#nav6 {
	float: left;
	text-align: right;
	width: 58px;
}

#copy {
	background-color: #ffffff;
	width: 505px;
}

#copytop {
	height: 15px;
}

#copycontent {
	margin-left: 20px;
	width: 465px;
	min-height: 405px;
}

#padding {
	height: 10px;
}

/* sidebar */

#rightcol {
	float: left;
	width: 255px;
	height: 100%;
}

#sidetop {
	width: 255px;
	height: 20px;
	background-color: #0D4073;
}

#sidelabel {
	width: 255px;
	height: 50px;
}

#sidecopy {
	width: 255px;
}

#sidecopytop {
	height: 15px;
}

#sidecontent {
	margin-left: 15px;
	width: 220px;
}

#sidebot {
	height: 20px;
}

/* circle content */

.circleitem {
	width: 220px;
}

.circle {
	float: left;
	width: 34px;
}

.circletext {
	float: left;
	width: 186px;
}

.circlepadding {
	height: 12px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#sidebtn {
	width: 220px;
	text-align: center;
}

/* footer */

#bothalf {
	width: 760px;
	background-color: #668CB3;
	clear: both;
}

#footerrule {
	width: 760px;
	height: 1px;
	background-color: #D9E2EC;
	font-size: 1px;
	line-height: 1px;
}

#footertop {
	width: 760px;
	height: 15px;
}

#footer {
	width: 760px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footerbot {
	width: 760px;
	height: 15px;
}


