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

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

body{
	background:#331043 url(images/bg.jpg) top repeat-x;
}

#header{
	width:900px;
	height:91px;
	margin:0 auto 0 auto;
	background:url(images/header.jpg) no-repeat;
}

#logo{
	float:left;
	width:350px;
	height:91px;
}

#menu{
	float:left;
	width:450px;
	height:61px;
	padding-left:70px;
	padding-top:20px;
}

/*main menu buttons ---------------------------------------------------------*/

.companybtn{
	display:block;
	width:77px;
	height:65px;
	background:url(images/companybtn.png) no-repeat;
}

a.companybtn:link, a.companybtn:visited, a.companybtn:active{
	background:url(images/companybtn.png) no-repeat;
	}
	
a.companybtn:hover {
	background-position:0 -65px;
	}
	
.operationsbtn{
	display:block;
	width:77px;
	height:65px;
	background:url(images/operationsbtn.png) no-repeat;
}

a.operationsbtn:link, a.operationsbtn:visited, a.operationsbtn:active{
	background:url(images/operationsbtn.png) no-repeat;
	}
	
a.operationsbtn:hover {
	background-position:0 -65px;
	}
	
.archivesbtn{
	display:block;
	width:77px;
	height:65px;
	background:url(images/archivesbtn.png) no-repeat;
}

a.archivesbtn:link, a.archivesbtn:visited, a.archivesbtn:active{
	background:url(images/archivesbtn.png) no-repeat;
	}
	
a.archivesbtn:hover {
	background-position:0 -65px;
	}
	
.supportbtn{
	display:block;
	width:77px;
	height:65px;
	background:url(images/supportbtn.png) no-repeat;
}

a.supportbtn:link, a.supportbtn:visited, a.supportbtn:active{
	background:url(images/supportbtn.png) no-repeat;
	}
	
a.supportbtn:hover {
	background-position:0 -65px;
	}
	
.contactbtn{
	display:block;
	width:77px;
	height:65px;
	background:url(images/contactbtn.png) no-repeat;
}

a.contactbtn:link, a.contactbtn:visited, a.contactbtn:active{
	background:url(images/contactbtn.png) no-repeat;
	}
	
a.contactbtn:hover {
	background-position:0 -65px;
	}
	
/*submenu-----------------------------------------------------------*/
	
#submenu{
	width:900px;
	margin:0 auto 0 auto;
	height:31px;
	z-index:98;
}

#submenu2{
	float:left;
	width:300px;
	height:31px;
	z-index:99;
}

.healthcarebtn{
	display:block;
	margin:0 4px 0 0;
	width:68px;
	height:31px;
	background:url(images/healthcarebtn.png) no-repeat;
}

a.healthcarebtn:link, a.healthcarebtn:visited, a.healthcarebtn:active{
	background:url(images/healthcarebtn.png) no-repeat;
	}
	
a.healthcarebtn:hover {
	background-position:0 -31px;
	}
	
.educationbtn{
	display:block;
	margin:0 4px 0 0;
	width:68px;
	height:31px;
	background:url(images/educationbtn.png) no-repeat;
}

a.educationbtn:link, a.educationbtn:visited, a.educationbtn:active{
	background:url(images/educationbtn.png) no-repeat;
	}
	
a.educationbtn:hover {
	background-position:0 -31px;
	}
	
.businessbtn{
	display:block;
	margin:0 4px 0 87px;
	width:68px;
	height:31px;
	background:url(images/businessbtn.png) no-repeat;
}

a.businessbtn:link, a.businessbtn:visited, a.businessbtn:active{
	background:url(images/businessbtn.png) no-repeat;
	}
	
a.businessbtn:hover {
	background-position:0 -31px;
	}
	
.mediabtn{
	display:block;
	margin:0 4px 0 0;
	width:68px;
	height:31px;
	background:url(images/mediabtn.png) no-repeat;
}

a.mediabtn:link, a.mediabtn:visited, a.mediabtn:active{
	background:url(images/mediabtn.png) no-repeat;
	}
	
a.mediabtn:hover {
	background-position:0 -31px;
	}
	
/*Bottom buttons--------------------------------------------------*/
	
#bottom{
	background:url(images/bottom.jpg) no-repeat center;
	position:fixed;
	width:100%;
	height:31px;
	bottom:0;
}

#buttons{
	width:800px;
	height:90px;
	margin:0 auto 0 auto;
}

.clientbtn{
	display:block;
	margin:5px 4px 0 0;
	width:93px;
	height:75px;
	background:url(images/clientbtn.png) no-repeat;
}

a.clientbtn:link, a.clientbtn:visited, a.clientbtn:active{
	background:url(images/clientbtn.png) no-repeat;
	}
	
a.clientbtn:hover {
	background-position:0 -75px;
	}
	
.storebtn{
	display:block;
	margin:5px 4px 0 0;
	width:93px;
	height:75px;
	background:url(images/storebtn.png) no-repeat;
}

a.storebtn:link, a.storebtn:visited, a.storebtn:active{
	background:url(images/storebtn.png) no-repeat;
	}
	
a.storebtn:hover {
	background-position:0 -75px;
	}
	
.guidebtn{
	display:block;
	margin:5px 4px 0 0;
	width:93px;
	height:75px;
	background:url(images/guidebtn.png) no-repeat;
}

a.guidebtn:link, a.guidebtn:visited, a.guidebtn:active{
	background:url(images/guidebtn.png) no-repeat;
	}
	
a.guidebtn:hover {
	background-position:0 -75px;
	}
	
/*Main content Left and right------------------------------------------*/

#container{
	width:900px;
	margin:0 auto 0 auto;
	z-index:1;
}

#homeleft{
	width:400px;
	float:left;
	z-index:2;
	outline-style:none;
}

a:hover, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

#homeright{
	width:492px;
	float:left;
	margin-top:40px;
}

#spacer{
	clear:left;
	width:900px;
	height:40px;
	background:url(images/spacer.png) no-repeat center;
	margin:0 auto 0 auto;
}

#one{
	width:298px;
	height:100px;
	float:left;
}

#two{
	width:298px;
	height:100px;
	float:left;
}

#three{
	width:298px;
	height:100px;
	float:right;
}

#scroll{
	clear:both;
	height:120px;
	width:900px;
	margin:0 auto 0 auto;
}

/*Main content-------------------------------------------------------*/

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 25px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:30px 75px 0 120px;
}

h2.business{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:30px 75px 0 90px;
}

p.home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:170%;
	letter-spacing:.5px;
	margin:0 75px 10px 25px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:15px 75px 15px 120px;
}

.business{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:0 75px 15px 90px;
}

.bullets{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	color:#D1D3D4;
	margin:0 10px 0 80px;
}

ul.bullets{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	color:#D1D3D4;
	list-style:none;
	margin:0 0 0 60px;
}

ul.square{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	color:#D1D3D4;
	list-style-image:url(images/square.jpg);
	margin:-10px 75px 15px 120px;
}

li.square{
	margin-bottom:8px;
}

a:link, a:visited, a:active{
	color:#B4D678;
	text-decoration:none;
	}
	
a:hover {
	color:#89B657;
	text-decoration:none;
	}		
	
/*content for OPERATIONS------------------------------------------------*/

#leftop{
	width:400px;
	float:left;
	height:200px;
	padding-top:25px;
}

#rightop{
	width:420px;
	float:left;
	padding-top:15px;
}

.list{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	line-height:140%;
	margin:15px 0 0 85px;
}

p.op{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:15px 20px 15px 25px;
}

.line2{
	margin:0 20px -5px 70px;
}

a.options:link, a.options:visited, a.options:active{
	color:#b4d678;
	text-decoration:none;
	}
	
a.options:hover {
	color:#fff;
	text-decoration:none;
	}
	
/*content for ARCHIVES------------------------------------------------*/

#leftar{
	width:400px;
	float:left;
	height:200px;
	padding-top:25px;
}

#rightar{
	width:420px;
	float:left;
	padding-top:25px;
}

h1.archives{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:0 20px 10px 65px;
}

p.arleft{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:0 30px 10px 65px;
}

p.arright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:15px 0 15px 25px;
}

p.green{
	color:#b4d678;
	margin:-10px 0 0 25px;
}

.archiveline{
	margin:5px 0 0 22px;
}

/*content for CONTACT------------------------------------------------*/

#leftcontact{
	width:400px;
	float:left;
	height:429px;
	background:url(images/contactpic.png) center no-repeat;
}

#rightcontact{
	width:420px;
	float:left;
	padding-top:25px;
}

ul.greenstar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	color:#b4d678;
	margin:-10px 0 0 25px;
	list-style-image:url(images/star.png);
}

a.gray:link, a.gray:visited, a.gray:active{
	color:#D1D3D4;
	text-decoration:none;
	}
	
a.gray:hover {
	color:#b4d678;
	text-decoration:none;
	}
	
.address{
	margin:0 0 8px 175px;
	color:#35184F;
	font-size:11px;
	line-height:130%;
}

a.addresslink:link, a.addresslink:visited, a.addresslink:active{
	color:#603189;
	text-decoration:none;
	}
	
a.addresslink:hover {
	color:#35184F;
	text-decoration:none;
	}
	
p.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#D1D3D4;
	line-height:140%;
	margin:0 0 0 0;
}

/*Media content------------------------------------------------*/

#medialeft{
	width:450px;
	float:left;
	margin-top:40px;
}

#mediaright{
	width:400px;
	float:left;
	z-index:2;
}

h1.med{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 50px;
}

p.media{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:170%;
	letter-spacing:.5px;
	margin:0 20px 10px 50px;
}

#gallary{
	width:800px;
	margin:20px auto 0 auto;
	height:200px;
}

.mediapageh1{
	font-size:18px;
	margin:0 30px 0 0;
}

.alignright{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#86BB40;
	font-weight:normal;
	margin:0 0 0 520px;
	word-spacing:0;
}

.mediatable{
	width:600px;
	margin:20px auto 0 auto;
}

.mediatr{
	height:80px;
}

#scroll2{
	clear:both;
	height:620px;
	width:900px;
	margin:0 auto 0 auto;
}

/*Help Guides content------------------------------------------------*/

.help{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#D1D3D4;
	line-height:140%;
	margin:0 50px 0 85px;
}

.title{
	color:#b4d678;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:140%;
	margin:7px 20px -15px 25px;
}

.highlight{
	color:#b4d678;
}

/*content for bottom------------------------------------------------*/
	
td.button{
	width:93px;
}

td.word{
	width:170px;
}
	
h3{
	color:#B4D678;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	margin:15px 0 0 5px;
}

p.buttons{
	color:#D1D3D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 0 5px;
}

#foot{
	width:900px;
	height:80px;
	margin:0 auto 0 auto;
}

.foot{
	color:#331043;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	margin-top:7px;
}

a.nocolor:link, a.nocolor:visited, a.nocolor:active{
	color:#331043;
	text-decoration:none;
}

a.nocolor:hover {
	color:#606;
	text-decoration:none;
	}
