@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
	html {
	height: 100%;
}

body {
	height: 100%;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	z-index:9000;
	
	

	
}

	#container {
		min-height:100%;
		position:relative;
		padding: 0 0 0 0;
	    z-index: 100;
		
	}
	
	#header {
		
		height: 85px;
		
	}
	
	#headerdetails{
		width:870px;
		
	}
	
	#logo {
	width: 420px;
	height: 85px;
	text-align: left;
	float:left;
	
	position: relative;
	top: 0px;
	left: 0px;
    
	
	
}
	
	#body {
		
		padding-top: 50px;
		/*padding:50px;*/
		/*padding-left:100px;*/
		padding-bottom:100px;	/* Height of the footer */
		width:870px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		
	}

	#contentpad {
		position: relative;
		height: 30px;
		left: 0;
	}

	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:100px;			/* Height of the footer */
		background: url(../images/bg_footer.gif);
     	background-repeat: repeat-x;
		background-color:#f8f8f;
		
		text-align: left;
	    vertical-align:top;
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
		z-index:10000;
	}
	
	#footerdetails {
		width:870px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: center;
	}
	
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
	 padding: 0 0 0 0;
   }
   
 #messageFirstName, #messageLastName, #messageCompany, #messageAddress1, #messageCity, #messageState, #messageZip, #messageEmail,#messageAcceptPolicy ,#messageCountry{
	display: none;
	position: relative;
	padding: 0 0 .2em 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #F92020;
	float:left;
}  

#offices ul {
	list-style: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	padding: 0 0 3px 0px;
}

#offices li {
	display: inline;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
    padding: 0 3px 0 6px;
	border-color: #d6d6d6;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}
#offices li.noborder {
	padding: 0 3px 0 0;
	border-width: 0 0 0 0;
	border-style: none none none none;
}

#offices a, #offices a:link, #offices a:visited {
	color: #5678b3;
	text-decoration: none;
	border-width: 0 0 0 0;
	border-style: none none none none;
}

#offices a:hover, #offices a:hover {
	color: #FFF;
	background-color: #6699CC;
}

#q21a {
	display: none;
}
/**** FORMATTING ******/

p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	/*
	padding: .5em 0 0 1em;
	position: relative;
	*/
	
}

p.page11Header
{
  padding: .5em 0 0 1em;
  padding-left: 0;
  padding-bottom:1em;
   margin: 0 0 0 0;
}


p.index {
	padding: .5em 0 2em 1em;
}

p.copyright {
	font-size: xx-small;
	line-height: 1.2em;
	padding: 1em 1em .5em 1em;
}

p.policy {
	padding: 50px 0 10px 0;
}
p.contestrules{
	text-indent:5em;
	
}


h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: x-large;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	font-size: large;
	color: #cd8527;
	padding: .4em 0 1.3em 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	color: #666;
	padding: .5em 0 .5em 0;
}

h3.contestrules {
	text-align:center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	color: #666;
	padding: .5em 0 .5em 0;
}

h5 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
}

#nextButton {
	float: right;
	margin: .5em 0 0 0;
	/*
	position: relative;
	vertical-align:bottom;
	margin: .5em 0 0 0;
	bottom: 0;
	*/
}

#homepageNextButton {
	float: right;
	margin: .5em 0 0 0;
	width: 100%;
	/*
	position: relative;
	vertical-align:bottom;
	margin: .5em 0 0 0;
	bottom: 0;
	*/
}

.homePageButton{
	height: 25px; 
	width: 500px
}

#skipSurvey {
	float: right;
	margin: .5em 0 0 0;
	width: 100%;
	/*
	position: relative;
	vertical-align:bottom;
	margin: .5em 0 0 0;
	bottom: 0;
	*/
}

#prevButton {
	float: left;
	margin: .5em 0 0 0;
	
	/*
	position: relative;
	vertical-align:bottom;
	margin: .5em 0 0 0;
	bottom: 0;
	*/
}

img {
	border-width: 0;
}

img.center {
	border-width: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	display: block;
}

a, a:link, a:visited {
	color: #5678b3;
	text-decoration: none;
	border-bottom: #5678b3;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

a:hover {
	color: #FFF;
	background-color: #6699CC;
}

a.noline, a.noline:link, a.noline:visited, a.noline:hover {
	border-width: 0 0 0 0;
	border-style: none none none none;
}

#leftcolumn ul {
	list-style: disc;
	font-size: small;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #666;
	padding: 0 0 1em 2em;
}

.linklist {
	padding: 0 0 0 0;
	color: #333;
}

.linklist ul {
	list-style: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}

.linklist li {
	padding: 0 0 .3em 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	list-style-type: none;
}

.linklist li.breakafter {
	padding: 0 0 .5em 0;
	margin: 0 0 .4em 0;
	background-image: url(../tsg_images/linklistdivider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.linklist a, .linklist a:link, .linklist a:visited {
	border-width: 0 0 0 0;
	border-style: none none none none;
}

.badge {
	margin: 0 0 10px 0;
}

table {
	
	
	margin: 0 auto 1em 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: small;
	color: #333;
	
}

td {
	
	padding: .1em .5em .1em .5em;
	vertical-align: top;
	color: #333;
	
}

th {
	padding: .5em;
	vertical-align: bottom;
	font-weight: bold;
}



/**** NAVIGATION BARS ******/
#nav ul {
	list-style-type: none;
	color: #ccc;
	float: right;
	clear: right;
	white-space: nowrap;
	margin: 0px !important;
	padding: 2px 0 10px;
	font: 100 13px Arial, Helvetica, sans-serif!important;
}

#nav li {
	display: inline;
	float: left;
	padding: 0 .5em 0 .5em;
	border-left: 1px solid #d6d6d6;
	letter-spacing: .1em;
	background-color: white;
}

#nav li li {
	display: inline;
	float: left;
	padding: 2px 0 0 0;
	letter-spacing: .1em;
	border-width: 0 0 0 0;
	background-color: white;
}

#nav li.noborder {
	border-left: 0 none transparent;
}
	
	
textarea.rules {
	width: 725px;
	height: 300px;
	border: 2px solid #ccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;

}

textarea.rules400 {
	width: 625px;
	height: 300px;
	border: 2px solid #ccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;

}

textarea.other {
	width: 200px;
	height: 40px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;

}
	
#banner {
	height: 332px;
	text-align: left;
	
}

#bannerMonitor {
	width: 420px;
	float: left;
	}

#bannerSections {
	width: 450px;
	float: right;
	height: 303px;
	
}


.section, .sectionLast {
	height: 101px;
	overflow: hidden;
}

.section {
	background-image: url(../images/bannersection_divider.gif);
	background-repeat: no-repeat;
}

.section img { margin: 23px 20px 30px 20px; }
.sectionLast img { margin: 20px 20px 30px 20px;}

.section p, .sectionLast p {
	padding: 15px;
}	
	
