body {
	background-color: #e8e8e8;
	color: #696969;
	font-family: arial;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 70px;
	margin: 0;
}

.framebody
{
    background-color: #FFFFFF; 
    margin: 0px; 
    padding: 0px;
}

.popupbody
{
    background-color: #FFFFFF; 
    padding: 0px;
}

.heading3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

#container {
	width: 930px;
	padding: 20px;
	margin: 0 auto;
	background-color: white;
	background-image: url(../images/watermark_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 50px;
	min-height: 550px;
}

li {
	margin-bottom: 10px;
}

#content {
	margin-top: 20px;
	margin-left: 110px;
	float: left;
	width: 500px;
}

#right_content {
	float: right;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}

#left_content {
	position: relative;
	margin-top: 300px;
}

#info_policy {
	text-align: center;
	font-family: arial;
	font-size: 11px;
}

h1
{
	padding: 0;
	margin: 0;
	color: #a8cbe6;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	text-align: right;
	left: 0px;
	margin-top: -10px;
	font-size: 8pt;
	
	/*margin-top: 70px;*/
}

.clear {
	position: relative;
	clear: both;
}

.topmenu
{
	width: 930px;
	margin: 0 auto;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	font-size: 12px;
	color: #47671f;
}

.topmenu_inner
{
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.topmenu_left {
	position: relative;
	float: left;
}

.topmenu_right {
	position: relative;
	float: right;
}

.topmenu A.menulink { color: #47671f; font-size: 10pt; text-decoration: none; margin-left: 10px; }
.topmenu A.menulink:visited { color: #47671f; font-size: 10pt; text-decoration: none; margin-left: 10px; }
.topmenu A.menulink:active { color: #47671f; font-size: 10pt; text-decoration: none; margin-left: 10px; }
.topmenu A.menulink:hover
{
	color: #76AB34;
	font-size: 10pt;
	text-decoration: underline;
	margin-left: 10px;
}


h2
{
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-family: georgia;
	font-size: 14px;
	color: #333333;
}

.sidebar
{
	background-position: bottom;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	width: 159px;
	margin-right: 10px;
	padding-left: 20px;
	margin-top: 20px;
	padding-bottom: 15px;
	vertical-align: middle;
}

.sidebar_content {
	text-align: center;
	width: 142px;
	margin-top: 19px;
}



A 
{
    color: #4D4D4D;
    text-decoration: underline;
}

.pointer 
{
    cursor: pointer;
}

.width100
{
	width: 890px;
}

.videoframecontainer
{
    margin-bottom:15px;
}

.video {
	margin: 0 auto;
	width: auto;
	height: auto;
	/*background-color: #9a9a9a;*/
	margin: 10px;
	margin-bottom: 20px;
	/*padding-top: 27px;
	text-align: center;background-image: url(../Images/Backgrounds/video_bg1.png);
	background-position: top left;
	background-repeat: no-repeat;*/
}

.videoplaybutton
{
    position: absolute;
    top: 8px;
    left: 10px;
    margin-bottom: 25px; 
    cursor: pointer;
    z-index: 1000;
}

.videocontainer
{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

.videoScriptLink
{
	margin-top: 2px;
}

.fieldheading 
{
    text-align: right;
    font-weight: bold;
}

.photocontainer
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.noline 
{
    border: 0px;
}

/* ========================== */
/* Notification Popup styles  */
/* ========================== */

.notificationpopup
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 200px;
	margin: 16px 0 0 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	color: #4D4D4D;
	background: url("../images/notificationpopup/body.png") repeat-y;
}
	
	.notificationpopup .np-top {
		height:25px;
		margin:-25px 0 0 0;
		background:url("../images/notificationpopup/top.png") no-repeat;
	}
	
	.notificationpopup .np-bottom {
		height:15px;
		margin:4px 0 -15px 0;
		background:url("../images/notificationpopup/bottom.png") no-repeat;
	}
	
	.notificationpopup .np-body {
		position:relative;
		z-index:100;
		margin-top:-10px;
		padding-left:10px;
		padding-right:15px;
		font-weight: bold;
	}

		.notificationpopup h1 {
			font-size:100%;
			font-weight:bold;
			margin:0 0 0.7em 0;
		}
		
		.notificationpopup p {
			margin:0;
		}
	
/* IE6 styles */
		
* html .notificationpopup {
	background-image:url("../images/notificationpopup/body.png");
}

	* html .notificationpopup .np-top {
		position:relative;
		background-image:url("../images/notificationpopup/top.png");
	}
	
	* html .notificationpopup .np-bottom {
		position:relative;
		background-image:url("../images/notificationpopup/bottom.png");
	}

/* ========================== */

/* Context Menu */

ul.ContextMenu 
{
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	z-index: 1000001;
}

ul.ContextMenu li 
{
    margin-left: 0px !important;
	border-bottom: 1px solid Black;
}

ul.ContextMenu li a 
{
	display: block;
	width: 70px;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	color: Black;
	background: #eeeeee;
}

ul.ContextMenu li a:hover 
{
	text-decoration: none;
	color: Black;
	background: #BEF200;
}


span.hoverStyle
{
	display: inline;
	border: none; /*border-width: 1px;
	border: #80A7D2;
	border-style: solid;*/
	padding: 2px;
	background-color: #92BA00;
	cursor: default;
}

span.normalStyle
{
	display:inline;
	padding:2px;
	border:none;
}

.photohoverpanel
{
	padding: 10px;
	width: 650px;
	border: 1px solid #555555;
	background-color: #e8e8e8;
}


/* Button styles */

.button_xsmall
{
	width:80px;
	height: 54px;
	cursor: pointer;
	text-align: center;
	background-image: url('../images/btn_xsmall.png');
	background-repeat: no-repeat;
	border: 0; 
	background-color: Transparent; 
	color: #f8ab1f;
	font-size: 16pt;
	font-family: Arial;
}

.button_small
{
	width:163px;
	height: 54px;
	cursor: pointer;
	text-align: center;
	background-image: url('../images/btn_small.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0; 
	background-color: Transparent; 
	color: #f8ab1f;
	font-size: 16pt;
	font-family: Arial;
	overflow: visible;
}

.button_capture_prospect
{
	width: 239px;
	height: 73px;
	cursor: pointer;
	text-align: center;
	background-image: url('../images/btn_medium.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0; 
	background-color: Transparent; 
	color: #f8ab1f;
	font-size: 18pt;
	font-family: Arial;
}

.button_medium
{
	width: 239px;
	height: 73px;
	cursor: pointer;
	text-align: center;
	background-image: url('../images/btn_medium.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0; 
	background-color: Transparent; 
	color: #f8ab1f;
	font-size: 18pt;
	font-family: Arial;
}

.button_large
{
	width: 310px;
	height: 73px;
	cursor: pointer;
	text-align: center;
	background-image: url('../images/btn_large.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0; 
	background-color: Transparent; 
	color: #5C842D;
	font-family: Arial;
	font-size: 19pt;
	text-align: center;
	color: #f8ab1f;
	overflow: visible;
}

.button_mynetwork
{
	width: 170px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-image: url('/Site/MyNetwork/images/submit.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0; 
	background-color: Transparent; 
	overflow: visible;
	float: right;
}



.button_large span
{
}

/* popup styles */

.popup
{
	background-color: Transparent;
	display: none;
	text-align: left;
	position: absolute;
}

.popupinner
{	
	padding-left: 10px;
}
	.popup h1
	{
		margin-top: 0px;
	}
	.popup h1 a
	{
		float: right;
		position: relative;
		top: -10px;
		right: 30px;
		cursor: pointer;
	}

.popupcontainer 
{
	/*background-color: #ffffff;*/
	font-family: georgia;
	color: #4D4D4D;
    text-align: justify; 
    overflow: hidden; 
    padding: 0px; 
    margin: 0px;
    width: auto;
}

.popupcontainer300 
{
    text-align: justify; 
    overflow: auto; 
    padding: 15px; 
    height: 262px;
    margin: 0px; 
}

/* Rounded box styles */

.roundedbox_large_top
{
	background-image: url('../Images/Backgrounds/roundenbox_large_top.png'); 
	background-position: top left; 
	height: 30px; 
	width: 508px;
}

.roundedbox_large_body
{
	background-image: url('../Images/Backgrounds/roundenbox_large_body.png'); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 508px; 
	padding-left: 10px;
}

.roundedbox_large_bottom
{
	background-image: url('../Images/Backgrounds/roundenbox_large_bottom.png'); 
	background-position: top left; 
	height: 35px; 
	width: 508px;
}

.roundedbox_medium_top
{
	background-image: url('../Images/Backgrounds/roundenbox_medium_top.png'); 
	background-position: top left; 
	height: 30px; 
	width: 368px;
}

.roundedbox_medium_body
{
	background-image: url('../Images/Backgrounds/roundenbox_medium_body.png'); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 358px; 
	padding-left: 10px;
}

.roundedbox_medium_body h1
{
	margin-top: 0px;
}

.roundedbox_medium_bottom
{
	background-image: url('../Images/Backgrounds/roundenbox_medium_bottom.png'); 
	background-position: top left; 
	height: 35px; 
	width: 368px;
}


.termsofuse
{
	padding-top: 20px;
	width: 660px;
	text-align: right;
}

strong, b
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.loginsmall
{
	padding-left:240px;
	padding-top:90px;
}

.changepasswordfieldname
{
	text-align: right;
	font-weight: bold;
}


/* Lead registration box styles */

.registration_container
{
    font-family: Arial;
    color: #696969;
}

.registration_fieldheading
{
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.registration_submit
{
    width: 239px;
    height: 73px;
    cursor: pointer;
    text-align: center;
    background-image: url('../images/btn_medium.png');
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
    background-color: Transparent;
    color: #f8ab1f;
    font-size: 18pt;
}
        
.registration_validationerror
{
    font-size: 10pt;
    color: red;
    display: none;
    width: 400px;
    padding-top: 10px;
    border: 1px none Red;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
