/* Css Reset File */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}





ol, ul {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong
{
font-weight:bold;
color:white;
}

em{
font-style:italic;
}


.Designer
{
display:none;
}

/* Coding starts here*/

body
{


margin: 0;
	padding: 0;
}


html { height: 100%; overflow-y: scroll;}
body { min-height: 100%; height: 100%; }

.logo
{

	width:236px;
	height:69px;
	margin-top:20px;
	margin-left:0px;
}





#Wrapper
{
  width:100%;
display:table;

 background-image:url('../images/bg1.gif');
  background-position:top center;
  background-repeat:no-repeat;
    	height: 100%;
		background-attachment:fixed;
		
}

#Wrapper2
{
  width:100%;
display:table;
  background-image:url('../images/bg2.gif');
  background-position:bottom center;
  background-repeat:no-repeat;
    	height: 100%;
		background-attachment:fixed;
		
}

#Wrapper3
{
  width:100%;
  display:table;
  margin:auto;
 background-image:url('../images/bg1.gif');
  background-position:bottom center;
  background-repeat:no-repeat;
    	height: 100%;
		background-attachment:fixed;
		
}


#Wrapper4
{
  width:100%;
  display:table;
  margin:auto;
  background-image:url('../images/bg3.gif');
  background-position:bottom center; 
  background-repeat:no-repeat;
    	height: 100%;
		background-attachment:fixed;
}



#Header
{
  width:900px;
  height:100px;
  margin:auto;

	position:relative;
	border-bottom:1px solid #267a0f;
    color:#2c2c2c;	
 	background-image:url('../images/contentbg2.png');
}

#Menu
{ 
 width:500px;
	position:absolute;
	top:75px; 
	left:25px;
	color:#267a0f;
	font-size:13px;left:405px;
}





#Menu ul li
{
	float:left;
	list-style:none;
}





#Menu ul li a:link, #Menu ul li a:visited
{
	   color:#2c2c2c;
		text-decoration:none;
}


#Menu ul li a:hover
{
color:#267a0f;
text-decoration:none;
}


#Menu ul li a.Sel
{

	color:#267a0f;
}

#Menu ul  span
 {
	display:block;
	width:45px;
	
	height:20px;
   color:#2c2c2c;
	font-weight:bold;
	float:left;
	text-align:center;
	
}


#ContentHolder
{
	width:910px;
	min-height:470px; 
	padding-top:40px;
    color:#2c2c2c;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#ContentHolder p
{
  line-height:20px;
  margin-top:5px;
  margin-bottom:20px;
  font-family:Helvetica;
  color:white;
  font-size:15px;

}

#TheContent
{
	vertical-align:center;
	margin-top:0px;
	margin-left:5px;

}



#TheContent ul li
{

  font-family:Helvetica;
  color:white;
  font-size:15px;
  
}


#TheContent img
{
align:center;
}




#ThePartners
{
  width:350px;

  -moz-border-radius: 15px;
   border-radius: 15px;

   	background-image:url('../images/contentbg2.png');
	padding:10px;
	float:left;
	margin-left:5px;
	margin-right:20px;
	margin-top:75px;
}




#TheTeam
{
  width:350px;

  -moz-border-radius: 15px;
   border-radius: 15px;

   	background-image:url('../images/contentbg2.png');
	padding:10px;
	float:left;
	margin-left:20px;
	margin-right:5px;
	margin-top:75px;	margin-left:5px;
}


#ThePartners img
{
  
	padding:10px;
	width:200px;
    margin-left:60px;
	
}




#Footer
{
  width:880px;
  height:15px;
  margin:auto;
	border-top:1px solid #267a0f;

  margin-top:20px;
  padding:5px 10px 0px 10px;
  color:#e5e5e5;
  font-size:9px;
 
    color:#2c2c2c;

			line-height:10px;
			
 	background-image:url('../images/contentbg2.png');
}


#Footer .copyRite
	{
	
	}

#Footer .Address
	{
		display:block;
		float:right;
		line-height:15px;
		margin-top:-5px;
	}

	h1,h2
	{
		color:#9ccc22;
	font-weight:bold;
	font-size:17px;
	margin-bottom:15px;
	}
	
	
	
	
	
	
	h2
	{
		color:#fff;
	font-weight:bold;
	font-size:17px;
	margin-bottom:15px;
	}

	
	a:link,a:visited
	{
	color:#9ccc22;
	font-style:italic;
	}
	
	