@CHARSET "ISO-8859-1";

body{
	position:relative;
	background-image:url('images/background.png');
	text-align:center;
	margin:auto;
	font:

}

.main{
}

.sidebar{
	background-image:url("images/sidebox_bg.gif");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-origin:border-box;
	margin-top:10px;
	margin-bottom:10px;


}

.sidebar h1{
	position:relative;
	background-image:url('images/sidetitle_bg.gif');
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#cccccc;
	text-align:center;
	right:-20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:0px;

}

.sidebar a{
	color:black;
	text-decoration:none;
}

.sidebar a:hover{
	color:#ef9c00;
	
}

.collapsibleList li{
  list-style-image:url('images/button.png');
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('images/button-open.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('images/button-closed.png');
  cursor:pointer;
}

/* Specific element formatting */

.fadetop{
	position:absolute;
	top:50px;
	left:0;
	height:40px;
	width:100%;
	background-image:url('images/fade_top.png');
	background-repeat:repeat-x;
}

.fadebottom{
	position:absolute;
	bottom:48%;
	left:0;
	height:50px;
	width:100%;
	bacground:black;
	background-image:url('images/fade_bottom.png');
	background-repeat:repeat-x;
}

#container{
	position:relative;
	width:1140px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* header styling */

#header{
	position:relative;
	clear:both;
	width:100%;
	height:15%;
	margin:0px;
}

#home{
	position:relative;
	float:left;
	clear:left;
	width:71%;
	height:100%;
	margin:0px;
}

#logo{
	width:71%;
	height:auto;
	margin:0px;
}

#contact{
	position:relative;
	float:right;
	clear:right;
	width:27%;
	height:100%;
	margin:0px;
	text-align:center;
	font-size:1.2em;
	color:rgb(222,222,222);
}

.header a{
	color:#7ed2f6;
	text-decoration:none;}

.header a:hover{
	color:#ef9c00;
}


/* main content styling */
#feature{
	background-image:url('images/main_bg.gif');
	background-repeat:repeat-y;
	width:100%;
	height:78%;
	clear:both;
	margin:0px;
	margin:0px;
}

#main{
	position:relative;
	clear:left;
	float:left;
	height:100%;
	width:72%;
	margin:0px;
}

#contentPanel{
	position:relative;
	float:right;
	width:83.5%;
	height:85%;
	margin:0px;
	overflow:auto;

}
#serviceContent{
	width:99%;
	height:60%;
}

#serviceImage{
	position:relative;
	float:left;
	clear:left;
	width:40%;
	height:auto;
}

#serviceText{
	position:relative;
	float:right;
	width:55%;
	height:auto;
	overflow:auto;
}

#slider{
	background:rgb();
	background-image:url("images/feature_bg.gif");
	background-repeat:no-repeat;
	background-position:center top;
	width:97%;
	height:40%;
	margin:20px;
	paddi
}

#mainText{
	background-image:url("images/post_bg.gif");
	background-repeat:no-repeat;
	background-position:center top;
}



/* adsense styling */
#adsense1{
	position:absolute;
	width:120px;
	height:85%;
	clear:left;
	float:left;
	margin:0px;
}
#adsense2{
	text-align:right;
	position:absolute;
	left:0;
	bottom:0;
	clear:left;
	width:100%;
	height:90px;
	margin:0px;
}

/* sidebar styling */

#sidebar{
	position:relative;
	clear:right;
	float:right;
	height:100%;
	width:27%;
	margin:0px;
	padding:0px;
}

#servicesPanel{
	width:100%;
	height:50%;
	clear:both;
	margin:0px;
	padding:0px;
}
#services{
	width:99%;
	height:75%;
	overflow:auto;
	margin:0px;
	
}

#partnersPanel{
	width:100%;
	height:50%;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:center;
}

/* footer styling */

#footer{
	postion:relative;
	clear:both;
	height:5%;
	width:100%;
	margin:0px;
	color:rgb(222,222,222);
	
}

.footer a{
	color:#7ed2f6;
	text-decoration:none;
	margin-left:25px;
	margin-right:25px;
}

.footer a:hover{
	color:#ef9c00;
}

#copyright{
	text-align:left;
	float:left;
}
#nav{
	text-align:center;
	width:100%;
	clear:both;
}