*{
	margin:0;
	padding:0;
}
body{
	background:#fff url(images/bg.gif) repeat-x top;
	font:11px/20px Tahoma,Helvetica,sans-serif;
	color:#222;
}
#inner-bg{
	background:#fff url(images/bg-inner.gif) repeat-x top;
}

#inner-bg2{
	background:#fff url(images/bg3.gif) repeat-x top;
}

#logo34 { text-align: right; }

#inner-bg3{
	background:#fff url(images/bg4.gif) repeat-x top;
}
.redlab{color: #5398BF; margin-left: 2px;}
#password_left { float: left; margin-left: 82px;}
#password_left2 { float: left; margin-left: 82px; width: 350px;}
#password_right {float: right;}
#terms { width: 412px; height: 300px; overflow-y: scroll; overflow-x: hidden; border: thin dashed #0CF; padding: 6px;}
#terms2 { width: 650px; height: 250px; overflow-y: scroll; overflow-x: hidden; border: thin dashed #0CF; padding: 6px;}
.error { color: red; }
/* Layout Styles Starts */

#wrapper{
	width:986px;
	margin:0 auto;
}

#wrapper2{
	width:764px;
	margin:0 auto;
	padding: 100px 0 0 0;
}

#wrapper22{
	width:764px;
	margin:0 auto;
	padding: 45px 0 0 0;
}
#clogo {text-align:center; margin-bottom: 36px;}
	#menu{
		height:43px;
		overflow:hidden;
		padding:0 0 11px 0px;
	}
		#menu ul{
			list-style:none;
			margin:11px 0 0 0;
		}
			#menu li{
				margin:0 0px 0 0;
			}
			#menu li, #menu li a, #menu li a span, #menu li a.current, #menu li a.current span{
				display:block;
				float:left;
				height:22px;
				line-height:20px;
				color:#838383;
				cursor:pointer;
				font-size:12px;
			}
				#menu li a, #menu li a.current{
					text-decoration:none;
					padding:0 0 0 10px;
				}
					#menu li a span, #menu li a.current span{
						padding:0 20px 0 10px;						
					}
						#menu li a:hover, #menu li a.current{
							background:url(images/menu-h-left.gif) no-repeat left;
						}
							#menu li a:hover span, #menu li a.current span{
								color:#fff;
								background:url(images/menu-h-right.gif) no-repeat right;
							}
	#header{
		height:345px;
		overflow:hidden;
	}
	#header1{
		height:147px;
		overflow:hidden;
	}
		#header-left{
			width:252px;
			float:left;
		}
		#logo, #logo1{
			width:238px;
			padding:37px 0 47px 3px;
		}
		#logo1{
			padding:17px 0 0 0px;
		}
			#logo h1, #logo1 h1{
				background:url(images/logo2.gif) no-repeat;
			}
				#logo h1 a, #logo1 h1 a{
					display:block;
					height:77px;
				}
					#logo h1 a span, #logo1 h1 a span{
						display:none;
					}
		#slogan{
			background:url(images/bubble.gif) no-repeat;
			width:212px;
			height:75px;
			padding:20px;
			margin-top:20px;
		}
			#slogan ul{
				list-style:none;
			}
		#sloganVideo {
			z-index: 1000;
			width:252px;
			height:189px;
			margin-left: 13px;
		}
		#banner{
			float:right;
			width:682px;
			height:295px;
			background:url(images/slide-show-block2.gif) no-repeat;
			padding:12px 13px;
		}
		#banner ul{
			list-style:none;
		}
	#container{
		padding:0px 10px 10px 10px;
	}
		#mainarea{
			width:680px;
			float:left;
		}
			#mainareaa{
			width:739px;
			float:left;
		}
		#mainareaFull{
			width:966px;
			float:left;
		}
		
		#mainarea2{
			width:680px;
 			text-align: center;
		}
		
		#sidearea{
			width:215px;
			float:right;
		}
			.sblock1{
/*				background:#fff url(images/sideare-bg.gif) repeat-x top;*/
				background:#eaebed url(images/sideare1-bg.gif) repeat-x top;
				padding:15px;
				margin:0 0 20px 0;
				border:1px solid #ccc;
			}
			.sblock2{
/*				background:#fff url(images/sideare-bg.gif) repeat-x top;*/
				padding:0 0 0 15px;
				margin:0 0 20px 0;
			}
			.sblock3{
/*				background:#fff url(images/sideare-bg.gif) repeat-x top;*/
				margin:0 0 20px 0;
			}
			.sblock4{
				margin-left: -70px;
			}
		.block1, .block2{
			width:209px;
			margin:0 25px 10px 6px;
			display:block;
			float:left;
		}
		#block3 {
			width:209px;
			margin:0;
			display:block;
			float:left;
		}
		#block3 a{
			text-decoration: none;
		}
		.block2{
			width:455px;
			margin:0 20px 10px 35px;
		}
#footer{
	width:100%;
	border-top:1px solid #d9d9d9;
	padding:10px 0;
}
	#footer-inner{
		width:960px;
		margin:0 auto;
		height:22px;
		line-height:22px;
		overflow:hidden;
		font-size:10px;
	}
		#footer-inner a{
			font-weight:normal;
		}
	
/* Layout Styles Ends */



/* Links Styles Starts */

#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}

/* Links Styles Ends */

/* Form Styles */


#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:200px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background:#4e4e4e;
	margin:8px 0;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}
.button2{
	background: red;
	margin:8px 0;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:10px 10px 0 0;
}
#container p img.floatright{
	margin:10px 0 0 10px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container dt{
	font-weight:bold;
	margin:5px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#79B22D;
	text-decoration:none;
	font-weight:bold;
	outline: none;
}
a:hover {text-decoration:underline;color:#4e7425;}
h1{font-size:16px; color:#5398BF;font-family:"Trebuchet MS";font-weight:normal;}
h2{font-size:16px; color:#5398BF;}
h7{font-size:12px; color:#5398BF;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h2,h3,h4,h5,h6{margin:0 0 15px 0;font-family:"Trebuchet MS";font-weight:normal;}
h2.management {
	margin-bottom: 5px;
}
img{border:none;}
.clear{clear:both;}
.clearRight{clear:right;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}

/* Genric Styles Ends */

.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("images/bgm.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
#instructions
	{ width: 195px; }
a.action {
	color: red;
}
div.input {
	width: 904px;
}
div.textarea {
	width: 904px;
}
.textarea textarea {
	width: 900px;
}
div.text label {
	width: 50px;
	float: left;
}
div.text input {
	width: 852px;
	border: 1px solid #A5A5A5;
}
fieldset {
	width: 920px;
}
.afterBlurbLinks {
	margin-top: -15px;
}
.articleRight {
	float: right;
	width: 365px;
}
