@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-color:#E6E6E6;
}

h1 {
	font-size: 24px;
	color: #5ABAE2;
	margin:20px 0;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #666666;
	margin:10px 0;
	font-weight: bold;
}
h3 {
	font-size:16px;
	color: #666666;
	margin: 5px 0;
	font-weight: bold;
}
h4{
	font-size:14px;
	color:#333333;
	margin: 5px 0;
}
p {
	font-size: 12px;
	margin: 5px 5px;
	color:#333333;
}
p.date{
	margin:0;
	font-size:11px;
	color:#999999;
}
ul {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}
a:link { 
	color:inherit;
	font-style:inherit;
	font-weight: bold;
}
a:visited {
	color:inherit;
	font-style:inherit;
	font-weight: bold;
}
a:hover {
	color: #5ABAE2;
	font-weight: bold;
}
hr{
	color:#999999;
	background-color:#999999;
	height:1px;
}
img {
	border:0;
}

/******************* Format ***********************/

#header{
	width:100%;
	height:100px;
	top:0;
	z-index:0;
	background-color:#338E94;
	position:relative;
}

#sidebar{
	max-width:280px;
    padding:5px;
    border:thin #999999 solid;
    border-radius:3px;
	background-color:#F2F2F2;
	-moz-box-shadow: 0 0px 2px #808080;
	-webkit-box-shadow: 0 0px 2px #808080;
	box-shadow: 0 0px 2px #808080;
}

#mainContent{
	padding:0 20px;
}

#content{
	clear:both;
	padding:10px 15px;
	position:relative;
}

.container{
    margin:25px 0;
    padding:5px;
    width:800px;
    border:thin #999999 solid;
    border-radius:3px;
	background-color:#FFFFFF;
	-moz-box-shadow: 0 0px 10px #808080;
	-webkit-box-shadow: 0 0px 10px #808080;
	box-shadow: 0 0px 10px #808080;
}

.vspacer{
	height:50px;
}

.sections{
	border-bottom:thin solid #CCCCCC;
	padding:10px 0;
}

.saveButton{
	font-size:18px;
	color:#333333;
	border-color:#CCCCCC;
	border-width:thin;
	height:25px;
}



/**************** Navigation *********************/

#nav {
	color: White;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215D61', endColorstr='#1A494D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#215D61), to(#1A494D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #215D61,  #1A494D); /* for firefox 3.6+ */ 
	float:left;
	width: 100%;
	-moz-box-shadow: 0 0px 10px #808080;
	-webkit-box-shadow: 0 0px 10px #808080;
	box-shadow: 0 0px 10px #808080;
	font-weight: bold;
	font-size: 16px;
	z-index:1;
}
#nav li { 
	list-style: none; 
	float: left; 
	height: 35px; 
	line-height: 35px; 
	text-align: center;
	display: inline;
	padding: 0 13px;
} 
#nav li a { 
	color: white;
	display: block; 
	padding:inherit;
}
#nav li a:hover { 
	color: #338E94;
	background-color: #FFFFFF; 
} 
#nav li ul {
	position:absolute;
	margin-left:-60px;
	display: none; 
	font-size: 14px;
	text-align:left;
} 
#nav li:hover ul { 
	display: block; 
} 
#nav li ul li { 
	float:inherit;
	display: block; 
	height: 30px; 
	line-height: 30px;
}
#nav li ul li a { 
	position: relative; 
	background-color:#666666;
	color: white;
	z-index:3;
}
#nav li ul li a:hover { 
	color: white;
	background-color:#338E94;
}


/***************** Hover Popup - Left side of page ********************************/

span.Ldropt {
	background: #ffeedd;
}
span.Ldropt:hover {
	text-decoration: none;
	background: #ffffff;
	z-index: 6;
}
span.Ldropt span {
	position: absolute;
	left: -9999px;
	border-width:thin;
	border-style:solid;
	border-color:#999999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-box-shadow: 0 0px 3px #666666;
	-webkit-box-shadow: 0 0px 3px #666666;
	box-shadow: 0 0px 3px #666666;
	z-index: 6;
}
span.Ldropt:hover span {
	left: 0px;
	background: #ffffff;
} 
span.Ldropt span {
	/*width:300px;*/
	max-width:300px;
	position: absolute;
	left: -9999px;
	margin: 4px 0 0 0px; 
	padding: 3px 3px 3px 3px;
	border-width:thin;
	border-style:solid;
	border-color:#999999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-box-shadow: 0 0px 3px #666666;
	-webkit-box-shadow: 0 0px 3px #666666;
	box-shadow: 0 0px 3px #666666;
}
span.Ldropt:hover span {
	margin: 0 0 0 170px;
	background: #ffffff;
	z-index:6;
}

/*********************Charter format*************************/
p.article{
	font-size: 18px;
	color: #666666;
	margin:10px 0;
	font-weight: bold;
}
p.chapter{
	font-size:14px;
	color: #666666;
	margin:0 0 0 25px;
}
p.section{
	font-size:11px;
	color: #666666;
	margin:0 0 0 50px;
}
