@charset "utf-8";
/* Luke Dingle - CPT11 Introduction to IT assignment */
* {
	margin: 0;
	padding: 0;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #ffffff;
	background-color: #000000;
}
#wrappingDiv
{
	width:758px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	background-image: url(rs.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#titleDiv
{
	background-image: url(title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 284px;
}
#contentDiv
{
	width: 600px;
	padding-left: 20px;
	color:#000000;
	margin: 0 20px 0 auto;
	overflow:hidden;
	background-image: url(ls.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.contentDivs
{

	background-image: url(tl.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px;
}
.contentDivHeads
{
	padding: 50px 0 0 145px;
	margin-bottom:20px;
}
.contentDivFeet
{
	background-image: url(br.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 162px;
}
#quickFact
{
	display:block;
	position: relative;
	left: 20px;
	top: 90px;
	width:220px;
	margin-bottom:150px;
	text-align:left;
	font-size: 12px;
}

#menuDiv
{
	width: 190px;
	background-image: url(ls.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: -39px;
	top: 116px;
}
#menuHolder
{
	width: 180px;
	height: 288px;
	background-image: url(menu2.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
}

#menu
{
	width: 100px;
	position: relative;
	top: 166px;
	left: 48px;
	text-align: right;
	list-style-type: none;
}

#menu li a:link, #menu li a:visited
{
	display:block;
	padding: 2px;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent;
	color:#A52900;
}
#footer
{
	width: 300px;
	}
#footerHolder
{
	width: 190px;
	height:100px;
	background-image: url(ls.jpg);
	background-repeat: repeat-y;
	padding: 15px 30px 0px 45px;
}

#footerDiv
{
	width: 190px;
	position: absolute;
	left: -39px;
	bottom: 0px;
	background-color: #ffffff;
	color: #666666;
	font-size: 0.8em;
	overflow: visible;
}

ul li
{
	font-size: 0.9em;
}
img, a img
{
	border: none;
}

img.floatedImg{
	border: solid 1px #000000;
	margin: 8px;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}
.al
{
	text-align: left;
}
.ar
{
	text-align: right;
}
/* border image control */
.tlc
{
	background-image: url(tlc.jpg);
	float: left;
}
.trc
{
	background-image: url(trc.jpg);
	float: right;
}
.itc
{
	background-image: url(itc.jpg);
	float: right;
}
.ibc
{
	background-image: url(ibc.jpg);
	float: right;
}
.blc
{
	background-image: url(blc.jpg);
	float: left;
}
.brc
{
	background-image: url(brc.jpg);
	float: right;
}
.ls
{
	background-image: url(ls.jpg);
}
.rs
{
	background-image: url(rs.jpg);
}
.ts
{
	background-image: url(ts.jpg);
}
.bs
{
	background-image: url(bs.jpg);
}

.bd
{
	background-repeat: no-repeat;
}
.yr
{
	background-repeat: repeat-y;
}
.xr
{
	background-repeat: repeat-x;
}
.tlc,.trc, .blc, .ibc, .itc, .brc
{
	width:43px;
	height: 42px;
}
.brc, .ibc
{
	width: 42px;
}

.ts, .bs
{
	height: 42px;
}

/*Covers the trailing bit of image that appears at the bottom in IE */
#blackCover
{
	height: 5px;
	background-color: #000000;
	position:relative;
	top: -3px;	
}


/* Fonts formatting */
h1,h2,h3,h4,h5,h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1,h3,h5
{
	font-style:italic;
}
h1 {
	font-size: 1.7em;
	margin: 20px 2em 30px 2em;;
	clear:both;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
hr
{
	margin: 10px 0;
}
a:link, a:visited
{
	color: #E14400;
	text-decoration: none;
}
a:hover, a:active
{
	color:#FF8000;
}
#menu li a:hover, #menu li a:active
{
	border-color:#A52900;
	color: #FF8000;
}
.activeLink
{
	color:#E14400!important;
	border-color:#FF8000!important;
}
p
{
	font-size: 0.88em;
	margin: 0.6em 1.4em 0.6em 0.6em;

}
.smalltextFixed
{
	font-size: 10px;
}
.smalltext
{
	font-size:x-small;
}
.ital
{
	font-style: italic;
}

table
{
	border: none;
	width: 70%;
	margin: 0 auto;
}

th
{
	background-color: #dddddd;
	font-weight:bold;
	padding: 5px;
}
td
{
	padding: 4px;
	padding-left: 40px;
}
td.bold
{
	font-weight: bold;
	background-color: #dedede;
	padding: 4px;
}
ol
{
	margin: 10px 0px 10px 40px;
}
ol li
{
	font-size: 0.85em;
	padding: 4px;
}