/* CSS Document */

body, html {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Trebuchet MS, "Lucida Sans", "Lucida Sans Unicode";
	font-size:12px;
	background: url(../site-images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000000;
	color: #FFFFFF;
} 

.homecontent {
	line-height:15px;
	padding-top:50px;
}

#background{position:absolute; z-index:1; width:309px; height:189px;}

.gallery {
	width:309px;
	height:189px;
	margin:38px 0px 0px 37px;
}
html>body .gallery {margin:38px 0px 0px 35px;}

.highlight {
	color:#FFE25D;
	font-weight:normal;
}

/********************* Main Menu Code START HERE *****************************/
.nav {
	padding:60px 25px 0px 0px;
}

/**************************** This class for Sublinks *******************************/

.sublink td {
	text-decoration:none;
	font-size:11px;
	color:#FD9206;
	font-weight:normal;
	text-align:left;
	background: url(../site-images/common/sublink-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:27px;
}

.sublink a:link {
	text-decoration:none;
	color:#7C8181;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

.sublink a:visited {
	text-decoration:none;
	color:#7C8181;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

.sublink a:hover {
	text-decoration:none;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

/**************************** This class for Heading *******************************/

.title {
	font-family:Arial, Verdana, Trebuchet MS, Times new roman, serif;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	color:#4972C3;
	border-bottom:1px solid #4972C3;
	padding-bottom:2px;
	margin-bottom:10px;
}

.subtitle {
	font-family:Verdana, Arial, Times new roman, serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	color:#000000;
	margin:0px 0px 8px 0px;
}

/*************************** This class use for Left Box **********************************/
.img-border {
	border:1px solid #999999;
}

a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

/************************* General Classes *****************************/
#formTable td {
	padding:8px 0px 8px 8px;
}

input {
	border:1px solid #C1C1C1;
	xheight:18px;
	font-size:11px;
	width:170px;
}

textarea {
	border:1px solid #C1C1C1;
}

select {
	border:1px solid #C1C1C1;
	xheight:18px;
	font-size:11px;
	xwidth:170px;
}

#formTable .submit {
	width:50px;
}

.red-msg {
	color:#FF0000;
}

/*************************** This class use for Footer ***********************************/
#footer {
	font-size:11px;
	color:#999999;
	text-decoration:none;
	background-color:#E4E4E4;
	height:35px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:right;
	padding:0px 15px 0px 15px;
}

#footer a:link {
	color: #666666;
	text-decoration:none;
}

#footer a:visited {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #999999;
	text-decoration:underline;
}

