@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	background-image:url(images/index_01.jpg);
	background-repeat: repeat-x;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

h1{
	font-family:Arial, sans-serif;
	color:#000;
	font-size:36px;
	font-weight:300;
	margin: 0px 0 0;
	padding: 0px 0 0;
}

h2{
	font-family:Arial, sans-serif;
	color:#000;
	font-size:24px;
	font-weight:300;
	margin: 0px 0 0;
	padding: 0px 0 0;
}

h3{

	font-weight:300;
	margin: 0px 0 0;
	padding: 0px 0 0;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:14px;
}

p{
	margin: 0px 0 0 0;
	padding:0px 0 0 0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.sideLink{
}

.sideLink a{
	color:#333;
	text-decoration:underline;
}

.sideLink a:hover{
	color:#000;
	text-decoration:none;
}

.container{
	background:url(images/index_14.png); 
	background-position:bottom; 
	background-repeat:repeat-x;
}

.mainTable{
	width:1039px;
	height:320px;
	margin-left: auto ;
	margin-right: auto ;
	background:#FFF;
	padding: 20px 0px 0px 0px;
	text-align:center;
}

.logo{
	width:1020px;
	height:28px;
	margin-left: auto ;
	margin-right: auto ;
	background: url(images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	padding-top:120px;
	padding-right:20px;
	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.logo a{
	color:#FFF;
	font-size:18px;
	text-decoration:underline;
}

.logo a:hover{
	color:#CCC;
	font-size:18px;
	text-decoration:none;
}

.menu{
	width:1039px;
	height:52px;
	margin-left: auto ;
	margin-right: auto ;
	background:url(images/index_13.jpg);
	background-repeat:repeat-x;
}

.loginLink{
}

.loginLink a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Arial, sans-serif;
	
	margin-right:480px;
}

.loginLink a:hover{
	font-size:14px;
	font-weight:bold;
	color:#CCC;
	text-decoration:none;
}

/*HOME CONTENT*/
.homeC1{
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 0px;
	width:330px;
	text-align:justify;
	float:left;

}

.homeC2{
	width:315px;
	padding: 0px 30px 0px 30px;
	float:left;
	border-left: #CCC dashed;
	border-left-width: 1px;
	margin: 30px 0px 20px 0px;
	font-size:12px;
	font-family:Arial, sans-serif;
}

.homeC3{
	width:260px;
	padding: 0px 0px 0px 30px;
	float:left;
	border-left: #CCC dashed;
	border-left-width: 1px;
	margin: 30px 0px 20px 0px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.homeWelcomePic{
	width:256px;
	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/welcome-image.png);
	background-repeat:no-repeat;
	background-position:right;
	
	height:100px;
	width:322px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

/*END HOME CONTENT*/

/*LAYOUT and ABOUT CONTENT*/
.mainContent{
	width:1039px;
	margin-left: auto ;
	margin-right: auto ;
	background:url(images/mid-mtable.png);
	background-repeat:repeat-y;
}

.top-mainContent{
	width:1039px;
	height:206px;
	margin-left: auto ;
	margin-right: auto ;
	background:#FFF;
	text-align:center;
	padding: 20px 0px 0px 0px;
}

.bottom-mainContent{
	width:1039px;
	height:84px;
	margin-left: auto ;
	margin-right: auto ;
	background:url(images/bottom-mtable.png);
	background-repeat:no-repeat;
}

.contentC1{
	margin: 0px 0px 0px 50px;
	width:250px;
	float:left;
	
	font-family:Arial, sans-serif;
}

.contentC2{
	padding: 0px 30px 0px 30px;
	float:left;
	/*border-left: #CCC dashed;
	border-left-width: 1px;*/
	margin: 0px 0px 20px 0px;
}

.contentC2P1{
	float:left;
	width:340px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	padding-right:20px;
}

.contentC2P2{
	float:left;
	width:256px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/welcome-image.png);
	background-repeat:no-repeat;
	background-position:right;
	
	height:123px;
	width:255px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.contentC2R2{
	float:left;
	width:670px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.bullet{
	padding-right:5px;
}

/*END MAIN CONTENT*/

/*CONTACT PAGE*/
.contactC1{
	width:700px;
	margin-left: 320px;
	margin-top:-800px;
	margin-bottom:20px;
	padding: 10px 10px 10px 10px;
	
	border: #CCC dashed;
	border-width: 1px;
	
	float:left;
}
/*END CONTACT*/

/*OTHER PAGES*/

.servicesC1{
	float:left;
	border-left: #CCC dashed;
	border-left-width: 1px;
	margin: 0px 0px 20px 0px;
}

.servicesC2R2{
	float:left;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.servicesC2P1{
	float:left;
	width:650px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	padding-right:20px;
}


.FAQC2R2{
	float:left;
	width:680px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	margin-top:-200px;
}
/*END OTHER PAGES*/

/*FOOTER*/

.footer{
	width:1039px;
	height:227px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/index_48.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
	text-align: 98% top;
	font-family:Arial, sans-serif;
	
	color:#FFF;
}

.footer1{
	width:100px;
	height:167px;
	float:left;
	text-align:left;
	padding:45px 0px 15px 80px;
	
	background:url(images/index_47.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

.footer2{
	float:left;
	width:140px;
	height:167px;
	padding:45px 0px 15px 0px;
}

.footer3{
	float:left;
	width:300px;
	height:137px;
	text-align:right;
	margin: 30px 0px 30px 0px;
	padding:15px 70px 15px 0px;
	
	border-left: #CCC dashed;
	border-left-width: 1px;
	
	border-right: #CCC dashed;
	border-right-width: 1px;
}

.footer4{
	float:left;
	width:270px;
	height:167px;
	
	margin: 20px 0px 10px 0px;
	padding:15px 0px 15px 45px;
}

.footer5{
	float:left;
	width:30px;
	height:227px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background:url(images/index_51.jpg);
	background-position: right;
	background-repeat:no-repeat;
	margin-left:2px;
}

.address{
	font-size:18px;
}

.phone{
	font-size:20px;
	font-weight:bold;
	padding-left:30px;
}

.footerMenuLink{
}

.footerMenuLink a{
	color:#FFF;
	font-size:14px;
	text-decoration:underline;
	font-family:Arial, sans-serif;
}

.footerMenuLink a:hover{
	color:#CCC;
	text-decoration:none;
}

.webdesign{
	color:#FFF;
	font-size:8px;
	padding-left:150px;
	font-family:"Arial", sans-serif;
}

.webdesign a{
	color:#FFF;
	font-size:10px;
	text-decoration:underline;
}

.webdesign a:hover{
	color:#CCC;
	font-size:10px;
	text-decoration:none;
}

/*END FOOTER*/

/*SMALL PICTURES*/

.smallPicAbout{
	float:left;
	width:250px;
	height:182px;
	
	margin-left:30px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-about.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.smallPicFacilities{
	float:left;

	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-facilities.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	height:200px;
	width:300px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.smallPicServices{
	float:left;

	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-services.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	height:190px;
	width:300px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.smallPicTech{
	float:left;
	margin-left:30px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-technology.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	height:216px;
	width:217px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.smallPicContact{
	float:left;
	margin-left:30px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-contact.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	height:131px;
	width:165px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

.smallPicFAQ{
	float:left;
	margin-left:30px;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	background-image:url(images/small-FAQ.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	height:250px;
	width:215px;
	margin-bottom:10px; /*to not have paragraph underneath be too close*/
}

/*END SMALL PICTURES*/