@charset "utf-8";
/* CSS file - Copyright by PRODIGY - ALL RIGHTS RESERVED - It is strictly prohibited to copy certain or all of the contents in this document. Please keep it real and stay creative, dont copy other peoples work ... stealing work is like using templates ... for SERIOUS losers! Visit our website at http://www.prodigy.org.za for our company info */

/* GENERAL HTML DATA */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/layout/background_full.jpg);
	background-repeat: no-repeat;
	background-color: #17426b;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#links {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-align: right;
	padding-right: 10px;
	list-style: none;		
}

#links li {
	}

#links li a {
	color: #C30;
	padding: 3px;
	}
	
#links li a:hover {
	color: #F30;	
}

#external  {
	margin: 0 auto;
	text-align: center;
	margin-left: 20px;
}

p {
	margin-top: 0px;
}

a img {
	border: none;
}

* html #footer {
	height:1px;
}

input, textarea, select {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}


/* LAYOUTS */

#background {
	margin: 0px auto;
	width: 1280px;
	background-image:url(../images/layout/background_full.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/layout/contentbg.jpg) repeat-y #fff;
}

#header {
	width: 100%;
	height: 262px;
	background-image:url(../images/layout/header.jpg);
	background-color: #FFFFFF;
}

#navigation {
	width: 190px;
}

#content {
	float: right;
	width: 524px;
	height: 100%;
	padding: 5px;
}

#sidebar {
	float: left;
	width: 236px;
	height: 100%;
}

#footer {
	clear: both;
	width: 770px;
	height: 90px;
	background-color: #333333;
}

/* WRAPPER ITEMS */


/* HEADER ITEMS */


/* ADVERTISEMENT ITEMS */

.jqueryslidemenu{
background-image: url(../images/layout/navigation_bg.jpg);
font: bold 11px "Century Gothic";
color: #fff;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
float: left;
}

/*Top level menu link items style*/

.jqueryslidemenu ul li a{
display: block;
background: #42a2df;
color: white;
padding: 8px 7px;
border-right: 1px solid #fff;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px "Century Gothic";
background-color: #000;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #333;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #42a2df;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



/* NAVIGATION ITEMS */

#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #dedbdd;
}

#navigation li a {
	text-decoration: none;
	color: #069;
	font-size: 10px;
	margin-left: 10px;
}

#navigation li a:hover, #navigation li a:visited {
	color: #F30;
}

/* CONTENT ITEMS */

#news {
	width: 100%;	
}

#content h4 {
	font-size: 12px;
	color: #F30;
	font-weight: bold;
	margin: 0px;
}

#content h1 {
	font-size: 10px;
	color: #333;
	margin: 0px;
	margin-bottom: 5px;
}

#content img {
	float: right;
	margin: 5px;
}

#content p #center img {
	float: none;
	margin: 5px;
}

#events img {
	float: left;
	margin: 5px;
	clear: both;
}

#events h4 {
	color: #9C0;	
}


#news h2 {
	text-align: left;
	background: none;
	color: #036;
	margin: 0px;
}

#headline {
	
}

#headline h1 {
	color: #333;
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	border-bottom: #999999 solid 1px;
	margin-bottom: 10px;
}

#headline img {
	margin-bottom: 5px;
}

#fifacount img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#content h3 {
	background-color: #F30;
	border-bottom: #F60 solid 4px;
	text-align: right;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
}

#content p {
	color: #000;
	font-size: 11px;
}


#content strong, #content i {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

#content a, #content a:hover, #content a:visited {
	color: #990000;
}

#contactform {
	
}

#contactform img {
	float: none;
	margin: 5px;
}

#contactform ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

#contactform li {
	list-style: none;
}

#fifa {
	margin-bottom: 10px;
	background-image: url(../images/layout/fifabg.jpg);
	height: 164px;
	width: 515px;
}

#fifacount {
	padding-left: 170px;
	padding-top: 80px;
	width: 275px;
	height: 55px;
}

#content #fifacount img {
	float: none; !important
	margin: 0px; !important
}

/* SIDEBAR ITEMS */

#sidebar h3 {
	text-align: right;
	background-color: #0033CC;
	margin: 0px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#sidebar p {
	color: #333333;
	padding: 0px;
	padding-left: 3px;
	font-size: 11px;
}

#sidebar img {
	margin-top: 10px;

}

/* WIDGETS ITEMS */

#say {
	width: 190px;	
}

#emergency {
	color: #333;
	font-size: 11px;
}

#emergency strong {
	color: #F30;
	font-size: 14px;
	font-weight: bold;
}

#contactme, #contactdetails {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#contactme ul, #contactdetails ul {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

#contactme li, #contactdetails li {
	font-size: 10px;
	list-style: none;
	padding-bottom: 3px;
}

/* FOOTER ITEMS */

#footer img {
	float: left;
	margin: 5px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-left: 120px;
	color: #fff;
	font-size: 10px;
}

#footer li {
	list-style: none;
}

#footer li a {
	color: #FFCC66;
	text-decoration: none;
}

#footer li a:hover, #footer li a:visited {
	text-decoration: underline;
	color: #fff;
}

#footer #prodigylogo {
	margin: 4px;
	float: right;
	margin-top: 0px;
	padding: 0px;
}


