body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19D9A;
	background-image:url(/_images/bg.png);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF3000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF3000;
	border:0px;
}

img{border:0px;}


a:hover {
}


.MainContent{
	border-top:5px solid #333;
	border-bottom:3px solid #333;
	background:#fff;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
	min-height:600px;
}

.Service{
	padding-top:2px;
	text-transform:uppercase;
}

.ServiceDiveder{
	width:5%;
	background-color:#fff;
	border-bottom:4px solid #fff;
}
.ServiceDiveder2{
	width:5%;
	background-color:#fff;
}

.ServiceHeading{
	font-size:24px;
	background-color:#eee;
	color:#fff;
	text-align:center;
	padding:5px;
}

.ServiceHeading1{	font-size:24px;	background-color:#eee;	color:#ff33d3;	text-align:center;	padding:5px; border-bottom:4px solid #ff33d3;}
.ServiceHeading2{	font-size:24px;	background-color:#eee;	color:#ff4331;	text-align:center;	padding:5px; border-bottom:4px solid #ff4331;}
.ServiceHeading3{	font-size:24px;	background-color:#eee;	color:darkblue;	text-align:center;	padding:5px; border-bottom:4px solid #ccedfd;}
.ServiceHeading4{	font-size:24px;	background-color:#eee;	color:darkyellow;	text-align:center;	padding:5px; border-bottom:4px solid #efdefd;}
.ServiceHeading5{	font-size:24px;	background-color:#eee;	color:#33d34d;	text-align:center;	padding:5px; border-bottom:4px solid #33d34d;}
.ServiceHeading6{	font-size:24px;	background-color:#eee;	color:#55dd33;	text-align:center;	padding:5px; border-bottom:4px solid #55dd33;}
.ServiceHeading7{	font-size:24px;	background-color:#eee;	color:#000;	text-align:center;	padding:5px; border-bottom:4px solid #999999;}
.ServiceHeading8{	font-size:24px;	background-color:#eee;	color:#3cfa33;	text-align:center;	padding:5px; border-bottom:4px solid #3cfa33;}











#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

#socialicons img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

#socialicons2 img{ /* 2nd set of icons. Rotate them 60deg onmouseover and out */
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#socialicons2 img:hover{
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
-o-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
}

#socialicons3 img{ /* 3rd set of icons. Rotate them -360deg onmouseover ONLY. Note where the "transition prop is added */
}

p#socialicons3 img:hover{ 
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}




.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/_images/menu/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/_images/menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



