@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: #f1f1f2 url('../images/bg.jpg') repeat-x;
	color: #000;
	height: 100%;
}

/* TinyMCE specific rules  */
body.mceContentBody
{
   background:#fff;
   text-align:left;
}

body.mceContentBody h1
{
   position: relative;
   left: 0px;
   color: black;
	font-size: 20px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

body.mceContentBody h2
{
   color: black;
	font-size: 16px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

body.mceContentBody h3
{
   color: black;
	font-size: 12px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

a
{
	color: #227589;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

h1
{
   position: relative;
   left: -126px;
   color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 40px;
}

h2
{
   color: #868889;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

h3
{
   font-size: 12px;
   font-weight: bold;
   padding-top: 10px;
	padding-bottom: 3px;
}

p
{
	line-height: 1.5;
}

ol
{
	margin-left: 25px;
}

ul
{
	margin-left: 20px;
	list-style: square;
}

li
{
	line-height: 1.3;
}

p,
ul,
ol,
table
{
	padding-bottom: 6px;
}

#print_logo
{
   diaplay: none;
}

#page_wrapper
{
   margin: 0px auto;
	width: 760px;
	text-align: left;
	min-height: 100%;
   background: url('../images/page_bg.jpg') repeat-y;
}

#page
{
	margin: 0px auto;
	width: 760px;   
	background: url('../images/page_header.jpg') no-repeat;
}

#header
{
	min-height: 160px;
}

#control-bar
{
   float: right;
   background: url('../images/control_bar_bg.png') repeat-x;
   margin-right: 5px;
   padding: 5px 10px 5px 10px;
   width: 535px;
   height: 40px;
   text-align: right;
   font-size: 12px;
   font-weight: bold;
   color: #8a8c9c;
}

#control-bar a
{
   color: #8a8c9c;
}

#control-bar b
{
   color: black;
}

#control-bar a:hover
{
   color: black;
}

.edit-box
{
   position: relative;
   top: 40px;
   right: -135px;
   float: right;
}

#content
{
   padding: 140px;
   padding-top: 0px;
   padding-bottom: 40px;
}

#homepage_content
{
   display: none;
}

#homepage_content .left_col
{
   float: left;
   margin-top: 340px;
   width: 500px;
   padding: 15px;
   padding-left: 20px;
   padding-bottom: 40px;
}

#homepage_content .right_col
{
   float: right;
   margin-top: 340px;
   width: 190px;
   padding: 15px;
   padding-right: 20px;
   padding-bottom: 40px;
}

#homepage_content h1
{
   position: inline;
   left: 0px;
   color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

#homepage_content .left_col h1,
#homepage_content .left_col h2,
#homepage_content .left_col h3
{
   color: white;
}

#homepage_content .right_col h1,
#homepage_content .right_col h2,
#homepage_content .right_col h3
{
   color: #00c3ba;
}

#homepage_content .left_col h2,
#homepage_content .right_col h2
{
   padding-top: 8px;
   padding-bottom: 5px;
   font-size: 11px;
}

#footer_wrapper
{
   position: fixed;
   bottom: 0;
   left: 0;
   height: 24px;
   width: 100%;
   background: url('../images/footer_bg.png') repeat-x;
   text-align: center;
}

#footer
{
   margin: 0px auto;
	width: 760px;  
   text-align: left;
   color: #9c9e9f;
   font-weight: bold;
   font-size: 10px;
   padding-top: 9px;
}

#footer .left_col
{
   float: left;
   padding-left: 5px;
}

#footer .right_col
{
   float: right;
   padding-right: 5px;
}

#navigation
{
	float: left;
	width: 760px; 
	height: 74px;
	font-size: 10px;
	font-weight: bold; 
}

#navigation a:focus
{
  outline: none;
}

#navigation ul
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 3px;
	min-height: 20px;  
	float: left; 
}

#navigation li
{
	color: #9c9e9f;
	float: left; 
	list-style: none;
	padding-right: 5px;
	padding-top: 3px;
	letter-spacing: 0.04em;
	line-height: 1.2; 
}

#navigation ul ul
{  
  position: absolute;
  left: auto;
  height: auto;
  margin: 0;
  margin-top: 14px;
  padding: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #dfe0e1;
}

#navigation li a
{
	color: #9c9e9f;
	text-decoration: none;
}

#navigation li a:hover
{
	color: #000;
}

#navigation li.active a
{
	color: #000;
}

#navigation #login_link
{
   float: right;
   padding: 2px;
   padding-right: 5px;
}

#navigation #login_link a
{
   color: #9c9e9f;
}

#navigation #login_link a:hover
{
   color: black;
}
