﻿/* CSS Document

  SLIGER & ASSOCIATES, INC. www.sligerassociates.com  
  Designed by 6quarks. (386) 506-8886. www.6quarks.com   info@6quarks.com 
  
  *** CSS FORMATTING PAGE (Edit to change site formatting) ***
  Use caution making changes to CSS formatting as site
  breakage can occur.
  ************************************************************

  CONTROLS PAGE:  default.asp ("Splash Page")
				   
*/				   

	
body {     /* General page attributes */
	background-color: #566a98;
	margin: 0px;
	}

a {
	color: #CCCCCC;
	text-decoration: underline;
}	

div#description {    /* Site description paragraph box */
	position: absolute;
	top: 390px;
	left: 260px;
	width: 123px;
	height: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div.menu {     /* Site submenus box */
	height: 200px;
	width: 230px;
	position: absolute;
	left: 540px;
	top: 290px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	display: none;
	z-index: 5;
}

div.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

div.menu li {     /* Individual submenu entries */
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

div.menu a {
	text-decoration: none;
}

#mainMenu #m3 {
display: none;
}


div.menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


div#contact-footer {
	height: 26px;
	width: 524px;
	position: absolute;
	left: 261px;
	top: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

div#contact-footer p#divider {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: right;
	float: right;
}

div#contact-footer p {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: right;
	float: right;
}
div#contact-footer p#copyright {
	text-align: left;
	float: left;
	margin-top: 12px;
	color: #546581;
}

p#copyright {
	line-height: 10px;
}

#copyright a {
    color: #666666;
}
