@charset "utf-8";

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	background-color: #C2C2C2;
}

#shadow {
	margin: 0 auto;
	width: 918px;
	background-repeat: repeat-y;
	background-image: url(images/shadow.gif);
}

#container {
	width: 898px;
	margin: 0 auto;
}


/* --------------- Header Styles ------------------- */

#header {
	width: 878px;
	height: 56px;
	background-color: #FFFFFF;
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
}

#header a {
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#header a:hover {
	color: #CC0000;
}

#header .first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flash {
	margin: 0;
	width: 898px;
	padding: 0px;
	height: 120px;
	background-image: url(images/flash_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ---------------- Navigation -------------------*/

#navigation {
	margin: 0;
	width: 898px;
	height: 28px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
}


#navigation a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	color: #333333;
	text-decoration: none;
	display: inline;
	background-position: center;
	line-height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation a:hover {
	color: #CC0000;
}


#navigation a.first {
	border-left-style: none;
}

#navigation a.drop {
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

/* ----------------Drop Down Menu -------------------*/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #999999;
	z-index: 100;
	background-color: #CCCCCC;
	width: 205px;
	font-family: Verdana;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* ---------------- Content Left ------------------ */

#left_content {
	color: #000000;
	background-color: #FFFFFF;
	float:left;
	width: 450px;
	height: auto;
	padding: 40px;
	margin: 0px;
}

#left_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CE1D28;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-bottom: 14px;
	line-height: normal;
	margin: 0px;
}

#left_content h2 {
	font-size: 16px;
	color: #CE1D28;
	font-style: italic;
}

#left_content h3 {
	font-size: 14px;
	color: #666666;
	font-style: italic;
}

#left_content a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#left_content a:hover {
	color: #CE1D28;
}

#left_content .text_photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#left_content .text_photo_l {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ---------------- Content Right ------------------ */

#right_content {
	width: 368px;
	height: auto;
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 530px;
	margin-right: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#right_content p {
	margin-right: 30px;
	margin-left: 30px;
}

#right_content a {
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
}

#right_content a:hover {
	color: #CC0000;
}

#right_content h3 {
	font-style: italic;
	color: #666666;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-bottom: 18px;
	margin-right: 30px;
	margin-left: 30px;
}

#right_content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #CE1D28;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
	margin-left: 30px;
}

#right_content ul {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

#right_content .photo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* ---------------- Footer Styles ------------------- */

#shadow_footer {
	margin: 0;
	padding: 0;
	background-image: url(images/shadow_footer.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 918px;
	clear: left;
}

#footer {
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
