*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url(images/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	min-width: 800px;
}

fieldset
{
	position: relative;
  margin-top: 1em;
	border: 1px solid #77b800;
	padding: 15px;
	padding-top: 25px;
	width: 100%;
	min-height: 100px;
	//min-width: 650px;
	background-color: #fffef5;
	background-image: url("/images/gradient_green1.png");
	background-repeat: repeat-x;
}

legend
{
	position:absolute;
  top: -.7em;
  left: .5em;
	background-color: #c7fc7c;
  padding: 0.2em 0.5em;
  border: 1px solid #77b800;
  color: #77b800;
  font-size: medium;
	font-weight: bold;
  text-align: right;
}

@-moz-document url-prefix()
{
    legend
     {
        top: -2em;
    }
}

ul, ol
{
	margin-left: 3em;
}

table
{
	width: 65%;
	border: 1px solid #77b800;
}

caption
{
	color: #77b800;
	font-weight: bold;
}

td
{
	vertical-align: top;
	border: 1px solid #77b800;
	padding: 3px;
}

h1, h2, h3
{
	color: #77b800;
}

h1
{
}

h2
{
	margin-bottom: 1em;
	font-size: 1.5em;
}

h3
{
	margin-bottom: 1.5em;
	font-size: .8em;
}

h4
{
	margin-bottom: 1em;
	font-size: 1.0em;
	color: #092970;
	
}

hr
{
	margin-bottom: 20px;
	height: 3px;
	color: #092970;
	background-color: #092970;
}

/* Wrapper */
#wrapper
{
	margin-right: 10px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

#main_content
{
	width: 64%;
}

#header
{
	height: 225px;
	padding: 0 0 0 230px;
	background:  #092970 url(/images/iStock_000001512786XSmaller.jpg) no-repeat;
}

/* Logo */
#logo
{
	height: 75px;
	padding: 150px 0 0 30px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	background:  #092970 url(/images/soccer-players.jpg) repeat-x;
}

#logo h1
{
	float: left;
	letter-spacing: .5px;
	font-size: 3em;
}

#logo h1 a
{
	color: #ffffff;
}

#logo h2
{
	float: left;
	letter-spacing: 0em;
	font-size: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
}

#logo a
{
	text-decoration: none;
	color: #77b800;
}

/* Sidebar */
#sidebar
{
	float: left;
	width: 230px;
}

/* Content */
#content
{
	margin-left: 230px;
	padding: 30px;
	min-width: 800px;
}

/* News */
#news
{
	float: right;
	margin-left: 1em;
	background: #cad9ed;
	min-width: 150px;
	height: 100%;
	padding: 8px;
	margin-bottom: 20px;
	width: 30%;
}

#news fieldset
{
	border: 1px solid #092970;
	padding: 15px;
	padding-top: 20px;
	width: 90%;
	min-width: 150px;
	background-image: none;
	background-repeat: repeat-x;
}

#news fieldset legend
{
	background-color: #092970;
	padding: 0.2em 0.5em;
	border: 1px solid #092970;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	text-align: right;
}

.news_timestamp
{
	font-size: smaller;
	font-style: italic;
}

#news ul
{
	margin-left: 0em;
}

#news li.headline
{
	font-size: small;
	list-style: none;
	padding-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}

#news li
{
	font-size: smaller;
	list-style: none;
	padding-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}

/* End News CSS */

/* Menu */
#menu
{
	font-size: 10pt;
}

#menu h2
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;	
}

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

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	height: 20px;
	padding: 8px 0 4px 25px;
	background-color: #cfdfb2;
	text-decoration: none;
	color: #092970;
	border-bottom: 1px solid #ffffff;
}

#menu a:hover
{
	color: #FFFFFF;
	//font-weight: bold;
	background-color: #092970;
}

/* Testimonial */
#testimonial
{
	padding: 0px;
}
#testimonial p
{
	padding-left: 45px;
	padding-right: 35px;
}

#testimonial blockquote
{
	margin-left: 0;
}

.coach_listing ul li
{
	list-style-image: url("/images/soccer_ball_tiny.png");
	display: block;
	float: left;
	width: 40%;
	padding: 5px;
}

.coach_photo
{
	max-width: 200px;
}

.quotestart
{
    float: left;
    height: 45px;
    margin-top: -20px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #77b800;
	font-style:normal;
}

.quoteend
{
    float: right;
    height: 25px;
    margin-top: -60px;
    font-size: 700%;
    color: #77b800;
	font-style:normal;
}

/* Footer */
#footer
{
	padding: 20px 30px;
	background-color: #77b800;
	color: #ffffff;
}

#footer hr
{
	display: none;
}

#footer p
{
	margin: 0;
	font-size: .8em;
}

#footer a
{
	color: #ffffff
}

.writeup
{
}

.writeup ul
{
	font-weight: bold;
	margin-left: 0px;
}

.writeup ul li
{
	list-style: none;
	padding-top: 10px;
	font-weight: normal;
}

.writeup ul li.headline
{
	font-weight: bold;
}

.soccer_bullets li
{
	list-style-image:url("/images/soccer_ball_tiny.png");
	padding-bottom: 5px;
	padding-top: 5px;
	//color: #77b800;
	color: #000000;
}

.faq
{
	margin-bottom: 40px;
	list-style: none;
}

.toc
{
	list-style: url("/images/soccer_ball_tiny.png");
}

.toc a
{
	text-decoration: none;
}

.faq li.question
{
	font-weight: bold;
	color: #77b800;
	font-size: 1em;
}

.faq li.answer
{
	margin-left: 20px;
	margin-top: 10px;
}