/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fff url('../../images/bg.jpg') repeat;
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #71725e;
	color: #71725e;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #006699;
	font: normal 25px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
	margin-top: 10px;
}

h2 {
	color: #669933;
	font: normal small-caps 22px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #669933;
	font: normal bold 20px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
}

h4 {
	color: #669933;
	font: normal small-caps 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
	margin-top: 0;
}

h5 {
	font-size: 120%;
	font-weight: bold;
	color: #a4a489;
	letter-spacing: 3px;
}

h6 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}


a {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #7D8FB1;
	text-decoration: underline;
	font-weight: normal;
}

.wrapper {
	width: 777px;
	background: #fff url('../../images/contentbg.jpg');
	color: #000;
	text-align: left;
	margin: 0 auto;
	border-right: 1px solid #71725e;
	border-left: 1px solid #71725e;
	border-top: 1px solid #71725e;
	border-bottom: 1px solid #71725e;
}

ul li {
    list-style-image: url('../../images/bullet.gif');
    padding: 0 0 10px;
}

ol li {
    padding: 0 0 10px;
}



.nc {
    color: #669933;
    font: normal small-caps 85% Arial, Helvetica, sans-serif;
	text-decoration: italic;
	font-weight: bold;
	margin-top: 0;
}

/* The navigation Div*/

#menu, #menu p, #menu td, #menu div, #menu ul{
	font-family: arial, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight:bold; 
	margin: 5em 5px;
	padding: 0;
	border: 0px none;
	color: #fff;
	width: 180px
}

/*Top-level menuitem divs*/

/* sets a 6px bottom margin on top-level menu items*/
#menu div {
	margin: 0 5px 6px 0;
}

/*The Link style for top-level menuitems */
#menu div a {
	color: white;
	font-size: 14px;
	font-weight:normal; 
	margin: 0;
	background-color: #7D8FB1; 
	padding: 3px 10px 3px 12px;
	border: solid 1px #666666;
	text-decoration: none;
	display: block;
}

#menu div a:hover {
	color: #edod7d2;
	background-color: #006699;
}

#menu div div {
	padding-left:1em;
	padding-top:.25em;
	width: 160px;
}

#menu div div a, #menu div div a:hover {
	font-size: 12px;
	margin: 0;
	border: 0px none;
	padding: 0; 
	color: #fff;
	text-decoration: none;
	background-color: transparent	
}
#menu div div a:hover {
	color:#7D8FB1;
}



/* MAIN IMAGE AREA SETTINGS */

.mainimage {
	background: #fff url('../../images/mainimage.jpg');
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	width: 530px;
	padding: 0px 0 0 0px;
	height: 210px;
	float: left;
}


.mainimage p {padding: 0; margin: 0;}


/* CONTENT AREA SETTINGS */

.content {
	background: #fff url('../../images/textbg1.jpg') repeat-x;
	width: 550px;
	float: left;
	padding: 4px 20px 10px 20px;
	text-align: left;
}

.contentwide {
	background: #fff url('../../images/textbg.jpg') repeat-x;
	width: 710px;
	float: left;
	padding: 4px 20px 10px 20px;
	text-align: left;
}


.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: left; margin: 5px 0 0 0px; border: none;}

.clear {
	clear: both;
}

/* SIDEBAR AREA SETTINGS */

.sidebar {
    background: #daddc7;
	float: right;
	width: 195px;
	padding: 10px 10px 10px 19px;
	font-size: 90%;
	border-left: 1px solid #71725e;
}


.bk1 {
    background-color: #cccccc;
	border: 3px double #000000;
	padding: 5px;
	margin: 10px 10px 2px 0;
	float: center;
}

.bni {
    background: url('../../images/bni.jpg'); 
	border: 3px double #C0C0C0;
	padding: 10px;
	margin: 10px 15px 2px 0;
	float: center;
	font-size: 100%;
	color: #ffffff;
}




/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background: #fff url('../../images/textbg2.jpg') repeat-x;
	color: #fff;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 45px;
	padding-top: 5px
}

.footer p {
	margin: 0; padding: 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 2px solid #006699;
	margin: 0 15px 2px 0;
	float: left;
}

.imagecenter {
	border: 2px solid #006699;
	margin: 0 15px 2px 0;
	float: center;
}

.imageright {
	border: 2px solid #006699;
	margin: 0 0 2px 15px;
	float: right;
}