@import url("../../includes/univ_styles.css");

* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #006b87;
	}
	
#fck_background { background: #fff; }
	
td { vertical-align: top; }
			
form { margin: 0; padding: 0; }
img  { margin: 0; padding: 0; border: none; }
	
body { 
	margin: 0 ; padding: 0;
	background: url(images/bg_stripe.jpg) top left repeat;
	}

#main_container {
	width: 100%;
	height: 100%;
	background: url(images/bg_gradient.jpg) top left repeat-x;
	}
	#main_container .upper_framing { 
		height: 30px;
		}
	#main_container .upper_left { 
		background: url(images/upper_left_dropshadow.png) bottom right no-repeat;
		}
	#main_container .upper_middle { 
		background: url(images/upper_middle_dropshadow.png) bottom left repeat-x;
		}
	#main_container .upper_right { 
		background: url(images/upper_right_dropshadow.png) bottom left no-repeat;
		}
	#main_container .left_dropshadow { 
		background: url(images/left_dropshadow.png) top right repeat-y;
		}
	#main_container .right_dropshadow { 
		background: url(images/right_dropshadow.png) top left repeat-y;
		}
	#main_container .bottom_framing { 
		height: 50px;
		}
	#main_container .bottom_left { 
		background: url(images/bottom_left_dropshadow.png) top right no-repeat;
		}
	#main_container .bottom_middle { 
		background: url(images/bottom_middle_dropshadow.png) top left repeat-x;
		}
	#main_container .bottom_right { 
		background: url(images/bottom_right_dropshadow.png) top left no-repeat;
		}

#content_area {
	background: #fff;
	padding: 0 10px 0 10px;
	width: 810px;
	}
	#header { 
		text-align: center;
		padding: 10px 0 2px 0;
		}
	#footer {
		text-align: center;
		vertical-align: bottom;
		padding: 30px 10px 10px 10px;
		/*background: url(images/sitefooter_bg.jpg) top center no-repeat;*/
		}
		#footer a {
			text-decoration: none;
			}
			#footer a:hover {
				color: #db7200;
				}
		
#main_nav {
	height: 40px; width: 100%;
	background: url(images/main_nav_off.jpg) top left repeat-x;
	margin: 2px 0 2px 0;
	}
	#main_nav b {
		height: 40px;
			background: url(images/main_nav_hover.jpg) top left repeat-x;
		vertical-align: middle;
		padding: 3px 10px 0 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13pt;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		color: #db7200;
		text-decoration: none;
		display: table-cell;
		}
	#main_nav a {
		height: 40px;
		background: url(images/main_nav_off.jpg) top left repeat-x;
		vertical-align: middle;
		padding: 3px 10px 0 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13pt;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		color: #5b4b0f;
		text-decoration: none;
		display: table-cell;
		}
		#main_nav a:hover {
			height: 40px;
			background: url(images/main_nav_hover.jpg) top left repeat-x;
			text-decoration: none;
		border-left: 1px solid #d4e055;
		border-right: 1px solid #d4e055;
			color: #db7200;
			}
			
#sub_nav { 
	background: url(images/sub_nav.jpg) top left repeat-x;
	height: 31px;
	vertical-align: top;
	}
	#sub_nav td {
		vertical-align: bottom;
		padding: 0 5px 3px 5px;
		}
	#sub_nav a {
		text-decoration: none;
		}
		#sub_nav a:hover {
			color: #db7200;
			}
		
#search_table { 
	width: 100%;
	}
	#search_table .search {
		width: 300px;
		text-align: right;
		}
	#search_table td {
		padding-top: 2px;
		}
	
#side_nav {
	height: 100%; width: 185px;
	background: url(images/sidenav_bg.jpg) top right repeat-y;
	color: #fff;
	vertical-align: top;
	}
	#side_nav a {
		color: #fff;
		text-decoration: none;
		}
	#side_nav a:hover { 
		color: #006b87;
		}
.side_nav_handle {
	padding: 0; margin: 0;
	}
	.side_nav_handle a {
		display: block;
		height: 20px;
		padding: 10px 5px 2px 5px;
		}
		.side_nav_handle a:hover  {
			color: #006b87;
			font-weight: bold;
			border-left: 5px solid #d2df52;
			background: url(images/sidenav_sep.jpg) top right repeat-y;
			}
	.side_nav_handle a img {
		padding: 0;
		}
		.side_nav_handle a:hover img  {
			border-left: none;
			background: none;
			}
	.side_nav_drawer {
		padding: 0 0 0 10px;
		}
		.side_nav_drawer b {
			color: #d2df52;
			display: block;
			padding: 8px 5px 2px 5px;
			text-decoration: none;
			background: url(images/sidenav_on_bg.jpg) top right repeat-y;
			}
		.side_nav_drawer a {
			display: block;
			padding: 8px 5px 2px 5px;
			text-decoration: none;
			}
			.side_nav_drawer a:hover  {
				color: #006b87;
				font-weight: bold;
				border-left: 5px solid #db7200;
				background: url(images/sidenav_sep.jpg) top right repeat-y;
				}
#left_curve {
	height: 100%;
	background: url(images/left_bottom_curve.png) bottom left no-repeat;
	}
#right_curve {
	height: 100%;
	background: url(images/right_bottom_curve.png) bottom right no-repeat;
	}
	#content_bottom { 
		background: #f1f4d9;
		}
	
#content_column {
	padding: 0 5px 2px 10px;
	width: 610px; height: 100%;
	background: url(images/content_bg.jpg) bottom right repeat-x;
	vertical-align: top;
	}
	
#module_column {
	padding: 0 10px 2px 10px;
	width: 100%; height: 100%;
	background: url(images/content_bg.jpg) bottom right repeat-x;
	vertical-align: top;
	}
	
#page_content { 
	height: 100%;
	}
	
h1 {	font-family: Georgia, serif;
		font-size: 26px;
		font-weight: normal;
		line-height: 32px;
		color: #026e8a;
		}
h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #026e8a;
		}
	
h3 {
	border-bottom: 1px dotted #db7200;
	font-size: 22pt;
	line-height: 22pt;
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	color: #c0c0c0;
	background: url(images/header_arrow.jpg) center left no-repeat;
	}
	h3 a { 
		font-size: 22pt;
		line-height: 22pt;
		font-family: Georgia, serif;
		font-weight: normal;
		text-decoration: none;
		}
		h3 a:hover { color: #db7200; }
		
h4 {	font-family: Georgia, serif;
		font-size: 15px;
		font-weight: normal;
		color: #026e8a;
		}
		
h5 {	font-family: Georgia, serif;
		font-size: 12px;
		font-weight: normal;
		color: #026e8a;
		}
		
h6 {	font-family: Georgia, serif;
		font-size: 9px;
		font-weight: normal;
		color: #026e8a;
		}
		
	
#admin_list { 
	width: 100%;
	vertical-align: top;
	}
	

		
.action_Button {
	color: #000;
	background: url(images/main_nav_off.jpg) top left repeat-x;
	border : 1px solid #888;
	height : 20px;
	cursor: pointer;
	padding: 0 3px 0 3px;
	margin: 0 2px 0 2px;
	}
	.action_Button_hover {
		border : 1px solid #222;
		background: url(images/main_nav_on.jpg) top left repeat-x;}
		


.text_input { 
	background: #fff url(images/text_input_bg_top.jpg) top left repeat-x;
	height: 21px;
	border: 1px solid #888;
	margin-bottom: 2px;
	}
	
.content_margins { 
  	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	}
	
.valign_middle {
	vertical-align: middle;
	}
	
.welcome_bg  td { background: url(images/bg_table.jpg) bottom left repeat-x; }