/* Site Specific Selectors Note-Ables
*/
/* Main Selector Types */
html
{
	height:100%;
	background-color:#e8e8e8;
}
body
{
	height:100%;
	font-size:.7em;
	padding-top:10px;
}
a
{
	color:#535353;
}
a:visited{
	color:#535353;	
}
a:hover{
	color:#000;
}
p
{
	font-family:arial;
	margin-bottom:10px;
	text-decoration:justify;
}
H1 {
	font-size:1.4em;
/*	color:#193793; */
	color:#FFFFFF;
	margin-bottom:10px;
	font-weight:bold;
}
H2 {
	font-size:1.2em;
	color:#193793;
	margin-bottom:10px;
	font-weight:bold;

}
H3 {
	font-size:1.1em;
	color:#333333;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
H4
{
	font-weight:bold;
	font-size:1.1em;
	color:#193793;
}
.blueh4
{
	font-weight:bold;
	font-size:1.1em;
	color:#193793;
}
ul{
	list-style:disc;
	
}
li{
	list-style:disc;
	margin-left:15px;
}
.black
{
	color:#000;
}
.bold
{
	font-weight:500;
}


/* Header Layout Selectors */
div.noteables_header
{
	background-color:#BFCBE3;
	text-align:center;	
	height:20px;
	padding-top:5px;
}
div.noteables_subheader
{
	color:#fff;	
	height:200px;
	background-color:#333333;
}
div.subheader_image_container
{
	width:300px;
	height:200px;
	float:left;
	margin-right:15px;
	background-image:url('/modules/content/tpl/default/images/photo_01.jpg');
	background-position:top center;
	overflow:hidden;
}
div.subheader_title
{
	width:155px;
	float:left;
	margin-right:10px;
}
div.subheader_title div
{

}
div.subheader_content_container
{
	width:430px;
	float:left;	
	height:200px;
	overflow:hidden;

}
div.subheader_content_container > div
{
	padding-top:10px;
}

div.subheader_content
{
	float:left;
	width:250px;
	color:#fff;
	height:165px;
}
div.subheader_element 
{

}
div#hd .editable
{
/*	line-height:200px; */
	height:200px;
}
div#3
{

}
/* Header Menu Selectors */

div#main_menu{
	color:#FFF;
	font-weight:bold;	
}
a.main_menu_item{
	color:#feffff;
	text-decoration:none;
}
.main_menu_item:hover
{
	color:#182378;
}
a.selected_menu_item{
	color:#182378;
}
.selected_menu_item:hover{
	color:#FFF;
}

/* Body Layout Selectors */
div#bd
{
	background-image:url(/modules/content/tpl/default/images/bdbg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	min-height:450px !important;
}
div.bd_left_column
{
	width:480px;
}
div.bd_right_column
{
	height:100% !important;
	width:270px;
/*	background-color:#ebeef6;	 */
}
div.bd_right_column > div
{
	padding:10px;	
}
.bd_left_column_content > div
{
	padding:10px;
	padding-left:35px;
	padding-right:55px;
}
/* Footer Layout Selectors */
div#ft
{
	text-align:center;
	font-size:.9em;
}
div#ft p
{
	padding-top:5px;
	padding-bottom:5px;
}

