/* aran @ studio7designs.com  http://www.studio7designs.com */

body
{	font-family: gill sans MT, trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1                 /* ============== BANNER ==================== */
{ text-align: center;
	color: #dddddd;
	margin: 0;
	padding: 40px 0px;
	
}
h2 
{ margin: 0;
	padding: 20px 0px 0 0;
	height: 100px;
	color: #cccccc;
	font-size: 140%;
	letter-spacing: 4px;
	text-align: center;
	border: 0px solid gray;
}
h2 span
{ font-size: 9pt;
	line-height: normal;
}
h3
{ font-size: 100%;
	margin-bottom: 0;
}

blockquote
{ font-size: 9pt;
}
a:link, a:visited 
{ color: #5b8fbe; 
	text-decoration: underline;
}
a:hover
{ color: #666; 
	text-decoration: none; 
}
/* ===============general classses =============== */
.indent
{ text-indent: 5%;
	margin: 0;
}
.hang
{ text-indent: -5%;
	margin:0;
}
.clear
{ clear: both; 
}
.bold
{ font-weight: bold;
}
.underline
{ text-decoration: underline;
}
.oblique
{ font-style: oblique;
}
.eight
{ font-size: 8pt;
}
.nine
{ font-size: 9pt;
}
.eleven
{ font-size: 11pt;
}
.twelve
{ font-size: 12pt;
}
.fourteen
{ font-size: 14pt;
}
.bell
{ font-family: bell MT, serif;
	font-size: 18pt;
}
.dropcap
{ line-height: 30px;
	font-size: 40px;
	float: left;
}
.normal
{ font-style: normal;
}
.smcaps
{	font-variant: small-caps;
}
.right
{ text-align: right;
}
.left
{ text-align: left;
}
.center
{ text-align: center;
}
.nobr
{ white-space: nowrap;
}
/* ================================= general declarations========================= */
table td, table th
{ vertical-align: top;
	padding: 5px;
}
img
{ border: none;
}
/* =========================Set  page width ============================= */
#container-menu-top, #header, #container-content, #container-footer 
{	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#container-content 
{ background: white url('/images/bg-white-left.png') no-repeat left top;
}
* html #container-content 
{ height: 1%; 
}
#content 
{ background: transparent url('/images/bg-white-right.png') no-repeat right top;
	padding: 5px 40px 5px 40px;  /* giant right padding to accommodate vertical menu */
}
#content h2
{ text-align: center;
}
#container-menu-top 
{	background: white url('/images/bg-white-left.png') no-repeat left top;
}
#menu-top 
{ background: transparent url('/images/bg-white-right.png') no-repeat right top;
	overflow: hidden; /* fixes  FF problem */
}
#menu-top ul 
{	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}
#menu-top li 
{ display: inline;
	float: left;
}
#menu-top a 
{ float: left;
	background:url('/images/menu-top-left.png') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}
#menu-top a span  /* clever way to get the a element to house two background images */
{ background: transparent url('/images/menu-top-right.png') no-repeat right top; 
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
#menu-top a:hover 
{ background-position:0% -42px; 
}
#menu-top a:hover span 
{	background-position:100% -42px; 
}
#search
{ margin: 0px 0 0 10px; 
	padding: 0;
} 
#search form
{ margin: 0; 
	padding: 0;
	position: absolute;
	left: 640px;
} 
#search .input_box
{ font-size: 7pt;
	color: #bbbbdd;
	padding: 0 0 0 5px;
	border: 1px inset white;
	background-color: #ffffff;
}
#search .button
{ position: relative;
	font-size: 7pt;
	color: #aaaacc;
	background-color: #0e60b8;
	margin: 0;
	padding: 0;
	border: 1px white outset;
}
#container-header 
{	background: transparent url('/images/bg.png') top center repeat-x;
}
#header 
{	background: #eeeeee url('/images/top.jpg') repeat-x left top;
}
#container-header2 
{ background: transparent url('/images/bg-grn-left.png') top left no-repeat;
}
#container-header3 
{ background: transparent url('/images/bg-blue-right.png') top right no-repeat;
}

/* ============================ foooter =========================== */
#footer
{ background: transparent url('/images/bg.png') repeat-x bottom left;
	padding: 10px 0;
	margin: 0;
	font-size: 8pt;
	line-height: normal;
	color: #333333;
	width: 800px;
	text-align: center;
	border: 0px solid red;
}