﻿@import url("http://www.volunteerclarkcounty.org/web/css/styles/form.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/sidemenu.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/top_menu.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/search_option.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/table_format.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/calendar.css");
@import url("http://www.volunteerclarkcounty.org/web/css/styles/mini_dash.css");

/***the above imports are a follows***********/


/**********************main body design *********************************/

body   {
		background-image:url("images/bg.jpg");
		background-repeat:repeat-y;
	}
	

#main 
	{
		width:900px;
		margin-right:auto;
		margin-left:auto;
		/* light grey border from around the page */
		/*border: solid gray 1px;*/ 
		overflow: hidden;
	
	}

#body_wrapper
	{
		/*  background grey area  */

		/* background-image:url("images/bg.jpg");*/
		background-repeat:repeat-y; 
		
	}
	
/**********************header design*************************************/


#header
	{
		/* background-image:url("images/VC-BG-Logo.png");*/ 
		background-image:url("images/sm_vc_logo2.png");
		/* background-image:url("images/civic_banner2.png"); */
		z-index:2;
		background-repeat: no-repeat;
		/* Mike comment - removed bottom border */
		/* border-bottom: solid gray 1px; */
		 background-color:transparent;

		
	}
	

#header img
	{
		float:right;
	}	
	
#header h1
	{
		text-align:left;
		margin-bottom:0px;
		margin-top:0px;
		margin-right:25px;
		position:relative; 
		top:25px;
		color:transparent;
		
	}

#header a
	{
		text-decoration:none;
	}
	
#header2
	{
	
		background-position: left bottom;
		z-index:4;
		background-repeat:no-repeat;
		height:150px;
		overflow:hidden;
	}
	


/***************************content layout************************/
#wrapper
	{
		float:left;
		width:900px;
		/* the grey behind the left side menu and page */
		/* background-image:url("images/right_trail.png"); */
		/* background-repeat:repeat-y;
		background-position: bottom left; */
		overflow:hidden;
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
	}

#wrapper2
	{
		/* background-image:url("images/rightb_trail.png");
		background-repeat:repeat-y;
		background-position:bottom right;
		
		overflow:hidden; */
		
		
	}
p
	{
		margin-right:15px;
		margin-left:10px;
	}


#content
	{
		float:right;
		width:700px;
		/*
		with right menu settings
		width:520px;
		margin-right:30px;
		*/
		margin-left:30px;
		
	}
	
h1.pg_title 
	{
		/*color:#FF960E;*/
		color:#bb5500;
		background-image:url("images/h1.2.png");
		background-repeat: no-repeat;
		text-align:center;
	}

h2.sub_pg_title
	{
		/*color:#FF960E;*/
		color:#bb5500;
		background-image:url("images/h2.2.png");
		height:40px;
		background-repeat: no-repeat;
		text-align:center;
	}
#content h1
	{
		text-align:center;
		/*color:#FF960E;*/
		color:#bb5500;
		
	}
	
#content h1.news
	{
		background-image:url("images/news_title.png");
		background-repeat:repeat-x;
		text-align:center;
		/*color:#FF960E;*/
		color:#bb5500;
		
	}
	
.page_title
	{
		text-align:center;
		/*width:690px;*/
		
		border-bottom:solid #bb5500 1px;
		font-size:18px;
		color:#001144;
		/*margin-top:18px;*/
		margin-top:20px;
		/*margin-bottom:10px;*/
		margin-bottom:10px;
		margin-left:5px;
		margin-right:9px;
		
		
	}
.date
	{
		font-size:14px;
		/*color:#FF960E;*/
		color:#bb5500;
		font-style:italic;
		/*margin-top:15px;*/
		margin-top:5px;
		border-bottom: solid #3C3B43 1px;
		text-align:center;
		margin-left:5px;
		margin-right:9px;
	}

.browse_next
	{
		/*border-top: dashed #3C3B43 1px;*/
		border-top: dashed #bb5500 1px;
		margin-top:20px;
	}
	
.news_nav
	{
		/*border-bottom: solid #d8d8d8 1px;*/
		border-bottom: solid #bb5500 1px;
		
	}

.nav_text
	{
		float:right;
	}

.article_wrapper
	{
		background-image:url("images/art_top.png");
		background-repeat:no-repeat;
		background-position:bottom center;
		margin:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
		
		overflow:hidden;
		
	}
	
.article_length
	{
		background-image:url("images/art_body.png");
		background-repeat:repeat-y;
		overflow:hidden;
		margin-top:0px;
		padding-top:0px;
		margin:0px;
		padding-left:10px;
		padding-right:10px;
		/*padding-right:0px;*/
		background-position: top left;
	}

.article_length p
	{
		margin-right:10px;
		margin-left:10px;
	}
.article_length table
	{
		margin-left:auto;
		margin-right:auto;
	}


.article_footer
	{
		background-image:url("images/art_bottom.png");
		background-repeat:no-repeat;
		background-position:top left;
		margin-top:0px;
		padding-top:15px;
		
	}
	
.g_header
	{
		text-align:center;
	}
	
.sg_header
	{
		color:#1A90E3;
		text-align:center;
	}
	
#slide_show
	{
		background-color:#d8d8d8;
		width:500px;
		margin:0;
		padding:0;
		float:left;
		overflow:hidden;
	}
	
#module1
	{
		border-bottom: solid gray 1px;
		overflow:hidden;
		margin:0px;
		padding:0px;
	}

#headlines
	{
		float:right;
		padding:0px;
		margin:0px;
		overflow:hidden;
		width:400px;
	}

#headlines h2
	{
		text-align:center;
		margin:center;
		padding-top:3px;
		padding-bottom:5px;
		margin-top:2px;
		width:400px;
		color:#bb5500;
		
	}

/**************Form Theme****************************************/

/***********************left menu design*************************/

/*******Top Menu Desgn**************************/


/*********error messages****************/

h4.error
	{
		color:red;
		
	}
h5.req
	{
		color:red;
		display:block;
		
		margin-top:0px;
		margin-bottom:0px;
		
		text-align:left;
		padding:0px;
	}
	
/*************search option formatting*********************/

	
/**********************Table display for the dashboard*******************/


	
/*************Calendar Themes****************************/


	
/******************this is for the 5 opportunity list module*******************************/

ul.opp_header_list 
	{
		list-style-type:none;
	}
ul.opp_header_list a 
	{
		font-weight:bold;
		
		
	}
ul.opp_header_list p
	{
		margin:0;
		padding:0;
		/* Mike comment - remove the underline in the opportunities section */
		/* border-bottom:dashed gray 1px;*/
	}
	
/**************this is the for the mini-dashboards********************/





	
