/*
//*******
//
//	various html element styles
//
//	blue: #7D9BA9
//	orange: #EB8F41
//
//*******
*/

body
{
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, garamond, sans-serif;
	font-size: 62.5%;
}

h1,
h2
{
	color: #EB8F41;
	background: inherit;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
}

p,
li
{
	color: #7D9BA9;
	background: inherit;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

h1
{
	font-size: 3.0em;
}

p,
li,
label
{
	font-size: 1.3em;
}

a,
a:link,
a:hover,
a:visited
{
	color: #7D9BA9;
	background: inherit;
	text-decoration: none;
}

p a,
p a:link,
p a:visited
{
	color: #EB8F41;
	background: inherit;
}

p a:hover
{
	color: #7D9BA9;
	background: inherit;
	text-decoration: underline;
}

/*
//*******
//
//	background image styles
//
//*******
*/

#background_1
{
	color: #000000;
	background: #FFFFFF url('../images/background_1.jpg') top left no-repeat;
}

#background_2
{
	color: #000000;
	background: #FFFFFF url('../images/background_2.jpg') top left no-repeat;
}

#background_3
{
	color: #000000;
	background: #FFFFFF url('../images/background_3.jpg') top left no-repeat;
}

#background_4
{
	color: #000000;
	background: #FFFFFF url('../images/background_4.jpg') top left no-repeat;
}

#background_5
{
	color: #000000;
	background: #FFFFFF url('../images/background_5.jpg') top left no-repeat;
}

#background_6
{
	color: #000000;
	background: #FFFFFF url('../images/background_6.jpg') top left no-repeat;
}

#background_7
{
	color: #000000;
	background: #FFFFFF url('../images/background_7.jpg') top left no-repeat;
}

#background_8
{
	color: #000000;
	background: #FFFFFF url('../images/background_8.jpg') top left no-repeat;
}

/*
//*******
//
//	page layout styles
//
//*******
*/

#page_wrapper
{
	width: 960px;
	margin: 70px auto 0px auto;
	padding: 0px;
	overflow: auto;
}

#left_column_wrapper
{
	float: left;
	width: 170px;
}

#right_column_wrapper
{
	float: left;
	width: 600px;
}

#logo_wrapper
{
	width: 140px;
	height: 105px;
	margin-bottom: 70px;
}

#menu_wrapper
{

}

#page_content_wrapper
{
	border: 1px solid #B8BCBA;
	color: #000000;
	background: #FFFFFF;
}

/*
//*******
//
//	menu styles
//
//*******
*/

#menu
{
	margin: 10px 20px 0px 20px;
	padding: 0px;
}

#menu li
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#menu li a:hover,
#menu_selected a
{
	color: #EB8F41;
	background: inherit;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}

/*
//*******
//
//	page content styles
//
//*******
*/

#page_content_wrapper h1
{
	margin: 10px 20px;
	padding: 0px;
}

#page_content_wrapper p
{
	margin: 0px 20px 10px 20px;
	padding: 0px;
}

#page_content_wrapper ul
{
	margin: 0px 20px 10px 40px;
	padding: 0px;
}

#page_content_wrapper ul li
{
	list-style: disc;
	color: #EB8F41;
	background: inherit;
}

#page_content_wrapper ul li .list_item_text
{
	color: #7D9BA9;
	background: inherit;
}

#page_content_wrapper ul li .list_item_text a,
#page_content_wrapper ul li .list_item_text a:link,
#page_content_wrapper ul li .list_item_text a:visited
{
	color: #EB8F41;
	background: inherit;
}

#page_content_wrapper ul li .list_item_text a:hover
{
	color: #7D9BA9;
	background: inherit;
	text-decoration: underline;
}

/*
//*******
//
//	form styles
//
//*******
*/

.custom_form label
{
	margin: 10px 20px;
	padding: 0px;
	color: #EB8F41;
	background: inherit;
}

.custom_form label input,
.custom_form label textarea,
.custom_form label select
{
	display: block;
	font-weight: normal;
	font-size: 1.0em;
	border: 1px solid #B8BCBA;
}

.custom_form label textarea
{
	width: 355px;
	height: 140px;
}

.custom_form .form_submit
{
	color: #EB8F41;
	background: inherit;
}

#flash_wrapper{
	text-align:center;
	margin:auto;
	padding:0;	
}
