/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/

body {
	background-color: #181d44;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	color: #666;
	font-weight: normal; 
	}
	
/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-size: 14px;
	font-weight: normal;		
	}

h2 {
	font-size: 18px;
	color: #103653;
	}
	
h3 {
	font-size: 16px;
	color: #103653;
	}
	
h4 {
	font-size: 14px;
	color: #103653;
	}
	

.small {
	font-size: 10px;
	color: #fff;	
	}
	
.blueHeadline {
	color: #103653;
	font-weight: bold;
	}
	
.white {
	color: #fff;
	}	

/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/
	
a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #103653;
	font-weight: normal;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #103653;
	font-weight: normal;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #476b8b; 
	font-weight: normal;
	}
	
a.bot:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #98d136;
	font-size: 12px;
	font-weight: normal;
	} 	
a.bot:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #98d136;
	font-size: 12px;
	font-weight: normal;
	}	
a.bot:hover {
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff; 
	font-size: 12px;
	font-weight: normal;
	}
	
/*****************************************************/
/*              LAYOUT, IMAGES, ETC                  */
/*****************************************************/

.footer {
	font-size: 12px;
	font-weight: normal;
	}

.imageFloat {
	float: right;
	padding-left: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	}
	
.button { 
	color: #fff; 
	font-size: 12px;
	font-weight: bold;	
	background-color: #476b8b;
	border: 1px solid #103653;
	}
	
.button2 { 
	color: #fff; 
	width: 136px;
	font-size: 20px;
	font-weight: bold;	
	background-color: #476b8b;
	padding: 4px;
	border: 1px solid #103653;
	}

.form { 
	background-color: #fff; 
	border: 1px solid #476b8b;
	font-size: 12px;
	}
	
.services1 {
	background: url(images/services1bg.jpg) bottom no-repeat #fff;
	}
	
.clients {
	background: url(images/clientloginbg.jpg) bottom no-repeat #fff;
	}
	
.contact {
	background: url(images/contactbg.jpg) bottom no-repeat #fff;
	}
	
.liability {
	background: url(images/liabilitybg.jpg) bottom no-repeat #fff;
	}
	
.screening {
	background: url(images/screeningbg.jpg) bottom no-repeat #fff;
	}
	
.faq {
	background: url(images/faqbg.jpg) bottom no-repeat #fff;
	}
	
.home {
	background: url(images/hmbg.jpg) top no-repeat;
	}
	
.servicesSide {
	padding-right: 35px;
	padding-left: 15px;
	}
	
#flashcontent {	
	width: 524px;
	height: 258px;
	background: url(images/amerchekflash.jpg) no-repeat;	
	}
	
