
#social_network{
	
	width: 100%;
	height: 40px;
	background-color: pink, white;
	
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
} /* end social_network styles */
	
	
	
#social_network_Facebook{
	font-size: 15px;
	width: 300px;
	height: 40px;
	background-color: pink, white;
	text-align: center;
	float: left;
	
} /* end social_network_Facebook styles */
	
#social_network_all{
	
	width: 780px;
	height: 40px;
	background-color: pink, white;
	float: right;
	
} /* end social_network2_all styles */
		
	
		
#social_network_GP-TWT{
	
	width: 300px;
	height: 40px;
	background-color: pink, white;
	float: left;
	
} /* end social_network3_GP-TWT styles */

	
#social_network_GooglePlus{
	font-size: 15px;
	width: 150px;
	height: 40px;
	background-color: pink, white;
	text-align: center;
	float: left;
	
} /* end social_network_GooglePlus styles */
	
	
#social_network_Twitter{
	
	font-size: 15px;
	width: 150px;
	height: 40px;
	background-color: pink, white;
	text-align: center;
	float: right;
	
} /* end social_network_Twitter styles */	
	
#social_network_You-link{
	
	width: 480px;
	height: 40px;
	background-color: pink, white;
	float: right;
	
} /* end social_network_You-link styles */
		
	
#social_network_Youtube{
	font-size: 15px;
	width: 240px;
	height: 40px;
	background-color: pink, white;
	text-align: center;
	float: left;
	
} /* end social_network_Youtube styles */
			
		
	
#social_network_Linkedin{
	font-size: 15px;
	width: 240px;
	height: 40px;
	background-color: pink, white;
	text-align: center;
	float: right;
	
} /* end social_network_Linkedin styles */
	
	
#website_logo{
	
	font-size: 15px;
	width: 100%;
	height: 100px;
	float: center;
	background-color: #000;
	color:#FFF;

	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
} /* end website_logo styles */
	
	
#website_logo1{
	
	//font-size: 15px;
	width: 50%;
	height: 90px;
	float: left;
	background-color: #000;

	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
} /* end website_logo1 styles */	

#website_logo2{
	
	//font-size: 15px;
	width: 50%;
	height: 90px;
	float: right;
	background-color: #000;

	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
} /* end website_logo2 styles */	

	
#googleAdtop {
	width: 100%;
	height: 100px;
	background-color:  pink;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	//border: 0px;
	//align: center;
} /*googleAdtop styles */
	
	
	
h1{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: pink, #96CDFF;
} /* end h1 styles */
	
	
h4 {
	font: 18px  Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	color: pink, #000;
	background: pink, #FFF;
	text-align: center;
} /* end h4 styles */

.white_text {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} /* end white text styles */
	
.bold_text1 {
	font-weight: bold;
	font: arial "Arial Black", Gadget, sans-serif;
	font size: 30px;
} /* end bold text1 styles */
	
.bold_text {
	font-weight: bold;
	font: arial;
	font size: 18px;
} /* end bold text styles */
	
.portfolio_text{
	font-size: 13px;
	font-weight: bold;
	color: #393939;
	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
} /* end .portfolio text styles */
	
#header{
	width: 100%;
	height: 255px;
	text-align: center;
	background-image: url(images/background_top.gif);
	min-width: 565px;
} /* end header styles */

#footer {
	font-size: 10px;
	font-weight: bold;
	color: #52544f;
	text-align: center;
	padding:40px;
	clear: both;
} /*end page footer styles */

	

#navbar {
	margin:0px;
	padding:0;
	height: 27px;//32px;
	background: white;
	z-index: 5;
} /* end navigation bar styles */

#navbar ul{
	margin:0;
	padding:0;
	line-height:25px;//30px;
	//font-size:20px;
	text-align: center;
	
	z-index: 5;
//	align:center;
//	background:yellow;
} /* end navigation bar styles */


#navbar li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;//right;
	position: relative;//absolute;
	
	z-index: 5;
	//background:#999;
	//height: 30px;

/*start of background color*/

	background: rgb(167,207,223); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(167,207,223,1)), 	
	color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* 
	Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 
	fallback on horizontal gradient */

/*end of background color*/

} /* end navigation bar styles */


#navbar li li {
	margin:0;
	padding:0;
	text-align: left;
	list-style:none;
	position: relative;
	background: rgba(33,33,33,1);//#999;
	top:0px;
	z-index: 5;
	
} /* end navigation bar styles */



#navbar ul li a {
	//text-align: center;
	font-family: 12px "Comic Sans MS", cursive;
	text-decoration:none;
	height:25px;//30px;
	width:178px;//150px;
	display:block;
	color:#fff;
	border: 1px solid rgba(33,33,33,1);
	text-shadow:1px 1px 1px #000;
	z-index: 5;


} /* end navigation bar styles */


#navbar ul ul{
	margin:0;
	padding:0;
	text-align:left;
	top:25px;//30px;
	font-size:14px;
	z-index: 5;
	
	//float:right;//left;
	position: absolute;
	visibility:hidden;
//	border:1px solid #000;
	
	//	align:center;
}/* end navigation bar styles */

#navbar ul ul ul{
	margin:0;
	padding:0;
	top:0px;
	left:180px;
	font-size: 14px;
	z-index: 5;

	//display:block;
	//float:right;//left;
	position: absolute;
	visibility:hidden;
	
	//	align:center;
}/* end navigation bar styles */


#navbar ul li:hover ul{
	visibility: visible;
	
} /* end navigation bar styles */


#navbar ul li:hover ul ul{
	visibility: hidden;
	
} /* end navigation bar styles */

#navbar ul li:hover ul li:hover ul{
	visibility: visible;
	
} /* end navigation bar styles */

#navbar ul li:hover .darrow{
	//background-color:#09f;
	
/*start of background color*/

	background: rgb(167,207,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), 
	color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

/*end of background color*/

	
} /* end navigation bar styles */



#navbar li:hover{
//background:#09f;

/*start of background color*/

	background: rgb(167,207,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), 					
	color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

/*end of background color*/

//	margin:0;
//	padding:0;
} /* end navigation bar styles */


#navbar ul li:hover ul li a:hover li{
	background:#ccc;
	color:#000;
	
	//margin:0;
	//padding:0;
} /* end navigation bar styles */


#navbar a:hover {
	color:#000;


//	margin:0;
//	padding:0;
} /* end navigation bar styles */



.darrow{
	font-size: 14px;
	position:absolute;
	//color: silver;
	width: 20px;
	background-color: black;//silver;//teal;
	top:1px;
	right:1px;
	text-shadow:1px 1px 1px #000;
}	/* end darrow styles */


.rarrow{
	font-size: 12px;
	position:absolute;
	//color: silver;
	//background-color: silver;//black;
	width: 20px;
	top:1px;
	right:1px;
	text-shadow:1px 1px 1px #000;
}/* end rarrow styles */
	

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background_page.gif);
	margin: 0;
	/* it's good practice to zero the margin and padding of the body
	element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then
	set to the left aligned default in the #container selector */
	
	
	/*start of background color*/


	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(227,230,243,1) 5%, rgba(255,255,255,1) 10%, 

	rgba(227,230,243,1) 15%, rgba(255,255,255,1) 20%, rgba(227,230,243,1) 25%, rgba(255,255,255,1) 30%, rgba(227,230,243,1) 35%, 
	rgba(255,255,255,1) 40%, rgba(227,230,243,1) 45%, rgba(255,255,255,1) 50%, rgba(227,230,243,1) 55%, rgba(255,255,255,1) 60%, 

	rgba(227,230,243,1) 65%, rgba(255,255,255,1) 70%, rgba(227,230,243,1) 75%, rgba(255,255,255,1) 80%, rgba(227,230,243,1) 85%, 
	rgba(255,255,255,1) 90%, rgba(227,230,243,1) 95%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), 
	color-stop(5%,rgba(227,230,243,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(15%,rgba(227,230,243,1)), 
	color-stop(20%,rgba(255,255,255,1)), color-stop(25%,rgba(227,230,243,1)), color-stop(30%,rgba(255,255,255,1)), 
	color-stop(35%,rgba(227,230,243,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(45%,rgba(227,230,243,1)), 
	color-stop(50%,rgba(255,255,255,1)), color-stop(55%,rgba(227,230,243,1)), color-stop(60%,rgba(255,255,255,1)), 
	color-stop(65%,rgba(227,230,243,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(75%,rgba(227,230,243,1)), 
	color-stop(80%,rgba(255,255,255,1)), color-stop(85%,rgba(227,230,243,1)), color-stop(90%,rgba(255,255,255,1)), 
	color-stop(95%,rgba(227,230,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(227,230,243,1) 5%,rgba(255,255,255,1) 
	10%,rgba(227,230,243,1) 15%,rgba(255,255,255,1) 20%,rgba(227,230,243,1) 25%,rgba(255,255,255,1) 30%,rgba(227,230,243,1) 
	35%,rgba(255,255,255,1) 40%,rgba(227,230,243,1) 45%,rgba(255,255,255,1) 50%,rgba(227,230,243,1) 55%,rgba(255,255,255,1) 
	60%,rgba(227,230,243,1) 65%,rgba(255,255,255,1) 70%,rgba(227,230,243,1) 75%,rgba(255,255,255,1) 80%,rgba(227,230,243,1) 
	85%,rgba(255,255,255,1) 90%,rgba(227,230,243,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(227,230,243,1) 5%,rgba(255,255,255,1) 10%,rgba(227,230,243,1) 
	15%,rgba(255,255,255,1) 20%,rgba(227,230,243,1) 25%,rgba(255,255,255,1) 30%,rgba(227,230,243,1) 35%,rgba(255,255,255,1) 
	40%,rgba(227,230,243,1) 45%,rgba(255,255,255,1) 50%,rgba(227,230,243,1) 55%,rgba(255,255,255,1) 60%,rgba(227,230,243,1) 
	65%,rgba(255,255,255,1) 70%,rgba(227,230,243,1) 75%,rgba(255,255,255,1) 80%,rgba(227,230,243,1) 85%,rgba(255,255,255,1) 
	90%,rgba(227,230,243,1) 95%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(227,230,243,1) 5%,rgba(255,255,255,1) 
	10%,rgba(227,230,243,1) 15%,rgba(255,255,255,1) 20%,rgba(227,230,243,1) 25%,rgba(255,255,255,1) 30%,rgba(227,230,243,1) 
	35%,rgba(255,255,255,1) 40%,rgba(227,230,243,1) 45%,rgba(255,255,255,1) 50%,rgba(227,230,243,1) 55%,rgba(255,255,255,1) 
	60%,rgba(227,230,243,1) 65%,rgba(255,255,255,1) 70%,rgba(227,230,243,1) 75%,rgba(255,255,255,1) 80%,rgba(227,230,243,1) 
	85%,rgba(255,255,255,1) 90%,rgba(227,230,243,1) 95%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(227,230,243,1) 5%,rgba(255,255,255,1) 10%,rgba(227,230,243,1) 
	15%,rgba(255,255,255,1) 20%,rgba(227,230,243,1) 25%,rgba(255,255,255,1) 30%,rgba(227,230,243,1) 35%,rgba(255,255,255,1) 
	40%,rgba(227,230,243,1) 45%,rgba(255,255,255,1) 50%,rgba(227,230,243,1) 55%,rgba(255,255,255,1) 60%,rgba(227,230,243,1) 
	65%,rgba(255,255,255,1) 70%,rgba(227,230,243,1) 75%,rgba(255,255,255,1) 80%,rgba(227,230,243,1) 85%,rgba(255,255,255,1) 
	90%,rgba(227,230,243,1) 95%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 
	fallback on horizontal gradient */

	/*end of background color*/

	
	
	
	
	
	
	
	
	//background-color: Pink;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	width: 1080px;
	align: center;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 100px;
	
} /*end body styles */
	
	
	
	
	
#main_block{
	Width: 100%; //1080px;
	align: center;
	
	background: transparent;
	//background-color: Pink;
	//background-color: #00CCCC;
	//background-color: yellow;
	//height: 1000px;
	//border="0";
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
} /* end main block styles */


