/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002F57;
}
body {	background-color:#CCC;}

img {
	vertical-align:bottom;
	border: none;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
	line-height:0px;
	display:block;
	font-size:1px;
}
li{list-style-position: inside; list-style-type:disc}

p{}

h1{
	font-size: 20px;	
	color:#666; 
	padding:20px 0 10px 0;
	font-weight:100;
}
h2{ 
	font-size:12px; 
	color:#FFFFFF;
	padding:0 0 10px 30px; 	
}
h3{
	font-size: 16px;
	color:#709B2E; 
	padding:10px 0;
	font-weight:100;
}
h4 {
	font-size: 12px;
	color:#666; 
	padding:10px 0 0;
}
h5{ 
	font-size:12px;
	background:#D9E0E6; 
	width:100%; 
	height:20px; 
	color:#002F57; 
	line-height:20px; 
	font-weight:bold; 
	padding:0 0 0 10px; 
	
}
h6{
	color:#002F57; 
	text-decoration:underline; 
	font-size:12px; 
}


.FloatLeft{ float:left;}
.FloaRight{ float:right;}

a{ 
	color:#89BE38;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}



/* GENERAL DEFINITIONS ENDS */


/* TOP STARTS */
#Top {	
	margin: 0 auto;	
	width: 100%; 
	clear:both;
	background:url(../images/defaults/nav_bkg.jpg) top repeat-x #002F57; padding-bottom:10px;
}
#Logo{ 
	width:370px;
	height:83px; 
	float:left
}
/* TOP ENDS */


/* MENU STARTS */
#VideoMenu{ 
	display:inline-block; 
	width:159px; 
	height:26px; 
	float:right; 
	padding:0 12px 0 0; 
	color:#FFFFFF; 
	text-align:center; 
	line-height:26px; 
	background:url(../images/defaults/menu_video.jpg) left no-repeat;
}
#VideoMenu a{ 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-decoration:none;
}
#VideoMenu a:hover{ color:#b7d28d}



#Menu{
	width:139px; 
	height:26px; 
	float:right; 
	padding:0 22px 0 0; 
	color:#FFFFFF; 
	text-align:center; 
	line-height:26px; 
	background:url(../images/defaults/menu.jpg) left no-repeat;
}

#Menu li{
	list-style:none;  
	display:inline
}
#Menu a{ 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-decoration:none;
}
#Menu a:hover{ color:#89BE38}
/* MENU ENDS */


/* MAIN PAGE STARTS */

#MainContainer{
	margin: 0 auto;	
	width: 944px;	
	background:url(../images/defaults/footer_up.jpg) no-repeat bottom #FFF;	
	border-bottom:15px #CCCCCC solid;
}
#PageContent {padding:15px 30px 20px 35px}

#RightContent{ 
	width:305px; 
	float:right; 
	padding:0 0 0 0px;
}

/* FOOTER STARTS */
#Footer {
	background:url(../images/defaults/footer_top.jpg) no-repeat;  
	height:90px;
	clear:both;
}

#copyright{
	float:left;
	padding:15px 110px 0 80px; 
	color:#666; 
	font-weight:bold; 
	font-size:10px;
}
#NavFooter{
	float: left; 
	padding:5px 0px 0px 0; 
	width:540px; 
	height:14px;
	/*clear:both;*/
}
#NavFooter li{
	list-style:none;
	float:left; 
	padding:0 2px;
}
#NavFooter li a{
	color:#002F57;
}
#LinkFooter{  padding:20px 0 0 55px; clear:both;}
#LinkFooter li{ list-style:none; float:left; padding:0 0 0 25px;}
/* FOOTER ENDS*/

#careerContent h2{ 
	color:#002F57;
}


label, input, textarea {
	display: block;
	padding: 5px;
	width: 400px;
}

.radios {
	display:block;
	float:left;
	width:30px;
	padding-left: 5px;
}

#question label {
	font-weight: bold;
	clear: both;
	padding: 10px;
}

#scroll  {
	background: white;
	width:540px;
	height:200px;
	overflow: auto;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#scroll p {
	margin-left: 10px;
	margin-right: 14px;
}
#scroll h1
{
	margin-left: 10px;
	margin-right: 14px;	
}
#scroll h2
{
	margin-left: 10px;
	margin-right: 14px;	
}
#scroll h3
{
	margin-left: 10px;
	margin-right: 14px;	
}
#scroll li
{
	margin-left: 10px;
	margin-right: 14px;	
}
