/**
* CSS
* 
* @version 1.0
* @author April Carter Grant 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	margin:30px auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#333333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#FF9900;
}

#menu a {
	color:#333333; text-decoration:none; 
	} 
	
#menu a:hover { 
	color:#333333; text-decoration:none; 1px dotted #333333;
	}
	
#bottom-nav {
    width: 100%;
	height:80px;
    overflow: auto;
    right: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    background-color:#666666;
	color:#FFFFFF;
	font-size:10px;
}

#menu-2 {
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	right: 0;
    position: fixed;
    height: 100%;
	background-color:#C2C2C2;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li { margin-left:10px; line-height:15px; }

#menu ul li.section-title { 
  margin:0 0 2px 0;
  border-bottom:1px dotted #FFFF66;
  font-size:11px; 
  text-transform:uppercase;
  line-height:11px;
  padding-bottom:2px; 
  color:#FFFF66;
  letter-spacing:.05em;
}

#menu p {
  margin:0 0 2px 0;
  font-size:11px; 
  text-transform:uppercase;
  line-height:11px;
  padding-bottom:2px; 
  color:#FFFF66;
  letter-spacing:.05em;
	}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
	background-color:#FFFFFF;
	color:#333333; 
	font-size:14px;
	line-height:19px;
	width:700px;
}

.container {
    padding: 5px 5px 25px 5px;
}

.container a {
	color:#FF9900; text-decoration:none;
	}

.container a:hover {
	color:#FF9900; text-decoration:none; border-bottom:1px dotted #FFFF66;
	}


.container2 {
    padding: 10px;
}

.container td {
	padding:3px; 
	font-size:11px;
	}
	
#content p { width: 700px; margin-bottom: 15px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.soc-net { float:left; margin-right:5px; width:50px; height:100px; text-align:center; font-size:9px; }
.soc-net img { text-decoration:none; border:none; }
.soc-net a { color:#45a7b2; }
.soc-net a:hover { text-decoration:none; border-bottom:1px dotted #45a7b2; }

.nav a { color:#FF9900; text-decoration:none; } 
.nav a:hover { color:#FF9900; text-decoration:none; border-bottom:1px dotted #FF9900; }