/* Owens Healthcare Cycling Team Styles Sheet. */


/* ---------------------------------------------------------------------------
	general html tags
--------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: small 'Lucida Grande', 'Lucida Sans Unicode', verdana, sans-serif;
	background: #E3F2F9;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
.imageleft {
	padding: 0 10px 100px 0;
	float: left;
	}
.imageleft2 {
	padding: 0 10px 20px 0;
	float: left;
	}
	
img {border: none;}

h1 {
	padding: 0;
	margin: 0;
	z-index: 10;
	position: absolute;
	left: 503px;
	top: 3px;
	width: 202px;
	height: 38px;
	display:block;
	background: url(../images/why_owens_NOHOVER.gif) no-repeat top left;
	text-indent:-9999;
}

h1:hover {
	padding: 0;
	margin: 0;
	z-index: 10;
	position: absolute;
	left: 503px;
	top: 3px;
	width: 202px;
	height: 38px;
	display:block;
	background: url(../images/why_owens_HOVER.gif) no-repeat top left;
	text-indent:-9999;
}
.hideme {
	display:none;
	}
h2 {
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	height: 100px;
	background-color: #CC3300;
	}

h3 {
	color: #FFF;
	margin: 0;
	padding: 5px;
	}
a:link, a:visited {
	color:#07116A;
	
}
a:hover {
	color:#FF6600;
	}
	
/* ---------------------------------------------------------------------------
	layout divs
--------------------------------------------------------------------------- */
#container {
	width: 727px;
	margin: 25px auto;
	background: url(../images/bg_wrap.gif) repeat-y top left;
	position: relative;
	}
	
#content {
	padding: 15px;
	font-size: 95%;
}

.content img {
	background: #BED8E4;
	padding: 3px;
	margin: 5px 2px;
	border: 1px solid #C0CCCF;
}

#newsupdates {
	margin: 0 0 20px 0;
	padding: 0;
	}

#newsupdates li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	_height: 1%;
	}
	
#newsupdates img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	float: left;
	margin: 0 5px 3px 2px;
	}
	
/*** NEWSLETTER ARCHIVE ***/

.newsArchiveLeft {
	float: left;
	padding: 0;
	margin: 20px 15px 0 0;
	width: 206px;
	}
	
.newsArchiveLeft img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0 0 3px 2px;
	}
		
.newsArchiveLeft h6 {
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	}
	
/*** ***/	
	
#photoCaption {
	overflow: hidden;
	_height: 1%;
	float: right;
	width: 250px;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 90%;
	margin: 0 0 10px 15px;
	}
	
#photoCaption img {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.altcolor {
	background-color: #F1F5F6;
	}
	
/* ---------------------------------------------------------------------------
	content divs
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
	headers / titles
--------------------------------------------------------------------------- */
#header {
	background: url(../images/bg_head_nav.gif) no-repeat top left;
	padding: 10px 0 0 0;
	}

#header ul, #header li {
	list-style: none;
}

#header li {
	display: inline;	
	padding: 0 18px 0 0;

}
#header ul {
	font-size: 90%;
	margin: 0 0 0 0;
	padding-left: 18px;
	
}
.extrapadding {
	padding-bottom: 5px;
	}
	
/* Head titles */
#aboutOCT {	background: url(../images/headers_about.jpg) no-repeat top left;	}
#teamprofiles {	background: url(../images/headers_teamprofiles.jpg) no-repeat top left;	}
#contactus { background: url(../images/headers_contactus.jpg) no-repeat top left;	}
#news {	background: url(../images/headers_news.jpg) no-repeat top left;	}
#photos { background: url(../images/headers_photos.jpg) no-repeat top left;	}
#racingresults { background: url(../images/headers_results.jpg) no-repeat top left; }
#support{ background: url(../images/headers_support.jpg) no-repeat top left; }
#sponsorship { background: url(../images/headers_sponsorship.jpg) no-repeat top left; }
#riderPortal { background: url(http://owenshealthcarecycling.com/images/headers_rider_portal.jpg) no-repeat top left; }
#newsletterarchives { background: url(../images/headers_newsletter.jpg) no-repeat top left; }


/* ---------------------------------------------------------------------------
	links
--------------------------------------------------------------------------- */

a:link, a:visited  {
	text-decoration:none;
	color: #00124F
}

#secondaryNav a	{
	color: #FFF;
}
#header a:hover, #secondaryNav a:hover, a:hover {
	color:#FF8600;
}


/* ---------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------- */
/* top navigation */

/* secondary navigation */
#secondaryNav {
	background: url(../images/bg_blue_ribbon_nav.gif) no-repeat top left;
	font-weight: bold;
}
#secondaryNav ul {
	padding: 5px 0 5px 20px;
	}

/* tertiary navigation */	

	
/* ---------------------------------------------------------------------------
	footer / copyright
--------------------------------------------------------------------------- */
#foot {
	background: url(../images/bg_footer.gif) no-repeat bottom center;
	height: 20px;
	margin: 20px 0 0 0;
	clear:both;
	}
#footer {
	text-align: center;
	width: 720px;
	margin: 10px auto;
	}
/* ---------------------------------------------------------------------------
	forms
--------------------------------------------------------------------------- */ 
#loginBox {
	background: url(http://owenshealthcarecycling.com/images/bg_login.gif) no-repeat top left;
	padding: 20px;
	margin: 0 0 0 20px;
	width: 276px;
	height: 113px;
	}
	
#loginBox td, #loginBox tr {
	border-bottom: none;
	}
	
/* ---------------------------------------------------------------------------
	tables
--------------------------------------------------------------------------- */
.contentSmall td, .contentSmall tr {
	border-bottom: none;
	padding: 3px;
}

/* ---------------------------------------------------------------------------
	site map
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------- */
td {
	border-bottom: 1px solid #BBBBBB;
	}
	
#sponsors td {
	border-bottom: none;
}

.paddingRight {
	padding-right: 10px;
	text-align: right;
	}
	
#sponsorship td, #sponsorship tr {
border: none;
}		
.sponsors, .sponsorssmall {
padding: 5px;
padding-left: 10px;
background-color: #CCCCCC;
color: #3B518A;
font-weight: bold;
}

.sponsorssmall {
background-color: #EDEDED;
}

#posterDown {
	width: 325px;
	float: right;
	padding: 10px;
	background: #3B518A;
	font-size: 95%;
	color: #FFF;
	text-align: left;
}

#rightBlueBox {
	width: 325px;
	float: right;
	padding: 10px;
	background: #3B518A;
	clear: right;
	margin: 0 0 10px 10px;
	font-size: 95%;
	color: #FFF;
	text-align: left;
}

#rightBlueBox img {
	border: 2px solid #FFF;
}
	

/* ---------------------------------------------------------------------------
	home callouts
--------------------------------------------------------------------------- */
.homeWrapper {
	padding: 17px 0 17px 14px;
	margin: 0;
}

.homeLeft {
	padding: 0;
	margin: 0;
	float: left;
	width: 213px;
}

.homeLeft img {
	border: 3px #3b518a solid;
	margin: 0 0 5px 0;
	padding: 2px;
}
.homeLeft h5 {
	margin: 0 0 3px 1px;
	padding: 0;
	font-size: 15px;
}
.homeLeft h6 {
	margin: 0 0 15px 2px;
	padding: 0;
	font-size: 12px;
}

.homeMiddle {
	padding: 0;
	margin: 0;
	float: left;
	width: 213px;
}


.homeMiddle img {
	border: 3px #3b518a solid;
	margin: 0 0 5px 15px;
	padding: 2px;
}
.homeMiddle h5 {
	margin: 0 0 3px 16px;
	padding: 0;
	font-size: 15px;
}
.homeMiddle h6 {
	margin: 0 0 15px 17px;
	padding: 0;
	font-size: 12px;
}

.homeRight {
	padding: 0;
	margin:  0;
	float: right;
	width: 221px;
	border-left: 1px #474747 solid;
}

.homeRight p {
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.homeRightInner {
	padding: 0 0 0 13px;
	margin: 0;
	text-align: center;
}

.homeImgBorder {
	border: 1px #3b518a solid;
	margin: 0;
	padding: 0;
}

.homeRight h5 {
	margin: 5px 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-style: normal;
	border-bottom: 1px #3b518a solid;
}
.clear {
clear: both;
}

#sponsorsHome {
	margin: 0;
	padding: 13px 0 15px 33px;
	font-size: 12px;
	line-height: 17px;
	}



.homeBlog {
	padding: 0;
	margin: 18px 0 10px 10px;
	float: right;
	width: 221px;
	background-color: #e3f2f9;
	border: 1px #cbe5ef solid;
}

.homeBlogInner {
	padding: 8px 10px 10px 10px;
	margin: 0;
}


.homeBlog h5 {
	padding: 0 0 7px 45px;
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 20px;
	color: #303954;
	border-bottom: 4px #cbe5ef solid;
	background: url(../images/icon_cycle.jpg) no-repeat top left;
}


.homeBlog p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.homeBlog h6 {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
}

/* ---------------------------------------------------------------------------
	Mailing List Box
--------------------------------------------------------------------------- */

.mailingListBox {
	padding: 0;
	margin: 0 0 5px 0;
	height: 50px;
	border-bottom: 1px #3b518a solid;
}

.mailingListBoxInner {
	padding: 5px 0 5px 0;
	margin: 0;
}

/* ---------------------------------------------------------------------------
	Sponsors
--------------------------------------------------------------------------- */

.sponsorPosters {
	padding: 15px 0;
	margin: 0 0 25px 0;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
.sponsorPostersHeading {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 17px;
	text-align: left;
	color: #3b518a;
}

.sponsorPosters ul {
	padding: 0;
	margin: 0;
}

.sponsorPosters li {
	padding: 0;
	margin: 0 0 0 49px;
	float: left;
	list-style-type: none;
}

.sponsorPosters img {
	border: 3px #3b518a solid;
	margin: 0 0 5px 0;
	padding: 2px;
}


.sponsorPosters h5 {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 13px;
}



/* ------------------------------------------------------------

	
	Contact Form

------------------------------------------------------------ */



.contactForm {
	margin: 5px 0 0 0 ;
	padding: 20px 0 0 12px;
	border-top: 1px Solid #cccccc;
	}

.contactForm h4 {
	margin: 0 0 20px 0 ;
	padding: 0;
	font-size: 17px;
	color: #FF0000;
	}

.contactForm input {
	margin: 0;
	padding: 4px;
	border: 1px Solid #cccccc;
	}
.contactForm dt {
	margin: 0;
	padding: 0;
	}

.contactForm dd {
	margin: 5px 0 20px 0;
	padding: 0;
	}

.contactForm textarea {
	margin: 0;
	padding: 4px;
	border: 1px Solid #cccccc;
	}

.required {
color:#FF0000;
}

	

/* ------------------------------------------------------------

	
	Social Media

------------------------------------------------------------ */

.socialMedia {
	margin: 8px 30px 0 0;
	padding: 0;
	float: right;
	}
	
.socialMedia img {
	margin: 0;
	padding: 0;
	float: right;
	}
	
	

/* ------------------------------------------------------------

	News Email

------------------------------------------------------------ */


.newsRight {
	padding: 0;
	margin:  0 5px 0 20px;
	float: right;
	width: 221px;
	border-left: 1px #474747 solid;
}

.newsRight p {
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.newsRightInner {
	padding: 0 0 0 13px;
	margin: 0;
	text-align: center;
}

.newsRightBorder {
	border: 1px #3b518a solid;
	margin: 0;
	padding: 0;
}

.newsRight h5 {
	margin: 5px 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-style: normal;
	border-bottom: 1px #3b518a solid;
}