/* CSS Document */

@import "menu.css";

body{
	background-color:#303030;
	padding:0; margin:0;
	text-align:center;
	color:#FFFFFF;  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	margin:0px auto;
	text-align:left;
	width:1040px;
	background:url(/images/backgrounds/main.gif) #000000 center repeat-y;
}
#header{
	margin:0 20px;
	height:286px;
	background:url(/images/backgrounds/header.jpg) #000000 top center no-repeat;
}
#body{
	background:url(/images/backgrounds/main.gif) #000000 center repeat-y;	
	margin:0 20px;
}
#footer{
	margin:0px auto;
	background:url(/images/backgrounds/footer.gif ) #303030 top no-repeat;
	width:1040px;
	padding-top:12px;
}
#footer .right{ float:right; width: 450px; padding-right:25px; text-align:right;}
#footer .left{ float:left; width: 450px; padding-left :25px; text-align:left;}

#logo{
	display:block;
	width:1000px;
	height:127px;
	background:url(/images/webcastit.gif) top right no-repeat;	
	text-indent:-2000px;
	padding:0; margin:0;
}

#callusnow{
	position:absolute;
	top:27px;
	display:block;
	background:url(/images/callusnow.gif) top left no-repeat ;	
	text-indent:-2000px;
	padding:0; margin:0 0 0 31px;
	z-index:9999;
	height:68px;
	width:300px;
	/*
	float:left;
	*/
}


#quote{
	width: 162px;	
	margin:0 20px 0 40px;
	float:left;
	font-size:12px; line-height:16px;
	text-align:right;
}

#center{
	margin-left: 222px;		
	border-left: 2px solid white;
	padding-left:18px;
	width:520px;
}

#center p, #center li, #center blockquote{
	font-size:12px; line-height:16px;
}

#center blockquote{
	background-color:#333333;
	margin:0; padding:10px;
}
	
#center  hr{ height:1px; background:none; border:none; border-top:1px solid white; padding:0; margin:5px 0;}
	
#banners{
	 float:right;
	 text-align:left;
	 width:171px;
	 margin-right:40px;
	 margin-left:60px;
}

.clear{ clear:both; height:40px;}


/*************************************************/

#center ul{
	padding:0; margin:20px 10px 20px 20px;	
	list-style:url(/images/bullet.gif);
}
#center li{
	margin:0 0 12px 0;
	padding-left:5px;
}

#center ul.tight li{ margin: 0 0 0 0;}

a{
	color:#bfd241;
	text-decoration:none;
}
a:hover{
	color:#e0f64c;
	text-decoration:none;
}

p.tight{margin-top:-15px;}


/*************************************************/

#footer{color:#000000;}
#footer a{
	color:#494e20;
	text-decoration:none;
}
#footer a:hover{
	color:#bfd241;
	text-decoration:none;
}




/*************************************************/

h1{
	font-size:24px;
	color:#bfd241;
	margin-left:242px;
	padding-top:0; margin-top:0px;
}
#center h1{
	margin-left:0;
	margin-top:15px;
}
h2{
	font-size:17px;
	color:#fff;
}
h3{
	font-size:15px;
	color:#bfd241;
}
h4{
	font-size:12px;
	color:#bfd241;
}

h1, h2, h3, h4, h5{ font-weight:normal; 	font-family:Arial, Helvetica, sans-serif; }

p.breadcrumbs{
	font-size:9px;
	padding:0; margin:-20px 0 10px 242px;
}


/*************************************************/


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

#quote a img  { margin-bottom:10px;}

.hirebox{
	background-color:#333333;
	padding:20px;	
}
.hirebox h1, .hirebox h2{ margin:0; padding:0; }


.numbers{ margin-top:8px; margin-right:20px ; padding:8px 8px 8px 50px; background-color:#333333; font-size:14px;}
.numbers.one{ background:url(/images/inlineimages/1.gif) top left no-repeat #333333;}
.numbers.two{ background:url(/images/inlineimages/2.gif) top left no-repeat  #333333;}
.numbers.three{ background:url(/images/inlineimages/3.gif) top left no-repeat  #333333;}
.numbers.four{ background:url(/images/inlineimages/4.gif) top left no-repeat  #333333;}
.numbers.five{ background:url(/images/inlineimages/5.gif) top left no-repeat  #333333;}



/* Forms */

fieldset  {
	border:none;
	background-color:#333333;
}

fieldset p {
	margin: 0;
	padding: 0 20px 11px 10px;
}

fieldset ul {
	position: relative;
	list-style-image: none!important;
	padding: 0;
	margin: 0;
	list-style: none!important;
	clear: both;
}

fieldset li {
	padding: 5px 0 20px 0;
	margin:0;
	clear: both;
}


fieldset label {
	width: 120px;
	float: left;
	text-align:right;
}

fieldset input, fieldset select, fieldset textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 2px 0 0 10px;
	float: left;	
	width: 60%;
	border:none;
	padding:2px;
}

fieldset input.submit { 
	float:  none;
	width:150px; 
	margin-left:155px; 
	color: black;
	background-color:#BFD241;
} 


fieldset input[type="checkbox"] {
	margin: 8px;
	width: auto;
	float: left;
	vertical-align: middle;
	text-align: left;
}