@charset "utf-8";
/* CSS Document */
body{
	background-image:url("images_public/top_header_bg.gif");
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#5f5f5f;
	line-height:18px;
}
img{
	border:0;
	margin:0;
	padding:0;
}
p{
	margin:5px 0 10px 0;
	padding:0;
}
h2{
	color:#80be1b;
	font-size:18px;
	line-height:19px;
	padding:0;
}
ul{
	list-style-image:url("images_public/bullet.gif");
	padding-top:0px;
	padding-bottom:0px;
	margin-top:7px;
	margin-bottom:7px;;
}
.ul2{
	list-style-image:url("images_public/red_bullet.gif");
	padding-top:0px;
	padding-bottom:0px;
	margin-top:7px;
	margin-bottom:7px;;
}
a:link {color:#003af4; text-decoration:none;}  
a:visited {color:#003af4; text-decoration:none;}
a:hover {color:#003af4; text-decoration:underline;} 
a:active {color:#003af4; text-decoration:none;}

.clear{
	clear:both;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	width:980px;
/*	background-color:none;*/
	margin:10px auto;
}
#navbar{
	width:1000px;
	margin:0 auto;
	height:52px;
	position:relative;
}
#top-content{
	margin-top:5px;
	height:14px;
	width:1000px;
}
#bottom-content{
	height:14px;
	width:1000px;
	margin-top:-2px;
	padding:0;
}
#content{
	width:980px;
	padding:0 10px 0 10px;
	min-height:500px;
	height:auto;
	background-image:url("images_public/shadow.png");
	background-repeat:repeat-y;
}
#contentholder{
	padding:10px;
}
#footer{
	width:980px;
	margin:5px auto 5px auto;
	font-size:11px;
	color:#5f5f5f;
}
/********** Navigation rollover buttons **********/
#navbar ul{
	padding:0;
	margin:0;
	text-align:left;
}
#navbar li{
	display: inline; 
	list-style:none;
}
#navbar li a{
	float:left;
}
#navbar li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#navbar li a:hover { visibility:visible; }
#navbar li a:hover img { visibility:visible; }
#navbar li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#one { background:url(images_public/1_over.png) no-repeat left bottom; }
#two { background:url(images_public/2_over.png) no-repeat left bottom; }
#three { background:url(images_public/3_over.png) no-repeat left bottom; }
#four { background:url(images_public/4_over.png) no-repeat left bottom; }
#five { background:url(images_public/5_over.png) no-repeat left bottom; }
#six { background:url(images_public/6_over.png) no-repeat left bottom; }
#seven { background:url(images_public/7_over.png) no-repeat left bottom; }
#eight { background:url(images_public/8_over.png) no-repeat left bottom; }

/********** 2 Column Layout on each page **********/
.LHS_Col{
	width:650px;
	float:left;
	background-image:url("images_public/dotted-line.gif");
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:10px;
}

.RHS_Col{
	width:300px;
	float:right;
}
.RHS_Col img, .RHS_Col p{
	margin-left:25px;
}
.LHS_Col li{
	padding:0 0 5px 0;
}
/********** Header container (logo + Tagline) **********/
.logo{
	float:left;
}
.tagline{
	float:right;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
	text-align:right;
}
.greentxt{
	color:#80be1b;
}
.redtxt{
	color:#F00;
}
.font11{
	font-size:11px;
}
/********** Contact Us Form *********/
.contacttable td{
	padding:0 5px 5px 0;
}
.txtfield{
	width:200px;
}
.txtarea{
	width:200px;
	height:100px;
}
.dropdownmenu{
	width:205px;
}
/********** Share File Login Form **********/
.LoginPanel{
	height:200px;
	width:270px;
	background-image:url("images_public/trial/consultants_tile.jpg");
	background-repeat:no-repeat;
	margin-left:25px;
	margin-bottom:10px;
}
.LoginForm{
	padding:30px 10px 10px 10px;
	background:none;
}
.cat_textbox{
	width:150px;
	font-size:11px;
	color:#4f4f4f;
}
.LoginForm label{
	font-size:12px;
}
/********** Overview box video on home page **********/
.OverviewVideoBox{
	width:280px;
	height:170px;
	background-image:url("images_public/home/overview_video_tile.jpg");
	background-repeat:no-repeat;
	margin-left:10px;
	padding-top:60px;
	padding-left:10px;
	text-align:left;
	margin-bottom:10px;
}
.OverviewVideoBox img{
	padding:0;
	margin:0;
}
.MediaVideoBox{
	width:280px;
	height:519px;
	background-image:url("images_public/home/media_video_tile.jpg");
	background-repeat:no-repeat;
	margin-left:10px;
	padding-top:60px;
	padding-left:10px;
	text-align:left;
	margin-bottom:10px;
}
.MediaVideoBox img{
	padding:0;
	margin:0;
}
