@charset "UTF-8";
#homeTop {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: right;
}
#homeTop img {
	padding: 0px;
	margin: 0px;
}
#topHeadline {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0px 0px 143px;
	padding: 0px;
	width: 970px;
}
#homeSlides {
	margin: 0px 0px 10px 20px;
	padding: 3px;
	width: 900px;
	background-color: #002d62;
}
#adRotator img {
	margin: 0px;
	padding: 0px;
}
#topHeadline a {
	border: 1px solid #666666;
	padding: 0px 1px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../images/bodyBkgd.jpg) repeat;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 975px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
} 
#divSocialicons {
	padding: 6px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	height: 60px;
}
#headerLinks {
	float: right;
	width: 160px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 94px;
}
#feedLink {
	padding: 0px;
	margin: 0px 0px 0px 50px;
	display: block;
	width: 230px;
	left: 10px;
	height: 30px;
	float: left;
}
#winnerCol1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
	overflow: auto;
	height: 490px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
}
#winnerCol2 {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	float: left;
	width: 240px;
	overflow: auto;
	height: 490px;
}
#womansCycle {
	margin-top: 12px;
	width: 226px;
	padding: 0px 6px;
	border: 1px solid #F00;
}
#womansCycle h1 {
	font-size: 12px;
	color: #039;
	text-align: center;
	display: block;
	margin: 0px 0px 10px;
	padding: 12px 0px 13px 16px;
	background-color: #F03;
}
#womansCycle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#feedLink p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#seminarLink {
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 120px;
	display: block;
	width: 230px;
	left: 26px;
}
#pressLink {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	display: block;
	width: 200px;
	left: 40px;
}
#blogLink {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	display: block;
	width: 210px;
}
#socialIcons {
	padding: 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	float: left;
}
#socialIcons  img {
	display: inline-block;
	padding: 0px 5px;
	margin: 0px;
}
#headerLinks a:link, #headerLinks a:visited, #headerLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLinks a:hover {
	text-decoration: underline;
}
#header  {
	background: url(../images/headerHomeNew.jpg) no-repeat center 10px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 185px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sideMenu/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
  {
	width: 166px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 50px 0px 0px; /* top and bottom padding create visual space within this div */
	margin-left: 67px;
	margin-right: 60px;
	margin-top: 20px;
	float: left;
	margin-bottom: 90px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/menuHdr.gif);
}
#sideMenuHome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#sideMenuBox2 {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom: 8px;
}
#sideMenuBox1 {
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
}
#sideMenu  h1 {
	font-size: 14px;
	color: #990000;
	margin: 0px 0px 0px 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sideMenu img {
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	display: block;
	text-indent: 1px;
}
#sideMenuGEF {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 114px;
}
#sideMenuHome {
	width: 142px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
}
#divSideMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 155px;
}
#ulSideMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ulSideMenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#ulSideMenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BB991F;
}
#sideMenuHome h1 {
	font-size: 11px;
	color: #990000;
	margin: 0px 0px 0px 0px;
	padding: 12px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(../images/menuHdrBckgd.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	width: 130px;
	display: block;
	text-align: center;
}
.sideMenuH1 {
	font-size: 11px;
	color: #990000;
	margin: 18px 0px 6px;
	padding: 12px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(../images/menuHdrBckgd.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	width: 130px;
	display: block;
	text-align: center;
	float: left;
}
.sideMenuH1Home {
	font-size: 11px;
	color: #990000;
	margin: 0px 0px 6px;
	padding: 12px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-image: url(../images/menuHdrBckgd.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	width: 130px;
	display: block;
	text-align: center;
	float: left;
}
#ulSideMenu a:link, #ulSideMenu a:visited, #ulSideMenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	display: block;
}
#ulSideMenu a:hover, #ulSideMenu a.current:link, #ulSideMenu a.current:visited {
	color: #990000;
}
#homeFlash {
	margin: 0px 0px 0px 180px;
	padding: 0px 0px 50px;
	width: 480px;
}
#homeMainContent {
	margin: 20px 0px 0px 160px;
	padding: 0px 0px 10px;
	width: 510px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#homeMainContent a {
	color: #C00;
}
#homeFlash p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 16px 8px 0px;
	padding-bottom: 10px;
}
#homeMainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	margin: 0px;
	padding: 0px 8px 0px 10px;
}
.homeWinnersCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 22px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#mainContent/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
  {
	margin: 0 auto;
	height: 720px;
	padding: 0px 0px 20px 0px;
	background-position: 500px;
	width: 935px;
} 
#mainContentText {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: left;
	height: 490px;
}
#mainContent object {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 20px;
	display: inline-block;
}
#icaLogo {
	width: 200px;
	margin: 0px 0px 0px 75px;
	padding: 0px;
	float: left;
	clear: both;
	top: 716px;
	position: absolute;
	left: 11px;
}
#sponsors {
	padding: 0px;
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: left;
	height: 110px;
}
#divSponsors0 {
	padding: 0px;
	margin: 0px auto 40px;
	width: 1000px;
	height: 100px;
}
#divSponsors0 img {
	padding: 0px 0px 0px 20px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	display: block;
}
#divSponsors1 {
	padding: 0px;
	margin: 0px auto 20px;
	width: 1000px;
	height: 100px;
}
#divSponsors1 img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	display: block;
}
#divSponsors2 {
	padding: 0px;
	margin: 20px auto;
	width: 930px;
	clear: both;
}
#divSponsors2 img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	display: block;
}
#divSponsors3 {
	padding: 0px 0px 0px 150px;
	margin: 0px auto 20px;
	width: 1100px;
	height: 100px;
}
#divSponsors3 img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	display: block;
}
#sponsor1, #sponsor2, #sponsor3, #sponsor4, #sponsor5 {
	padding: 0px;
	height: 50px;
	width: 180px;
	margin: 10px 10px 0px;
	vertical-align: middle;
	text-align: center;
	float: left;
}
#sponsor6, #sponsor7, #sponsor8, #sponsor9, #sponsor10 {
	padding: 30px 0px 0px;
	width: 180px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: inline-block;
	text-align: center;
	margin-bottom: 0px;
	vertical-align: middle;
}
#footer  {
	padding: 0 10px 0 0px;
	background-repeat: repeat-x;
	background-position: center top;
	height: 0px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	float: left;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#homeLink {
	padding: 0px;
	width: 175px;
	margin-left: 50px;
	margin-top: 20px;
}
#header2011 {
	background: url(../images/headerHomeNew2.jpg) no-repeat 0px 20px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 176px;
	margin-right: 0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightPanel {
	margin: 0px 28px 0px 0px;
	padding: 0px;
	float: right;
	width: 238px;
}
#countdownClock {
	width: 236px;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/clock-bkg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	margin-bottom: 12px;
}
#facebookPanel {
	width: 250px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	background-color: fff;
}
#twitterPanel {
	width: 240px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: fff;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	clear: right;
}
#mainContent #twitterPanel h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #900;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#twitter_div {
	width: 238px;
	margin: 10px 0px 0px;
	padding: 0px;
	border: 1px solid #999;
}
#twitter-link {
	color: #333;
	font-size: 11px;
	display: block;
	padding: 0px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 6px;
}
#twitter_update_list {
	margin: 0px;
	padding: 0px 6px 0px 12px;
	width: 220px;
	font-size: 11px;
	color: #666;
}
#twitter_update_list h1 {
	font-size: 14px;
	color: #039;
	margin: 0px;
	padding: 0px;
}
#twitter_div h1 {
	font-size: 12px;
	color: #039;
	text-align: center;
	display: block;
	margin: 0px 0px 10px;
	padding: 12px 0px 13px 16px;
	background-image: url(../images/twitterHdr.gif);
}
#twitter-link a:link {
	font-size: 11px;
	color: #666;
}
#twitter_update_list ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#twitter_update_list li {
	float: left;
	margin: 0px;
	padding: 0px 0px 6px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B1C4;
}
#jerseyPanel {
	width: 175px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background-color: fff;
	border: 2px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	float: right;
	text-align: center;
}
#jerseyPanel h1 {
	font-size: 13px;
	color: #039;
	text-align: center;
	display: block;
	margin: 0px 0px 5px;
	padding: 8px 0px 4px 8px;
}
#timer {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
.clockHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin-left: 22px;
	padding-top: 6px;
	display: inline-block;
	width: 100px;
	margin-top: 12px;
}
#newSideMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.imgYoutube {
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
}
.youTubelink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	padding: 0px;
	text-align: left;
	display: inline-block;
	margin-bottom: 12px;
	float: left;
}
#adRotator {
	text-align: center;
	margin-top: 5px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	width: 906px;
	margin-right: 5px;
	margin-left: 23px;
	padding-bottom: 0px;
	background-image: url(../images/home-colorband.jpg);
}
.homeAnnouncement {
	display: block;
	margin-top: 0px;
	width: 222px;
	padding: 6px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF;
	color: #000;
	background-image: url(../images/announcement-bkgrd.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	border-top: 2px solid #F00;
	border-right: 2px solid #F00;
	border-bottom: 2px solid #F00;
	border-left: 2px solid #F00;
	height: 50px;
}
.homeAnnouncementRed {
	font-weight: bold;
	color: #F33;
}

