/* 
	
	CSS for new 2010 Vortab Home Page 
	By Mike McMillan 06-17-2010
	
*/	


/******************* 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;
}
ol,ul {
	list-style:none;
}
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;
	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: #003399;
	 }	 	

	 #container_main {
		 position:relative;
		}
		 		 

/******************* 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);
} 

#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; 
}

/******************* Main Container *******************/

	 #column-left_main {
			width:260px;
			height:715px;			
		  /*background-color: lime;*/
			padding: 30px 0 20px 30px;			
	 }
	 
	 #column-right_main {
			position:absolute;
			/*background-color: red;*/
			top:0px;
			right:0px;
			bottom:0px;
		 	width:518px;
			height:715px;				 
			padding: 20px 30px 20px 30px;
			vertical-align:top;
			margin: 0;
			border: 0;	 
	 }

h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	margin:0; 
	color : #000000;
}
h1 {font-size:14px;}
h2 {font-size:12px;}
h3 {font-size:10px;}

.txt12n {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:11px;
}

.txt12bi {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color: black;
}


.txt14b {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:14px;
	font-weight:bold;
}

/******************* LEFT MAIN CONTAINER *******************/

#pr_1 {
	padding: 10px 0 20px 0;
}

#pr_2 {
	height:270px;
	border: 1px solid gray;
	padding: 10px;
}

.img2 {
	width: 230px; 
	height: 160px;
	margin: 15px 0 0 10px;
}

/*............... imgs box ............................. */

.txt10b_links {
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.div_imgs_left {
	float: left;
	width:105px;
	margin-top: 10px;
	padding: 0;
	border:0;
	text-align:center;
	/*background-color:#00FF66;*/
}

.div_imgs_right {
	float: left;
	width:105px;
	margin: 0;
	padding: 0;
	border:0;
	text-align:center;
	/*background-color:#ff0000;*/
}

.img_b1 {
	
	width:105px; 
	height:56px;
	padding: 5px 0 5px 0;
	
}

.img_b2 {
	width:105px; 
	height:30px;

	padding: 15px 0 5px 0;
}

.img_b3 {
	
	width:105px; 
	height:40px;

	padding: 10px 0 5px 0;
}

.img_b4 {
	width:100px; 
	height:70px;

	padding: 5px 0 5px 0;
}

/******************* RIGHT MAIN CONTAINER *******************/

/******************* Flash Area *******************/

.flash_img {
		width:518px;
		height:300px;
		margin: 0;
		border: 0;
		padding: 0;
}

#flash_top {
	background-color:#A92324;
	width:488px;
	height:50px;
	padding: 10px 10px 0px 20px;
	margin: 0;
	border: 0;
	
}

#flash_mid {
		margin: 0;
		/*border: 0;*/
		padding: 0;
	width:518px;
	height:300px;		
	/*border-bottom-style: solid;
		border-bottom-color: lime;
		border-bottom-width:2px;		*/
}

#flash_bottom {
	margin: 0;
	border: 0;	 
	background-color:#BB3625;
	width:498px;
	height:25px;
	padding: 10px 10px 10px 10px;
	text-align:center;
	/*border-top-style: solid;
		border-top-color: #0000ff;
		border-top-width:2px;*/
	vertical-align:top;	
	 
  
}

.Shadow22_w, .Shadow16_wi {
 	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 22px;	
	text-decoration:none; 
	text-shadow: black 0.1em 0.1em 0.2em;
	margin:0;
	width:430px;
}

.Shadow16_wi {

 	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;	
	font-size: 16px;	
	text-decoration:none; 
	text-shadow: black 0.1em 0.1em 0.2em;
	margin:0;
	width:430px;
	position:relative;
	top:-22px;		
}

.f22text_w, .f24text_w
{
 	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 22px;	
	text-decoration:none; 
}

.f24text_w {
	font-size: 24px;
}

.f16text_wi
{
 	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size: 16px;	
	text-decoration:none; 
}


/******************* Button Navs *******************/

#button_navs {
	width:500px;
	height:30px;
	padding: 20px 0 0 25px;
}

.img_buttons {
	width: 100px; 
	height: 27px;
	padding-right: 20px;
}



/******************* More Info area *******************/

#more_info {
	width:500px;
	height:80px;
	padding: 30px 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; 
}

/******************* Scrolling Press Releases  *******************/

#PR_container_out {
	/*background-color: #000ff;*/ 
	width:498px;
	height:115px;
	padding: 30px 0 0 15px;	
}

#PR_container_in {
	/*background-color: lime;*/
	width:498px;
	height:115px;

	overflow:auto;
	/* clear:both; */
	
}

.h2text
{
 	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;	
	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;
	
	
}



.sdText
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	/* font-weight:bold; */
	font-size: 13px;	
	text-decoration:none; 
}
 
.sd_links {
	font-size:10px;  
	font-family: verdana, arial, sans-serif; 
	color: #000000; 
	line-height: 125%; 
	text-decoration:none;
}

 
/******************* FOOTER *******************/

#footer_container {
	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;}


