
/*  Screen style sheet for www.hondurascycling.com*/



/*  general _______________________________________________________________________________*/

* {
	padding: 		0;
	margin: 		0;
}

body { 
	font: 			100.1% trebuchet ms, arial, helvetica, sans-serif;
	text-align: 	center;
	background: 	#fff;
	}

p { 
	font: 			90.1% trebuchet ms, arial, helvetica, sans-serif;
	text-align: 	justify;
	padding: 		10px 0px 10px 65px;
	color: 			#000;
	line-height: 	1.5em;
	}
	
p.contact { 
	
	text-align: 	right;
	padding: 		18px 0px 0px 40px;
	color: 			#000;
	line-height: 	1.0em;
	}
	
img	{
	border: 0;
	
}


a{
	text-decoration: underline;
	
}

a:link ,a:visited {
	color: 			#403e9c;
}

a:hover {
	color: #FF6600;
}

h2 {
	font: 			105.1% trebuchet ms, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 		16px 19px 8px 86px;
	color: 			#403e9c;
	border-bottom:  #403e9c 1px dotted;
}

h3 {
	font: 			90% trebuchet ms, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 		12px 14px 2px 86px;
	color: 			#403e9c;
	font-weight:  	bold;
	
}

h4 {
	font: 			80% trebuchet ms, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 		30px 44px 5px 41px;
	color:			#999999;
	font-weight:  	bold;
	text-align:		center;
	
}

h5 {
	font: 			90% trebuchet ms, arial, helvetica, sans-serif;
	text-transform: none;
	letter-spacing: .2em;
	margin: 		12px 14px 16px 86px;
	color: 			#000;
	font-weight:  	bold;
	border-bottom:  #999 1px dotted;
	
}

ul {
	list-style: 	none; 
	margin: 		10px 20px 10px 50px;
}

li {
	font: 			90.1% trebuchet ms, arial, helvetica, sans-serif;
	color: 			#403e9c;
	line-height: 	1.5em;
	padding-left: 	1px;
	margin: 		5px 60px 10px 80px;
	list-style: 	disc;
}

table {
	margin-left:	75px;
	margin-top:	20px;
	margin-bottom:	25px;
	font: 			90.1% trebuchet ms, arial, helvetica, sans-serif;
	}



#linkList ul {
	margin: 		0;
	padding: 		0;
	list-style: 	none; 
	margin: 		2px 10px 20px 30px;
}

#linkList li {
	font: 			90% trebuchet ms, arial, helvetica, sans-serif;
	padding-left: 	1px;
	margin: 		9px 0 0 8px;
	display: 		block;
	list-style: 	none;
	
}


/* grid _______________________________________________________________________________*/

#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			910px;
	background: 	#fff url(../images/container.jpg) repeat-y center top;
	position: 		relative;
	z-index:		5000;
	}

#mainContent {
	padding-right:  282px;
}

#footer {
	height: 		34px;
	text-align: 	center;
	padding-bottom: 20px;
}

#footer p {
	font-size:75%;
	color:#403e9c;
}

#sponsors {
	position: 		absolute;
	top: 			180px;
	right: 			0px;
	width: 			250px;
}

#sponsors img{
	padding-left:	75px;
	padding-top:	0px;
	border:			0;
}

#verticalLogo {
	position: 		absolute;
	top: 			0;
	left: 			0;
	background: 	transparent url(../images/sidelogo1.jpg);
	width:			63px;
	height:			442px;
	z-index:		500;
}



/* headers _______________________________________________________________________________*/

#pageHeader h1 { 
	background: 	transparent  url(../images/logo.jpg) no-repeat top left;
	width: 			910px;
	height: 		151px;
}
#pageHeader h1 span {
	display:		none
}



/*  Paragraph  _______________________________________________________________________________*/



#mainContent p{
	margin: 		0 20px;
	
} 




/* Images-------------------------------------------------------------- */


.leftimage {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	display: inline;
}
.rightimage {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 12px;
	display: inline;
}

.teamimage {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 85px;
	margin-top: 10px;
	
}



/*  links  _______________________________________________________________________________*/

#footer a{
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: 			#c6c6c6;
}
#footer a:hover {
	color: 			#fff;
}

#links li a {
	
	font-weight: 	normal;
	padding-left: 	200px;
	list-style:		none;
}

#linkList li a {
	display: 		block;
	font-weight: 	normal;
	color: 			#403e9c;
	text-decoration:none;
	margin-left: 	0px;
	padding-left: 	26px;
	padding-bottom: 3px;
	background: 	url(../images/tire_off.gif) no-repeat 0 2px;
}
#linkList li a:hover {
	color: 			#000;
	text-decoration:underline;
	background: 	transparent url(../images/tire_on.gif) no-repeat 0 2px;
	
}

#linkList #uberlink a:link, #linkList #uberlink a:visited,
#linkList #uberlink a:hover, #linkList #uberlink a:active {
	color: 			#000;
	text-decoration:underline;
	background: 	transparent url(../images/tire_on.gif) no-repeat 0 2px;
}


