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

html,
body
{
	background: url(../images/background.jpg) repeat-x;
	background-color: #2074b2;
	color: #000;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
	color: #2074b2;
}
a:hover
{
	text-decoration: underline;
	color: #666;
}
.clearCols
{
	clear: both;
}
ul
{
   padding: 0;
   margin: 10px 0;
}
li
{
   list-style-position: outside;
   list-style-image: url(../images/bullet.gif);
   line-height: 1.25em;
   font-weight: normal;
   padding: 0;
   margin-left: 35px;
   margin-bottom: 10px;
}
#mainDiv
{
	background: url(../images/shadow_back.png) no-repeat;
	width: 963px;
	height: 696px;
	height: auto !important;
	min-height: 696px;
	margin: 0 auto;
	font: 1em/1.5em Geneva, Arial, Helvetica, sans-serif;
}
#headerFront,
#header
{
	position: relative;
	margin-left: 10px;
	width: 943px;
	color: #333;
	height: 300px;
}
#header
{
	height: 130px;
}
#headerFront #global,
#header #global
{
	position: absolute;
	top: 0;
	right: 31px;
	font-size: 12px;
	z-index: 10;
}
#headerFront #global a,
#header #global a
{
	color: #666;
	text-decoration: none;
	letter-spacing: .1em;
	margin: 0 5px;
}
#headerFront #global a:hover,
#header #global a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #666 dotted;
}
#headerFront #logo,
#header #logo
{
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 943px;
	height: 105px;
}
#headerFront #logo a,
#header #logo a
{
	display: block;
	width: 245px;
	height: 115px;
	position: absolute;
	top: 17px;
	left: 33px;
	z-index: 10;
}
#headerFront #rotationFront
{
	background: url(../images/rotate_back.jpg) no-repeat;
	position: absolute;
	top: 105px;
	left: 0;
	width: 943px;
	height: 195px;
}
#header #rotation
{
	background: url(../images/rotate_back.jpg) no-repeat;
	position: absolute;
	top: 105px;
	left: 0;
	width: 943px;
	height: 25px;
}
#headerFront #rotationFront #image_rotate
{
	padding: 0;
	margin: 0;
}
#headerFront #navigation,
#header #navigation
{
	background: url(../images/nav_back.gif) no-repeat;
	position: absolute;
	top: 62px;
	right: 36px;
	width: 527px;
	height: 29px;
	text-align: right;
}
#headerFront #navigation a,
#header #navigation a
{
	margin-left: 15px;
}
#bodyContentFront,
#bodyContent
{
	width: 874px;
	padding: 25px 36px 25px 33px;
	margin-left: 10px;
	background-color: #fff;
	color: #333;
	height: 300px;
	height: auto !important;
	min-height: 300px;
	font-size: .85em;
}
#bodyContent
{
	padding-top: 15px;
}
#pageTitle
{
	color: #5dcdf5;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px #ccc solid;
}
#mainLeft
{
	float: left;
	width: 437px;
	padding-right: 37px;
}
#mainRight
{
	float: right;
	width: 400px;
}
#largeLeft
{
	float: left;
	width: 527px;
	padding-right: 37px;
}
#smallRight
{
	float: right;
	width: 310px;
}
#mainWide
{
	float: left;
	width: 874px;
	height: 500px;
	height: auto !important;
	min-height: 500px;
}
.bulletsLeft
{
	float: left;
	width: 45%;
}
.bulletsRight
{
	float: right;
	width: 45%;
}
.photoLayout
{
	margin: 0 auto;
	border-collapse: collapse;
}
.photoLayout td
{
	background-color: #666;
	border: 8px #fff solid;
	border-top: 0;
	border-left: 0;
}
.photoLayout td.photoLabel
{
	background-color: #fff;
	border: 0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 10px;
}
#footer
{
	text-align: right;
	padding: 10px 36px 0 0;
	font-size: 12px;
	color: #fff;
}
