﻿/* This is the Development Authority of Wilkinson County's Style Sheet */

/* These are the page settings*/
.page{
	background-image:url('images/background.png')
}

/* These are the header settings. */
.header {
background-image:  url('../images/flex_middle.png');
}



/*This is the menu on the left hand side of the pages.---FOR NORMAL PAGES (550px)*/
.leftmenu{
background-image:  url('../images/left_menu.png');
background-repeat: no-repeat;
width:215px;
vertical-align: top;
border-left: 4px solid #000000;
border-right: 4px solid #000000;
background-color: #000000;
	}
	
/*This is the menu on the left hand side of the pages-- FOR LONG PAGES.*/
.leftmenulong{
background-image:  url('../images/left_menu_long.png');
background-repeat: repeat-y;
width:215px;
vertical-align: top;
border-left: 4px solid #000000;
border-right: 4px solid #000000;

	}


/* These are the footer settings. */
.footer {
background-repeat: no-repeat;
padding:	5px;
color:	#ffffff;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
border-top: medium solid #000000;
text-align: center;
}

a.footer  {
color:	#000000;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;

}

a:visited.footer  {
color:	#ffffff;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
}

a:hover.footer  {
color:	#000000;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	14px;
line-height:	150%;
text-decoration: none;
}



/* These are the main menu settings. */
.menu{
text-align: left;
background-color: #ffffff;
color:	#000000;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	150%;
text-decoration: none;
vertical-align: top;
padding: 20px;
width: 170px;
border-left: thin solid #000000;

	}

a.menu  {
color:	#ffffff;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	150%;
text-decoration: none;

}

a:visited.menu  {
color:	#ffffff;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	150%;
text-decoration: none;
}

a:hover.menu  {
color:	#000000;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	150%;
text-decoration: underline;
}





/* These are the CMS Builder general content settings. */
 .content  {
 background-color:      #ffffff;
 vertical-align: top;
font-family:  Calibri, Geneva, Sans-Serif;
 font-size:            15px;
 color: 			   #000000;
padding:               14px; 
height: 550px;

 }

a:visited.content {
color:	#ffffff;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	125%;
text-decoration: none;
}

a:hover.content  {
color:	#000000;
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	15px;
line-height:	125%;
text-decoration: underline;
}  

