﻿/* 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 content section for splash/intro page*/
.splashtext{

font-family:  Calibri, Geneva, Sans-Serif;
font-size:	12.5px;
vertical-align: top;
color: #000000;
border: 1px solid #000000;
background-color: #FFFFFF;
}
	

/*This is the photo menu section for splash/intro page*/
.splashmenu{
border: 1px solid #000000;
text-align: center;
border-width: 0px;
}

	

a.splashmenu  {
	color: #000000;
	text-align: center;

}

a:visited.splashmenu  {
color:	#000000;
}

a:hover.splashmenu  {
color:	#000000;
}
		

.splashtxt{
font-family:  Calibri, Geneva, Sans-Serif;
font-size:	12.5px;
vertical-align: top;
color: #000000;
border: 1px solid #000000;
background-color: #FFFFFF;
}


/* 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;
}  
