﻿/* CSS Document */
html, body{
	margin:0;
	padding:0;
}
a:link{
    color: #333;
	text-decoration:underline;
}
a:visited{
    color: #777;
}
a:hover{
	color:#369;
	text-decoration:underline;
}

/*----------------------------------------------------FCKEditor options------------------------------------------------------*/
.image_right {
	float:right;
	margin: 0 0 20px 20px;
}
.image_left {
	float:left;
	margin: 0 20px 20px 0;
}
  
h1.subhead1 {
    font-family: New York, Arial, Helvetica, sans-serif;
    color: #369;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 15px;
    margin:0;
    padding:0;
}

h2.subhead2 {
    font-family: New York, Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 25px;
    font-size: 11pxm;
    margin:0;
    padding:0;
}

h3.subhead3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

blockquote.blockqoute {
	display:block;
    width:187px;
	font-weight: normal;
    font_size:14px;
    line-height:14px;
	padding: 0 40px;
    margin:15px 0pt 0pt;
    text-align:center;
}

span.author{
	margin:7px 0 0;
	text-align:right;
    float:right;
}

.emailform {
    width: 90%;
    font-size: 10px;
    font-family: Arial;
}

.normalCase {
	text-transform: none !important;
}

#content_in ul{
	list-style:square;
    margin:0 0 0 15px;
}

/*------------------------------------------------------header--------------------------------------------------------*/
#content #header, #content_ui #header{
	height:65px;
}

/*-----------flash--------------------*/
#content #quotes, #content_ui #quotes{
	display:none;
}
#content #flash{
	display:none;
}
#content_ui #flash{
	display:none;
}

/*-----------Menu---------------------*/
#menu{
	background:#FFF;
	height:16px;
	padding:12px 0 0;
	margin:0 0 10px;
	position:relative;
	text-align:right;
	border-bottom:3px solid #000;
}
#menu .wrapper{
display:none;
}

.dday {
display:none;
}

#menu h4.rollover_text{
	font-family: Futura, Arial, Helvetica;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 0;
	line-height: 18px;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
}
#menu .button{
	float:left;
	background-color: #fff;
	color: #369;
	text-decoration: none;
	height:16px;
}
#menu .button_at{
	float:left;
	background:none;
	color: #000;
	text-decoration: none;
	height:16px;
}

#menu #nav_2{width:105px;}
#menu #nav_3{width:71px;}
#menu #nav_4{width:87px;}
#menu #nav_5{width:44px;}
#menu #nav_6{width:107px;}
#menu #nav_7{width:65px;}

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

#content #navigation, #content_ui #navigation{
	display:none;
}
/*------------------------------------------------------content--------------------------------------------------------*/
#clear{
	clear:both;
}
#main{
	font-family:Arial, Helvetica, sans-serif;
    padding:15px;
    width:auto;
    position:relative;
    color: #666;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 10px;
}

/*-------------------------------------------------------footer--------------------------------------------------------*/
#utility_box{
	display:none;
}

#footer{
	height:33px;
	padding:16px 0 0;
	font-family:Gil Sans, sans-serif, Arial;
	text-align:center;
	font-size:9px;
	color:#999;
	z-index:1;
}
#footer p{
	margin:0;
	line-height:12px;
}
#footer .nav{
	display:none;
}
#footer a:link, #footer a:visited{
	margin:0 3px;
	text-decoration:none;
	color:#999;
}
/*--------------General----------------------*/
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
}
.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
}
.button:hover{
	border:none;
}
.button:hover span{
	background-position:right top;
}
.printable{
	border:none;
}