/* Section 0: Initial Conditions */
/* ------------------------------------------------------------ */

* {
	margin: 0;
	border: 0;
	padding: 0;
}


/* Section 1:  Text & Links */
/* ------------------------------------------------------------ */

body {
	text-align: justify;
	color: black;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8.5pt;
}

a:link {
	background-color: inherit;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background-color: inherit;
	color: #00008B;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

/* Section 2: Layout & Size */
/* ------------------------------------------------------------ */

#container {
	margin: 0 auto;
	background: #ffffff;
	width: 960px;
	height: auto;
	line-height: 120%;
}

#header {
	width: 960px;
	height: 200px;
	background: no-repeat;
}

#navigation {
	float: left;
	width: 190px;
	height: auto;
	margin: 10px;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
}

#primaryContent {
	float: left;
	width: 600px;
	height: auto;
	margin: 10px 0;
	line-height: 125%;
	letter-spacing: 0.25px;
	word-spacing: 2px;
	border-top: 3px solid #555;
	border-bottom: 1px solid #555;
}

#secondaryContent {
	float: right;
	width: 130px;
	height: auto;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	margin: 10px;
}

#footer {
	clear: both;
	width: 940px;
	height: auto;
	margin: 10px;
	padding: 5px 0 10px 0;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
}

/* Section 3: Body */
/* ------------------------------------------------------------ */
body {
	background: #C0C0C0;
}

.bottomBorder {
	border-bottom: 2px solid #555;
}
/* Section 4: Navigation */
/* ------------------------------------------------------------ */

#navigation {
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	background: #E0F0F0;
	display: block;
	width: 175px;
	border-left: 5px solid #D0D0D0;
	padding: 2px 0 2px 10px;
	margin: 2px 0 2px 0;
}

#navigation a {
	display: block;
}

#navigation li:hover, #navigation li.sfhover {
	background: #3CB371;
	text-decoration: none;
	border-left: 5px solid #008000;
}

#navigation li:hover > a, #navigation li.sfhover > a {
	color: #000;
}

#navigation li ul{
	display: none;
}

#navigation li:hover ul, #navigation li.sfhover ul{
	display: block;
	position: absolute;
	background: #E0F0F0;
	margin: -17px 0 0 175px;
	padding: 0 1px 0 2px;
}

#navigation li:hover ul li, #navigation li.sfhover ul li {
	width: 120px;
	border-right: 3px solid #D0D0D0;
}

#navigation li ul li:hover, #navigation li ul li.sfhover {
	border-right: 3px solid #008000;
}

/* Section for the Nav Bar Picture Gallery */

#pictureGallery img {
	margin: 10px 22px 0 22px;
}

#pictureGallery p {
	text-align: center;
	margin: 4px 0;
}

/* Section for the Nav Bar adverts */

#mainNavAdverts img {
	width: 190px;
	margin: 2px 0;
}

/* Section 5: Main Content */
/* ------------------------------------------------------------ */

#primaryContent div {
	background: #E0F0F0;
	margin-top: -2px;
	padding: 10px;
	border-bottom: 2px solid #555;
	border-top: 2px solid #555;
	clear: both;	
}

#primaryContent span {
	font-size: 13pt;
}

#primaryContent p {
	padding-top: 2px;
	padding-bottom: 10px;
	line-height: 125%;
	letter-spacing: 0.6px;
}

iframe {
	background: #fff;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	font-family: Palatino Linotype,Book Antiqua,Palatino,FreeSerif,serif;	
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 8pt;
}

#primaryContent img {
	width: 480px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#article span {
	font-size: 8pt;
	font-weight: bold;
}

ul.info {
	padding: 10px;
	list-style-type: none;
}

#gallery img {
	margin: auto 20px;
	border: 0px;
	width: auto;	
}

ul#teamsnav {
	float: left;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
	width: 600px;
}

#teamsnav li {
	float: left;
	padding: 0;
	margin: 0;
}

#teamsnav a {
	background: #E0F0F0;
	display: block;
	width: 73.7px;
	text-align: center;
	margin: 0;
	padding: 6px;
}

#teamsnav a:hover {
	background: #3CB371;
	text-decoration: none;
	color: #000000;
}

#primaryContent td {
	padding: 3px;
	height: 13pt;
}

/* Section 6: Secondary Content (curreny Ad Bar) */
/* ------------------------------------------------------------ */

#secondaryContent img {
	margin: 10px auto;
	width: 130px;
}

#secondaryContent p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: -13px 0 10px 0;
	padding: 2px;
	border: 1px solid #000;
}

/* Section 7: Footer */
/* ------------------------------------------------------------ */

#footer {
	font-size: 9px;
	line-height: 180%;
}