table {
	margin: 0;
	padding: 0;
	border: 0;
	}

.clearfix {
	clear: both;
	}

/* -------- sign in page -------- */
body {
	background: #E7E4DF	url(../_images/bg_admin.jpg) left top repeat-x;
	margin: 0;
	color: #333;
	}

#page {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}

table.leadgeneration {
	background: #f5f4f0;
	width: 600px;
	margin: 0 auto;
	padding-top: 5px;
	}

	table.leadgeneration p {
		margin-right: 10px;
		}


/* -------- typography -------- */
h2 {
	font: bold 18px/24px helvetica, arial, sans-serif;
	color: #fff;
	}
	
h3 {
	font: bold 18px/24px helvetica, arial, sans-serif;
	color: #2d75b4;
	}

p {
	font: normal 12px/18px helvetica, arial, sans-serif;
	}

.small_txt {
	text-align: center;
	}
	
	.small_txt p {
		font: normal 11px/18px helvetica, arial, sans-serif;
		}
	
a {
	color: #2d75b4;
	}
	
	p a {
		text-decoration: none;
		border-bottom: 1px dotted #2d75b4;
		}
	
	p a:hover {
		text-decoration: none;
		border-bottom: 1px solid #2d75b4;
		}



/* -------- header styles -------- */

.header_logo {
	width: 420px;
	height: 125px;
	background: url(../_images/logo_header.gif) -70px top no-repeat;
	float: left;
	}

/* nav */
ul.nav {
	background: url(../_images/nav_bg.gif) left top repeat-x;
	height: 42px;
	margin: 0 0 -10px 0;
	padding: 1px 0 0;
	}
	
	ul.nav li {
		font: bold 14px/18px helvetica, arial, sans-serif;
		color: #fff;
		text-transform: uppercase;
		padding: 14px 20px;
		background: url(../_images/nav_divider.gif) right top no-repeat;
		display: inline;
		}

	/* stoopid ie7 */
		*+html ul.nav {
			margin: 0;
			padding: 13px 0 11px 0;
			}		

		*+html ul.nav li{
			padding: 14px 20px 13px;
			}	
			

		ul.nav li:hover a {
			color: #333;
			}
		
		ul.nav li a {
			color: #fff;
			text-decoration: none;
			}
			
	ul.nav li.search {
		background: url(../_images/bg_search.gif) right top no-repeat;
		padding: 13px 40px 11px;
		}
			
.address {
	width: 180px;
	height: 80px;
	background: #4ea7e1;
	float: right;
	margin: 10px 1% 0 0;
	padding: 10px;
	}
	
	.address p {
		color: #fff;
		}
		
	.address a {
		color: #333;
		}



/* -------- main styles -------- */

/* main */

#grid_table, .agent_name {
	width: 98%;
	font: normal 12px/18px helvetica, arial, sans-serif;
	color: #333;
	margin: 0 .8%;
	}
	
.agent_name {
	text-align: left;
	font-size: 18px;
	color: #333;
	}

.td_titles {
	color: #fff;
	background: #2d75b4;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	}

	.td_titles td {
		height: 20px;
		}


/* -- content -- */

.grid_table_data {
	background: #f5f4f0;
	font-size: 12px;
	text-align: center;	
	}

.grid_table_data a {
	color: #0282db;
	text-decoration: none;
	}

	.grid_table_data a:visited {
		color: #2d75b4;
		}
	
	.grid_table_data a:hover {
		border-bottom: 1px dotted #0282db;
		}

#Span2a {
	display: none;
	}


/* -------- add home styles -------- */

#table_960 {
	width: 800px;
	margin: 0 auto;
	border: 0;
	background: #F5F4F0;
	font-size: 16px;
	font-family: georgia;
	}
	
#table_960 td {
	padding: 5px;
	}
	
	.title {
		text-align: right;
		padding-right: 10px;
		font-weight: bold;
		}
		
		.title a {
			color: #2d75b4;
			font-weight: normal;
			text-decoration: none;
			border-bottom: 1px dotted #2d75b4;
			}

		.title a:hover {
			border-bottom: 1px solid #2d75b4;
			}
	
.header {
	width: 100%;
}

.table_header {
	background: #2d75b4;
	font-size: 16px;
	}

.style3 {
	color: #fff;
	font-size: 16px;
}


/* -------- other pages -------- */
#table_600 {
	width: 600px;
	margin: 0 auto;
	border: 0;
	background: #F5F4F0;
	font-size: 12px;
	color: #333;
	}
	
#table_400 {
	width: 400px;
	margin: 0 auto;
	border: 0;
	background: #F5F4F0;
	font-size: 12px;
	color: #333;
	}
	
	.margin_top_20 {
		margin-top: 20px;
		}
	
#videoPlay {
	height: 345px;
	width: 460px;
}



