/* CSS Document */

/* Global styles */

body {
background-color: #FFFFFF;
font-family:  helvetica, arial, verdana, tahoma, sans-serif;
font-size: 62.5%;
color: #333333;
}

h1, h2, h3, h4 {
font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

strong, h2 {
font-weight: bold;
}

h1 {font-size: 1.9em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}

p {
line-height: 1.5em;
}

/* end of Global styles */

#contain {
width: 989px;
margin: 0 auto;
position :relative;
border-left: 1px dotted #333333;
border-right: 1px dotted #333333;
border-bottom: 1px dotted #333333;
}

#banner img {
float: left;
margin: 25px 0 20px 30px;
}

#banner ul {
float: right;
padding: 45px 140px 0 0;
}

#banner li {
font-size: 1.4em;
line-height: 1.5em;
}

#main {
clear: left;
}

#nav {
background-repeat: no-repeat;
background-position: 661px 100%;
}

#home #nav {background-image: url("../images/home_right.jpg");}
#home #nav ul {background-image: url("../images/home_left.jpg");}
#sport #nav {background-image: url("../images/sport_right.jpg");}
#sport #nav ul {background-image: url("../images/sport_left.jpg");}
#about #nav {background-image: url("../images/about_right.jpg");}
#about #nav ul {background-image: url("../images/about_left.jpg");}
#service #nav {background-image: url("../images/service_right.jpg");}
#service #nav ul {background-image: url("../images/service_left.jpg");}
#contact #nav {background-image: url("../images/contact_right.jpg");}
#contact #nav ul {background-image: url("../images/contact_left.jpg");}

#nav ul {
overflow: hidden;
*zoom: 1;
width: 615px;
background-repeat: no-repeat;
background-position: 0 100%;
padding: 179px 0 0 45px;
}

#nav li {
float: left;
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
color: #333333;
padding: 9px 14px 8px 0px;
}

#main {
width: 990px;
overflow: hidden;
*zoom: 1;
}

#left {
float: left;
width: 566px;
padding: 42px 50px 0 45px;
}

#left h1 {
margin: 0px 0 10px 0px;
}

#left h3 {
font-size: 1.4em;
margin: 25px 0 7px 0;
}

#left h4 {
margin: 7px 0 0 0;
}

#left p {
font-size: 1.4em;
line-height: 1.7em;
margin: 0px 0 20px 0px;
}

#left .bullet {
margin: 0px 0 25px 17px;
list-style-position: outside;
list-style-image: url(../images/arrow.gif);
list-style-type: circle;
}

#left li {
font-family: Arial;
font-size: 1.2em;
line-height: 1.8em;
}

#left .blue {
color: #004386;
font-weight: bold;
line-height: 2.0em;
margin-top: 25px;
}

#right {
float: left;
width: 299px;
padding: 42px 0 0 30px;
border-top: 6px solid #004386;
}

#right ul {
margin: 8px 0 20px 0;
font-size: 1.3em;
}

#right p {
font-size: 1.3em;
margin: 10px 0 0 0;
}

.link {
font-weight: bold;
padding: 0 0 10px 0;
}


#footer {
width: 570px;
padding: 12px 0 12px 0px;
margin: 25px 0 0 45px;
border-top: 1px solid #333333;
font-size: 1.1em;
}

#nav a:link, a:active { color: #333333; text-decoration: none;}
#nav a:visited { color: #333333; text-decoration: none;}
#nav a:hover { color: #333333; text-decoration: underline;}

#home .home a:link, a:active { color: #333333; text-decoration: underline;}
#home .home a:visited { color: #333333; text-decoration: underline;}
#sport .about a:link, a:active { color: #333333; text-decoration: underline;}
#sport .about a:visited { color: #333333; text-decoration: underline;}
#about .about a:link, a:active { color: #333333; text-decoration: underline;}
#about .about a:visited { color: #333333; text-decoration: underline;}
#service .service a:link, a:active { color: #333333; text-decoration: underline;}
#service .service a:visited { color: #333333; text-decoration: underline;}
#contact .contact a:link, a:active { color: #333333; text-decoration: underline;}
#contact .contact a:visited { color: #333333; text-decoration: underline;}

body a:link, a:active { color: #004386; text-decoration: none;}
body a:visited { color: #004386; text-decoration: none;}
body a:hover { color: #004386; text-decoration: underline;}

body #footer a:link, a:active { color: #004386; text-decoration: underline;}
body #footer a:visited { color: #004386; text-decoration: underline;}
