@charset "utf-8";
/* CSS Document */

/*-----Common Properties-----*/

*
{
	padding:0;
	margin:0;
}

p
{
   padding-bottom:10px;
}

body
{
	padding:0;
	margin:0;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#95d1eb;
}

a
{
	text-decoration:none;
}


img, a img
{
	border:none;
}



h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;
}


table
{
	border-collapse:collapse;
}

/*-------Main Container-------*/

/*#page
{
	width:1001px;
	margin:0 auto;
}*/

/*--------Header-------*/

.mainTable
{
    width:100%;
    margin:0 auto;
}

.top
{
   background:url(../images/headerbg.gif) repeat-x top;
}

.middle
{
    background:url(../images/mainmiddleBg.gif) repeat-x top;
	background-color:#FFFFFF;
}

.bottom
{
   background:url(../images/footerbg.gif) repeat-x top;
}

/*--------Header-------*/

.headerTable
{
    background:url(../images/headerTablebg.gif) repeat-x top;
    width:1002px;
	margin:0 auto;
}

.LinkTable
{
    background:url(../images/linkTableBg.gif) repeat-x top;
    width:1000px;
	margin:0 auto;
}

.flashTable
{
    background:url(../images/flashTableBg.gif) repeat-y top;
	width:1000px;
	margin:0 auto;
}

.contentTable
{
    background:url(../images/contentTableBgnew.gif) top;
	width:1000px;
	font-family:Arial;
	font-size:12px;
	color:#546777;
	line-height:18px;
	margin:0 auto;
}

.contentTableInner
{
    background:url(../images/middleinnerBg.gif) repeat-x top;
	width:1000px;
	font-family:Arial;
	font-size:12px;
	color:#546777;
	line-height:20px;
	margin:0 auto;
}

.contentTableInner  ul
{

	padding-left:18px;
}


.contentTableInner  li
{
    list-style:url(../images/bullet.gif);
	line-height:25px;
}
/*.contentTableInnerOl  li
{
    list-style:url(../images/bullet.gif);
	line-height:25px;
}*/

.contentTableInner td
{
    padding:0 50px 0 50px;
}

.contentTableInner h1
{
    font-family:Arial;
	font-size:16px;
	color:#156bb3;
}

.contentTableInnerFilm
{
    background:url(../images/middleinnerBg.gif) repeat-x top;
	width:1000px;
	font-family:Arial;
	font-size:12px;
	color:#546777;
	line-height:20px;
	margin:0 auto;
}

.contentTableInnerFilm td
{
    padding:0 15px 0 15px;
}

.contentTableInnerFilm h1
{
    font-family:Arial;
	font-size:16px;
	color:#156bb3;
}


.thankyou
{
    font-family:Arial;
	font-size:20px;
	color:#156bb3;
	text-align:center;
}

.clickHere
{
	font-weight:bold;
	text-align:center;
}

.clickHere a
{
    color:#0b8ecc;
}
.heading
{
    font-family:Arial;
	font-size:16px;
	color:#156bb3;
	font-weight:bold;
	background-color:#edf7fc;
}
.contentbullet
{
    padding-right:7px;
}

.contentTableInner b
{
    font-family:Arial;
	font-size:13px;
	color:#156bb3;
}

.contentTableInner a
{
    font-family:Arial;
	color:#156bb3;
}

.contentTableInner a:hover
{
    font-family:Arial;
	color:#003b6c;
}

.contentTable td
{
	padding:15px 15px 10px 15px;
}

.formTable
{
    background:url(../images/formbg.gif) no-repeat;
	width:417px;
	height:482px;
	font-family:Arial;
	font-size:13px;
	color:#546777;
	line-height:12px;
}

.formTable td
{
   padding:0 30px 0 20px;
}



.formTable b
{
    font-family:Arial;
	font-size:14px;
	color:#156bb3;
}

.footerTable
{
	width:1000px;
	margin:0 auto;
}

.copyRight
{
    background:url(../images/footermiddle.gif) repeat-x top;
    font-family:Verdana;
	font-size:11px;
	color:#89a0a9;
	text-align:right;
	width:960px;
}

.footerReflectTable
{
    
	width:1000px;
	margin:0 auto;
}

.reflectbg
{
   background:url(../images/newreflectbg.gif) repeat-x top;  
}

.submitBg
{
   background:url(../images/submit.gif) no-repeat;
   height:24px;
   width:74px;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('../images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	
