body{
	background-color: #f4f4f4;
}
a:link{
	text-decoration: none;
}
.p_bg_color{
	background-color: #00bbff;
}
.p_text_color{
	color: orangered;
}

@font-face {
	font-family: 'comt';
	src: url('COM4F_RG.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;	
}

h1, h2, h3 ,h4, h5, h6{
		font-family: "COM4t Fine Regular",comt , "Times New Roman", Verdana, sans-serif;
}
/*##########################################################*/

.black-wrapper{
	background-color: #393186;
	width: 100%;
}
.nivo-controlNav{
	display: none;
}
header,nav{
	padding-top: 40px;
	padding-bottom: 30px;
	
}
header h1{
	color: white;
	padding-right: 10px;
}

/*##########################################################*/

nav{
	
}
nav ul{
	list-style-type: none;
}
nav ul li{
	display: inline;
	margin-left: 20px;
}
nav ul li a{
	color: #ededed ;
	font-family: "COM4t Fine Regular",comt , "Times New Roman", Verdana, sans-serif;
}
nav ul li.active a{
	color: orangered;
}
nav ul li a:hover{color: orangered;text-decoration: underline;}

/*##########################################################*/
#slider_wrapper {
	height: 300px;
	width: 100%;
	background-color: #393186;
	margin-bottom: 200px;
	
}
#slider{
	border:15px solid #ececec;
	outline: 1px solid #e3e3e3;
}
/*##########################################################*/
#icons_wrapper{
	padding: 20px 0 25px 0;
	background-color:#333333;
	background:-moz-linear-gradient(#333333,#484848);
	background:-webkit-linear-gradient(#333333,#484848);
	background:-o-linear-gradient(#333333,#484848);
	background:-ms-linear-gradient(#333333,#484848);
	background:linear-gradient(#333333,#484848);
	margin-bottom:90px;
	color:#ededed;	
}
#icons_wrapper img{
	padding-top: 10px;
}

/*##########################################################*/
/*the FOUR paragraphs css styles*/
#four_parags{
	margin-bottom: 70px;
}
.one_parag {
	text-align: center;
}

.one_parag h2 {
	font-size: 18px;
	font-weight: bold;
	color: orangered;
	margin: 20px 0;
}

.one_parag p{
	font-size: 14px;
	color: #b5b5b5;
	line-height:21px;
}
.one_parag img{height:60px;}
.one_parag:hover{
	background-color: #ededed;
	box-shadow:inset 0 0 1px #00bbff;
}

/*#########################################################*/
.one_image a {
	font-size: 14px;
	padding:10PX 0;
	color: #00bbff;
}

#four_images h2{
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c; 
	background: url(../images/b_line.jpg) repeat-x left center;
	margin-bottom: 40px;
}
#four_images h2 span{
	background-color: #f4f4f4;
	padding-right:20px;
}
.one_image p {
	font-size: 14px;
	color: #b5b5b5;
	line-height:21px;
	margin: 30px 0;
}


/*##########################################################*/


/*############################################################*/
footer{
	margin-top: 70px;
	background-color: #FFFFFF;
	padding: 30PX 0;
	border-top: 1px solid #ececec;
	color: #4c4c4c;
}

/*##########################################################*/
