/* CSS Document */


	/* pushes the page to the full capacity of the viewing area */
	html, body {
	   margin:0;
	   padding:0;
	   background-repeat:no-repeat;
	   background-attachment:fixed;
	   overflow-x:hidden;
	}
	/* prepares the background image to full capacity of the viewing area */
	#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
	/* places the content ontop of the background image */
	#content {position:relative; z-index:1;}
	
	<!--[if IE 6]-->

	/* some css fixes for IE browsers */	
	#bg {position:absolute; z-index:-1;}
	#content {position:static;}
	
	html, body {
	   margin:0;
	   padding:0;
	   background-repeat:no-repeat;
	   background-attachment:fixed;
	   overflow-x:hidden;
	}

	
	
	img.alignleft {float:left; margin:0 2em 1em 0}
	img.alignbullet {float:left; margin:0 0.5em 0.5em 0}
	img.alignright {float:right; margin:0 0 0 2em}
	
	#index{
		position:absolute;
		top:0px;
		width:100%;
		height:100%;
		z-index:100;
	}	
	
	#menuMC{
		height:100%;
		top:0px;
	}

	#blktxt {
		font-size:12px;
		color: #000000;
		font-family:Arial, Helvetica, sans-serif;	
	}
	
	#blktxtbg {
		font-size:16px;
		color: #000000;
		font-family:Arial, Helvetica, sans-serif;	
	}
	
	#grytxt {
		font-size:12px;
		color: #999999;
		font-family:Arial, Helvetica, sans-serif;	
	}
	
	#bluetxt {
		font-size:12px;
		color: #70a3fa;
		font-family:Arial, Helvetica, sans-serif;	
	}	
	
	#grntxtbg {
		font-size:18px;
		color: #b9dc30;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
			}	
			
	#grntxtbigger {
		font-size:24px;
		color: #b9dc30;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}		
	
	
	#grntxtsm {
		font-size:12px;
		color: #c2d54a;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}

	#whttxt {
		font-size:18px;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif;
		line-height:20px;
	}
	
	#whttxtsm {
		font-size:12px;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif;
		line-height:20px;
	}
	
	#whttxtsmhome {
		font-size:12px;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif;
	}
		
		
		
	a.menu:link {
		text-decoration:none;
		font-size:12px;
		color: #ffffff;
		font-family:trebuchet ms, arial;
	}
	
	a.menu:visited {
		text-decoration:none;
		font-size:12px;
		color: #ffffff;
		font-family:trebuchet ms, arial;
	}
	
	a.menu:hover {
		text-decoration:none;
		font-size:12px;
		color: #d0e642;
		font-family:trebuchet ms, arial;
	}
	
	a.menu:active {
		text-decoration:none;
		font-size:12px;
		color: #ffffff;
		font-family:trebuchet ms, arial;
	}	
	
	
	.menuactive {
		text-decoration:none;
		font-size:12px;
		color: #d0e642;
		font-family:trebuchet ms, arial;
	}
	
	
	input.subbut {
		background-color:#c2d54a;
		border-color:#ffffff;
		border-style:solid;
		font-family:Helvetica, Arial, sans-serif;
		color:#fff;
		
	}
	
	input.texts {
		background-color:#c2d54a;
		padding-left:3px;
		border-color:#fff;
		border-style:solid;
		font-family:Helvetica, Arial, sans-serif;
		color:#000;
		
	}
	
	input.textedits {
		padding: 2px 5px 2px 5px;
		margin: 2px;	
		border-color:#b9dc30;
		border-style:solid;
		font-family:Helvetica, Arial, sans-serif;
		color:#000000;
		
	}
	
	input.noborder {
		border:none;
		font-family:Helvetica, Arial, sans-serif;
		color:#000000;
		
	}
	
	textarea {
		background-color:#c2d54a;
		padding-left:3px;
		border-color:#fff;
		border-style:solid;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		color:#000;
		
	}
	
	select { 
		border-color:#fff;
		border-style:solid;
		background-color:#c2d54a;
		font-family:Helvetica, Arial, sans-serif;
		color:#000;
	}
	
	
	td.aBorder {
		border:solid;
		border-color:#e50083;
		border-width:3px;		
	}
	
	
	/*backgrounds*/
	
	.bg_services {
		background-image: url(../images/servicesbg_rest.png);
		background-repeat: no-repeat;		
		width:194px;
		height:562px;
	}
	
	div.pagination {
	padding: 3px;
	margin: 3px;
	color: #FFFFFF;
	}
	
	div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	font-size:10px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	}
	
	
	div.pagination a:hover, div.pagination a:active {

	background-color: #b9dc30;
	color: #FFFFFF;
	}
	
	div.pagination span.current {
	padding: 2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size:10px;
	color: #b9dc30;
	}
	
	div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:10px;
	color: #b9dc30;
	}

