/* Common CSS Document */

/***************************************************
/*Layout 
***************************************************/
body {
	text-align: center; /*IE 5.x workaround */
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.sidePg_img img {
	position:absolute;
	left:-20px;
	top: 100px;
}
.sidePg_img {
	position:absolute;
	left:-180px;
	top: 0px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
/*IE Fix ****************/

* html .sidePg_img  img {
	position:absolute;
	left:-20px;
	top: 100px;
	width: 199px;
}
* html .sidePg_img {
	position:absolute;
	left:-200px;
	top: 0px;
	width: 199px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;	
	font-weight:bold;	
}
div#title {
	margin-left:210px;
	margin-top: 20px;
	text-align: left;
	position:relative;	
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
}
div#page {
	width: 745px;
	margin-left:auto;
	margin-right: auto;
	background-color: white;
	position:relative;
	text-align: left;
}

/* Header -------------------------------- */
div#header {
	background:url(../graphics/image_mock2/globe.gif) no-repeat;
	width:745px;
	height:80px;
	position:right;
}

img.top_logo {
	height: 120px;
	width: 420px;
	background: url(../graphics/logos/vistage_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}
img.subscribe {
	width: 182px;
	height: 32px;
	background: url(../graphics/text/txt_subscribeto.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#phone {
	
	position: absolute;
	top: 89px; right:0px; 
}
/* Top Menu -------------------------------- */

#top_menu {
	margin: 0px;
	background-image:url(../graphics/misc/nav_background.gif);
	background-repeat:repeat-x;
	width:745px;
	height:25px;
	/*text-align:center;*/
	/*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
	/*border: 1px dotted red;*/
}

table.top_menu {
	/*margin-left: auto;
	margin-right:auto;*/
}
/*
table.top_menu {
	background-image:url(../graphics/misc/nav_background.gif);
	background-repeat:repeat-x;
	width:745px;
	height:25px;

	
	
	margin-top: 3px;
	margin-left: auto;
	margin-right:auto;
	font: 11x Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid green;
}
*/
#top_menu td {
	height:25px;
	/*border: 1px solid red;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

}
#top_menu a {
	font-size: 11px;
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	color:#FFF;
}
#top_menu td.unbound_chinese a {
	font-size: 12px;
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	color:#FFF;
}
#top_menu td.chinese a {
	font-size: 12px;
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	color:#FFF;
}


#top_menu a:link {
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
}
#top_menu td.unbound_chinese a:link {
	font-size: 12px;
	color:#FFF;
	text-decoration: none;
}
#top_menu td.chinese a:link {
	font-size: 12px;
	color:#FFF;
	text-decoration: none;
}
#top_menu a:hover { 
	font-size: 11px;
	color: #7FDAF2;
	text-decoration: none;
}
#top_menu td.unbound_chinese a:hover { 
	font-size: 12px;
	color: #7FDAF2;
	text-decoration: none;
}
#top_menu td.chinese a:hover { 
	font-size: 12px;
	color: #7FDAF2;
	text-decoration: none;
}
#top_menu td.current a:hover, #top_menu td.current_unbound a:hover { 
	
	color: #010101;
	text-decoration: none;
}

#top_menu td.current a:link, #top_menu td.current_unbound a:link { 
	
	color: #010101;
	text-decoration: none;
}

#top_menu td.current a, #top_menu td.current_unbound a {
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	color:#010101;
}

#top_menu td.current_chinese a, #top_menu td.current_unbound_chinese a {
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	font-size:	12px;
	color:#010101;
}




#top_menu td {
	border-left: 1px solid #FFF;
	
}

#top_menu td.unbound {
	border-left: none;
}  
#top_menu td.unbound_chinese {
	border-left: none;
}   
/* This fixes a problem in Firefox... forces the 
** content area to stretch to accommodate all columns
*/
div#bound_content {
	clear:both;
}

div.bound_content {
	clear:both;
}
/* Summary -------------------------------- */
div#summary {
	/*clear:both;*/
	position:relative;
	border: 1px solid gray;
	margin-top: 14px;
	width:743px;
	
}

#summary p {
	margin: 14px;
	color: #979797;
}
/* Link Bar -------------------------------- */
div#link_bar {
	/*clear:both;*/
	position:relative;
	border: 1px solid gray;
	margin-top: 14px;
	width:743px;
	/*height: 120px;*/
	padding: 0px;
}


#link_bar div#news_letter {
	/*float: right;*/
	
	position:absolute;
	top:0;
	right: 0;
	width: 210px;
	height:120px;
	border-left: 1px dotted gray;
	marging: 0;
	
}

#link_bar div#main {
	width: 520px;
	border-right: 1px dotted gray;
}

#link_bar p {
	margin: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* Foooter -------------------------------- */
div#footer {
	margin-top: 14px;
	width:745px;
	height: 20px;
}
/***************************************************
/*Text Formating 
***************************************************/
body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;}

a { font-size:11px;	color: #25A5DF;	text-decoration: none;}

a:hover { font-size:11px;	text-decoration: underline;	color: #CC6600;}

h5 { font-size:14px; color: #1e5283;}

.ReqFillForm { font-size:12px; color: #ff0000; weight: bold;}

/*Image formating ****/

.table_red_border: {
	border: 1px #ff0000 solid ;
	border-collapse: collapse;
	border-spacing: 0px;
}
.td_red_border: {
	background-color: #c0f5f1;
	border: 1px #ff0000 solid ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link img, a img {
	text-decoration:none;
	border:none;
}

td: {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
chinese_program: {
	font-size: 18px; 
	color: #88aaff;
	font-weight: bold;
}

#top_menu td.current {
	background-image:url(http://www.vistage.com/fileadmin/public_site_2006_1_18/graphics/misc/bg_onstate-nav.jpg);
	background-repeat:repeat-x;	
	height:25px;
	/*border-bottom: 1px solid red;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	font-weight:bold;

}
#top_menu td.current_chinese {
	background-image:url(http://www.vistage.com/fileadmin/public_site_2006_1_18/graphics/misc/bg_onstate-nav.jpg);
	background-repeat:repeat-x;	
	height:25px;
	/*border-bottom: 1px solid red;*/
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	font-weight:bold;

}

#top_menu td.current_unbound{
	background-image:url(http://www.vistage.com/fileadmin/public_site_2006_1_18/graphics/misc/bg_onstate-nav.jpg);
	background-repeat:repeat-x;	
	height:25px;
	/*border: 1px solid red;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	font-weight:bold;
	border-left:none;

}

#top_menu td.current_unbound_chinese{
	background-image:url(http://www.vistage.com/fileadmin/public_site_2006_1_18/graphics/misc/bg_onstate-nav.jpg);
	background-repeat:repeat-x;	
	height:25px;
	/*border: 1px solid red;*/
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	font-weight:bold;
	border-left:none;

}

