@charset "UTF-8";

/* remove outline from all links (appear in firefox/IE) */
a
{
	outline: none;
}

/* style basic links*/
a:link, a:visited
{
	color: #e0e0e0;
	text-decoration:none;
}

a:hover
{
	color: #49B809;
	text-decoration: none;
}

a:active
{
	color: #1B4802;
	text-decoration: none;
}

/* remove blue border from images (which show in IE)*/
img
{
	border:none;
}

/* basic body formatting - background vertical shadow is set here*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../images/shadow_bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* set background for main body along with width */
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/tileBackgroundB.gif);
	background-repeat: repeat;
	background-color: #000000;
} 

/* set background image for header */
.twoColFixRtHdr #header {
	padding: 120px 10px 20px 20px;
	background-image: url(../images/newheadB.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

/* minor styling for header heading1 */
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

/* set font and letter spacing for navigation links */
.twoColFixRtHdr #container #header .navigation a
{
	letter-spacing: 6px;
	font-family: Tahoma, Geneva, "Arial Narrow", sans-serif;
}

/* basic styling for sidebar (including floating) */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* basic styling for main content */
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
} 

/* basic styling for footer */
.twoColFixRtHdr #footer {
	background-color: #001600;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 75%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #133400;
} 

/* fixes for footer paragraph */
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* padding for biography collapsible panel */
.twoColFixRtHdr #panelPadding
{
	padding-top: 20px;
	padding-bottom: 20px;
}


/*
.twoColFixRtHdr #footer a:visited
{
	text-decoration:underline;
	color:#00CC00;
}
*/

/* font-styling for navigation links */
#header p
{
	color: #C3C2C2;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0px;
	font-size: 60%;
}

/* main content heading 2 styling */
#mainContent h2
{
	font-size: 150%;
	font-family: "Avant Garde", Geneva, "Arial Narrow", sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
}

/* main content (MAIN) heading 3 styling */
#mainContent  h3
{
	margin-left: 13px;
	margin-bottom: -10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	font-weight: lighter;
	text-transform: capitalize;
	margin-top: 30px;
	display: block;
	padding-bottom: 4px;
}

/* styling for main content text */
.mainContentParagraph        
{
	margin-left: 13px;
	line-height: 165%;
	margin-right: 120px;
	font-size: 76%;
	margin-bottom: 0px;
	display: block;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* styling for footer paragraph text */
#footer p
{
	color: #999999;
	font-size: 80%;
}

/* reset styles for footer links */
#footer  a:link
{
	color: #00CC00;
	text-decoration: underline;
}

#footer  a:visited
{
	color: #00CC00;
	text-decoration: underline;
}

#footer a:hover
{
	color: #00FF00;
	text-decoration: underline;
}

#footer  a:active
{
	color: #00AA00;
	text-decoration: underline;
}

/* position header title off screen so is not visible */
#header h1
{
	position: absolute;
	top: -100px;
	font-size: 100%;
}

/* set colour for heading 2 */
h2
{
	color: #33CC33;
}

/*  float left class */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

/*  float right class */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* float clearing class */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* sidebar image padding and spacing */
.twoColFixRtHdr #container #sidebar1 img
{
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*  */
.headingbox
{
	padding-right: 2px;
	padding-left: 0px;
	font-weight: lighter;
	font-size: 100%;
	padding-top: 8px;
	margin-top: 0px;
	padding-bottom: 8px;
}

/*  */
#hometext
{
	font-style: italic;
	color: #999999;
}

/* styling for main menu navigation */
.navigation
{
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
	padding-bottom: 5px;
	padding-right: 22px;
	margin-right: -10px;
	margin-left: -20px;
	padding-top: 7px;
	margin-top: 30px;
	background-color: #000000;
}

/*  styling for sidebar box headings */
#sidebar1 h2
{
	color: #FFFFFF;
	margin-right: -20px;
	margin-left: -20px;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: -18px;
	padding-right: 15px;
	font-size: 150%;
}

/* styling for sidebar paragraphs - large green boxes */
#sidebar1 p
{
	font-size: 75%;
	line-height: 200%;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #001600;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #002400;
	border-bottom-color: #002400;
	border-left-color: #003000;
}

/* italicize class */
.italicize
{
	font-style: italic;
	font-weight: lighter;
	color: #00CC00;
	line-height: 130%;
}

/* padding for sidebar other things to do */
#more {
	margin:0;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
  }
  
/* styling for other things to do list */  
#more li {
	list-style-type:none;
	margin-bottom: 5px;
	padding-right: 15px;
  }

/* styling for other things links */
#more a, #more a:visited {
	display:block;
	width:100%;
	font-family:arial, verdana, sans-serif;
	font-size:80%;
	text-align:right;
	text-decoration:none;
	background-color: #001600;
	color: #EFF0EE;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #002400;
	border-bottom-color: #002400;
	border-left-color: #003000;
  }

/* styling for other things links when hovering */
#more a:hover
{
	color: #000000;
	background-color: #44AA00;
}

/* styling for navigation bar - current page underline */
.currentPage
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1B4802;
	padding-bottom: 3px;
}

/* padding for flash gallery swf */
.galleryPadding
{
	margin-top: 40px;
	margin-left: 13px;
}

/* padding for send to a friend swf */
.friendPadding
{
	padding-bottom: 30px;
}
.audioPadding/* padding for mp3 player */

{
	margin-left: 13px;
	margin-top: 40px;
}
.newsPadding/* padding for news feeder */

{
	margin-top: 40px;
	margin-left: 13px;
}
.videoPadding/* padding for video player */

{
	margin-top: 40px;
	margin-left: 13px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #003000;
	border-bottom-color: #003000;
	border-left-color: #003000;
}

/* padding for signature png */
.signaturePadding
{
	padding-top: 20px;
	padding-left: 10px;
}

.forumPadding
{
	margin-top: 20px;
	margin-left: 13px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #002400;
	border-bottom-color: #002400;
	border-left-color: #003000;
}

/* styling for downloads page thumbnails */
.thumbsLayout
{
	float: left;
	margin-left:0px;
	font-size: 65%;
	color: #ffffff;
	background-color: #001600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #002400;
	border-bottom-color: #002400;
	border-left-color: #003000;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.cvDownload
{
	float: left;
	margin-left:13px;
	background-color: #001600;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #002400;
	border-bottom-color: #002400;
	border-left-color: #003000;
	width: 430px;
	padding: 12px;
}

/* styling for download page instructions */
.downloadInstructions
{
	font-size: 80%;
	width: 380px;
	margin-left: 10px;
	margin-bottom: 12px;
}

/* styling for thumbnails grouped together */
#thumbsGrouped
{
	margin-left: 13px;
	margin-top: 10px;
}

/* styling for footer contact details */
.footercontact
{
	float: right;
	text-align: right;
	width: 200px;
}
