/*------------------ PAGE/GENERAL------------- */



html {
	width: 100%;
	height: 100%;
}


 
body {
	margin: 0;
	padding: 0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	width: 100%;
	height: 100%;
	background-color:#E0EEF7;
	
	
}

p {
	margin-bottom:10px;
	font-size:11px;
}

.homeText {

	margin-left:10px;
	text-align:justify;
}

blockquote {
	margin-left:10px;

}

A:link				{text-decoration: underline; color:#333333; }
A:visited			{text-decoration: underline; color: #333333; }
A:hover				{text-decoration:underline; color:#333333; }


ul {

	
	padding-left:20px;
	padding-bottom:18px;
	
}

li {
	padding-bottom:10px;
	
	
	
}



.features li {

	list-style:none;
	padding-bottom:10px;
	padding-left: 30px;
	
	background-image: url(images/tick-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	
}



h1 {

	color:#005695;
	font-size:22px;
	
	margin-bottom:10px;
	margin-left:0px;
	margin-top:10px;
}

h2 {

	color:#fff;
	font-size:16px;
	
	margin-bottom:10px;
	margin-top:19px;
	
}


#footerLinks  {

	margin: 0 auto;
	width:800px;
	color:#666666;
	text-align:center;
	padding-top:5px;
}



.clear {clear:both;}

.bold {font-weight:bold;}



#main_container {

	margin: 0 auto;
	width: 780px;
	
	padding-top:30px;
	
	
	

}


.customerQuote {
	
	font-style:italic;
	margin-left:20px;
	text-align:justify;
	font-family:"Courier New", Courier, monospace;

}


#header {
	background: url(images/header.jpg) no-repeat;
	width:780px;
	height:75px;
	
}

#mainmenu {
	background: url(images/mainmenu.jpg) no-repeat;
	height:45px;
	width:780px;
}


.lineSpacer {
	
	width:780px;
	height:45px;
	
}

#home {

	width:100%;
	height:750px;
	background-color:#FFFFFF;
	

}



#homeleftcolumn {
	
	height:700px;
	width:274px;
	float:left;
	background-color:#FFFFFF;
	
}

#homeleft1 {
	
	background: url(images/homeleft1.jpg) no-repeat;
	height:235px;
	width:274px;
	
}

.homeleftContent {
	  
	font-size:15px;
	padding-left:20px; 
	padding-top:170px;
	
	

}

.homeleftContent img {

	position:absolute;
	margin-left:6px;
	margin-top:-10px;
	
}


 
#homeleft2 {
	
	background: url(images/homeleft2.jpg) no-repeat;
	height:235px;
	width:274px;

}

#homebody {
	
		float:left;
	height:700px;
	width:460px; 
	background-image: url(images/homebackground.gif);
	background-repeat:repeat-x;
	border-right: solid #fff 2px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	
	
	
}



#footer {
	
	
	width:100%;
	
	text-align:center;
	padding-top:25px;

	
}

#footer #sidetag {

	position:relative;
	left:0px;
	bottom:250px;
	height:118px;
	width:800px;
	background-image: url(images/sidetag.jpg);
	background-position:right;
	background-repeat:no-repeat;
	z-index:-1;
}




#page_content {
	

	
	width: 100%;
	

	background-color:#FFFFFF;
}

#page_content_body {

	padding:20px;
	padding-top:5px;
	background-color:#FFFFFF;
}







ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	
	line-height:40px; /* IE needs this */
	
	margin-left:15px;
}

ul.navigation li {
    display: inline;
	margin-left:3px;	
	
	
	
}

ul.navigation a {
    padding-top: 6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	
    color: #fff;
    text-decoration: none;

	
}

ul.navigation a:hover {
    background-color: #0066CC;
	color: #fff;
	text-decoration: none;

}

ul.navigation a.selected {
    background-color: #0066CC;
	color: #fff;
	text-decoration: none;
	 
}

ul.navigation a:focus {
    outline: none;
	color: #fff;
	text-decoration: none;
}

ul.navigation a:visited {

	color: #fff;
	text-decoration: none;
}


.activeMenuLink {
    background-color: #0066CC;
	color: #fff;
	text-decoration: none;
	 
}





ul.navigationCP {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:-30px;
	line-height:38px; /* IE needs this */
	
	
}

ul.navigationCP li {
    display: inline;
	margin-right:0px;	
	
	
	
}

ul.navigationCP a {
    padding-top: 6px;
	padding-bottom:6px;
	padding-left:12px;
	padding-right:8px;
	
    color: #fff;
    text-decoration: none;

	
}

ul.navigationCP a:hover {
    background-color: #0066CC;
	color: #fff;
	text-decoration: none;
	

}

ul.navigationCP a.selected {
    background-color: #0066CC;
	color: #fff;
	text-decoration: none;
	
	 
}

ul.navigationCP a:focus {
    outline: none;
	text-decoration: none;
}


ul.navigationCP a:visited {
    color: #fff;
	text-decoration: none;
}









hr
{
	height:1px;
	color:#eee;
	
}





.errorHighlight {

	border:2px #cc0000 solid;
	color:#cc0000;
	font-weight:bold;
	
}

.errorHighlightText {

	
	color:#cc0000;
	font-weight:bold;
	
}
