/* CSS Document */
body
{
	background-color:#FFFFFF;
	margin-top:0px;
}

/* this is navigation section */

.menuitem
{
	font-family:arial,verdana;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin:7px 0px 0px 0px;
}

.menuitem a:link
{
	font-family:arial,verdana;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

.menuitem a:visited
{
	font-family:arial,verdana;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

.menuitem a:hover
{
	font-family:arial,verdana;
	font-size:14px;
	color:#00baff;
	text-decoration:none;
	text-align:center;
}


.buttonbg
{
	background-image:url('../images/butonbg.jpg');
	height:28px;
	width:136px;
	float:left;
	margin:25px 0px 0px 15px;
}


/* this is content section */

#header
{
	background:url('../images/headbg.jpg');
	height:300px;
	width:1000px;
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:center;
}

#banner
{
	width:1000px;
	height:240px;
	overflow:hidden;
	margin:0px 20px 0px 20px;
}

#main
{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#gallery
{
	width:500px;
	height:415px;
	margin:20px 20px 0px 200px;
}

#home_img
{
	width:960px;
	height:auto;
	background-color:#000000;
	overflow:hidden;
	margin:30px 0px 0px 5px;
}

.text
{
	font-family:arial,verdana;
	font-size:13px;
	color:#ffffff;
	text-align:justify;
	margin:0px 20px 0px 20px;
}


.heading
{
	font-family:arial,verdana;
	font-size:22px;
	color:#50afdb;
	text-align:justify;
	margin:20px 0px 0px 20px;
}

.heading3
{
	font-family:arial,verdana;
	font-size:22px;
	color:#50afdb;
	text-align:justify;
	margin:100px 0px 0px 40px;
}


.heading2
{
	font-family:arial,verdana;
	font-size:18px;
	color:#bdc3c5;
	text-align:justify;
	margin:0px 0px 0px 0px;
}


#content
{
	background-color:#3a3a3a;
	background-repeat:no-repeat;
	height:auto;
	width:926px;
	float:left;
}


.side
{
	background-color:#02426d;
	height:548px;
	width:37px;
	float:left;
}

.side2
{
	background-color:#02426d;
	height:703px;
	width:37px;
	float:left;
}

.side3
{
	background-color:#02426d;
	height:1609px;
	width:37px;
	float:left;
}

.side4
{
	background-color:#02426d;
	height:633px;
	width:37px;
	float:left;
}

/* this is footer section */

#footer
{
	background-color:#303030;
	height:auto;
	width:1000px;
	margin:0px 0px 0px 0px;
	float:left;
}


.footer_text
{
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	margin:23px 0px 0px 0px;
}

.footer_text a:link
{
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.footer_text a:visited
{
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.footer_text a:hover
{
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align:center;
	text-decoration: underline;
}

h2 a:link, a:visited, a:hover
{
	font-family:arial,verdana;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}