/* CSS for IE */

* {
	margin:0;
	padding:0;
	}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#170F35;
	background-color:#fff;
	}
	
h1, h2, h3, {
	font-weight:bold;
	}
	
h1 {
	font-size:0.9em;
	padding-bottom:10px;
	}
	
h2 {
	font-size:0.8em;
	padding-top:10px;
	}
	
h3 {
	padding-top:10px;
	font-size:0.7em;
	}


li {
	list-style:none;
	}	

/*Left navigation stuff*/

 a{
 	color:#fff;
	}
	
abbr {
	cursor: help
	}

#navigation a{
	display:block;
	width:195px;
	font-size:0.8em;
	text-decoration:none;
	}
	
#navigation a:link {
	background-color:#847C88;
	border:#FFF solid 1px;
	background-image:url(../images/navarrow_up.jpg);
	background-repeat:no-repeat;
	padding:3px 10px 4px 20px;
	}
	
#navigation a:hover {
	background-color:#170F35;
	border:#FFF solid 1px;
	background-image:url(../images/navarrow_hov.jpg);
	background-repeat:no-repeat;
	padding:3px 10px 4px 20px;
	}
	
#navigation a:visited {
	background-color:#847C88;
	border:#FFF solid 1px;
	background-image:url(../images/navarrow_up.jpg);
	background-repeat:no-repeat;
	padding:3px 10px 4px 20px;
	}
	
#navigation a:focus {
	color:red;
	}


#navigation li {
	margin:3px 0 3px 2px;
	}
	
#navigation p {
	font-size:0.8em;
	color:#170F35;
	padding-left:5px;
	}
	
#navigation h2 {
	color:#170F35;
	padding-left:5px;
	}
	
/*Main structure*/

div#container{
	background-image:url(../images/container_fill.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:800px;
	text-align:left;
	}
	
#content{
	float:right;
	width:520px;
	margin:0 0 10px 10px;
	}
	
#navigation{
	float:left;
	width:237px;
	margin:0 0 0 20px;
	}
	

#footer{
	clear:both;
	width:100%;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:59px;
	}

#header{
	position:relative;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:150px;
	}

/*Other stuff*/
	
/*Places rounded corners on main content*/

/*Elegeant but potential probs with spidering. Fixed width with top and bottom images and fill graphic*/

#box_main {
	width:499px;
	background:url(../images/box_cont_fill.jpg) repeat-y;
	}

#box_main .maintop {
	background:url(../images/box_cont.jpg) no-repeat left top;
	padding-top:30px;
	}
	
#box_main .mainbot { 
	background:url(../images/box_cont2.jpg) no-repeat left bottom;
	padding-bottom:60px;
	}
	
#box_main .maintop, #box_main .mainbot {
	padding-left:15px;
	padding-right:15px;
	}
	
/*Places rounded corners on navigation*/

.box_nav {
	width:241px;
	background:url(../images/box_nav_fill.jpg) repeat-y;
	}

.box_nav .navtop {
	background:url(../images/box_nav.jpg) no-repeat left top;
	padding-top:30px;
	}
	
.box_nav .navbot { 
	background:url(../images/box_nav2.jpg) no-repeat left bottom;
	padding-bottom:30px;
	}
	
.box_nav .navtop, .box_nav .navbot {
	padding-left:5px;
	padding-right:10px;
	}

#accessstuff{ 
	position:absolute;
	top:-100px;
	}
	
#content p {
	margin-top:5px;
	font-size:0.7em;
	text-align:justify;
	}
	
#content a {
	color:#170F35
	}
	
#footer p {
	font-size:0.7em;
	color:#170F35;
	padding:25px 0 0 20px;
	}
	
#footer li {
	display:inline;
	}
	
#footer a{
 	color:#847C88;
	}
	
#header p {}
	
#right_cont {
	float:right;
	background-color:#fff;
	width:150px;
	margin:5px 0 0 5px;
	}
	
.lasty p {
	font-size:0.8em;
	padding:5px 0 2px 0;
	}

#pic {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width:228px;
	height:117px;
	margin:10px 0 0 3px;
	}
	
#pic_feat {
	background-image:url(../images/feat_site.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:254px;
	margin:10px 0 0 3px;
	}
	
#pic p {
	padding:40px 5px 10px 30px;
	}	
	
		
.info li {
	margin-left:0;
	}
	
/*Contact form*/

fieldset {
	border:solid 1px #847C88;
	background-color:#d2d1d7;
	width:315px;
	}

label {
	font-size:0.8em;
	margin:5px 0 0 5px;
	}

input#cfName {
	margin:5px 0 0 34px;
	width:220px;
	border:solid 1px #847C88;
	}
	
input.button {
	margin:5px 0 5px 76px;
	border:solid 1px #fff;
	background-color:#847C88;
	color:#fff;
	}
	
input#cfEmail {
	margin:5px 0 0 37px;
	width:220px;
	border:solid 1px #847C88;
	}

textarea#cfMessage {
	margin:5px 0 0 13px;
	width:220px;
	border:solid 1px #847C88;
	overflow:auto;
	}
	
select#cfRegarding {
	margin:5px 0 0 5px;
	width:222px;
	border:solid 1px #847C88;
	}
	
/*Def list*/
	
dl.sample {
	border: 1px solid #847C88;
	color:#170F35;
	background-color: #d2d1d7;
	text-align: left;
	padding: 5px;
	margin:15px 0 0 0;
	}

.sample dt { 
	font-weight: bold;
	font-size:0.8em;
	padding-bottom:2px;
	}
	 
dt.deftit {
	border-top: 1px solid #847C88;
	border-bottom: 1px solid #847C88;
	padding:5px 0 5px 0;
	}

.sample dt img {
	border: 1px solid #847C88;
	}

.sample dd {
	font-size:0.7em;
	padding:2px;
	}



	
	
	
	