* {margin:0;padding:0}

body {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 75.01%;
line-height: 1em;
background-color:#7A98B3;
text-align:center;
margin:0 auto
}

div {font-size: 1em}

img {border: 0}

/* ------------------ Links ------------------ */

a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}

a:hover {
   text-decoration: none;
   color: #385C72;
}

/* ------------------ Navigation ------------------ */

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background-image:url(../uploads/images/nav_bg.gif);
   width: 100%;
   margin: 0;
border-bottom:4px solid #F2C600;
border-top:1px solid #ddd
}

div#menu_horiz ul {
margin: 0;
padding: 0;
height:30px
}

div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-left: 1px solid #C0C0C0;
}

div#menu_horiz a {
font-family:arial;
     padding: 9px 12px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #333;
font-weight:bold;
font-size:14px;
   background-image:url(../uploads/images/nav_bg.gif);
display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz li a:hover {
   background-color: #55388A;
   background-image:none;
color:#fff
}

div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

div#menu_horiz li.activeparent a {
   background: #385C72; 
   color: #fff;
}

div#menu_horiz h3 {
     padding: 9px 13px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background-color: #55388A;
   display: block; /* IE has problems with this, fixed above */
   font-size: 13px;                           /* instead of the normal font size for <h3> */
}

/* ------------------ Layout ------------------ */

div#pagewrapper {
margin: 0 auto;    
width:880px;
background-color: #fff
}

#crown {
height:18px;
background:url(../uploads/images/topbar_1.gif);
}

div#header {
height: 183px;
background-image:url(../uploads/images/bg_266h.jpg);
background-repeat:no-repeat     
}

div#header h1 a {
background: url(images/cms/~logo1.gif) no-repeat 0 12px; 
display: block; 
height: 183px;           
text-indent: -999em;  
text-decoration:none
}

div#content {margin: 0 auto;text-align:left}


#facebook {float:right}

div#main {
padding: 25px;
border-top:3px solid #075BF7
}

#tommy {
border:2px solid #E6DABD;
background:#FFFBF0;
padding:10px;
height:220px;
margin:0 0 12px 0
}

#tommy img {
padding:7px;
border:1px solid #555;
margin:0 0 0 12px;
background:#fff;
float:right
}

div#footer {
clear:both;    
color: #fff;
background-color: #385C72
}

div#footer p {
font-size: 0.8em;
padding: 1.5em;     
text-align: center; 
margin:0;
}

.homebox-left {
float:left;
border:2px solid #CFEDFF;
padding:12px 12px 0 12px;
width:380px;
margin: 0 0 15px 0;
background:#F2FAFF
}

.homebox-right {
float:right;
border:2px solid #CFEDFF;
padding:12px 12px 0 12px;
width:380px;
margin: 0 0 15px 0;
background:#F2FAFF
}

#sponsors {
clear:both;
text-align:center;
padding:0px;
margin: 12px 0
}

#sportshealth {
float:left;
margin:0 55px 10px 60px
}
#brea {
float:left;
margin:0 25px 10px 0
}
#robinson {
float:left;
margin:0 0 12px 250px
}

#directions {
float:right;
padding:15px;
background:#F2FAFF;
border:2px solid #C5DCEC;
font-weight:bold;
font-size:14px;
text-align:center;
line-height:1.4em
}

.hilite {
border:2px solid #C5DCEC;
padding:12px 12px 0 12px;
margin: 12px 0;
background:#F2FAFF
}

.hilite2 {
border:2px solid #FFF2CF;
padding:12px 12px 0 12px;
margin: 12px 0;
background:#FFFAEF
}

.hilite3 {
border:1px solid #777;
padding:12px;
margin: 12px 0;
background:#F8F8F8
}

#gallery {margin:0 0 0 95px}

div#footer p a {color: #fff}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content h2 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #000; 
font-size: 1.8em; 
text-align: left; 
padding-bottom: 1px;
line-height: 1.5em;
margin: 0 0 0.5em 0;
}

div#content h3 {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #000; 
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.2em 0;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {
background:#fff;
border:1px solid #ccc;
padding:10px;
margin:15px 0;
font-size:11px;
color:#333
}

div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* ------------------ Accessibility ------------------ */

span.accesskey {text-decoration:none}

.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.external {padding: 0 12px 0 0}
a.external:link {
  color: #18507C;
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* End of 'default' */


/* End of 'default' */


/* End of 'default' */

