html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:url(../images/bg_body.gif) top left repeat-x;
}
body, textarea {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#E50408;
	text-decoration:underline;
}
a:hover {
	color:#7EAD3B;
	text-decoration:underline;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	color:#333333;
	font-weight:normal;
}
h1 {
	font-size:200%;
	margin:10px 0 20px 0;
}
h2 {
	font-size:200%;
	margin:10px 0 20px 0;
}
h3 {
	font-size:150%;
	margin:10px 0 20px 0;
}

input.fill {
display:none;
}

#full_page {
	width:960px;
	margin:0 auto;
	position:relative;
}
#page_head {
	position:relative;
	height:240px;
	background:transparent url(../images/header_01.jpg) no-repeat scroll 0 0;
}

.banner {
	left:265px;
	position:absolute;
	top:78px;
	width:200px;
}


#page_menu {
	height:38px;
	left:10px;
	position:absolute;
	top:239px;
	width:950px;
}
#page_body {
	padding-top:60px;
}
#page_foot {
	height:100px;
	padding:25px 0;
	background:#EDEBD5 url(../images/bg_foot.gif) top left repeat-x;
	text-align:center;
}

#page_head h2 {
	margin:0;
	position:absolute;
	right:21px;
	top:34px;
	font-style:italic;
	color:#000;
}
#page_head h2 strong {
	font-size:40px;
}

.celebrating {
	position: absolute;
	right:58px;
	top:60px;
}

#page_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	height:38px;
}
#page_menu li {
	float:left;
	position:relative;
	border-left:1px solid #F3F4E6;
}
#page_menu a {
	display:block;
	font-weight:bold;
	height:38px;
	line-height:40px;
	padding:0 15px;
	color:#fff;
	background-color:#DB282E;
	text-decoration:none;
}
#page_menu a:hover {
	background-color:#003399;
	color:#fff;
	text-decoration:none;
}
#page_menu ul.compat a:hover {
	color:#FFFFFF;
	background:#E50408;
}



.green {
	color: #88C42E;
	text-transform: none;
	font-weight: bold;
	font-size: 110%;
}

#col_01 {
	float:left;
	width:620px;
	font-family:arial;
	font-size:12px;
	line-height:20px;
}

#col_02 {
	float:right;
	width:300px;
}

.sidebar {
	border:5px solid #EDEBD2;
	background:#7493CF;
}
.sidebar h2, .sidebar .item {
	padding:5px 13px;
	color:#fff;
	background-color:#7493CF;
}
.sidebar h2 {
	background:#003399;
	margin:0;
}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar li {
	margin:0;
	padding:0;
	line-height:1.8em;
}
.sidebar a {
	display:block;
	font-size: 130%;
	font-weight: bold;
	padding:5px 0;
	margin: 5px;
	text-decoration: none;
	color:#fff;
}
.sidebar a:hover {
	text-decoration:underline;
	color:#000;
}
.sidebar ul.compat a:hover {
	background-color:#128633;
}

.content {
	padding:0 20px;
	color:#666666;
	margin-bottom:30px;
}
.content p, .content ul, .content ol {
	line-height:1.8em;
}
.content img.left {
	float:left;
	margin:0 20px 10px 0;
}
.content img.right {
	float:right;
	margin:0 0 10px 20px;
}
.content blockquote {
	background:transparent url(../images/bg_quote.gif) top left no-repeat;
	font-style:italic;
	padding-left:3em;
}

#icthus {
	padding: 0 0 0 12px;
	margin: 0;
}

/* Forms */

label {
display:block;
float:left;
margin-right:0.5em;
margin-top:3px;
padding:5px 0;
text-align:right;
width:9em;
}

input {
background:#B5C3DF none repeat scroll 0 0;
border:1px solid #781351;
color:#000000;
font-weight:bold;
height:17px;
margin:5px;
padding:5px;
}

textarea {
color: #000000;
background: #B5C3DF;
border: 1px solid #781351;
margin:5px;
padding:5px;
}

select {
color: #000000;
background: #B5C3DF;
border: 1px solid #781351;
font-weight:bold;
margin:5px;
padding:4px;
height:29px;
}

input.btn {
border:5px outset #D7B9C9;
color:#000000;
height:3em;
margin:0 0 1em 9em;
width:10em;
}

fieldset {
border: 0px;
}

/* Spans */

.number {
	font-size: 180%;
}

#slider1 {
	width: 600px; /* important to be same as image width */
	height: 145px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 600px; /* important to be same as image width or wider */
	position: absolute;
	top: -14px;
	margin-left: -40px;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding: 1px 30px 0px 10px;
	width: 700px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 145px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 145px;
}

