/************************
** Overall Page Layout **
************************/
body 
{
	width: 1150px;
	background-color: #dfdec5;
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 12px;
}

body a, a:hover, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

.page_content
{
	width: 1100px;
	min-height: 830px;
}

.page_left
{
	float: left;
	margin-left: 50px;
	width: 850px;
}

.page_right
{
	background: url('/images/sisimi_canada_right_sidebar.png') no-repeat;
	float:right;
	width:180px;
	min-height: 800px;
}

/****************************
** Inside Page Left Layout **
****************************/
.page_header
{
	width: 850px;
	height: 150px;
}

.page_footer
{
	width: 800px;
	height: 50px;
	line-height: 25px;
	font-size: smaller;
}

.page_footer a
{
	color: #00F;
	text-decoration: none;
}

.page_content2
{
	min-height: 500px;
	padding: 20px;
	height: auto !important;
	height: 500px;
}

.page_content a, a:hover, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

.divider
{
	/*background: transparent url('/images/main_bg_middle.png');*/
	width: 800px;
	font-size: 1px;
	height: 1px;
}

.page_success
{
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #280;
	font-weight: bold;
	padding: 20px;
	font-size: 14px;
}

.page_error
{
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #F00;
	padding: 20px;
	font-size: 14px;
}

.search_results
{
	clear: both;
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
}

.search_results td
{
	font-size: 12px;
}

.search_results th
{
	font-size: 12px;
}

.search_row_alt
{
	background-color: #888;
}

/*********************
***** Page Menus *****
*********************/
.page_menu
{
	background: url(/images/sisimi_canada_menu.png) no-repeat;
	width: 850px;
	height: 30px;
	margin-top: 6px;
	padding-top: 2px;
}

.page_menu a, a:visited
{
	font-size: 18px;
	color: #FFFFFF;
}

.page_menu a:hover
{
	color: #dfde95;
}

.selected_menu_item
{
	color: #dfde66;
	font-style: italic;
}

.unselected_menu_item
{
	font-size: 18px;
	color: #FFFFFF;
}
/*****************
***** Tables *****
*****************/
.content_form
{
	width: 600px;
	margin-left: 80px;
	min-height: 125px;
}

.content_form a
{
	font-size: 12px;
	color: #00A;
}

.form_label
{
	clear: both;
	text-align: right;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	width: 230px;
}

.form_field
{
	text-align: left;
	line-height: 25px;
	vertical-align: bottom;
	width: 360px;
	float: right;
}

.form_field input
{
	width: 250px;
}

.form_field TEXTAREA
{
	width: 350px;
	height: 100px;
	background-color: #FF8;
}

.form_field select
{
	background-color: #FF8;
	width: 250px;
}

.form_field_nosize
{
	text-align: left;
	line-height: 25px;
	vertical-align: bottom;
	width: 360px;
	float: right;
}

.form_field_nosize select
{
	background-color: #FF8;
	float: left;
}

.option_headings
{
	background-color: #FF8;
	font-weight: bold;
	font-style: italic;
}

/*******************
***** View Ads *****
*******************/
.form_label_view_ad
{
	clear: both;
	text-align: right;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	width: 200px;
}

.form_field_view_ad
{
	text-align: left;
	line-height: 25px;
	vertical-align: bottom;
	width: 525px;
	float: right;
}

.form_field_view_ad a, a:visited, a:hover
{
	color: #0000AA;
	text-decoration: none;
}