
body, html {
	height: 100%;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
body {
	padding: 0;
	margin: 0;
	text-align:center;
	background-repeat: repeat-x;
	background-position: top;
}

body a {
        cursor: pointer;
}

/* ---------  Main layout --------- */
#divPage {
	width: 780px;
	height: 100%;
	text-align:left;     /* Cause IE 5.0 is stoopid */
	margin: 0px auto;
}
#header {
	width: 780px;
	height: 208px;
}

#logo {
	padding-left:40px;
	background-color:#ffffff;
}

#logo h1 {
	display:none;
}

#header img.logo {
        display: none;
}

#content {
    min-height: 400px;
	/* margin: 0px 0px 0px 100px; */
	padding: 0px 0px 0px 0px;
	/* border-left: solid 1px #005187;*/
	background: url(/images/left_image_bg_fill.jpg) repeat-y #ffffff;

	font: 10pt/12pt arial, helvetica, sans-serif;

}

#sideBar {
	position: absolute;
	height: 400px;
	width: 145px;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 170px;
	clear: both;
	text-align: left;
	font: 8pt/10pt arial, helvetica, sans-serif;
	color: #808080;	
	/* border-top: 1px solid #e1e1e1;	*/
	border-bottom: 1px solid #e1e1e1;
	background: url(/images/left_image_bg_fill.jpg) repeat-y #fff;
}


td {
	vertical-align:top;
	font-size: 11px;
}

#menu {
    float : left;
    width : 138px;
    margin : 0px;
    padding : 0px;
}

#menu ul {
    list-style : none;
    margin : 0px;
    padding : 0px;
}

#menu a {
	line-height:20px;
	display: block;
	height: 20px;
	text-decoration:none;
	background-image : url(/images/menu_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #324e64;
	overflow: auto;
}

#menu a:hover {
    background-image : url(/images/menu_bg_on.jpg);	
	text-decoration:none;		 		
}

#menu ul li {
    margin : 0px;
    padding : 0px;
    
}

#menu span {

    padding-left: 10px;

}

/* -------------------------------------------
JQUERY IMAGEBOX STYLES
------------------------------------------- */
#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	background-color: #F4F4EC;
}

#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionText
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
}

#ImageBoxNextImage
{
	background-image: url(../images/js/spacer.gif);
	background-color: transparent;
}

#ImageBoxPrevImage
{
	background-image: url(../images/js/spacer.gif);
	background-color: transparent;
}

#ImageBoxNextImage:hover
{
	background-image: url(../images/js/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}

#ImageBoxPrevImage:hover
{
	background-image: url(../images/js/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

img
{
	border: none;
}

/* -------------------------------------------
SOCCER GALLERY STYLES
------------------------------------------- */

.clear {
	clear: both; 
}

h2 a {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

#gallery_cover {
	width: 800px;
	margin-left:35px;
}

#gallery_cover a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#gallery_cover a:hover {
	text-decoration: none;
}

#gallery_cover img {
	border:1px solid #000;
	padding:5px;
	margin-bottom:10px;
}

#gallery_cover span{
	float:left;
	padding:15px;
	margin:0;
}

#gallery_main {
	margin:0 auto;
	text-align:left;
	width:700px;
}

#gallery_main img {
	border:1px solid #000;
	padding:5px;
	margin:5px;
}

#gallery_main a {
	color: #000;
	font: 14px/19px arial,helvetica,sans-serif;
	text-decoration: underline;
}

#gallery_main a:hover {	text-decoration: none;	}

div #gallery_link_right {
	float:right;
	margin:0 5px 10px 0;
}

div #gallery_link_left {
	float:left;
	margin:0 0 10px 5px;
}

div #gallery_footer {
	height:30px;
	margin:20px 5px;
	padding:0;
}

div #gallery_footer .left {
	float:left;
	width:100px;
}

div #gallery_footer .middle {
	float:left;
	text-align:center;
	width:490px;
}

div #gallery_footer .right {
	float:right;
	text-align:right;
	width:100px;
}

div #gallery_footer a {
	color: #000;
}

div #gallery_footer a:hover {
	text-decoration: none;
}








