
/* CSS Document */

body
{
	background: #000000;
   text-align: center;
   font-family: Arial;
   font-size: 10pt;
}

h1
{
	color: #010464;
	font-size: 14pt;
}

h1 a
{
	color: #010464;
}

h1 a:hover
{
	color: red;
}

h2
{
	color: #B10105;
	font-size: 12pt;
   text-align: center;
}

h3
{
	color: #000000;
	font-size: 12pt;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
}

h4
{
	color: #B10105;
	font-size: 10pt;
   font-weight: normal;
	text-align: center;
}

h5
{
	color: #B10105;
	font-size: 12pt;
	text-align: left;
}

img
{
	border: 0;
}

sup
{
	font-weight: bold;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: red;
}

#page-wrapper
{
	width: 1000px;
	margin: 0px auto;
   background-color: #000000;
	overflow: hidden;
}

div.row-wrapper
{
	overflow: hidden;
	width: 1000px;
}

#header-left
{
	width: 200px;
	float:left;
	vertical-align:middle;
	display: none;
}

#header
{
	width: 1000px;
	float:left;
	vertical-align:middle;
	text-align: center;
}

#header-right
{
	width: 0px;
	float:right;
	vertical-align:middle;
	display: none;
}

#main-left
{
	width: 200px;
	float:left;
	vertical-align:middle;
	background: #ffffff;
	margin-right: 3px;
}

#main
{
	width: 797px;
	float:left;
	vertical-align:middle;
	background: #ffffff;
}

#main-right
{
	width: 0px;
	float:right;
	vertical-align:middle;
	display: none;
}

#footer-left
{
	width: 200px;
	float:left;
	vertical-align:middle;
	display: none;
}

#footer
{
	width: 1000px;
	vertical-align:middle;
	text-align: center;
	margin-top: 3px;
}

#footer-right
{
	width: 0px;
	float:right;
	vertical-align:middle;
	display: none;
}

#content
{
	font-size: 10pt;
	font-family: arial;
	text-align: left;
	width: 98%;
	margin: 10px;
}

.link a:link
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.link a:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.link a:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #E79748;
	font-weight: bolder;
	text-decoration: underline;
}

.footer
{
	width: 900px;
	font-family: Arial;
   font-weight: bold;
	color: #000000;
	margin-right: -10px;
   margin-top: 20px;
   font-size: 10pt;
}

.footer a:link
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #E69748;
	font-weight: bolder;
	text-decoration: underline;
}

.con_table
{
	width: 98%;
	color: #000000;
   font-family: Arial;
   font-size: 10pt;;
   background-color: #ffffff;
   text-align: justify;
   margin-left: 10px;
   margin-right: 10px;
}

.con_table input
{
	background: #FFFFFF;
}

.con_table select
{
	background: #FFFFFF;
}

.con_table textarea
{
	background: #FFFFFF;
}

#blog
{
	width: 420px;
   background-color: #738FB9;
   margin-left: 25px;
   margin-right: 25px;
   margin-top: -5px;
}

.blog
{
	width: 400px;
	margin-left: 10px;
   font-size: 10pt;
   padding-bottom: 5px;

}

.blog_date
{
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
}

.blog_head
{
	font-size: 16px;
	font-weight: bolder;
	color: yellow;
}

.blog_desc
{
   text-align: justify;
	color: #000000;
   font-size: 10pt;
   font-weight: normal;
}

.blog_author
{
	float: right;
   font-weight: bold;
	color: #000000;
   font-size: 10pt;
}

.blog_link a
{
	float: right;
   margin-right: 10px;
}

.blog_link a:link
{
   font-weight: bold;
	color: blue;
   font-size: 10pt;
}

.blog_link a:visited
{
	font-weight: bold;
	color: blue;
   font-size: 10pt;
}

.blog_link a:hover
{
	font-weight: bolder;
	color: yellow;
   font-size: 10pt;
}

#comment
{
	width: 420px;
   margin-left: 25px;
   margin-right: 25px;
}

.comment
{
	width: 400px;
	margin-left: 10px;
   font-size: 10pt;
   color: #000000;
}

.comment_date
{
	font-weight: bolder;
}

.comment_desc
{
   text-align: justify;
}

.comment_auth
{
	float: right;
}

.comment_link a:link
{
   font-weight: bold;
	color: blue;
}

.comment_link a:visited
{
	font-weight: bold;
	color: blue;
}

.comment_link a:hover
{
	font-weight: bolder;
	color: #FF6B1A;
}

.blogfooter
{
	font-size: 10pt;
}

.blogfooter a:link
{
	color: #ffffff;
	text-decoration: none;
}

.blogfooter a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.blogfooter a:hover
{
	color: yellow;
	text-decoration: underline;
}

.req
{
	color: red;
}

.cal_detail
{
	width: 100%;
	background-color: #FFFFFF;
	font-family: helvetica;
	color: #ffffff;
	font-size: 16pt;
	text-align: justify;
}

.cal_detail td
{
	background: #999999;
}

.cal_detail a
{
	color: #ffff00;
}

/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}

/* the day headers across the top */
#calendar th {
background: #4D74B5;
color: #fff;
margin: 3px;
padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}

.cal_nav
{
	font-size: 10pt;
	width: 75%;
}

.py
{
	float: left;
}

.ny
{
	float: right;
}

.list_view
{
	font-size: 10pt;
   width: 575;
   margin: 25px;
}

.fees
{
	font-size: 10pt;
	width: 98%;
}

.fees a
{
	text-decoration: none;
}

#flash
{
	float: right;
	position: relative;
	z-index: 100000;
	margin-top: -250px;
}

.schedule div
{
	width: 100%;
}

.schedule table
{
	width: 100%;
   font-size: 10pt;
	background: #000000;
}

.schedule th
{
   text-align: left;
	color: #FFFFFF;

}

.schedule td
{
	padding: 2px;
}

.schedule a
{
	color: #0000FF;
}

.schedule a:hover
{
	color: #FF0000;
}

.error
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

td.label input.error, td.label select.error, tr.errorRow td.label input,tr.errorRow td.label select
{
	border: 1px solid red;
	background-color: #FFFFD5;
	color: red;
	font-size: 8pt;
}

.big_label_style {
	font-style: bold;
	font-size: 16pt;
	color: red;
}

.privacy
{
	width: 98%;
	font-size: 10pt;
	text-align: left;
}

.privacy h2
{
	text-align: left;
}

.privacy h3
{
	text-align: left;
	font-weight: bold;
}

#privacy
{
	position: relative;
	float: right;
	z-index: 15000;
	margin-top: -60px;
	margin-right: 15px;
}

#privacy a
{
	padding: 5px;
}

#place_holder
{
	height: 460px;
}

#newsletter
{
	width: 96%;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	margin: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #010464;
	color: #FFF;
}

#copy
{
	margin-top: -20px;
	padding-bottom: 10px;
}

#success
{
	z-index: 20000;
	font-family: Arial;
	text-align: left;
}

.faq_container
{
	width: 100%;
	margin: 10px;
	padding: 5px;
}

.faq_title
{
	font-size: 11pt;
	color: #010464;
	display: block;
	padding: 3px;
	width: 95%;
}

.hover_div div:hover
{
	color: #010464;
	display: block;
	padding: 3px;
	background: #e0e0e0;
	width: 95%;
	cursor: pointer;
}

.faq_answer
{
	width: 95%;
}

