/******************************************************************/
/* Typography */
/******************************************************************/

html, body {
	font: 13px/1.6 "Trebuchet MS",Helvetica,Arial,sans-serif;
	colors: #fff;
}

.noTopPadding { padding-top: 0px }

p {
	padding-top: 20px;
}

	.tab_content p {
		padding-top: 5px;
	}

h1 {
	font-size: 20px;
	font-weight: 900;
	color: #e48024;
	margin: 8px 0 5px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: 900;
	color: #253B77;
	margin: 0px 0 px 0;
	border-bottom: 1px #253B77 dotted;
}

	h2.carriersWeQuote, h2.ourServices {
		width: 960px; height: 23px;
		text-indent: -9999px;
		margin: 0; border: 0;
	}
	
	.carriersWeQuote {background: url("../img/title_carriersWeQuote.gif");}
	.ourServices {background: url("../img/title_ourServices.gif");}

h3 {
	font-size: 16px;
	font-weight: 900;	
	color: #253B77;
	margin: 30px 0 0 0;
	border-bottom: 1px #253B77 solid;
}

h4 {
	font-size: 12px;
	font-weight: 900;	
	color: #fff;
	margin: 10px 0;
	padding: 3px;
	background-color: #0093d8;
}

a {
	color: #0e82c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/******************************************************************/
/* Lists */
/******************************************************************/

ul.basicList {
                margin: 0;
                padding: 0;
                list-style: none;
}

ul.basicList li {
                margin: 0;
                padding: 5px 0;
}

ul.arrowList {
                margin: 0;
                padding: 0;
                list-style-position: outside;
}

ul.arrowList li {
                list-style: none;
                background: url(../img/bullet.png) 0px 4px no-repeat;
                margin: 10px 0px 10px 30px;
                padding-left: 20px;          
}

/******************************************************************/
/* Form Styles */
/******************************************************************/

form {
	/*width: 400px;*/
	margin: 0;
	padding: 0;
}

label {  
	display: block; 
	margin: 12px 0 0 0;
}

/******************************************************************/
/* Misc Styles */
/******************************************************************/

hr.thin {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 100%;
}

.clearBoth {clear:both}

/******************************************************************/
/* Alignment */
/******************************************************************/

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}