﻿/* template.css */

/* Block all default margins and padding */
* {
    margin: 0;
    padding: 0;
}

body {
	/* Required to center wrapper in old browsers */
    text-align: center; /* Style to taste */;
	background-color: #552b85;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	position: relative;
	font-weight: normal;
}

#wrapper {
	/* Sets the width of fixed or elastic layout */
    width:696px; 
/* Centers the layout (newer browsers) */;
	margin: 0 auto;
/* Wrapper must have a border */
	border: 0px outset #552b85;
/* Required so absolute mesaurements are in wrapper */	
      position: relative; 
/* Style to taste */;
	background-color: #785b95;
	margin-top: 2px;
	/*background-image: url('bg/bg-bdy.jpg');*/
	/*background-repeat: repeat;*/
        background-color: #fff;
}

/* ---------------------- Start layout division styles ---------------------- */
#branding {
     /* Style to taste */
    height: 254px; 
    /*text-*/
    background-color:#552b85;
  
}

#branding img {
	border: 0px #cf8442 solid 
}

.phone {
	width:37.5em;
	position: absolute;
	top:285px; left:65px; right:10px;
	color: #000;
	font-size:small;
        
	
}

.southern {
	width:37.5em;
	position: absolute;
	top:210px; left:200px; right:10px;
	color: #552b85;
	z-index:1;
        
	
}


.menu {

        width: 100%; 
        /*height: 50px;*/
        position: absolute;
       top: 395px; left:350px;

}

a	{
		color:#552b85;
		font-size:12px;
		text-decoration:underline;
                border: solid 0px #cf8442;
						}	
						
#leftcolumn a:hover {
	color:#fff;
	
}

#leftcolumn td {
   padding:3px;
}	

					
/* Navbar division */
#navbar{
	position: absolute; /* Top = branding height */;
	top: 255px;
	right: 0; /* Set to any width */;
	width: 100%; /* Use any background color/image you like */;
	background-color: #000; /* black */ /* Use any fonts you like */;
	font-family: Verdana, Geneva, Arial, Helvitica, Sans-Serif; /* Same as simple navbar, but smaller font size here */;
	font-size: 80%;
	color: #fff; /* white */ /* Use any height you like, but match to link height */;
	height: 2em;
	background-image: url('bg/bg-sub.jpg');
	background-repeat: repeat;
}




/* Left column division */
#leftcolumn {
	float: left; /* Top = branding+navbar heights */;
	top: 254px;
	right: 0; /* Style to taste */;
	width: 12em;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 20px;
	font-weight: normal;
}


/* Content division */
#content {
	padding-top: 5em; /* Right margin = rightcolumn width */;
	margin-left: 15em; /* Optional, style to taste */;
	text-align: center;
	padding-bottom: 0.5em;
	color: #000;
	font-size: 80%;
	position:absolute;
	z-index: 1;
	position: relative;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer division */
#footer {
    /* Leave room for rightcolumn */
    /*margin-right: 25em;*/
    /* Style to taste */
    text-align:center;
    /*background-color: #fff;*/
    color: #000;
    border-top: solid 1px #B0C4D0;
    min-height: 2em;
    font-size:80%;
    clear: both;    
    
}
#footer a:hover{
     color: #fff;
}

/* ---------------------- End layout division styles ---------------------- */

/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */
#content h1 {
    margin-left: 10px;
    font-size: 1.5em;
    text-align:center;
}

/* Paragraphs in content division */
#content p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 1em 12px;
    text-align: justify;

}

/* Bulleted lists in content division */
#content ul {
    font-size: 1em;
    margin: 1em 20px 1em 40px;
}

#content ul li {
    margin-bottom: 0.5em;
    text-align: left;
}
#content a:hover{
    color:#324511;
    font-size:small;
    font-weight:bold;
}

#content a:link{
    text-decoration:none;
}

#content td {
   padding:5px;
}

/* ---------------------- End Content division styles ------------------- */


#rightcolumn p{
   font-size:0.85em;
}

/* --------------------------start of leftcolumn divison styles---------------*/


#leftcolumn td {
      
      text-align:left;
      font-size:large;
      border: outset 2px #552b85;
      background-color: #552b85;
      padding:0px;
      margin-top:0px;
      
}

#leftcolumn table {
margin-left:0.5em;
}




/* Remove bullets from unordered list */
    #leftcolumn ul{
        list-style-type:none;
    }
    

    /* All links, and links in unvisited and visited states */
    #leftcolumn a,
    #leftcolumn a:link,
    #leftcolumn a:visited{
       text-decoration:none;
       color:#fff; /* Text color of link */
       display:block;
       width:7em;
       text-align:left;
       font-size:large;
       /* Remove dotted border from Firefox */
       outline-style:none;
    }
    /* Hover and active links */
    #leftcolumn a:hover,
    #leftcolumn a:active{
        /* Use any colors you like */
        background-color:#785b95;
        color:#fff;
        font-size:x-large;         
    }
    
/* -----------------------------------end of leftcolumn division styles----------------*/
