/* Out of It CSS Document */
/* copyright christopher preece 2007 */
/* This stops the scoll bar jump in Firefox*/
html { min-height: 100%; margin-bottom: 1px; }

body {
	margin:0;
	padding:0;
	min-width:750px;
	color:#333333;
	background-color: #AECED5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#wrap {
	margin:0 auto;
	width:950px;
	background-color: #FFFFFF;
	}
	#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-color: #0E1118;
	}
	#nav {
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 0px;
	height: 25px;
	background-color: #619FAC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
	#nav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	#nav li{
	display: inline;
	padding: 0px 0px 0px 15px;
	float: left;
	}
	#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav li a:hover, #nav li a:active {
	background-image: url(../img/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
}
/*#main {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px #FFFFFF;
	}*/
	/*#main h2, #main h3, #main p {
		padding:0 10px;
    }*/
	#sidebar {
	float:right;
	width:170px;
	padding: 10px 0px 0px;
	margin: 0px;
	}
	#sidebar ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 0;
    }
#sidebar li {
	padding: 0px 15px 0px 0px;
	list-style-type: square;
	margin: 0px;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.8em;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
#sidebar a:hover {
	color: #619FAC;
}

#sidebar h3, #sidebar p {
	padding:0;
	margin: 0px;
    }

div.boxwrap {
	float: left;
	width: 750px;
	}
#clear {
	clear: both;
}

/*div.images {
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 312px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
}*/
/*div.imagesbox {
	margin: 0px;
	padding: 0px 0px 50px;
}*/


/*div.sidebox {
	padding-left: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}*/

/*div.tl {
	background:url(../images/tlcorner.gif) no-repeat;
	float:left;
	height:12px;
	width:12px;
	}
div.tr {
	background:url(../images/trcorner.gif) no-repeat;
	float:right;
	height:12px;
	width:12px;
	}
div.bl {
	background:url(../images/blcorner.gif) no-repeat;
	float:left;
	height:12px;
	width:12px;
	margin-top:-12px;
	}
div.br {
	background:url(../images/brcorner.gif) no-repeat;
	float:right;
	height:12px;
	width:12px;
	margin-top:-12px;
	}*/
div.content {
	margin: 0px;
	padding: 0px;
	}
/*div.content p {
	padding:0;
	margin:0;
	}*/
#footer {
	clear:both;
	margin-top: 20px;
	height: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-y;
	background-color: #0E1118;
	}
#footer p {
	padding:0px 0px 0px 20px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.7em;
    }
.content h1 {
	font-size: 1.2em;
	margin: 10px 0px 0px;
	padding: 5px 0px 5px 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}
.content p {
	font-size: 0.9em;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	line-height: 1.2em;
	width: 500px;
}

.content h2 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
.content h3 {
	font-size: 0.7em;
	font-style: italic;
	padding: 0px;
	margin: -5px 0px 10px 10px;
}
.content h4 {
	font-size: 1em;
	margin: 10px 0px;
	padding: 5px 0px 7px 10px;
	color: #FFFFFF;
	clear: both;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}
.content h5 {
	font-size: 1em;
	margin: 15px 0px 10px;
	padding: 0px 0px 3px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}

.content ul {
	margin: 3px 0px 0px 15px;
	padding: 0px;
}

.pquote {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 0.9;
	font-style: italic;
	padding: 1em 0em 0em 0.7em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 0;
	background: url(../images/openquote.gif) no-repeat left top;
} 
/*.pquote p:first-letter{ 
font-size: 1.5em; 
font-weight: bold;
}*/
/*.sidebox h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}*/
#access li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
	color: #823008;
}
#access {
	background-color: #AECED5;
	margin: 0px;
	padding: 0px 0px 5px;
}

#access ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#access a:link, #access a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#access a:hover {

	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.content a:link, .content a:visited {
	text-decoration: none;
	color: #823008;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #823008;
	border-right-color: #823008;
	border-bottom-color: #823008;
	border-left-color: #823008;
}
.content a:hover, .content a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/*#contacts {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}*/
/*#contacts p {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}*/

/*#contacts img {
	float: left;
	margin: 0px;
	padding: 0px;
}*/
/*.contactLogo {
	width: 250px;
	height: 120px;
	float: left;
	clear: both;
}*/
/*.contactDetail {
	height: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
/*.contactDetail a:hover {
	color: #00FF00;
}*/
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid #649FAD;
}
.imageMargins {
	margin: 15px;
	float: left;
}
.pdf {
	color: #649FAD;
	font-weight: bold;
	font-size: 5em;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#imageContainer {
	position:relative;
	margin:10px 0px 0px 10px;
	width:280px;
	border:1px none #000;
	float: right;
	padding: 0px;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
}
#words {
	float: left;
	width: 450px;
}
#words p {
	width: 450px;
}
#credit {
	height: 12px;
	text-align: right;
	margin: 0px;
	padding: 2px 2px 0px 0px;
	font-size: 11px;
	background-color: #AECED5;
}
#credit p {
	margin: 0px;
	padding: 0px;
}
#credit a:link, #credit a:visited {
	text-decoration: none;
	color: #666666;
}
#credit a:hover {
	color: #823008;
}
#pdfs {
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#pdfs ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#pdfs li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	font-size: 0.9em;
}
#pdfs img {
	margin: 5px 35px 10px 0px;
	float: right;
}
#imagecol {
	float: right;
	width: 200px;
}
#imagecol img {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #619FAC;
}
.content ul {
	font-size: 0.9em;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	font-style: italic;
}
.content li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
#imagecol a:link, #imagecol a:visited {
	border: 2px none #993300;
	text-decoration: none;
}
#inlineList li {
	display: inline;
}
#links li {
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal;
}
#links {
	width: 650px;
}

#links p {
	width: 460px;
}
#quotes {
	clear: both;
}

