/********************************************************************************************/
/***************************** Standard CSS Tags ********************************************/
/********************************************************************************************/

body
	{
	background-color: #fff;
	background-image: url(../images/backgroundBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 14px;
	font-family: trebuchet MS;
	min-height: 850px;

	}
	
a img
	{
	border: none;
	}
a, a:visited, a:hover
	{
	color: #074fab;
	font-weight: bold;
	font-size: 110%;
	text-decoration:none;
	}
a:hover
	{
	text-decoration: underline;
	}
	
.clear
	{
	line-height: 0px;
	clear: both;
	float: none;
	width: 0px;
	padding: 0px;
	padding-bottom:1px;
	margin: 0px;
	}

.blue
	{
	text-align:right; 
	font-size: 110%;
	font-weight: bold;
	color: #074fab;
	}

p
	{
	color: #666;
	font-size: 100%;
	line-height: 130%;
	}

h1 
	{
	color: #074fab;
	font-size: 320%;
	font-weight: normal;
	margin-bottom: 0px;
	}

.contactHeader
{

font-size: 290%;}

h2 
	{
	color: #666;
	font-size: 170%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	}
h3 
	{
	color: #074fab;
	font-size: 110%;
	}

h4
	{
	color: #666;
	font-size: 100%;
	}

.smallPrint
	{
	font-size: 10px;
	}
/********************************************************************************************/
/***************************** wrapper ********************************************/
/********************************************************************************************/

#wrapper
	{
	margin: auto;
	margin-top: 30px;
	width: 870px;
	}

/********************************************************************************************/
/***************************** Header - navigaiton, logo box ********************************/
/********************************************************************************************/
.topText
	{
	text-align: right;
	color: #999;
	font-size: 170%;
	margin-right: 10px;
	}
/*********** navugation ***************/
#navigation
	{
	background-color: #fff;
	background-image: url(../images/navBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 869px;
	height: 54px;
	color: #fff;
	}
	
#navigation ul
	{
	list-style:none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation ul li
	{
	display: inline;
	list-style:none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	}
	
#navigation a, #navigation a:visited, #navigation a:hover
	{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	height: 54px;
	line-height: 54px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#navigation a:hover
	{
	color: #fff;
	}

#navigation a.active
	{
	color: #fff;
	}

#logoBar
	{
	clear: both;
	width: 869px;
	}

#logoBar img
	{
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
/********************************************************************************************/
/********************************** Main Content ********************************************/
/********************************************************************************************/

#mainContent
	{
	background-color: #fff;
	width: 866px;
	padding-bottom: 20px;
	}
	
#pageLeft
	{
	width: 580px;
	float: left;
	margin-left: 20px;
	}	

#pageRight
	{
	width: 236px;
	float: right;
	margin-right: 10px;
	font-size: 12px;
	}

#pageRight ul
	{
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	}

#pageRight li
	{
	font-size: 90%;
	color: #666;
	}
/********************************************************************************************/
/***************************** Service Boxes ********************************************/
/********************************************************************************************/
#serviceBoxContainer
	{
	width: 590px;
	}
	
.serviceBoxes
	{
	background-image: url(../images/boxesBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 206px;
    width: 191px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}

.boxHeader
	{
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	width: 170px;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 115%;
	}

/***************************** Box Content ********************************************/

.boxContent
	{
	width: 160px;
	margin-top: 30px;
	margin-left: 18px;
	}
	
.callUsText
	{
	color: #000;
	font-size: 110%;
	line-height: 17px;
	text-align: center;
	margin-left: 0px;
	margin-top: 5px;
	}
	
.moreButton
	{
	clear: both;
	float: right;
	margin-top: -10px;
	padding-top: 0px;
	}
	
/*****************************Downloads Box Content ********************************************/
.downloadsBoxContent ul
	{
	list-style-type: none;
	list-style: none;
	margin:0px;
	margin-left: 8px;
	margin-top: 10px;
	padding: 0px; 
	}
	
.downloadsBoxContent li
	{
	background-image: url(../images/downloadsBullet.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	font-size: 12px;
	}
	
.downloadsBoxContent .moreButton
	{
	margin-top: -7px;
	margin-right: 15px;
	}
/***************************** Testimonials Box Content ********************************************/

.testimonialBoxContent
	{
	width: 160px;
	margin-top: 10px;
	margin-left: 15px;
	color: #666;
	font-size: 70%;
	}


.testimonialBoxContent p
	{
	line-height: 13px;	
	}
	
.testimonialBoxContent .moreButton
	{
	margin-top: 3px;
	}
	
/***************************** Products and Services Box Content ********************************************/

.ProductsBoxContent img
	{
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	}
.ProductsBoxContent .moreButton
	{
	position: relative;
	bottom: 25px;
	right: 15px;
	}

/***************************** Products and Services Page - Boxes ********************************************/

.PSboxHeader
	{
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	width: 170px;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 115%;
	}
	
.PSboxContent
	{
	width: 165px;
	margin-top: 0px;
	margin-left: 18px;
	font-size: 11px;
	}
.PSboxContent p
	{
	margin-top: 5px;
	}

.PSboxContent ul
	{
	margin:0px;
	margin-left: 2px;
	margin-top: 5px;
	padding: 0px; 
	}
.PSboxContent li	
	{

	margin: 0px;
	padding: 0px;
	}

.servicesContact
	{
	color: #C80B03;
	font-size: 290%;
	line-height: 40px;
	}



/***************************** Downloads Page ********************************************/
	
.linksHoldingBox {
	border: 1px solid #ccc;
	height: 115px;
	clear: both;
	float: none;
	width: 567px;
	margin-top: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.linksIconBox {
	float: left;
	width: 75px;
	z-index: 66;
	margin: 0px;
	margin-right: 10px;
	padding: 7px;
	padding-left: 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}

.linkImage {border: none;}

.linksLinkInfo {
	float: left;
	height: 115px;
	width: 465px;
	background-color: #FFFFCC;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.linksLinkHeader {
	background-color: #074fab;
	color: #fff;
	width: 445px;
	padding: 10px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	}

.linksLinkHeader a, .linksLinkHeader a:hover,.linksLinkHeader a:visited
	{
	color: #fff;
	text-decoration:none;
	padding: 15px;
	}

.linksLinkText
	{
	padding: 10px;
	}

.downloadButton
	{
	float: right;
	margin-top: 5px;
	}

#builtBy
	{
	font-size: 8px;
	margin:auto;
	margin-top: 3px;
	margin-bottom:10px;
	width: 870px;
	font-weight: normal;
	}


