/* 
	
	CSS for new 2009 Home Page 
	By Mike McMillan 05-03-09
	
*/	


/******************* Global Reset *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

/******************* START HERE *******************/
 
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #000000;
	font-size:12px;
	background: url('images/Vortab-Backdrop.jpg');
}

/******************* FRAMEWORK *******************/

#wrapper {
	 width:868px;
	 margin: 10px auto;
	 /* padding:10px; */
		 background-color:#ffffff;
		 /*border:2px solid #003399;*/
		 text-align:left;
}

#navbar {
	 height:20px;
	 background-color: #000000;
}	 	

#container_main {
 position:relative;
  height:900px;
}

/******************* Main Container *******************/

#column-left_main {
		
		width: 168px;
		height:600px;
		margin: 0;
		/*background:url(images/Vortab-Left-Nav.jpg);*/
		background-image:url(/images/Vortab-Left-Nav.jpg);
		background-repeat:no-repeat;		
		/*padding: 20px 0 0 20px;*/
		/*background-color: lime;*/
		/*border: 1px solid blue;				*/
 }
 
 #column-right_main {
	 position:absolute;
	 top:20px;
	 right:20px;
	 bottom:20px;
	 width:646px;
	
		/*border: 1px solid red;*/	 
		vertical-align:top;		
 }

/******************* LEFT MAIN CONTAINER *******************/

#left_nav2 {
	width:140px;
	height:500px;
	/*border: 1px solid gray;*/
	/*padding: 10px;*/
	padding: 55px 10px 20px 10px;
}
		 

/******************* HEADER *******************/

#header1 { 
	position:relative;
	width:868px; 
	height:80px;
	z-index:10;
	padding: 0;
	margin: 0;
	border: 0;	 
	background:url(images/Vortab-Header-2010-868x80.jpg);
} 


#Go_Home 
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;

	position:absolute;
	width:338px;
	height:72px;
	top:0px;
	left:0px;
	z-index:50;
  /*background-color: lime;*/

}	

#tagline
{
	position:absolute;
	width:270px;
	top: 52px;
	left: 125px;
	z-index:20;
	font-family: Arial;
	font-size:9px;
	color: #006699;
}

#LangBox2
{
	position:absolute;
	width:110px;
	top:21px;
	left:600px;
	z-index:20;
	vertical-align:top;
}

#LangBoxText
{
	height:17px;
	text-align:center; 
	font-family: Arial; 
	font-size:9px;
	vertical-align:top;
}

#searchBox2 
{
	position:absolute;
	width:145px;
	top:20px;
	left:720px;
	z-index:20;
	/* background-color:#99CC66 */
}	

/* input.SearchText
{
	height:13px;
	text-align:center;
	font-family: Arial;
	font-size:9px;
	vertical-align:top;
} 

*/


input.SearchText
{
	margin: 0;
	padding: 2px 0 0 0;
	border:solid 1px #999;
	width:100px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#000000;	
 	text-align:center;
	vertical-align:bottom; 
}

input.search_btn
{
	height:14px;
	border-style: none;
	border-width: 0px; 
}

#miniNav
{
	position:absolute;
	width:220px;
	top:57px;
	left:693px;
	z-index:20;
	text-align:left;
	font-size:9px;
	color: white;
	/*background-color:Lime;*/	
}

#miniNav a:link, 
#miniNav a:visited, 
#miniNav a:hover
{
	font-family: Arial; 
	font-size:9px; 
	color: white;
	text-align:left;	
	text-decoration: none; 
}

/******************* Universally Used *******************/


h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	margin:0; 
	color : #000000;
}
h1 {font-size:18px;}
h2 {font-size:14px;}
h3 {font-size:12px;}

.txt12n {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:12px;
}

.txt12n_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:12px;
	text-decoration:none;
}


.txt12bi {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color: black;
}


.txt14b,txt24b {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:14px;
	font-weight:bold;
}

.txt24b {
	font-size:24px;
}
.h2red {
	color:#ED1B2F;
}

.txt12bred {
	font-weight:bold;
	color:#ED1B2F;
}

.txt14bred {
	font-weight:bold;
	color:#ED1B2F;
	font-size:16px;
}




.sp5 {
		width: 50px;
		height:7px;
		margin: 0;
}

a.left_nav_links:link, a.left_nav_links:visited, a.left_nav_links:hover, a.left_nav_links:active	{ 
	color: #000000; 
	text-decoration: none; 
	font-weight:bold;
	font-size:12px; 
}

a.left_nav_links:hover, a.left_nav_links:active	{ 
	color: #ff0000; 
}	

a.links_red16:link, a.links_red16:visited, a.links_red16:hover, a.links_red16:active	{ 
	color: #ED1B2F; 
	text-decoration: none; 
	font-weight:bold;
	font-size:16px; 
}


a.sm:link, a.sm:visited, a.sm:hover, a.sm:active	{ 
	
	text-decoration: none; 
	font-weight:bold;
	font-size:12px; 
}

a.sm:hover, a.sm:active	{ 
	color: #ff0000; 
}	


/******************* RIGHT MAIN CONTAINER *******************/

#main_content {
	/*background-color: red;*/
	/*margin: 20px 30px 0 16px;
	border: 1px solid green;*/
}

.div_float {
	float: left;
	margin: 0 15px 10px 0;
	text-align:center;
}


.img_float {
	float: left;
	margin: 0 15px 10px 0;
	/*clear:left;*/
}

.col_1 {
	/*background-color: #FF00FF;*/
	width: 140px;
	padding-bottom:20px;

}

.col_2 {
	vertical-align:top;
	/*background-color: #CC00CC;*/
	width: 500px;
	padding-bottom:20px;
	
}

.ul_list_1 {
	list-style-type: disc;
	position:relative;
	left: 30px;
	padding: 10px 0 10px 0;
}

.ul_3 {
	list-style-image: url(/images/red-arrow-5x10.gif);
		padding-left:15px;
}

.li_3 {
	padding-top:5px;
}

.ul_4 {
	list-style-type:none;
}

.li_4g {
	height:22px;
	padding-left:10px;
	padding-top:5px;
	background-color: #c0c0c0;
}
.li_4w {
	height:22px;
	padding-left:10px;
	padding-top:5px;
	background-color: #ffffff;
}

.ul_5 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.li_5 {
background-image: url(/images/red-arrow-5x10.gif);
background-repeat: no-repeat;
/*background-position: center; */
padding-left: 14px; 

}

.ul_6 {
	list-style-type:none;
}

.li_6 {
	height:22px;
	padding-left:10px;
	padding-top:5px;
	/*background-color: #c0c0c0;*/
}

.ul_7 {
	list-style-type:none;
	
}

.li_7 {
	background-image: url(/images/red-arrow-5x10.gif);
	height:22px;
	padding-left:10px;
	padding-top:5px;
	/*background-color: #c0c0c0;*/
}


/******************* More Info area *******************/

#more_info {
	width:500px;
	height:80px;
	padding: 20px 0 0 20px;
	/*background-color: lime;*/
}

.img_arrow {
	width: 5px; 
	height: 10px;
	padding: 5px 0 0 0;
	/*background-color: lime;*/
}

.img_arrow {
	width: 5px; 
	height: 10px;
	padding: 5px 0 0 0;
	/*background-color: lime;*/
}

.info_links {
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration:none; 
}


.da {
	clear:both;
	float:left;
	/*padding: 0 0 2px 0;*/
	color: #ff0000;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #CCFF00;	*/
		margin: 0;
		border: 0;
		padding: 0;	
}

.pr_linkc {

/*	background-color: #777777;*/
	width:465px;	
	padding: 2px 0 0 0;
		margin: 0;
		border: 0;
	
	
}



.img_vortab_videos {
	float:left;
	width: 100px; 
	height: 100px;
	padding: 0 5px 0 0;
	/*background-color: lime;*/
}
 
.img_vortab_videos2 {
	width: 100px; 
	height: 100px;
	border:0;
	/*background-color: lime;*/
}

 
/******************* FOOTER *******************/

#footer_container {
	clear: both;
	margin: 0;
	width:868px;
	height: 55px;
	background-color:#000000;
	padding: 15px 0 0 0;
}


div#footer_txt {color:#ffffff; font-size:10px;}
a.footer {color:#ffffff; font-size:10px;}


