@import url("reset.css");

body{
	font: 76% arial, sans-serif;
	background: #ecf2ff;	
}

h1 {
	font: 18px bold arial, sans-serif;
	color: #990101;
	padding: 10px 0;
}

h2 {
	font: 15px arial, sans-serif;
	color: #990101;
	padding: 10px 0;
}

h3 {
	font: 13px regular arial, sans-serif;
	color: #990101;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h4 {
	font: 12px regular arial, sans-serif;
	color: #990101;
	text-transform: uppercase;
}

h5 {
	font: 12px regular arial, sans-serif;
	color: #990101;
	text-transform: lowercase;
}

h6 {
	font: 11px regular arial, sans-serif;
	color: #990101;
	text-transform: lowercase;
}


p {
	color: #595959;
	margin:0;
	padding: 0 0 10px 0;
}

a {
	color: #990101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;		
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.left {
	text-align: left; 
 }
 
.right {
	text-align: right; 
 }
 
.centre {
	text-align: center; 
 }

.clear 	{
	clear: both;
}

hr {
	margin: 0;
	padding: 5px 0 0 0;
	border: 0;
	border-bottom: 1px solid #D6E0E1;
}

strong {
	font-weight: bold;
}

div#container{ 
	width: 927px;
	margin: 0 auto;
	min-height: 100%;
}

div#header {
	margin:0;
    padding: 0;
    background-image: url(../images/header_logo.jpg);
    background-repeat:no-repeat;
    height: 164px;
}

div#content {
	margin:0;
    padding: 0;
    background-image: url(../images/content_bg.gif);
    background-repeat: repeat-y;
    clear: both;
    overflow: hidden;
	min-height: 800px;
}

div#content_end {
	margin:0;
    padding: 0;
    background-image: url(../images/content_bg_end.gif);
    background-repeat:no-repeat;
    height: 24px;
    clear: both;
}


#left_column {
    width: 172px;
    padding: 0 0 32767px 0;
    margin: 0 0 -32767px 33px;
    float: left;
}

.wireframemenu{
	width: 172px;
	border-bottom: 1px dashed #dad8d8;
	margin-top: 10px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 153px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a{
	font: 12px Arial;
	padding: 4px 0px 4px 20px;
/*	background-image: url(../images/black_arrow.gif) no repeat;
	background-position: 10px 20px; */
	background: url(../images/black_arrow.gif) no-repeat 10px 8px;
    list-style:none;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #4c4747;
	text-decoration: none;
	border-top: 1px dashed #dad8d8;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #edecec;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.wireframemenu  .nobgselected{
    background-color: #edecec;
    color: #000;
	font-weight: bold;
}

.wireframemenu  .nobgsubmenu{
    color: #000;
	font-weight: bold;
}

.wireframemenu ul ul {
	padding: 0 0 0 10px;
	border-top: 1px dashed #dad8d8;
	background-color: #edecec;
}

.wireframemenu ul ul li a {
	color: #6e398a;
	border: none;
	background: url(../images/purple_arrow.gif) no-repeat 10px 6px;
}

.wireframemenu ul ul li a:hover{
	background-color: #edecec;
	text-decoration: underline;
	color: #6e398a;
	font-weight: normal;
	border: none;
}

#central_column {
	float: left;
	width: 476px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: $big_value;
	padding-left: 20px;
	margin: 0 0 -$big_value  0;
}

#right_column {
	float: left;
	width: 154px;
	padding: 25px 0 $big_value  0;
	margin: 10px 35px -$big_value  0;
}

.news {
	margin: 10px 0 0 0;	
}

.news h2 {
	font: 14px regular arial, sans-serif;
	color: #4c4747;	
	border-bottom: 1px dotted #b3afa3;
	padding-bottom: 5px;
}

#right_column .news a, #right_column .news h3 {
	font: 13px regular arial, sans-serif;
	color: #990101;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 0 0 0;	
}

.news p {
	font: 11px regular arial, sans-serif;
	padding-bottom: 5px; 
	line-height: 120%;
	border-bottom: 1px dotted #b3afa3;
	padding-bottom: 5px;
}

#main_image {
	margin: 10px 0 20px 0;
	padding: 0;	
}

#reel {
	margin: 15px 0;	
}

#illus {
	margin: 0 6px;
	padding: 10px;
	border: 1px solid #cac9c9;
}


.frillus {
	float: right;
	margin: 0 6px;
	padding: 10px;
	border: 1px solid #cac9c9;
}

#central_column ol li {
	list-style-type: decimal;
	margin: 10px 0 10px 40px;
}

#central_column ul li {
	list-style-type: square;
	margin: 10px 0 10px 40px;
}

#central_column ul ul li, #central_column ol ul li {
	background: none;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	font-size: 1em;
	margin-left: 20px;
}

#central_column dl dt {
	font-size: 1em;
	margin: 12px 10px 12px 4px;
	font-weight: bold;
}

#central_column dl dd {
	font-size: 1em;
	margin: 5px 10px 4px 4px;
}


color:#000000; background:#ffffff;}

#click a {
	position: absolute;
	display: block;
	width: 420px;
	height: 100px;
	border: none;
	margin: 35px 0 0 50px;
}


#click a span {
	display: none;
}
