/* =General
-----------------------------------------------------------------------------*/

/*Remove default browser styles - Eric Meyers*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
	font-family: Arial,Sans-Serif;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* Put it back on certain elements */
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p, div#content pre, div#content blockquote, div#content form, div#content fieldset, div#content table, div#content ul {
	margin: 1em 0em;
}

strong {
	font-weight: bold;
}

strong em,
em strong,
em {
	font-style: italic;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* main wrapper that holds it all centrally */

#wrapper {
	background-color: #666699;
	width: 758px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

#content {
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	clear: both;
	}
	
/* default links */
#content a:link {
color: #6633ff;
}

#content a:hover {
text-decoration: none;
color: #9999ff;
}



/* =Typography
-----------------------------------------------------------------------------*/

body {
	margin-top:10px;
	text-align:center;
	background-color:#666699;
	color:#333366;
}


/* =Headings
-----------------------------------------------------------------------------*/
div#header {
    background-color:#333366;
    width:758px;
	color: #fff;
	padding-bottom: 3px;
}

#headerPics {
	background-color:#fff;
	height:152px;
	padding: 2px 0px 0px 1px;
}

div#header div#headerPics img {
	margin: 0px 1px 0px 1px;
}

div#header img {
	float: left;
}

div#header h1 {
	float: right;
	font-size: 1.9em;
	font-weight: 800;
	clear: right;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 1px;
	line-height: 1.1em;
}

div#header h2 {
	float: right;
	font-weight: 800;
	font-size: 1em;
	margin-top: 12px;
	margin-right: 10px;
	word-spacing: 0.1em;
}

#content h1 {
	font-size: 1.2em;
	background: #fff url(../templateMedia/templateGraphics/heading_bg1.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 1.2em;
	color: #666699;
}

#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666699;
}

#content h4,
#content h5,
#content h6 {
	font-size: 1em;
	font-weight: bold;
	color: #666699;
}
/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
div#mainNav {
	float: left;
	width: 150px;
	margin-top: 5px;
}

div#mainNav ul,
div#mainNav li {
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainNavTop {
	position: relative;
	margin-top: 1em;
	padding: 5px 0px 5px 5px;/*fix required for ie6*/
	width: 145px;
	background: #333366 url(../templateMedia/templateGraphics/NavDarkTopRight.gif) no-repeat right top;
	height: 5px;
}

#mainNavBottom {
	position: relative;
	top: 0px;
	padding: 5px 0px 5px 5px;/*fix required for ie6*/
	width: 145px;
	background: #333366 url(../templateMedia/templateGraphics/NavDarkBottomRight.gif) no-repeat right bottom;
	height: 5px;
}

div#mainNav ul li a {
	background-color: transparent;
	display: block;
	text-decoration: none;
	color: #333366;
	padding: 2px 0px 2px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
	border-left-color: #666699;
	border-bottom-width: 0px;
	border-bottom-style: none;
	/*border-bottom-color: -moz-use-text-color;*/
	margin: 0px 0px;
}

div#mainNav a:visited {
	color: #333366;
}

div#mainNav a:hover {
	color: #666699;
}

/* Highlighting the current page */
.currentPage {
	color: #fff;
}

#mainNav ul li a.currentPage {
	background: #666699 url(../templateMedia/templateGraphics/currentPage_bg.jpg) no-repeat left center;
	color: #fff;
	cursor: default;
	padding-left: 11px;
}

/* =The Best of Website Nav
-----------------------------------------------------------------------------*/
#topNav {
	background-color: #333366;
	font-size: 0.8em;
	margin-top: 1.2em;
	margin-bottom: 0px;
}

#topNav ul, #topNav ul li {
	list-style: none;
	margin: 0px 0px 2px 0px;
	outline: 0px;
}

#topNav ul {
	text-align: center;
	font-weight: normal;
}

#topNav ul li {
	display: inline;
	margin: 0px 0px 2px 0px;
}

#topNav ul li a:visited,
#topNav ul li a:link  {
	color: #fff;
	text-decoration: none;
	background-color: #666699;
	text-decoration: none;
	padding: 0px 5px 3px 5px;
	outline: 0px;
}

#topNav ul li a:hover,
#topNav ul li a:active {
	color: #666699;
	text-decoration: none;
	background-color: #fff;
	padding-bottom: 5px;
	outline: 0px;
}

/* =Main Content - 
#mainContent = Editable content box
#content = Whole content area including all navigation. Not including footer
-----------------------------------------------------------------------------*/
div#mainContent {
	float: left;
	width: 500px;
	margin-left: 20px;
}

#mainContent table {
	width: 500px;	
}

#mainContent caption,
#mainContent table th {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent caption {
	font-size: 1.1em;
}

#mainContent table td{
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333399;
}

.imageLeft {
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 5px 0px;
	background-color: #9999ff;
	border: 1px solid #666699;
}

.imageRight {
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 5px 10px;
	background-color: #9999ff;
	border: 1px solid #666699;
}

.imageCentre {
	text-align: center;
}

.imageBorder {
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 5px;
	background-color: #9999ff;
	border: 1px solid #666699;
}

#content p {
	line-height: 1.3em;
}

#mainContent ul li {
	margin: 1em 0em 1em 0em;
	padding: 0px 10px 0px 20px;
	line-height: 1.3em;
	background: #fff url(../templateMedia/templateGraphics/listBullet.jpg) top left no-repeat;
}

#mainContent ol {
	list-style: decimal;
}

#mainContent ol li {
	margin: 0.5em 0em 0.5em 1.5em;
	padding: 0px 10px 0px 0px;
	line-height: 1.3em;
}

.centreText {
	text-align: center;
}

.justifyText {
	text-align: justify;
}

.rightAlignText {
	text-align: right;
}

.leftAlignText {
	text-align: left;
}

.paraBullet-leftAlignText {
	padding-left: 20px;
	background: #fff url(../templateMedia/templateGraphics/listBullet.jpg) top left no-repeat;
}

.paraBullet-justifiedText {
	text-align: justify;
	padding-left: 20px;
	background: #fff url(../templateMedia/templateGraphics/listBullet.jpg) top left no-repeat;
}

.highlightText {
	color: #fff;
	background-color: #333399;
	font-weight: bold;
}

.imageSpace {
	margin: 5px;
}

#mainContent ol li ol {
	list-style-type: lower-alpha;
}

p.upArrow {
	padding-left: 20px;
	background: #fff url(../templateMedia/templateGraphics/upArrow.gif) top left no-repeat;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
div#footer {
	background-color:#333366;
    width:758px;
	color: #fff;
}

div#footer p {
	text-align: center;
}

div#footer p a {
	position: relative;
	width: 758px;
	font-size: 0.9em;
	color: #fff;
	line-height: 2em;
	
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
