@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #777c83;*/
	color: #5E6368;
	margin: 20px 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #73a6c7;
}
a {
	font-size: 12px;
	color: #9b1b1b;
}
a:visited {
	color: #9b1b1b;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #253f6a;
	margin-top: 0px;
}
h1.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #a51111;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #a51111;
	margin-top: 30px;
}
h2.nomargin {
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2c353e;
	margin-top: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #a51111;
	margin-top: 30px;
	margin-left: 70px;
}

a img {
	border: none;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px dotted #a4afc1;
}

strong {
	color: #5c636d;
}

/* IDs */

#container {
	width: 950px;
	margin: auto;
}
#logo {
	padding: 0px 25px 20px 25px;
}

#menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 25px 0px 25px;
	margin-top: -25px;
	height: 48px;
	overflow: hidden;
}
#menu a {
	float: left;
}

#shadow {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
	padding: 0px 25px;
}

#banner {
	border-top: 5px solid #e1e5e8;
	background: url(../images/banner_inside_noleft.jpg);
	height: 198px;
}
#banner.inside {
	background: url(../images/banner_inside.jpg);
}
#banner.home {
	background: url(../images/banner_home.jpg);
	height: 281px;
}
#banner.home .text {
	color: #FFF;
	position: relative;
	top: 35px;
	left: 130px;
	width: 280px;
}
/*#banner.home h1 {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 30px;
}*/
#banner.home p {
	margin: 10px 0 0 0;
	line-height: 150%;
	font-size: 13px;
}

#main {
	overflow: hidden;
	line-height: 180%;
	padding-bottom: 0px;
}

#leftCol {
	float: left;
	width: 275px;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eceef1;
}
#leftCol div {
	border-top: 1px dotted #a4afc1;
	padding: 20px 20px;
	color: #585f68;
}
#leftCol a {
	text-decoration: none;
	font-size: 16px;
}

#content {
	float: left;
	width: 560px;
	padding: 0px 20px;
	min-height: 320px;
	background-color: #FFF;
}
#content .box,
#contentFull .box {
	border: 5px solid #e1e5e8;
	padding: 10px;
	text-align: left;
	width: 320px;
}

#contentFull {
	min-height: 320px;
	padding: 0px 20px;
	background-color: #FFF;
}

#leftCol,
#content {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #b5cdde;
	padding-top: 30px;
	line-height: 200%;
	background-image: url(../images/corners_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 100;
}
#footer a {
	font-size: 10px;
	color: #b5cdde;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	padding: 0px 25px;
}


/* Classes */

img.photoLeft {
	margin-right: 20px;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	width: 260px;
}
img.photoRight {
	margin-left: 20px;
	float: right;
	padding: 10px;
	border: 1px solid #CCC;
	width: 260px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

