/*Corestone CSS*/
/*Navigation*/

/* CSS Document */

/**CLEANER Navigation**/

.navhead1{
color: #b0b6d2
}

.navhead2{
color: #1F3870
}

#navcontainer{
	width: 100px;
	float:none;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
display: block;
padding: 2px;
width: 146px;
background-color: #dd8e29;
border-bottom: 2px solid #fff;
}

#navcontainer a:link, .navlist{
color: #fff;
text-decoration: none;
}

#navcontainer a:visited{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover{
background-color: #eab46f;
color: #fff;
text-decoration: none;
}

div#navigation {
	float:none;
	background: #ffffff;
	background-image: url(graphics/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:150px;
	border-left:2px solid #895007;
	border-bottom:2px solid #895007;
	border-right:2px solid #895007;
	border-top:2px solid #895007;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
}



/*Main*/

div#main {
	float:left;
	width:767px;
	border-left:2px solid #895007;
	border-bottom:2px solid #895007;
	border-right:2px solid #895007;
	border-top:2px solid #895007;
	margin: 5px 5px 5px 20px;
	background-color: #ffffff;
	background-image: url(graphics/main-bg.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;

}
/*Body Based Stuff*/




body {
	background-color: #5375a4;
	background-attachment: fixed;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #46552a;
	text-decoration:underline;	
	font-weight: bold;
}

a:visited {
	color: #46552a;
	text-decoration:underline;	
	font-weight: bold;
}

a:hover {
	color: #DC8E2A;
	text-decoration:none;
}

a:active {
	color: #46552a;
	text-decoration:underline;	
	font-weight: bold;
}

ul {
	list-style-image: url(../graphics/bullet.jpg);
	padding: 1;
	margin: 1;
}

li {
	list-style-image: url(../graphics/bullet.jpg);
}

h1 {
	color: #dd8e29;
}

h2 {
	color: #dd8e29;
}

h3 {
	color: #dd8e29;
}

h4 {
	color: #dd8e29;
}

