@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993300;
	font-weight: bold;
}


img, img a{
	border:none;
	}


body {
	sfont-family: Tahoma;
	font-size: 12px;
	color: #3A71B2;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	list-style-position: outside;
	list-style-image: url(../img/web/bullet_star.gif);
	list-style-type: disc;
	font-family: Tahoma;
	font-weight: normal;
}

.footercopyright{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.breadcrumbs{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a:hover{
}

.headings {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #3a71b2;
}
.subheadings {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #477eb7;
}

.tableborder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00202E;
	border-left-color: #00202E;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.green{
	font-weight: bold;
	color: #009900;
}
.container {
	width:790px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}

/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:200px;
	margin-top: 5px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:324px;width:558px;
	background:#397091 url(../contactform/images/birdy.jpg) no-repeat 241px 11px; 
	/*border:1px solid #929191;*/
	padding:7px 12px; 
	color:#fff;
	display:none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../contactform/images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px; width:211px;
	background:url(../contactform/images/contact_me.png); 
	position:absolute; 
	left:368px; bottom:-44px; 
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../contactform/images/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}


.sub_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #babcbe;
	font-weight: bold;
	padding-left: 20px;
}

.main_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.main_heading_roadshow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
