body {
	font: 75% Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
.divider {
	clear: both;
	font-size: 1%;
	height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#site_wrapper {
	margin: 20px auto; 
	background: #FFF url(../images/inner-wrapper-repeat-x.jpg) repeat-x top left;
	width: 864px; }

#content_wrapper {
	background: transparent url(../images/site-wrapper-repeat-y.gif) repeat-y top right;
	min-height: 500px;
	padding-right: 7px; }
#content {
	padding: 25px; }
#main_navigation {
	background: transparent url(../images/medium-divider.jpg) no-repeat top left;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Garamond, Times New Roman, Times, serif;*/
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 25px 4px 25px; }
#main_navigation ul {
	margin: 0;
	list-style: none; }
#main_navigation li {
	float: left;
	/*color: #652103;*/
	color: #646567;
	margin-right: 20px; }
#main_navigation a {
	/*color: #652103;*/
	color: #646567;
	text-decoration: none; }
#main_navigation a:hover, #main_navigation a.active {
	color: #E1006E;
	/*color: #D20058;*/ }

#corner_top_left, #corner_top_right {
	height: 20px; }
#corner_top_left {
	background: transparent url(../images/corner-top-left.gif) no-repeat top left; }
#corner_top_right {
	background: transparent url(../images/corner-top-right.gif) no-repeat top right; }
#corner_bottom_left, #corner_bottom_right {
	min-height: 20px; }

#footer {
	background: #FFF url(../images/footer-repeat-x.gif) repeat-x bottom left; }
#corner_bottom_left {
	background: transparent url(../images/corner-bottom-left.gif) no-repeat bottom left; }
#corner_bottom_right {
	padding-bottom: 8px;
	padding-right: 7px;
	background: transparent url(../images/corner-bottom-right.gif) no-repeat bottom right; }
#footer_content {
	font-size: 90%;
	padding: 5px 25px;
	background: transparent url(../images/small-divider.jpg) no-repeat top left;
	margin: 0;
	color: #646567;
	/*color: #652A11;*/ }
#footer_content a {
	color: #646567;
	/*color: #652A11;*/ }
	
#header {
	padding-top: 27px;
	background: transparent url(../images/big-divider.jpg) no-repeat top left; }
#logo {
	/*background: #D9005B*/;
	/*background: #E1006E;*/
	/*padding: 8px 0 8px 60px;*/
	margin-bottom: 10px; }
#logo h1 {
	text-indent: -9999em;
	/*height: 110px;
	width: 253px;*/
	height: 126px;
	width: 857px;
	background: transparent url(../images/Header1.jpg) no-repeat top left;
	/*background: transparent url(../images/logo.gif) no-repeat top left;*/
	overflow: hidden; }
	
#content {
	background: transparent url(../images/small-divider.jpg) no-repeat top left;
	/*color: #404040;*/
	color: #646567;
	line-height: 200%;
	padding: 35px 25px; }
#content h1, #content h2 {
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #E1006E;
	/*color: #D20058;*/ } 

#content h1 {	
	font-size: 300%;
	line-height: 1em;
	margin-bottom: 0.5em; }
#content h2 {
	font-size: 250%; 
	margin-bottom: 0.2em;}

.float-left {
	float: left;
	margin: 0 1em 1em 0; }
.float-right {
	float: right;
	margin: 0 0 1em 1em; }
	
.sideblock {
	width: 180px;
	background: #FFF;
	color: #E1006E;
	border: 1px solid #E1006E; }
.sideblock p {
	line-height: 120%; }
.sideblock .wrapper {
	padding: 10px; }

/* Forms */
input.text, textarea, select {
	border: 1px solid #333;
}
.text {
	padding: 1px;
}
input, select, textarea {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select, select.text {
	padding: 0;
}
.warning {
	color: #990000;
}
form .required {
	font-weight: bold;
}
.link_tooltip {
	width: 400px;
	background-color: #003366;
	color: White;
	padding: 5px;
	margin-right: 50px;
	opacity: 0.9;
}

/* Text */
a {
  color: #0002BF; }
a img {
	border: 0;
}
a.clean {
	text-decoration: none;
}
a.clean:hover {
	text-decoration: underline;
}
p, blockquote, ul, ol, table {
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 2em;
}

#filmstrip {
  height: 120px;
  overflow: hidden; 
  white-space: nowrap; }
#filmstrip .image {
  float: left;
  margin-right: 1em; }
