
/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:138.5%;
	/*font-size:123.1%; */
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	/*font-size:108%;*/  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height: 1.3em;
	color: #333;
}

a:link		{ color: #000000; text-decoration: none;}
a:visited	{ color: #000000; text-decoration: none;}
a:hover		{ color: #888888; text-decoration: none;}
a:active	{ color: #000000; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family:  Arial, Helvetica,Lucida Grande,Verdana, sans-serif;  	
    background-color: #FFF;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/
#maincontent {
	width: 700px; 	
	padding: 0;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: left;
		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 700px;
}

html>body #maincontent {
	width: 700px;
}

#headerBar {
	width: 700px;
	/*background: #FEE405;*/
	background: #CC0000;
	padding: 0;
	margin: 0;
	height: 175px;
}

#flashSplit {

}

#flashcontent {
	float: left;
	width: 599px;
}

#flashSplitRight {
	float: left;
	width: 101px;
}

#headerBar h1 {
	margin-left: -9000px;
	line-height: 0em;
}

#horizNav {
	width: 700px;
	background: #333399;
	padding: 0;
	margin: 8px 0 0 0;
}

#mainNav {
	list-style: none;
	height: 21px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

#mainNav ul {
	margin: 0;
	padding: 0;
}

#mainNav li {
	margin: 0; 
	padding: 0;
	float: left;
	list-style-type: none;
}

#mainNav a {
	float: left;
	padding: 4px 0 0 4px;
	height: 21px;
	width: 96px;
	background: url("../images/navBackground.gif") no-repeat top left;
	text-decoration: none;
}

#home_but a {
	background-position: -4px 0;
}

#mainNav  a:link		{ color: #FFFFFF; }
#mainNav a:visited	{ color: #FFFFFF; }
#mainNav  a:hover	{ color: #bbb; }
#mainNav  a:active	{ color: #FFFFFF; }

/*#home_but a {
	width: 100px;
	background: url("../images/home_but.gif") no-repeat top left;
}

#contact_but a {
	width: 100px;
	background: url("../images/contact_but.gif") no-repeat top left;
}

#news_but a {
	width: 100px;
	background: url("../images/news_but.gif") no-repeat top left;
}

#teams_but a {
	width: 100px;
	background: url("../images/teams_but.gif") no-repeat top left;
}

#about_but a {
	width: 100px;
	background: url("../images/about_but.gif") no-repeat top left;
}

#directions_but a {
	width: 100px;
	background: url("../images/directions_but.gif") no-repeat top left;
}

#sponsors_but a {
	width: 100px;
	background: url("../images/sponsors_but.gif") no-repeat top left;
}

#mainNav a:hover {
	background-position: 0  -23px;
}

#mainNav a:active, #mainNav a.selected {
	background-position: 0 -23px;
}*/

/*========================================================*/

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}




/* ######### Style for Drop Down Menu ######### */

#dropmenu1 {
margin: 0; 
padding: 0;
}

.dropmenudiv{
position:absolute;
top: 0;
line-height:1.2em;
z-index:100;
/*width: 136px;*/
width: 186px;
visibility: hidden;
margin: 0; 
padding: 0;
}
.dropmenudiv ul {
	margin: 0; 
	padding: 0;
}

.dropmenudiv li.topborder {
	border-top: 1px solid #BBB;
	margin: 0; 
	padding: 0;

}
.dropmenudiv ul li{
	list-style-type: none;
	margin: 0; 
}

.dropmenudiv a{
width: auto;
display: block;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
border-bottom: 1px solid #BBB;
padding: 3px 12px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv  a:link		{ color: #FFFFFF; text-decoration: none; background-color: #333399; }
.dropmenudiv  a:visited	{ color: #FFFFFF; text-decoration: none; background-color: #333399;}
.dropmenudiv  a:hover	{ color: #333399; text-decoration: none; background-color: #DDDDDD; }
.dropmenudiv  a:active	{ color: #FFFFFF; text-decoration: none; background-color: #333399;}



/*=============================================================*/

#homeContent{
	margin: 32px 0 0 0;
	padding: 0 12px 0 12px;
}

#homeContent h2 {
	margin-bottom: 0.5em;
	color: #333399;
}

#homeContent h3{
	margin-bottom: 0.5em;
	color: #333399;
}
#homeContentLeft {
	width: 225px;
	margin: 0;
	padding: 0;
	float: left;
}

#homeContent a:link		{ color: #000000; text-decoration: underline;}
#homeContent a:visited	{ color: #000000; text-decoration: underline;}
#homeContent a:hover		{ color: #888888; text-decoration: underline;}
#homeContent a:active	{ color: #000000; text-decoration: underline;}

#homeNewsHolder {	
	margin: 0;
	padding: 8px 8px 0 12px;
	background: url("../images/colourfade.gif") repeat-y top left;

}

#homeContentLeft #homeNewsHolder .homeNews h4 {
	margin: 0.2em 0 0.2em 0;
}

#homeContentLeft #homeNewsHolder .homeNews {
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
}
#homeContentRight {
	width: 425px;
	margin: 0;
	padding: 0;
	float: right;
}

.texttop {
	margin: 0 0 12px 0;
	padding: 0;
}

#homeContent .pagesplitOuter {
	margin: 0 0 18px 0;
	padding: 12px 12px 12px 12px;
	/*background: url("../images/colourfade.gif") repeat-y top left;*/
	background: #EAEBF3;
}

.pagesplitOuter .warningmessage  p {
	padding-bottom: 0;
	color: #ff0000;
}

.pagesplitleft {
	width: 215px;
	margin: 0;
	padding: 0;
	float: left;
}

.pagesplitright {
	width: 427px;
	margin: 0;
	padding: 0;
	float: right;
}

.pagesplitright img {
	border: 1px solid #CC0000;
	margin: 0 0 8px 0;
	padding: 0;
}
.pagesplitleftsmall {
	width: 400px;
	margin: 0;
	padding: 0;
	float: left;
}

.pagesplitrightsmall {
	width: 220px;
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
	text-align: right;
}

.pagesplitrightsmall img {
	border: 1px solid #CC0000;
	margin: 0 0 8px 0;
	padding: 0;
}

#homeContent .pagesplitOuter table {
	width: 100%;
	line-height: 1.6em;
}

#homeContent .pagesplitOuter .pagesplitright  table {
	line-height: 1.2em;
}

#homeContent .pagesplitOuter  select {
	margin: 5px 0 15px 0;
}
#homeContent .pagesplitOuter .pagesplitright  .smallleft {
	float: left;
	width: 52px;
	margin: 0;
}
#homeContent .pagesplitOuter .pagesplitright  .longleft {
	float: left;
	width: 100px;
	margin-top: 0;
	padding: 20px 0 0 10px;
}

#homeContent .pagesplitOuter table .greyrow {
	background-color: #DDDDDD;

}

#homeContent .pagesplitOuter table tr {
}

#homeContent .pagesplitOuter table .whiterow {
	background-color: #FFFFFF;
}
#homeContent .pagesplitOuter table td {
	vertical-align:top;
		
}

#homeContent .pagesplitOuter .column1 {
	font-weight:bold;
	color: #333399;
	width: 160px;
}

#homeContent .pagesplitOuter .column2 {
	font-weight:bold;
	color: #333399;
	width: 125px;
}

#homeContent .pagesplitOuter .column3 {
	font-weight:bold;
	color: #333399;
	width: 100px;
}

#homeContent .pagesplitOuter .column4 {
	font-weight:bold;
	color: #333399;

}

#homeContent a:link		{ color: #CC0000; text-decoration: underline;}
#homeContent a:visited	{ color: #CC0000; text-decoration: underline;}
#homeContent a:hover		{ color: #888888; text-decoration: underline;}
#homeContent a:active	{ color: #CC0000; text-decoration: underline;}

#homeContent .pageGallery a img {
	margin: 0 4px 4px 0;
	padding: 0;
	border: 1px solid #CC0000;
}
#teamContent{
	margin: 32px 0 0 0;
	padding: 0 12px 0 0;
}

#teamContent h2 {
	margin-bottom: 0.5em;
	color: #333399;
}

#teamContent h3{
	margin-bottom: 0.5em;
	color: #333399;
}

#teamContentRight {
	width: 475px;
	margin: 0;
	padding: 0;
	float: right;
}

#teamContentRight .lefthead {
	margin: 0;
	padding: 0;
	float: left;
}

#teamContentRight .righthead {
	margin: 0;
	padding: 0;
	float: right;
}

#teamContentRight .imageright {
	margin: 0 12px 0 12px;
	padding: 0;
	float: right;
}

#teamContent .imageleft {
	margin: 12px 0 0 0;
	padding: 0;
}

#teamContentRight .imagecenter {
	text-align: center;
	margin-bottom: 12px;
}

#teamContentRight p a:link	{ color: #CC0000; text-decoration: underline;  }
#teamContentRight p a:visited	{ color: #CC0000; text-decoration: underline; }
#teamContentRight p a:hover	{ color: #333399; text-decoration: underline;  }
#teamContentRight p a:active	{ color: #CC0000; text-decoration: underline; }

#teamContentRight #downloadlist {
	text-align: left;
}

#teamContentRight #downloadlist ul {
	margin: 0; 
	padding: 0;
}

#teamContentRight #downloadlist li {
	list-style-type: none;
		margin: 0; 
	padding: 0;
}

#teamContentRight #downloadlist a{
width: 400px;
display: block;
border: 1px solid #BBB;
padding: 3px 12px;
margin-bottom: 3px;
}

#teamContentRight #downloadlist  a:link	{ color: #FFFFFF; text-decoration: none; background-color: #333399; }
#teamContentRight #downloadlist  a:visited	{ color: #FFFFFF; text-decoration: none; background-color: #333399;}
#teamContentRight #downloadlist a:hover	{ color: #333399; text-decoration: none; background-color: #DDDDDD; }
#teamContentRight #downloadlist  a:active	{ color: #FFFFFF; text-decoration: none; background-color: #333399;}

#pageNavBlock {
	background-color: #333399;
	width: 166px;
	margin: 0 0 12px 0;
	padding: 12px 12px 24px 12px;
	float: left;
}

#pageNavBlock h4 {
	margin-bottom: 0.5em;
	color: #FFFFFF;
	font-size:92%;
}

#pageNavBlock #pageNav ul {
	margin: 0; 
	padding: 0;
}

#pageNavBlock #pageNav li {
	list-style-type: none;
}

#pageNavBlock #pageNav a{
width: 142px;
display: block;
border-bottom: 1px solid #BBB;
border-top: 1px solid #BBB;
padding: 3px 12px;
margin-bottom: 3px;
}

#pageNavBlock #pageNav  a:link	{ color: #333399; text-decoration: none; background-color: #DDDDDD; }
#pageNavBlock #pageNav  a:visited	{ color: #333399; text-decoration: none; background-color: #DDDDDD;}
#pageNavBlock #pageNav a:hover	{ color: #FFFFFF; text-decoration: none; background-color: #333399; }
#pageNavBlock #pageNav  a:active	{ color: #333399; text-decoration: none; background-color: #DDDDDD;}

#pageNavBlock #pageNav a.teamselected {
	background-color: #FEE405;
}

#pageNavBlock #pageNav a:hover.teamselected 	{ color: #FFFFFF; text-decoration: none; background-color: #333399; }

#dividerline {
	margin: 0;
	padding: 0;
	height: 8px;
	background: url("../images/newsbottom.gif") no-repeat bottom left;
}

#footer {
	height: 23px;
	padding: 0;
	margin: 32px 0 32px 0;
	background: url("../images/bottombar.gif") no-repeat top left;
}

