/* CSS Document */
body 
{
	margin:0px;
	background-color:#104C78;
	background-image:url(../images/page-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:arial;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-align:left;
}


#outer
{
	width:930px;
	margin:auto;

}

.left
{
	float:left;
	
}

.right
{
	float:right;
}


.clear
{
	clear:both;
}

.height_10
{
	height:10px;
	font-size:10px;
	border:1px solid red;
	width:20px;
}



.text-box
{
margin:0px;
padding:0px;
margin-bottom:8px;
border:1px solid #666666;
height:20px;
}


/* LOGO CLASS STARTS */
.logo
{
	width:339px;
	float:left;
	text-align:left;
	margin-bottom:11px;
	padding-left:5px;

}

.celebration
{
	width:215px;
	float:right;
	text-align:left;
	padding-left:5px;

}


/* LOGO CLASS ENDS */

/* TOP LINKS CLASS STARTS HERE */
.top_links_bg
{
	float:left;
	width:920px;
	font-size:0px;
	color:#ffffff;
	font-weight:bold;
	height:10px;
	background-position:top;
	background-image:url(../images/top-links-bg.jpg);
	padding-left:10px;
}


a.top_links:link, a.top_links:visited 
{	
	float:left;
	height:25px;
	list-style:none;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;

		
}

a.top_links:hover, a.top_links:visited:hover
{
	float:left;
	color:#FFC600;
	text-decoration:none;
	float:left;

}


li.top_links
{
	float:left;
	background-image:url(../images/top-links-divider.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:12px;
	padding-right:12px;
	background-repeat:no-repeat;
	list-style:none;
	margin-top:14px;
}

li.top_links_home
{
	float:left;
	height:28px;
	background-repeat:no-repeat;
	list-style:none;
}







.main
{
	width:907px;
	float:left;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-y;
	padding-top:9px;
	padding-left:12px;
	padding-right:11px;

}

.right-sec
{
	float:left;
	width:667px;
	background-image:url(../images/main-right-bg.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	background-position:top;
	background-color:#ffffff;
	margin-bottom:5px;
}

.right-left-sec
{
	float:left;
	width:330px;
	padding-right:9px;
	height:520px;
border:0px solid red;
height:auto;
	
}

.right-right-sec
{
	float:left;
	width: 290px;
	padding-left:10px;
}





.left-sec
{
	float:left;
	width:238px;
		margin-bottom:5px;
	background-image:url(../images/main-left-ie.jpg);


}

.first-word
{
	font-size:26px;
	font-weight:bold;
	color: #EC4300;
}

.right-content
{
	line-height:150%;
	padding-top:10px;
}

.video-bg
{
	float:left;
	background-image:url(../images/video-bg.gif);
	background-repeat:no-repeat;
	width:314px;
	height:224px;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:4px;
}

.form-bg
{
	float:left;
	background-image:url(../images/form-bg.gif);
	background-repeat:no-repeat;
	width:290px;
	height:139px !important;
	height:139px;
	padding-left:15px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}

.text-field
{
width:170px;
}






/* FOOTER STARTS */

.footer
{
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	width:930px;
	padding-top:20px;
	padding-bottom:8px;
	height:15px;
	text-align:center;
	color:#FFFFFF;
	border:0px solid red;


}

/* FOOTER ENDS */

ul
{
	margin:0px;
	padding:0px;
}


li
{
	background-image:url(../images/left_links_bullet.gif);
	padding-top:2px;
	margin-left:15px;
	background-repeat:no-repeat;
	list-style:circle;

}




h1
{
	font-family:arial;
	font-size:24px;
	color:#FFC700;
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}



h2
{

	background-position:left;
	font-size:14px;
	color:#ffffff;
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:5px;
	margin:0px;
}

h4
{
	font-size:15px;
	margin:0px;
	padding:0px;
	padding-bottom:4px;
}


a, a:link, a:active, a:visited
{
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:visited:hover
{
	color: #78A5BC;
	text-decoration:none;
}

img
{
	border:0px;
}
.submit_button {
	background-image:url(../images/btn-submit.gif);
	width:105px;
	height:26px;
	background-position:left;
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
}

