/* css Doocument */
/* ICSC Mini Site Styles */
/* copyright (c) 2008 ICSC */

body { 
	font-family: Arial;
	color: #000000;
	background-image: url(images/bk_grad.jpg);
	background-repeat: repeat-x;
	background-color: #ffe0a4;
	margin-top: 0px;
	margin-height: 0px; 
	padding: 0px;
	text-align: left;
	font-size:12px;
}


p {
	font: 12px Arial; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: left;
	}

b {
	font-weight: 700;
	}

h1,h2,h4 {
	margin-top: 0px;
	padding: 0px;
	}
	

	
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	}

a:link {color: #000000; font-weight: normal;}     /* unvisited link */

a:visited {color: #000000; font-weight: normal;}   /* visited link */

a:hover {color: #8e091f; font-weight: normal; }  /* background-color: #ff9933;  mouse over link */

a:active {color: #000000; font-weight: normal; } /* background-color: #000000;    selected link */


div.container {
	width: 930px;
	margin: auto;
	background-color: #ffffff;
	border: none;
	position: relative;
	top: 5px;
	left: 0px;
	padding: 0px;
	}

/* IE only container width */
* html div.container {
	width: 930px;
	margin: auto;
	background-color: #ffffff;
	border: none;
	position: relative;
	top: 5px;
	left: 0px;
	padding: 0px;
	}
	
	
	
div.content {
	width: 928px;
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-image: url('images/background2.jpg');
	background-repeat: no-repeat;
	background-position: 100% bottom;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	}
	
div.content_contact {
	width: 930px;
	margin: auto;
	position: relative;
	top: 20px;
	left: 0px;
	padding: 0px;
	min-height: 475px;
	}
	
div.content_GC {
	width: 930px;
	margin: auto;
	position: relative;
	top: 20px;
	left: 0px;
	padding: 0px;
	min-height: 475px;
	background-image: url('images/goldcircle_logo_bk1.gif');
	background-repeat: no-repeat;
	}

	
.header {
	width: 930px;
	height: 149px;
	background-image: url('images/2008CB_banner.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	margin-top:-0
	margin: auto;
	position:relative;
	overflow:hidden;
	}
	
.nav {
	width: 99%
	margin: auto auto 20px auto;
	padding: 0px 10px;
	position: relative;
	top: 7px;
	text-align:center;
	}
	
.navcontainer {
	background-color: #ffe0a4;
	background-image: url('images/background1.gif');
	height: 28px;
	position:relative;
	top: -1px;
	border-bottom:1px solid #999999;
	border-top:1px solid #333333;
	}

.navtext {
	font-size: 12px;
	font-weight: 900;
	margin: 0px 2px;
	padding-bottom: 4px;
/*	padding: 3px 8px 3px 8px; */
/*	background-color: #dddddd; */
	}
	
* html .navtext {
	font-size: 12px;
	font-weight: 900;
	margin: 0px 2px;
	padding-bottom: 0px;
	}

.navtext a:link {color: #cccccc; font-weight: bold; text-decoration: none; padding: 3px 10px 3px 10px;}     /* unvisited link */

.navtext a:visited {color: #cccccc; font-weight: bold; text-decoration: none; padding: 3px 10px 3px 10px;}  /* visited link */

.navtext a:hover {color: #ffffff; font-weight: bold; text-decoration: none; padding: 3px 10px 3px 10px;}   /* mouse over link */

.navtext a:active {color: #cccccc; font-weight: bold; text-decoration: none; padding: 3px 10px 3px 10px;}   /* selected link */

.navtext#select {
 	color: #000000;
	background-color: #eeeeee;
	background-image: url('images/tabBackgroundSelect.gif');
	border: 1px solid #999999;
	border-bottom: 1px solid #ffffff;
	padding: 3px 10px 7px 10px;
	}

.maincontent {
	width: 68%;
	min-height: 475px;
	height:auto !important;
	height:475px;
	padding: 0 10px 10px 10px;
	margin: 0px;
	position: relative;
	left: 0%;
	overflow: visible;
	top:20px;
	}
	
.attendee_maincontent {
	width: 98%;
	min-height: 475px;
	height:auto !important;
	height:475px;
	padding: 0 10px 10px 10px;
	margin: 0px;
	position: relative;
	left: 0%;
	overflow: visible;
	top:20px;
	}
	
.subcontent {
	width: 27%;
	padding: 0 10px 10px 10px;
	margin: 0px;
	position: absolute;
	top: 20px;;
	left: 70%;
	overflow:visible;
	min-height: 475px;
	height:auto !important;
	height:475px;
	}
	
.contact_content {
	width: 98%;
	min-height: 475px;
	height:auto !important;
	height:575px;
	padding: 0 10px 10px 10px;
	margin: 0px;
	position: relative;
	left: 0%;
	overflow: visible;
	}
	
#headline {
	font: 12px Arial; 
	font-weight: 900;
	margin-top: 8px;
	margin-bottom: 15px;
	}

.roundcont {
	width: 250px;
	background-color: #ffe0a4;
	color: #333333;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('images/tr.gif');
	background-repeat: no-repeat;
	background-position: top right; 
}

.roundbottom {
	background: url('images/br.gif');
	height:1%;
	background-repeat: no-repeat;
	background-position: top right; 
}


.roundcont_quote {
	width: 300px;
	background-color: #FEF5CA;
	color: #666666;
}

.roundcont_quote p {
	margin: 0 10px;
}

.roundcont_awards {
	width: 500px;
	background-color: #FEF5CA;
	color: #666666;
}

.roundcont_awards p {
	margin: 0 10px;
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

img.committeepics {
	margin-right:5px;
	border:1px solid #999999;
	float:left;
	}


.headerutil {
	margin: 0px;
	padding: 4px 0px 10px 0px;
	position: absolute;
	top: 6px;
	right: 0%;
	max-height: 18px;
	max-width: 100%;
	overflow: hidden;
	}
	
.toplinks {
	padding: 0px 0px 5px 0px;
	margin 0px;
	overflow: visible;
	font:11px Arial;
	font-weight: 900;
	color: #054888;
	width: 628px;
	float: right;
	text-align: right;
}


.toplinks a:link {color: #000000; font-weight: bold; text-decoration: none; padding: 3px 2px 3px 4px;}     /* unvisited link */

.toplinks a:visited {color: #000000; font-weight: bold; text-decoration: none; padding: 3px 2px 3px 4px;}  /* visited link */

.toplinks a:hover {color: #8e091f; font-weight: bold; text-decoration: none; padding: 3px 2px 3px 4px;}   /* mouse over link */

.toplinks a:active {color: #000000; font-weight: bold; text-decoration: none; padding: 3px 2px 3px 4px;}   /* selected link */


		
.link	{
		font-size: 12px;
		font-weight: 900;
		}
		


* html ul.list li {
		padding: 0px 0px 0px 4px;
		list-style-position: inside;
		}

.footer {
		width:922px;
		font-size: 10px;
		font-color: #ffffff;
		text-align: center;
		padding: 4px;
		background-color: #8c0b01;
		margin: 0px auto auto auto;
		position: absolute;
		}
		 
.footer a:link { 
        font-weight: normal; color: #ffffff; text-decoration: none; padding: 3px 2px 3px 4px;}  /* unvisited link */


.footer a:visited {
		font-weight: normal; color: #ffffff; text-decoration: none; padding: 3px 2px 3px 4px;}  /* visited link */
 

.footer a:hover {
		font-weight: normal; color: #ff9933; text-decoration: none; padding: 3px 2px 3px 4px;}   /* mouse over link */

.footer a:active {
		font-weight: normal; color: #cc6633; text-decoration: none; padding: 3px 2px 3px 4px;}   /* selected link */

		
.program {
		width: 100%;
		margin: 0;
		padding: 0px 8px 0px 8px;
		font: 11px Tahoma;
		border-collapse: collapse;
		border: 1px solid #999;
	 /* background: #eeeeee; */
		}
.program#contact {
		width: 99%;
		}

.program td {
		padding: 4px 12px 4px 6px;
		}
		
.program#contact td{
		width: 50%;
		}


.program th {
		padding: 8px 12px 8px 6px;
		color: #fdf6e4;
		background: #fbedca;
		border-bottom:1px #cccccc solid;
		border-top:1px #cccccc solid;
		background-image:url(images/bk_grad_rowheading.gif);
		background-repeat:repeat-x;
		}
		
.program th#contact {
		padding: 12px 12px 4px 6px;
		}

.program tr {
		background: #ffffff;
		}

.program tr#gray {
		background: #fbf7ed;
		}
		
		.program tr#grayalt {
		background: #fbf7ed;
		background-image:url(images/bk_grad_table_alt.gif); 
		background-position:bottom;
		background-repeat:repeat-x;
		}
		
.program th#gray {
		background: #fbf2c7;
		}
		
			
.program tr#shadow {
		background-image:url(images/bk_grad_table.gif); 
		background-position:bottom;
		background-repeat:repeat-x;
		}


.program tr#header {
		font: 11px Tahoma;
		font-weight: 900;
		color: #0047bd;
		}
		
.program td#time {
		width: 15%;
		font: 11px Tahoma;
		font-weight: 900;
		color: #990000;
		}

.program td#name {
		font: 11px Tahoma;
		font-weight: 900;
		}

.program strong	{
		font: 11px Tahoma;
		font-weight: 900;
		}
						
.program strong#title	{
		font: 12px Tahoma;
		font-weight: 900;
		text-transform:uppercase;
		}


.linksbox a:link {
	padding: 5px 8px 5px 16px;
	border: 1px solid #CD853F;
	text-align: center;
	background-image: url('images/triangle.gif');
	background-repeat: no-repeat;
	background-position: 2px 55%;
 }

.linksbox a:visited {

	padding: 5px 8px 5px 16px;
	border: 1px solid #CD853F;
	text-align: center;
	background-image: url('images/triangle.gif');
	background-repeat: no-repeat;
	background-position: 2px 55%;
 }

.bullet_list {
		list-style-image: url(images/cb_bullet.gif);
}

.bullet_list li {
		margin: 0px 0px;
}


