/*
*********************
GLOBAL
*********************
*/

html,*{
margin:0;
padding:0;
}


body {
	background-color: white;

	margin: 0 auto;
	margin-top: 0px;
	margin-left:5px;
	margin-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a{
color:#990000;
text-decoration:none;
}
a:hover{
color:#990000;
text-decoration:underline;
}
input{
color:#0080D5;
padding:2px;
font-weight:normal;
border:1px outset #0080D5;
}
input:hover{
background-color:#ffffcc;
}
input[type=submit]{
color:#0080D5;
background-color:#efefef;
font-size:13px;
font-weight:normal;
padding:5px;
border:1px outset #0080D5;
}
input[type=submit]:hover{
color:#000;
background-color:#7BCAFF;
font-size:13px;
font-weight:normal;
padding:5px;
border:1px inset #0080D5;
}
/*
*********************
PAGE CONTAINERS
*********************
*/

#container {
	width:auto;
    w\idth:expression(document.body.clientWidth>1024 ? "1180px" : "auto");
	min-width: 580px;
	max-width:1180px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom:10px;
	background-color: #FFFFFF;
	background-image: url(images/soccerball.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header {
	background-color: #A31618;
	background-image: url(headbg.jpg);
	padding-left: 30px;
	height: 30px;
	z-index: 1;
	background-repeat: repeat-x;
	padding-top: 7px;
}
#headerbar {
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
background-color:#111111;
}
#logoblock {
	background-image: url(images/logo.jpg);
	height: 205px;
	margin: 0 auto;
	padding-right: 5px;
	padding-top: 0px;
	float:right;
	background-repeat: no-repeat;
	text-align: right;
}
#pic{
	background-image: url(images/toppic.jpg);
	height: 205px;
	background-position: top right;
	background-repeat: no-repeat;
	width: auto;
}

/*
*********************
MENUS
*********************
*/

.topmenu {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	float: left;
	color:white;
}
.topmenu li {
	list-style-type: none;
	padding-right: 25px;
	float: left;
}
.topmenu li a{
	text-decoration:none;
	color:#000000;
	text-transform: lowercase;
}

.topmenu li a:hover{
color:#14A1FF;
}

.topmenu ul {
	padding-bottom: 20px;
}
.logins {
	float: right;
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 3px;
}
.logins a{
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
}

.logins a:hover{
	text-decoration:underline;
}

/*
*********************
CONTENT AREA
*********************
*/

#content {
	clear: both;
	background-repeat: repeat-y;
	min-height:280px;
	height:auto !important;
	height:100%;
	overflow:hidden;
	background-image: url(images/bodybg.jpg);
}

.contentblock {
	margin: 0 15px;
	padding-top: 15px;
	padding: 15px 10px 0 10px;
}

.contentblock img.big{
max-width: 98%;
w\idth:98%;
}
#main {
	min-width: 250px;
	max-width:700px;
	margin-left: 200px;
	text-align: justify;
	margin-right: 230px;
	font-size:14px;
	height:auto !important;
	height:100%;
	background-color: transparent;

 }
 
#main h1{
color:#a31618;
font-size:22px;
margin-top:12px;
padding-bottom:5px;
text-transform: uppercase;
text-align:left;

}
#main h2 {
color: #a31618;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
margin-top:12px;
padding-bottom:5px;
text-align:left;
}

#main h3{
padding-top:15px;
font-weight:bold;
text-align:left;
}
#main ul{
margin-left:30px;
}
#main ul li{
font-size:14px;
margin-left:0px;
}

#main p{
	font-size:14px;
	padding:5px 0;
	line-height: 140%;
}

#main ol, #main li{
font-size:12px;
padding:4px 25px;
text-align:left;
}

#main .news{
margin-top:45px;
margin-bottom:12px;
padding:6px 3px;
color:#fff;
background-image:url(images/headbg.jpg);
background-repeat:no-repeat;
}

blockquote{
margin-left:25px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DROPDOWNS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:auto;width: auto;display:block;clear:both;border-right:1px solid #000;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {position: relative; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {

	height: auto;
	h\eight:28px;
	background: #111112;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	width: 200px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: none; color: #fff; text-align: left; font-weight: normal;}
#nav ul li a {display: block; background: #111112; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a, #nav li.menu-parent a 		{background: #A31618; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {z-index:99;position: absolute; width: 12em; margin: 0; margin-left:195px;margin-top:-28px;display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; /* line-height: 1.0em; */}
#nav .menu li ul a {width: 11.5em; padding: .3em .1em .3em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .3em .1em .3em .4em; background: #c6c6c6; color: #000; }

/* Positioning the Pop-out Drops */
#nav li {}

#nav ul ul ul {
position:relative;
left:-22px;
top:55px;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/*
*********************
SIDEBARS
*********************
*/


#left {
	width: 200px;
	margin-right: 0px;
	float: left;
	color:white;
	margin-bottom: 40px;
	height:auto !important;
	height:100%;
	background-color: #121212;
}
.lefttitle {
	background-image: url(lefttitle.png);
	width: 176px;
	height: 26px;
	font-weight: bold;
	padding: 4px 0 0 4px;
	color:#333;
}
#leftmenu {
	padding: 0px 10px;
	margin-top: 10px;
}
#leftmenu li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
}

#leftmenu li a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform: uppercase;
}

#leftmenu li a:hover{
text-decoration:underline;
color:#666666;
}

#leftbott {
	background-image: url(leftbott.png);
	height: 25px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: bottom;
}



#right {
	width:230px;


/*    w\idth:expression(document.body.clientWidth>1024 ? "300px" : "180px");
	min-width:180px;
	max-width:300px;
*/
	float: right;
	margin-left:0px;
	min-height:280px;
	height:auto !important;
	height:100%;
	overflow: hidden;
	background-image: transparent;
}
.link1 {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #121212;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 11px 2px 2px 0;
}
.link2 {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A31618;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 11px 2px 2px 0;
}
p.link1 a, p.link2 a{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-transform: uppercase;
}
p.link1 a:hover{color:#666;}
p.link2 a:hover{color:#000;}
#right img {
}

.righttext {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #13A1FF;
	line-height: 120%;
}
.righttext a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

.righttext a:hover{
color:#14A1FF;
}

#righttop{
	background-image: url(righttop.png);
	height: 17px;
	font-size:2px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#rightbott{
	background-image: url(rightbott.png);
	height: 17px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


/*
*********************
FOOTER
*********************
*/

#footer {
	height: 42px;
	clear: both;
	background-color: #111111;
	margin: 0 1px;
	border-top: 20px solid #A31618;
	border-bottom: 1px solid #aaa;
	color: #FFFFFF;
	padding-top: 20px;


}

#footer a{
color:white;
text-decoration:none;
}
#footer a:hover{
color:#990000;
text-decoration:underline;
}


#sponsors {
	margin-top: 40px;
	text-align: center;
}
#sponsors h1 {
	font-size: 16px;
	margin-top: 30px;
	background-color: #A31618;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-align: left;
	margin-bottom: 15px;
}
#sponsors img {
	margin-bottom: 15px;
}



.foottext {
	width: 750px;
	margin: 0 auto;
}
.bottleft {
	float: left;
}
.bottright {
	float: right;
}
.bottright a {
	color: #666666;
	text-decoration: none;
}
.bottright a:hover, .bottleft a:hover{
color:black;
}
#bottombar {
	margin: 0 auto;
	background-color:#A31618;
	height: 20px;
	margin-top: 10px;
}


#homeright {
	float: right;
	width: 180px;
	background-image: url(homerightbg.png);
}
.homerighttext {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #13A1FF;
	line-height: 120%;
}
.homerighttext a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}

.homerighttext a:hover{
color:#14A1FF;
}

#homerighttop{
	background-image: url(homerighttop.png);
	height: 50px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#homerightbott{
	background-image: url(homerightbott.png);
	height: 20px;
	background-repeat: no-repeat;
	background-color: #F2FAFF;
}
#special {
	position: relative;
	top: -205px;
	height: 206px;
	width: 268px;
	left: 340px;
	z-index: 1;
	float: left;
	background-image: url(special.png);
	padding: 50px 10px 10px 120px;
	background-repeat: no-repeat;
	text-align: center;
}


#biglogoblock {
	background-image: url(bigheadbg.png);
	height: 223px;
	width: 790px;
	margin: 0 auto;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
}
