/***** Goodwill Invitational Style Sheet*****/
/***** http://www.goodwillinvitational.org *****/
/***** Ã‚Â©2007 Goodwill of Orange County - ocgoodwill.org *****/
/***** Gray/Gold: #c8c3b5 - #8e8669 - #68430a *****/
/***** Blue: #8ed5ec - #51bfe2 - (links) #4ab2c4 *****/


body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#Container {
	background: url('images/inv_bg.jpg') repeat-x left top;
	margin: 0;
	padding: 0;
}

#BodyTopContr {
	padding-top: 7px;
	
}

#BodyMiddleContr {
	background-color: #FFFFFF; 
}

#BodyBottomContr {
	background-color: #FFFFFF;
}

#HeaderContr {
	width: 770px;
}

#Banner {
	width: 770px;
	height: 96px;
	background: #FFFFFF url('images/header_bg.jpg') no-repeat left top;
}

a:link {
	color: #4ab2c4;
	text-decoration: underline;
}

a:visited {
	color: #996699;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #4ab2c4;
	background-color: #000000;
	text-decoration: underline;
}

hr {
	color:#808000; 
	height:1px;
	width: 90%;
}

hr.gray {
	color: #CCCCCC; 
	height:1px;
	width: 90%;
}


#logo a {
	float: left;
	background-image: url('images/inv_logo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 137px;
	height: 96px;
}

#logo a h1 {
	visibility: hidden;
	text-decoration: none;
}

#logo h1 a:link, #logo h1 a:visited, #logo h1 a:hover, #logo h1 a:active {
	visibility: hidden;
	text-decoration: none;
	background-color: transparent;
	width: 137px;
	height: 96px;
}

.bannerImgs {
	float: right;
	height: 91px;
	margin-top: 4px;
	margin-right: 5px;
}

#TopNav {
	background-color: #4ab2c4; /*dark blue*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 38px;
}

#TopNavList {
	margin: 0; /*Do not remove. This removes unnecessary blank space */
	padding: 0; /*Do not remove. This removes unnecessary blank space */
}

#TopNav ul {
	padding-top: 0;
	margin-top: 0;
	padding-left: 0; /*top nav is left-aligned*/
	margin-left: 0;
	background-color: #4ab2c4;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	vertical-align: middle;
}

#TopNav ul li { 
	display: inline; 
	vertical-align: middle;
}

#TopNav ul li a {
	padding: 0.2em 1.4em; /*Controls space between nav items*/
	background-color: #4ab2c4;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 33px; /*Controls height of nav boxes */
	vertical-align: middle;
	display: block;
}

#TopNav ul li a:hover {
	background-color: #87ccd8; /*light blue*/
	color: #FFFFFF;
	vertical-align: middle;

}

#home .home, #tournamentinfo .tournamentinfo, #sponsorshipopps .sponsorshipopps, #sponsors .sponsors, #auction .auction, #photogallery .photogallery, #directions .directions, #contacts .contacts { 
	background-color: #87ccd8; /*light blue*/
	color: #FFFFFF;
	vertical-align: middle;
}


#TopNavMenuItemSelected a:link, #TopNavMenuItemSelected a:visited, #TopNavMenuItemSelected a:hover { 
	background-color: #87ccd8; /*light blue*/
	color: #FFFFFF;
	vertical-align: middle;
}

#ContentContr {
	width: 770px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

#ContentContr ul li {
	text-align: justify;
}


#ContentContr h1 {
	font-family: Helvetica, sans-serif, Arial;
	color: #4ab2c4;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	text-align: left;
}



#ContentContr h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #68430a;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	text-align: left;
}

#subnavcontainer {
	margin-top: 0;
}

ul#subnavlist
{
	margin-top: 5px; /*Controls space between topnav and subnav */
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#subnavlist li
{
	display: inline;
	list-style-type: none;
}

#subnavlist a { 
	padding: 3px 10px; 
}

#subnavlist a:link, #subnavlist a:visited
{
	color: #fff;
	background-color: #87ccd8; /*light blue*/
	text-decoration: none;
}

#subnavlist a:hover
{
	color: #fff;
	background-color: #4ab2c4; /*dark blue*/
	text-decoration: none;
}

.subnavTitle {
	font-size: 10px;
	color: #4ab2c4;
	font-weight: bold;
}

#purpose #subnavlist .purpose, #pastparticipants #subnavlist .pastparticipants, #golfcourse #subnavlist .golfcourse, #schedule #subnavlist .schedule, #rules #subnavlist .rules, #dresscode #subnavlist .dresscode, #committee #subnavlist .committee { 
	background-color: #4ab2c4; /*light blue*/
	color: #ffffff;
}



#bottomsubnavContainer ul {
	padding-left: 0;
	margin-left: 0;
}

#bottomsubnav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}



#FooterContr {
	width: 770px;
	background-color: #FFFFFF;
	text-align: center;
	
}

.FooterBG {
	background: #FFFFFF url('images/footer_argyle_bg.gif') repeat-x left top;
	height: 31px;
}

#FooterNav {

}

#FooterNavList li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#FooterNav ul li a {
	/*padding: 0.2em 1em; /*Controls space between nav items*/
	background-color: #FFFFFF;
	color: #4ab2c4; /*light blue2 */
	text-decoration: none;
}

#FooterNav ul li a:hover {
	background-color: #FFFFFF;
	color: #06879d; /*dark blue2 */
	text-decoration: none;
}

#footerhome .footerhome, #footertournamentinfo .footertournamentinfo , #footersponsorshipopps .footersponsorshipopps , #footersponsors .footersponsors , #footerauction .footerauction , #footerphotogallery .footerphotogallery , #footerdirections .footerdirections , #footercontacts .footercontacts, #footersitemap .footersitemap { 
	background-color: #ffffff;
	color: #06879d; /*dark blue2 */
	font-weight: bold;
}

#FooterNavMenuItemSelected a:link, #FooterNavMenuItemSelected a:visited, #FooterNavMenuItemSelected a:hover { 
	background-color: #FFFFFF;
	color: #06879d; /*dark blue2 */
}



#FooterNavMenuItemSelected a:link, #FooterNavMenuItemSelected a:visited, #FooterNavMenuItemSelected a:hover { 
	background-color: #FFFFFF;
	color: #06879d; /*dark blue2 */
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #68430a; /* Brown text */
	text-align: center;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}


a img { 	
	border: none; 
}

h1 {
	font-family: Helvetica, sans-serif, Arial;
	color: #4ab2c4;
	font-weight: bold;
	font-size: 20px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #68430a;
	font-weight: bold;
	font-size: 16px;
}

/*h3 {font-family: Arial, Helvetica, sans-serif; color: #f00; font-weight: bold; 	font-size: 14px;}*/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}



.TxtGoldNormal {
	color: #808000;	
}

.TxtGoldBold {
	color: #808000;
	font-weight: bold;	
}

.TxtGoldBoldBig {
	color: #808000;
	font-weight: bold;
	font-size: 14px;	
}

.TxtBold {
	font-weight: bold;
}

.highlight {
	color: #f00;
	font-size: 10px;
}

#TxtGray {
	color: #aaa;
}

#TxtGray .TxtGoldBoldBig {
	color: #aaaaaa;
}

#TxtGray .TxtBold{
	color: #aaa;
}

#TxtGray a:link {
	color: #aaa;
	text-decoration: underline;
}

.ImgSold {
	background-image: url('/images/sold.gif');
	width:  138px;
	height: 35px;
	background-repeat: no-repeat;
	margin-right: 355px;
	float: right;
}

.clearHorizontalSpacer {
    clear: both;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.clearer {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.txtAlignRightJustify {
    float: right;
    text-align: justify;
    width: 460px;
}

img.alignLeftPlusBorder {
	float: left;
	border: 1px solid silver;
}

img.alignLeftNoBorder {
	float: left;
}

img.alignLeftNoBorderRightPadding {
	float: left;
	padding-right: 5px;
}

img.alignCenterPlusBorder {
	border: 1px solid silver;
}

div.alignLeft {
	float: left;
}

div.paddingRight {
	padding-right: 20px;
}



.thumbnail {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 140px !important; /*moz height*/
	width: 150px; /*IE height*/
	height: 100px !important; /*moz height*/
	height: 110px; /*IE height*/
}


#photoGalleryContainer {
	height: 100%;
}

div#photoGalleryContainer a:link {text-decoration: none; color: #999999;}
div#photoGalleryContainer a:hover {text-decoration: none; color: #999999;}
div#photoGalleryContainer a:visited {text-decoration: none; color: #999999;}
div#photoGalleryContainer a:active {text-decoration: none; color: #999999;}

div#photoGalleryContainer img {
	border: 1px solid #000000;
}

#photogallerylist li{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#photogallerylist .active{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}





/**/
/* =================== Participants - START ==============*/
/*==== Create new participantImg as needed according to HEIGHT --START ====*/
/*==== Change height class and margin-top class for each style ====*/
/*==== If logo is taller than the quoted text, then use participantImg_generic ====*/
/**/

#participantContainer {
	border-bottom: 1px solid #c8c3b5;
}


.participantImg_generic {
	float: left;
	position: relative;
	width: 175px; /*Logo width - Up to 175px - Please edit logos to be no more than 175px wide */
}

.participantImg_margintop80 {
	float: left;
	position: relative;
	width: 175px; 
	margin-top: 80px; /*Moves the logo down */
}

.participantImg_margintop45 {
	float: left;
	position: relative;
	width: 175px; 
	margin-top: 45px; /*Moves the logo down  */
}


.participantImg_margintop20 {
	float: left;
	position: relative;
	width: 175px; 
	margin-top: 20px; /*Moves the logo down  */
}

/* =================== Participants  - END  ==============*/


/**/
/* =================== BIG QUOTES - START ==============*/
/**/


.bqstart {
	float: left;
	height: 45px;
	margin-top: -40px;
	padding-top: 55px;
	margin-bottom: -50px;
	font-size: 600%;
	color: #c8c3b5;
	font-family: Arial, 'Lucida Grande', Verdana, helvetica, sans-serif;
	font-style: normal;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: -10px;
	padding-top: 20px;
	font-size: 600%;
	color: #c8c3b5;
	font-family: Arial, 'Lucida Grande', Verdana, helvetica, sans-serif;
	font-style: normal;
}

blockquote {
	/*margin: 45px;*/
	margin: 15px;
	padding: 0;
	font-size: 100%;
	line-height: 160%;
	font-style: normal;
}
/* =================== BIG QUOTES - END  ==============*/



/**/
/* =================== HOME ONLY - START ==============*/
/**/

#HomeOnlyMiddleBG {
	background-color: #4ab2c4; /*dark blue*/	
}

#HomeMainImg {
	background: url('images/home_main.jpg') no-repeat left top;
	width: 770px;/*552px*/
	height: 240px;	
}

#HomeContentContr {
	width: 770px;		
	
}

#HomeContentContr .presentingSponsor{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	padding-top: 10px;
	width: 250px;
}

#HomeContentContr .presentingSponsor span{
	float: left;
}

#HomeContentContr .info{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: middle; /*right*/
	padding-top: 10px;
	width: 720px; /*400px*/
}

#HomeContentContr .info span{
	float: left;
}


#HomeContentLeft {
	float: left;
	width: 50%;
}

#HomeContentRight {
	float: right;
	width: 50%;
}


#HomeContentLeft01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	
}

#HomeContentLeft02 {
	background: url('images/home_inv_golf_course_showcase.jpg') no-repeat left top;
	width: 287px;
	height: 131px;
}

#HomeContentRight01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	
}

#HomeContentRight02 {
	background: url('images/home_logos/us_bank_rotation.jpg') no-repeat left top; 
	width: 285px;
	height: 130px;
	
}

#HomeContentLeft01 h1 {
	color: #c8c3b5;
	font-size: 22px;
}

#HomeContentRight01 h1 {
	color: #c8c3b5;
	font-size: 22px;
}

#HomeContentLeft01 div {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#HomeContentRight01 div{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#HomeContentLeft01 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#HomeContentRight01 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#HomeContentLeft01 a:hover {
	color: #FFFFFF;
	background-color: #87ccd8;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#HomeContentRight01 a:hover {
	color: #FFFFFF;
	background-color: #87ccd8;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.homebqstart {
	font-size: 200%;
	color: olive;
	font-family: Arial, 'Lucida Grande', Verdana, helvetica, sans-serif;
	font-style: normal;
}

.homebqend {
	font-size: 200%;
	color: olive;
	font-family: Arial, 'Lucida Grande', Verdana, helvetica, sans-serif;
	font-style: normal;
}

#ContentContr .hometag {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #453e01; 
	font-style: italic; 
	font-weight:bold;
}

/* =================== HOME ONLY - END ==============*/


/**/
/* =================== PHOTO GALLERY - START ==============*/
/**/



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* =================== PHOTO GALLERY - END ==============*/




/**/
/* =================== SPONSORS PAGE - START ==============*/
/**/
.sponsorBox{
	width: 600px;
	margin-top: 40px;
	margin-left: 0px;
}

.sponsorBoxTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px; 
	margin-left: 0px;
	text-align: left;
}

.sponsorBoxText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin-top: 0px; 
	text-align: left;
}

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#808000; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#808000; border-right:2px solid #808000; border-left:2px solid #808000; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#808000; border-right:1px solid #808000; border-left:1px solid #808000; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#808000; border-right:1px solid #808000; border-left:1px solid #808000; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFFFFF;}
.headh {background: #808000; border-right:1px solid #808000; border-left:1px solid #808000;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}
.contenth {background: #FFFFFF; border-right:1px solid #808000; border-left:1px solid #808000; height: 100%;}
.contenth div {margin-left: 12px; padding-top: 5px;}

.sponsorblockleft {
	float: left;
	/*width: 48%;*/
	padding: 20px 20px;
}

.sponsorblockright {
	float: right;
	/*width: 48%;*/
	padding: 20px 60px 20px 20px;;
}

.sponsorblock {
	padding: 20px 20px;
}

.sponsorblock p, .sponsorblockright p, .sponsorblockleft p {
	font-size: 16px;
	color: #808000;
}


.sponsorname {
	text-align: left;
}

.sponsorlogo {
	text-align: left;
}

#instructionBox {
	width: 450px;
	margin-top: 40px;
	margin-left: 0px;
}

.instructionBoxTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin-top: 0px; 
	margin-left: 0px;
	text-align: left;
}

.instructionBoxText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin-top: 0px; 
	text-align: left;
}

/*#sponsorblock {float: left; width: 48%;}*/
/*.sponsorname {text-align: left;}*/
/*.sponsorlogo {text-align: left;}*/

/* =================== SPONSORS PAGE - END ==============*/

/**/
/* =================== SOCIAL MEDIA - START ==============*/
/**/

#nSocialMediaQuickLinks {
	background: #FFFFFF url('images/socialmediabox.png') no-repeat 0 0;
	width: 294px;
	height: 54px;
}

#nSocialMediaQuickLinksPos {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 10px;
}

.nSocialMediaText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	vertical-align: middle;
}

.nSocialMediaIcon {
	vertical-align: middle;
}

.nImgNoBorder {
	border-width: 0px;
}
/* =================== SOCIAL MEDIA - END ==============*/

/**/
/* =================== RELATED SITES MENU - START ==============*/
/**/

#menu {
	float: right;
	width: 67px;
	background: #4ab2c4;
	margin-top: -38px;
	height: 35px;
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	border: 0;
	margin: 0;
	padding: 2px 3px;
}


#menu a {
	color: #FFFFFF;
	background: #4ab2c4;
	text-decoration: none;
	height: 32px;
}

#menu a:hover {
	background: #87ccd8;
	height: 32px;
}

#menu li {
	position: relative;
	border: 1px #4ab2c4 solid;
	height: 32px; 
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px; /*sub menu width*/
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
	background: #4ab2c4;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
	background: #4ab2c4; 
}

/* =================== RELATED SITES MENU - END ==============*/


