/* 
    Document   : css
    Created on : Jan 25, 2010, 8:43:31 AM
    Author     : Guntercito
    Description:
        Purpose of the stylesheet follows.
*/

/* selector types- 6 types
element selector- name of the element to be modified
id selector- id designated by a "#" symbol in the css
class- designated by a "." in the css (e.g. .nomargin)
context selector- based on the inheritance of objects.
(e.g #header)
*/

 #wrapper
{
    width: 100%;
    margin-left: auto;    
    margin-right: auto;   
}

#nav
{
    position: relative;
    width: 70%;
    left: 15%;
    right:auto;    
    min-width: 900px;
    max-width: 1500px;
    left: 15%;
    height: 2%;    
}

#nav ul
{
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;

}

#nav ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}

#nav li a {
	color: #ff0 ;
        margin: 0;
	background-color: #12127d ;
	border: 1px outset #9191ff ;
	padding: 6px ;
	text-decoration: none ;
	display: inline ;
}
#nav li a:hover {
	color: #000 ;
	background-color: #c8c8ff ;
}

#header #picture
{
    position: absolute;
    top: 1%;
    left: 18%;
    margin-bottom: 20px
}

#header #head h1
{
    margin-top: 30px;
    position: absolute;
    left: 30%;
    width: 500px;
    color:blue;
}

#tools
{
    position: absolute;
    left: 60%;
    top: 1%;
}

#header
{
    position: relative;
    
    width: 70%;
    left: auto;
    right: auto;
    
    margin-right: 0;
    float:left;
    min-width: 900px;
    max-width: 1500px;
    height: 1in;
    border: 2px;
    margin-bottom: 10px;
}


#centerbox
{
    position: relative;  
    width: 100%;
    
    min-width: 900px;
    max-width: 1500px;
}

#subnav *:first-child
{
    margin-top: 8px;
}

#subnav
{
    width: 15%;
    position: relative;
    
    top: 0;
    left: 0;

}

#content h2
{
    margin-top: 15px;
}
#products
{
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#content
{
    width: 70%;
    position: relative;
    top: 1%;
    
    left: 15%;
}

#content p
{
    margin-top: 25px;
    margin-bottom: 0;
}

#aside *:first-child
{
    margin-top: 8px;
}

#aside
{
    width: 15%;
    position: relative;
    top: 0;
    
    left: 85%;
}

#footer
{
    position: relative;
    bottom: 10px;
    
    height: 1in;
    min-width: 900px;
    max-width: 1500px;
}

#footer *:first-child
{
    margin-top: 20px;
}

 body
{
   margin-left: 20pt;   
   background-image:url('/images/01.png');
   background-position: 0% 0%;   
   background-repeat: repeat;
}


p
{
color:black;
font-family:"Times New Roman";
font-size:20px;
padding-left:1%;
}


#HCB_comment_box
{
    background-color: #d0d0d1;
    padding-left: 5px;
    padding-right: 5px;
    
}
/*#nav
{
    
    position: relative;
    width: 70%;
    left: 15%;
    margin: 0;
    padding: 0;

}
#nav ul
{
    list-style-type: none;
    display: inline;
}

#nav a
{
    background-color: #12127d;
}
#nav #all *
{
    position: relative;
    width: 35px;
    
    top: 0;
    
    margin: 0;
    height: 30px;
}
#nav #all #assignments
{
    position: relative;
    
    
    float: left;
        
} */
/*#nav
{
    width: 70%;
    margin-left: 15%;
    float: left;
}

#nav ul {
    list-style: none;
margin: 0;
padding: 0;
float: left;
}

#nav a, #nav h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0px;
padding: 2px 3px;
}

#nav h2 {
color: #ff0 ;
background: #000;
text-transform: uppercase;
}

#nav a {
color: #ff0 ;
text-decoration: none;
}

#nav a:hover {
color: #12127d;
background: #fff;
}

#nav li {
    position: relative;
}

#nav ul ul {
    position: absolute;
z-index: 500;
}

#nav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#nav ul li
{
    color: black;
    background: #000;
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul {
    display: none;
}

div #nav ul li:hover ul,
div #nav ul ul li:hover ul,
div #nav ul ul ul li:hover ul
{display: block;}
*/
#nav
{
    position: relative;
    left: 15%;
    height: 2%;
    

}

#nav ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;        
}

#nav ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}

#nav li a {
	color: #ff0 ;
        margin: 0;
	background-color: #12127d ;
	border: 1px outset #9191ff ;
	padding: 6px ;
	text-decoration: none ;
	display: inline ;
}
#nav li a:hover {
	color: #000 ;
	background-color: #c8c8ff ;
}