@import url(/css/main.css);

/* If enabled, this will help make get rid of defaults */
/*html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0em;
	padding: 0em;
	border: 0me;
}*/

body {
	margin: 15px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	/*background-color: #fefbf2;*/
	background-color: #93B7A1;
	/* Blue from blog: #0E748B */
	/*line-height: 1.2em;*/
}

ul { list-style-image: none; }

li {
	margin-top: 0px;
	padding-bottom: 10px;
}

.hidelabel {display: none;}
a:link { color: #000099; }
a:visited { color: #990000; }

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1.08em;
}

h4 {
	font-size: 1em;
}

h1, h2, h3, h4 {
	color: #333333;
}

img { 
	border: 0px;
}

div#main-banner {
	background-color: #fcedca;
	padding-bottom: .5em;
	border-bottom: 1px #cccccc solid;

}

#main-nav-list {
	font-size: 1.1em;
	background-color: #F0C840;
	/*background-color: #E0C56E; original brownish*/
	font-weight: bold;
	/*background-color: #fef6e4;*/
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 3px 15px;
	
}

#main-nav {border-bottom: 1px #cccccc solid;}

#main-nav-list li {
	list-style: none;
	display: inline;
	margin: 0px 20px;
}

#main-nav-list li a {
	color: #000000;
	text-decoration: none;
}

#main-nav-list li a:hover {
	text-decoration: underline;
	background-color: #FCE8CA;
}

#main-nav-list .nav-selected {
	padding: 2px 8px 3px 8px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #fcf3e2;
	background-color: #fcf3e2;
}

#sub-nav {border-bottom: 1px #cccccc solid;}

#sub-nav-list {
	font-size: .9em;
	background-color: #fcf3e2;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 2em;
}

#sub-nav-list li {
	list-style: none;
	display: inline;
	margin: 0px 5px;
}

#sub-nav-list li a {
	color: #000000;
	text-decoration: none;
}

#sub-nav-list li a:hover {
	text-decoration: underline;
	background-color: #fcf3e2;
}

/*#sub-nav-list .nav-selected {
	padding: 2px 5px 3px 15px;
	font-weight: bold;
	border: 1px dashed #cccccc;
	background-color: #FCF3E2;
	background-image: url(/images/widgets/petal.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/

#sub-nav-list .nav-selected {
	font-weight: bold;
	border-bottom: 2px solid #BC020C;
	background-color: #FEF6E4;
}

#add-nav-list {
	font-size: .86em;
	margin: 0px;
	padding: 6px 0px 6px 20px;
}

#add-nav-list li {
	list-style: disc;
	padding: 0px 4px;
}

#add-nav-list li a {
	color: #000000;
	text-decoration: none;
}

#add-nav-list li a:hover {
	text-decoration: underline;
	background-color: #fcf3e2;
}

#add-nav-list .nav-selected {
	font-weight: bold;
}

div#content {
	margin-top: 1em;
	margin-left: 1.5em;
	margin-right: 1.5em; 
}

div#content h1 {margin-top: 0em; padding-top: 0em;}

div#wholepage {
	position: relative;
	width: 756px;
	margin: auto;
	background-color: #ffffff;
	border: 4px #668070 solid;
	/*border: 4px #FBD591 solid;*/
	/*border-top: 1px #FBD591 solid;
	border-right: 1px #FBD591 solid;
	border-bottom: 1px #FBD591 solid;
	border-left: 1px #FBD591 solid;*/
}

div#borderleftshadow {
	width: 770px;
	margin: 0px auto;
	/*background-image: url(/images/misc/left_bg_shadow.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: inherit;
}

div#borderrightshadow{ 	
	width: 770px;
	margin: 0px auto;
	/*background-image: url(/images/misc/right_bg_shadow.jpg);*/
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: inherit;
}

