/* CSS Document */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 68.75%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #fff;
	}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	margin-top: 30px;
	text-align: left;
	border: 1px #ccc solid;
	position: relative;
	width: 900px;
	}

#dropshadow {
	margin: 0 auto; /* center aligns wrapper */
	position: relative;
	width: 950px;
	background-color: #FF0000;
	}
	
#header {
	width: 900px;
	height: 160px;
	}

/* #banner {
	float: left;
	width: 570px;
	padding: 0px;
	height: 160px;
	background-color: #fed;
	}

#secondary-menu {
	float: right;
	width: 300px;
	padding: 15px;
	}
*/

#content-wrapper {
	width: 900px;
	position: absolute;
	left: -1px;
	background-image: url(images/wrapper-bkgd.jpg);
	border: 1px #ccc solid;
	background-color: #fff;
	top: 190px;
	}

#content {
	width:650px;
	float: left;
	background-color: #fff;
	}
	
#blog-content {
	width: 180px;
	float: left;
	padding:10px;
	padding-top:20px;
	}
	
#main-content {
	width: 426px;
	padding:20px 10px;
	float: right;
	}

#main-content-left {
	width: 610px;
	padding:20px;
	float: left;
	}

#main-content-full {
	width: 860px;
	padding:20px;
	}

#main-content-full li {
	color: #333;
	margin-left: 20px;
	font-size: 12px;
}

#main-content-left li {
	color: #333;
	margin-left: 20px;
	font-size: 12px;
}
		
#main-content li {
	color: #333;
	margin-left: 20px;
	font-size: 12px;
}

#secondary-content {
	width: 220px;
	float: right;
	background-color: #fff;
	padding: 10px 15px;
	}

/* =CONTENT */



	
/* =FOOTER */
#footer {
	clear: both;
	color: #666;
	text-align: left;
	background-image: url(../images/footer.jpg);
	font-size: 9px;
	font-weight: normal;
	padding-left: 115px;
	padding-top: 3px;
	padding-bottom: 6px;
	height: 11px;
/*	width: 900px;
	w\idth: 880px;*/
	}

/* =PRETTY STUFF */

#image {
	margin-left: 20px;
	}
	
.float-left {
	float: left;
	padding-right: 8px;
	}
	
.float-right{
	float: right;
	}
	
.img-wrapper {
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px;
	postion: relative; /* for ieWin6 */
	/*border: solid 1px red;*/ /* shows wrapper position in relation to image placement */
}

.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: -5px 5px 5px -5px; /* positions the image off the wrapper to display background image - which is the drop shadow */
	position: relative; /* for ieWin6 */
	display: block; /* for ieWin6 */
}
	
/* =COLOUR STYLES */
h1, .red-font-14pt {
	font-size: 14px;
	font-weight: lighter;
	color: #BD003A;
	}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #06C;
	}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #0066CC;
	}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #f60;
	}

h6, red-font {
	font-size: 12px;
	font-weight: bold;
	color: #BD003A;
	}

p  {
	font-size: 12px;
	color: #333;
	}
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0077d4;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0077d4;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}

a.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a.two:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.three:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.three:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.three:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.four:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
}

a.four:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
}
a.four:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}



#table {
	border-collapse: collapse;
	border: 1px solid #AAA;
	}
	
#table td {
	border-collapse: collapse;
	padding:4px 10px;
	}
	
.table-03 {
	border-collapse: collapse;
	width: 265px;
	border: 1px solid #999;
}

.table-03 td{
	padding: 5px;
}
	
.blue-font {
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	}

.orange-font {
	font-size: 12px;
	color: #F60;
	}

.margin-top-20px {
	margin-top: 20px;
	}
	
.float-left-margin-right {
	float: left;
	margin-right: 10px;
	}	