* {
	padding:0;
	margin:0;
}

/* these next rules are to add margin and back in to those elements where we want it. I've set many of these independently lower down... */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

/* standard positioning stuff */
body
{
	color: #000;
	font-family: Arial, Helvetica, tahoma, arial;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	font-size: 76%;
	background-color:#DAD4AD;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container {
	width: 760px;
	margin: 20px auto;
	text-align: left;
}

#bg{

	background-color: #B4BABA;

	padding: 5px;
	border-color: #fff;
	border-width: 8px;
	border-style: solid;
	width: 710px !important;
	width /**/:701px;
}


 #header {
	width: 710px;
 	height: 90px;
	padding: 0;
	margin: 0;
 	}
 


#headline{
	position: relative;
	height: 98px;
	margin: 5px 0 5px 0;
}

/* submenu overflow is called by textpattern when there are more than 5 items in the list. Both submenu_left and submenu_overflow need the z-index to put them on top of the headline. */

#submenu_left{
	position: relative;
	z-index: 1000;
	margin-top:-95px;
	float: left;
	width: 130px;
	padding: 10px 5px 0 10px;
	height: 85px;
	font-size: .9em	
}

#submenu_overflow{
	position: relative;
	z-index: 1000;
	margin-top:-95px;
	width: 145px;
	margin-left:135px;
	padding: 10px 0 0;
	height: 85px;
	font-size: .9em
	}

#content{
	position: relative;
	width: 674px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/insidepage-bg.gif);
	background-repeat: repeat-y;
}

#example{
	float: left;
	width: 315px;
	padding: 0 0 0 0px;
}

/* the width set up I've used here is to fix the box model problem in ie */
#text{
	float: right;
	padding: 0 10px 5px 10px;
	color: #333;
	width: 330px !important;
	width /**/:350px;

}

#footer{
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}


/*typography*/

/* the standout is the "what do you see" line on the home page. Because I hide the blue  background in ie, I need to change the text colour from white to blue, hence the html>body rule: ie doesn't know what do with it, so it ignores it, while other browers over-rule the rule above it. */

.standout{
color:#9CBCC3;
font-weight: 700;
}

html>body .standout{
color:#fff;
font-weight: 700;
}

h1 {
padding:0;
margin:0;
    font-family : "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
    font-weight : bold;
    font-size : 1.8em;
    text-transform : uppercase;
    letter-spacing : 2px;
color: #575233;
}

h2 {
padding:0;
margin:0;
    font-family : "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
    font-weight : bold;
    font-size : 1.5em;
    text-transform : uppercase;
    letter-spacing : 2px;
color:#575233;
	}
h3 {
padding:0;
margin:0;
    font-family : "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
    font-weight : bold;
    font-size : 1.0em;
    text-transform : uppercase;
    letter-spacing : 2px;
color: #B9B8B7;
	}
h4 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/

	}
	
h5 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	padding: 0;
	color: #E7992D;
	
	}
	
h6 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	border-width: 0 0 0 4px;
	border-color: #D23428;
	border-style: solid;
	padding: 0 0 0 5px;
	}
	
img {
	border: 0;
	}
li {/*
	list-style: none;*/
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
li a:link{/*
	list-style: none;*/
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
li a:visited{/*
	list-style: none;*/
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/* main navigation lists - so that rollovers use different colours */

#ig_nav, #dg_nav, #ph_nav, #pr_nav, #dp_nav
{
	float: left;
	height: 130px;
	padding: 0;
	margin: 0;
	border-left: #D8D7D4;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	width: 71px;

}

#navlist_main, #navlist_ig, #navlist_dg, #navlist_ph, #navlist_pr, #navlist_dp
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navlist_main a:link, #navlist_ig a:link, #navlist_dg a:link, #navlist_ph a:link, #navlist_pr a:link, #navlist_dp a:link
{
	color: #575233;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	width: 65px;
}

#navlist_main a:hover, #navlist_ig a:hover, #navlist_dg a:hover, #navlist_ph a:hover, #navlist_pr a:hover, #navlist_dp a:hover 
{color: #000;}

#navlist_main a:visited, #navlist_ig a:visited, #navlist_dg a:visited, #navlist_ph a:visited, #navlist_pr a:visited, #navlist_dp a:visited 
{color: #575233; text-decoration: none;}

#navlist_main a:hover{ background-color: #B1C4C2;}

#navlist_ig a:hover { background-color: #65778F; }

#navlist_dg a:hover { background-color: #98C52C; }

#navlist_ph a:hover { background-color: #D23428; }

#navlist_pr a:hover { background-color: #E7992D; }

#navlist_dp a:hover { background-color: #F3EF11; }

#submenu_left ul {display:block; padding: 0; margin:0;list-style-type:none;}
#submenu_left a {display: inline;}


/*links*/

#text a:link, #text a:visited{
	font-family: Helvetica, tahoma, arial;
	font-size: 1em;
	line-height: 1.8em;
	text-decoration: none;
color: #E7992D;
display:inline;
}


a:link{
	font-family: Helvetica, tahoma, arial;
	font-size: 1em;
	text-decoration: none;

}

a:hover {background-color:#B1C4C2;}

a:visited {color: #333;}


/* various layout hacks */

.prop {
	height:105px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:0;
	visibility: hidden;
}
 
