/* TAG STYLES */

body
{
	background-image: url('../background_images/image_1.jpg');
	background-position: 50% 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

h1
{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;	
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

p
{
	padding-bottom: 15px;
	line-height: 1.7em;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#page_holder
{
	width: 980px;
	margin: 0px auto 0px auto;
}

#page_header
{
}

#logo_holder
{
	float: left;
	width: 299px;
	height: 90px;
	margin-left: 42px;
}

#nav_holder
{
	float: right;
}

#page_content
{
	padding: 30px;
	background: transparent url("../layout_images/trans_bg.png") 0 0 no-repeat;
	height: 99%;

}

.left_column
{
	float: left;
	width: 628px;
	padding-right: 20px;
	border-right: 2px solid #86817e;
}

.right_column
{
	width: 250px;
	float: right;
	padding-left: 20px;
}

.refferal
{
	margin-bottom: 20px;
}

#page_footer
{
	width: 920px;
	border-top: 2px solid #86817e;
	padding: 5px 0px 0px 0px;
	font-size: 0.8em;
}

/* END OF DIV STYLES */

/* LIST STYLES */

.main_menu
{
	font-size: 15px;
	margin-top: 10px;
	list-style: none;
}

.main_menu li
{
	float: left;
	padding: 0px 12px 0px 12px;
	border-right: 1px solid #000000;
}

.main_menu li a
{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.main_menu li a:hover, .main_menu li a.active
{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.footer_menu
{
	list-style: none;
}

.footer_menu li
{
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #000000;
}

.footer_menu li a
{
	color: #000000;
	text-decoration: none;
}

.footer_menu li a:hover
{
	text-decoration: underline;
}

.man_list
{
	list-style: none;
}

.man_list li
{
	float: left;
	width: 310px;
}

/* END OF LIST STYLES */

/* LINK STYLES */

#page_footer a
{
	color: #000000;
}

/* END OF LINK STYLES */

/* PARAGRAPH STYLES */

p.error_message
{
	color: #FF0000;
	padding: 0px 0px 0px 0px;
}

p.error_message a
{
	font-weight: bold;
}

.refferal p
{
	text-align: center;
	font-style: italic;
	line-height: 1.2em;
}

.red
{
	color: #FF0000;
}

/* END OF PARAGRAPH STYLES */

/* FORM LAYOUT STYLES */

form
{
	float: left;
	width: 28em;
	margin: 20px 0px 0px 0px;
}

form p
{
	padding: 0px 0px 5px 0px;
}

form p label
{
	width: 7em;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

form p input.textfield
{
	color: #000000;
	width: 200px;
	height: 1.5em;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form p input.error
{
	color: #000000;
	width: 200px;
	height: 1.5em;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form p textarea.comment_box
{
	color: #000000;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form p textarea.comment_box_error
{
	color: #000000;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form p input.submit_button
{
	margin: 0px 0px 0px 7.5em;
	padding: 1px 2px 1px 2px;
}

/* END OF FORM LAYOUT STYLES */