/*
     Author: Jack Grieshaber          
     Date:   April 16, 2011          
     Filename:         core.css external styles
	 Purpose:		   This the main css file for Core Software Solutions
*/

body{background: white url(images/cssbackground.jpg) repeat-x fixed top center;overflow:scroll; font-size:100%;font-family:Arial,Trebuchet MS,Helvetica,sans-serif;color:#000;} /* Background image and font */
.pagetitle{color:#ff0606;text-shadow:2px 2px 2px #000;} /* Use of inline class */
#outer{ width:1000px;margin:auto; } /* This is the main outer div container with an id selector */
#header{background-image:url(images/header.png);background-repeat:no-repeat ;width: 900;height:175px;margin-left:50px;margin-right:auto; margin-bottom: 0px ;}
#nav {width: 885px;height:20px; margin-top: 0px ;margin-bottom: 0px; margin-left: auto; margin-right: auto;padding:5px;
	  font-size: 1.12467em;background-color:#aec1d0; border-style:solid outset outset outset;border-color:#aec1d0;} /* includes margin and padding */
#nav ul{list-style-type: none; padding: 0px; 
		 margin-right:auto; margin-left:75px;margin-top:auto;margin-bottom:auto; width: 750px; height:25px;} /* Use of a contextual selector */
#nav li{width: 120px; float: left; text-align: center; font-weight: bold; margin-left: 20px; 
		 position:relative;z-index: 1;}	
#nav a{text-decoration: none; color: #fdfdfd;} /* Use of a contextual selector for the "a" tag*/
#nav li li{background-color: #aeb6ba; width: 160px; float: none;font-size:10pt; margin-bottom: 5px;
		 ;margin-left: 0px;text-align:left;} 
#nav li ul{z-index: 2; display: none; position:absolute; left:-42px;top:19px;background-color: #aeb6ba;border: 1px solid white;width: 160px; height:auto;}/* Includes border */
#nav li:hover ul{display: block; } 
#nav li a:hover{color: #ff0606; }	/* Use of a Pseudo class and hover */
#nav #navpage {color:#ff0606; }
#content-footer{border-width:5px 5px 5px 5px; width:850px; border-style:outset outset outset outset; border-color:#aec1d0 silver silver silver;
	  margin-left: auto; margin-right: auto;padding: 0px 20px 05px 20px; font-size:1em;  } /* Includes border */
#footer {height:60px;width:700px:small; border-style:solid; border-color:#858585;
	margin-bottom:20px;-moz-border-radius: 20px 20px 20px 20px;border-radius: 20px 20px 20px 20px;padding-top:6px}
#footer ul {list-style-type: none; margin-left: 149px; margin-top: px; padding: 0px; 
		 margin-right:auto; width: 700px;}
#footer li {display:inline; float:left;font-size: .8em;width: 80px;margin: 0px 5px 20px 5px;text-align: center; }

.site{list-style-type:disc; }

/* For goodsub.php */
#congrats {width:300px;margin-left:auto; margin-right:auto;font-size:0pt; color:#705004;}