@charset "utf-8";
@import url("initial.css");

* {
}

html, body {
	height: 100%;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg_blend.jpg) repeat-x left top;
	color: #333333;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 76%; 
	line-height: 1.8em; 
}
a {
	text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 100%;
}

/* ==============================================================================================*/
/* COLUMN AND CONTENT SETUP */
/* ==============================================================================================*/

#column2 {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/border_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#column1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/border_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#border_Left {
	width: 29px;
	float: left;
}

#content {
	padding: 0px;
	margin-left: 29px;
	margin-right: 29px;
	height: 100%;
}

#border_Right {
	width: 29px;
	float: right;
}

/* ==============================================================================================*/
/* HEADER */
/* ==============================================================================================*/

#header {
	text-align: center;
	width: 902px;
	background-color: #3399FF;
}

#header #hdrTop{
	width: 902px;
	height: 15px;
	background-image: url(../images/hdr_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header #hdrBody{
	width: 902px;
	background-image: url(../images/hdr_body.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#header #hdrBody #hdrLogo{
	float: left;
	height: 60px;
	padding-left: 20px;
}

#header #hdrBody #hdrAd{
	float: right;
	width: 498px;
	padding-right: 12px;
	/*background-image: url(../images/hdr_advert.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	text-align: right;
}

#header #hdrBtm{
	width: 					902px;
	height: 				15px;
	background-image: 		url(../images/hdr_bottom.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top;
}

/* ==============================================================================================*/
/* GLOBAL NAVIGATION */
/* ==============================================================================================*/


#nav {
	margin: 				0px;
	padding: 				0px;
	width: 					902px;
	background-color: 		#3399FF;
	background-image: 		url(../images/nav_bg.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left top;
	text-align: 			left;
	height: 				33px;
}

#nav #navLeft {
	float:					left;
	width: 					8px;
	height: 				33px;
	margin: 				0px;
	padding: 				0px;
	background-image: 		url(../images/nav_bg_left.jpg);
	background-position: 	left top;
	position:				relative;
}

#nav #navRight {
	float:					right;
	width: 					220px;
	height: 				33px;
	margin: 				0px;
	padding: 				0px;
	background-image: 		url(../images/nav_bg_right.jpg);
	background-repeat: 		no-repeat;
	background-position: 	right top;
	text-align: 			right;
	position:				relative;
}

#nav #navRight #field {
	height: 				33px;
	display: 				inline;
	padding: 				0px;
	margin: 				0px;
}
#nav #navRight #field input{
	width: 120px;
}

#nav #navRight #btn {
	height: 				33px;
	display: 				inline;
	position: 				relative;
	top: 6px;
	margin: 				0px;
	padding: 				0px 10px 0px 5px;

}

#navbar2 {
	float:					left;
	width: 					668px;
	height: 				33px;
	text-align: 			left;
	font-size: 				110%;
	padding: 				0px;
	margin: 				0px;
	background-color: 		#3399ff;
	background-image: 		url(../images/nav_bg.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left top;
}


#navbar2 ul {
	padding: 				0px;
	margin: 				0px;
	color: 					#FFFFFF;
	white-space: 			nowrap;
	list-style-type: 		none;
}

#navbar2 li.start {
	display: 				inline;
	width: 					8px;
	padding: 				0px;
	margin: 				0px;
	position: 				relative;
	background-image: url(../images/nav_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar2 li.inline {
	display: 				inline;
	padding: 				0px;
	margin: 				0px;
	position: 				relative;
	white-space: 			nowrap;
	top: 					8px;
}


#navbar2 li a {
	text-decoration: 		none;
	font-weight: 			bold;
	padding: 				8px 10px 10px 8px;
	margin: 				0px;
	color: 					#FFFFFF;
	border-right: 1px dotted #FFFFFF;
}



#navbar2 li a.job {
	background-image: 		url(../images/nav_bg_job.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left bottom;
}

#navbar2 li a.job:hover {
	background-image: 		url(../images/nav_bg_jobOv.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left bottom;
}

#navbar2 li a.post {
	background-image: 		url(../images/nav_bg_postgrad.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left bottom;
}

#navbar2 li a.post:hover {
	background-image: 		url(../images/nav_bg_postgradOv.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left bottom;
}

#navbar2 li a:link {
    color: #FFFFFF;
}

#navbar2 li a:hover {
    color: #FFFFFF;
    background-image: 		url(../images/nav_bgOv.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left bottom;
}

#navBottom {
	background-image: 		url(../images/nav_bottom.gif);
	background-repeat: 		no-repeat;
	height: 7px;
	margin: 0px;
	padding: 0px;
}

/*==============================================================================================*/
/*==============================================================================================*/

#main {
	text-align: left;
	width: 902px;
	margin: 0px;
	padding: 0px;
	height:100% !important;
}

h1 {
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 150%;
	color: #006699;
}

h1#gb {
	font-size:80%;
	margin-bottom:-0.6em;
	margin-top:-0.6em;
	/*float:left;*/
	color: #006699;
}

h2 {
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 100%;
	color: #006699;
}

h2#news {
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 150%;
	color: #006699;
}

h3 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 100%;
	color: #3399ff;
}

h4 {
	margin: 0px;
	padding: 0px 0px;
	font-size: 100%;
	color: #006699;
}


p {
	margin: 0px;
	padding: 5px 10px;	
}

#hdr {
	margin: 0px;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	font-size: 120%;
	font-weight: bold;
	color: #006699;
}

#hdr #text{
	float: left;	
}

#hdr #lang{
	float: right;
}

#hdr .subhdr{
	font-weight: normal;
	color: #006699;
}

#hdr h3{
	font-weight: normal;
	color: #006699;
	display: inline;
}

/* lifestyle */
#hdrls {
	margin: 0px;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	font-size: 120%;
	font-weight: bold;
	color: #009900;
}

/* Gap Year */
#hdrgy {
	margin: 0px;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	font-size: 120%;
	font-weight: bold;
	color: #996600;
}

/* Student Offers */
#hdrso {
	margin: 0px;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	font-size: 120%;
	font-weight: bold;
	color: #990099;
}

#hdg {
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* lifestyle */

#hdgls {
	margin: 0px;
	padding: 8px;
	border-bottom-style: none;
	font-size: 120%;
	font-weight: bold;
	color: #009900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* gap year */

#hdggy {
	margin: 0px;
	padding: 8px;
	border-bottom-style: none;
	font-size: 120%;
	font-weight: bold;
	color: #996600;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* student offers */
#hdgso {
	margin: 0px;
	padding: 8px;
	border-bottom-style: none;
	font-size: 120%;
	font-weight: bold;
	color: #990099;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* podcasts */

#hdgpod {
	margin: 0px;
	padding: 8px;
	border-bottom-style: none;
	font-size: 120%;
	font-weight: bold;
	color: #990099;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}



#main #frame{
	margin: 0px;
	padding: 0px;
	border: none;
}

#main #leftPane{
	width: 212px;
	float: left;
	padding-top: 0px;
	position: relative;
}

#main #rightPane{
	width: 212px;
	float: right;
	padding-top: 0px;
	position: relative;
}

#main #leftPane #magazine{
	margin: 0px;
	padding: 5px 0px;
}


#main #leftPane .maglink{
	width: 210px;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	float: right;

}

#main #leftPane .maglink #maglink_top {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#main #leftPane .maglink #maglink_mid {
	width: 211px;
	background-image: url(../images/left_panel_mid.jpg);
	background-repeat: repeat-y;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#main #leftPane .maglink #maglink_sml {
	width: 210px;
	background-image: url(../images/left_mag_smlBg.png);
	background-repeat: no-repeat;
	padding: 20px 0px 0px;
	line-height: 1.2em;
	height: 72px;
	font-size: 90%;
	text-decoration: none;
	float: right;
}


#main #leftPane .maglink #maglink_sml #linkContainer {
	width: 140px;
	float: right;
	padding: 2px;
}

#main #leftPane .maglink #maglink_sml a {
	color: #f83528;
	text-decoration: none;
}


#main #leftPane .maglink #maglink_mid a {
	color: #f83528;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main #leftPane .maglink #maglink_mid img {
	margin: 0px;
	padding: 0px;
}


#main #leftPane .maglink #maglink_mid #bullet {
	float: left;
	width: 25px;
}

#main #leftPane .maglink #maglink_mid #link {
	float: left;
	margin: 0px;
	padding: 0px;
}

#main #leftPane .maglink #maglink_bottom {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 5px 0px ;
}

#main #leftPane #maglink #emplink_top {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#main #leftPane #maglink #emplink_mid {
	width: 211px;
	background-image: url(../images/left_panel_mid.jpg);
	background-repeat: repeat-y;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#main #leftPane #maglink #emplink_mid a {
	color: #f83528;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main #leftPane #maglink #emplink_mid img {
	margin: 0px;
	padding: 0px;
}


#main #leftPane #maglink #emplink_mid #bullet {
	float: left;
	width: 25px;
}

#main #leftPane #maglink #emplink_mid #link {
	float: left;
	margin: 0px;
	padding: 0px;
}

#main #leftPane #maglink #emplink_bottom {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 5px 0px ;
}

#main #leftPane .maglink #podlink_top {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#main #leftPane .maglink #podlink_mid {
	width: 211px;
	background-image: url(../images/left_panel_mid.jpg);
	background-repeat: repeat-y;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#main #leftPane .maglink #podlink_mid a {
	color: #f83528;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main #leftPane .maglink #podlink_mid img {
	margin: 0px;
	padding: 0px;
}


#main #leftPane .maglink #podlink_mid #bullet {
	float: left;
	width: 25px;
}

#main #leftPane .maglink #podlink_mid #link {
	float: left;
	margin: 0px;
	padding: 0px;
}

#main #leftPane .maglink #podlink_bottom {
	width: 211px;
	height: 6px;
	background-image: url(../images/left_panel_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 5px 0px ;
}

#main #leftPane #career {
	border: none;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 0px;		
}

#main #leftPane #euroselect {
	width: 211px;
	height: 120px;
	overflow: hidden;
	padding: 15px 0px 5px 0px ;
}

#main #leftPane #report #hdg {
	border: none;
	margin: 0px;
	padding: 5px 0px 5px 12px;		
}

#main #leftPane #report #hdg1 {
	border: none;
	margin: 0px;
	padding: 10px 0px 5px 12px;			
}

#main #leftPane #report #hdg2 {
	border: none;
	margin: 0px;
	padding: 10px 0px 5px 12px;			
}

#main #leftPane #report #list {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #list ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #list li {
	color: #f83528;
	list-style-type: square;
}

#main #leftPane #report #list li a {
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

#main #leftPane #report #homeList {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #homeList ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #homeList li {
	color: #f83528;
	list-style-type: square;
}

#main #leftPane #report #homeList li a {
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

#main #leftPane #report #list1 {
	margin: 0px;
	padding: 0px 10px 0px 30px;	
}

#main #leftPane #report #list1 li {
	color: #f83528;
	list-style-type: square;
}

/* lifestyle */

#main #leftPane #report #mlist {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #mlist ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #mlist li {
	color: #ff6600;
	list-style-type: square;
}

#main #leftPane #report #mlist li a {
	color: #66CC66;
	font-weight: bold;
	text-decoration: none;
}

/* podcast */

#main #leftPane #report #plist {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #plist ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #plist li {
	color: #ff6600;
	list-style-type: square;
}

#main #leftPane #report #plist li a {
	color: #8D0888;
	font-weight: bold;
	text-decoration: none;
}

/* STudent Offers */
#main #leftPane #report #bflist {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #bflist ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #bflist li {
	color: #ff6600;
	list-style-type: square;
}

#main #leftPane #report #bflist li a {
	color: #cc66cc;
	font-weight: bold;
	text-decoration: none;
}

/*Gap Year */
#main #leftPane #report #gylist {
	margin: 0px;
	padding: 0px 10px 0px 20px;	
}

#main #leftPane #report #gylist ul {
	padding: 0px;
	margin: 0px;
}

#main #leftPane #report #gylist li {
	color: #ff6600;
	list-style-type: square;
}

#main #leftPane #report #gylist li a {
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

#main #contentPaneSearch{
	width: 468px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#main #contentPane{
	width: 680px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color:#FFFFFF;
	min-height: 100%;
}



#main #contentPane .mainImg{
	border: 4px solid #3399FF;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#main #contentPane .artImg{
	border: .25em hidden;
	padding: 0;
	margin-right: .625em;
	margin-bottom: .625em;
}

#main #contentPane .artImg300{
	border: .25em hidden;
	padding: 0;
	margin-right: .625em;
	margin-bottom: .625em;
	width: 18.75em;
}

#main #contentPane #news{
	margin: 0px;
	padding: 10px;

}

h2.news{
	margin: 0px;
	padding: 10px;
}

#main #contentPane #article {
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Ticket 1136 */
#main #contentPane #article img {
	margin-right: 1.5em;
}
	


#main #contentPane #form {
	margin: 0px;
	padding: 10px;
}

#main #contentPaneSearch #form {
	margin: 0px;
	padding: 10px;
}


#main #contentPane #results {
	margin: 0px;
	padding: 10px;
}

#main #contentPaneSearch #results {
	margin: 0px;
	padding: 10px;
}

#main #contentPane a{
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}

#main #contentPane tr.lineA {
	margin: 0px;
	background-color: #d4cfb7;
}

#main #contentPaneSearch tr.lineA {
	margin: 0px;
	background-color: #d4cfb7;
}

#main #contentPane tr.lineB {
	margin: 0px;
	background-color: #e3e1d9;
}

#main #contentPaneSearch tr.lineB {
	margin: 0px;
	background-color: #e3e1d9;
}


#main #contentPane td {
	margin: 0px;
	padding: 10px;
}

#main #contentPaneSearch td {
	margin: 0px;
	padding: 10px;
}

#main #contentPane td.countries {
	margin: 0px;
	padding: 1px 5px;
	border: 1px solid #FFFFFF;
}

#main #contentPane table.menu {
	margin: 1px;
	padding: 1px 5px;
	color: #006699;
	font-weight: bold;
}

#main #contentPane td.menu {
	margin: 1px;
	padding: 1px 5px;
	color: #006699;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

#main #contentPane td.header {
	margin: 0px;
	padding: 5px 1px 1px 10px;
	font-weight: bold;
	color: #006699;
}

#main #contentPane #form input {
	border: 1px solid #3399FF;
	width: 300px;
}

#main #contentPaneSearch #form input {
	border: 1px solid #3399FF;
	width: 300px;
}

#main #contentPane #form select {
	border: 1px solid #3399FF;
	width: 300px;
}

#main #contentPaneSearch #form select {
	border: 1px solid #3399FF;
	width: 300px;
}

#main #contentPane #menu{
	margin: 0px;
	padding: 0px 10px 10px;

}

#main #contentPane #menu #article {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main #contentPane #menu #article #articleImg {
	float: left;
	border: 4px solid #3399ff;
	margin: 10px 5px 10px 10px;
	padding: 0px;
	display: inline;
	width: 100px;
}

#main #contentPane #menu #article #pefImg {
	float: left;
	/*border: 4px solid #3399ff;*/
	margin: 10px 5px 10px 10px;
	padding: 0px;
	display: inline;
	width: 100px;
}

#main #contentPane #menu #article #body{
	float: left;
	display: inline;
	width: 530px;
}

#main #contentPane #menu #article ul{
	padding: 0px;
	margin: 0px;
}

#main #contentPane #menu #article li{
	margin-left: 35px;
	padding-left: 10px;
}

#main #contentPane #menu #article #text{
	float: left;
	display: inline;
	width: 640px;
}

#main #contentPane #news #article {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #3399ff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main #contentPane #news #article #articleImg {
	float: left;
	width: 142px;
	border: 4px solid #3399ff;
	margin: 10px 5px 10px 10px;
	padding: 0px;
}

#main #contentPane #news #articlels {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main #contentPane #news #articlels #articleImg {
	float: left;
	width: 142px;
	border: 4px solid #009900;
	margin: 10px 5px 10px 10px;
	padding: 0px;
}

#main #contentPane #news #article #body{
	float: right;
	width: 480px;
}

#main #contentPane #news #articleCol2{
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3399FF;
}

#main #contentPane #news #articleCol2 #col1{
	float: left;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #3399FF;
	padding-bottom: 5px;
	/*height: 130px;*/
}

#main #contentPane #news #articleCol2 #col2{
	float: left;
	width: 49%;
	padding-bottom: 5px;
	/*height: 130px;*/
}

#main #contentPane #news #articleColLS{
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
}

#main #contentPane #news #articleColLS #col1{
	float: left;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #009900;
	padding-bottom: 5px;
	/*height: 130px;*/
}

#main #contentPane #news #articleColLS #col2{
	float: left;
	width: 49%;
	padding-bottom: 5px;
	/*height: 130px;*/
}

#main #contentPane #totop {
	float: left;
}

/*---------------------------------*/
/* Lifestyle Section Styles         */
/*---------------------------------*/

#main #contentPane #businessNews{
	/*padding: 0px;*/
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	background-image:url(../images/lifestyle_news_box_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	position: relative;
}

#main #contentPane #businessNews #colA{
	float: left;
	width: 206px;
	position: relative;
}

#main #contentPane #businessNews #colB{
	float: left;
	width: 206px;
	position: relative;
	padding: 0px;
	margin-right: 21px;
	margin-left: 21px;
}

#main #contentPane #businessNews #colC{
	float: left;
	width: 206px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#main #contentPane #businessNews #ad{
	/*border: 1px solid #3399ff;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;*/
	
	background-color:#FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px; 
}

#main #contentPane #businessNews #hdg{
	padding: 0px;
}

#main #contentPane #businessNews #bodyls{
	/*background-image: url(../images/cont_bg_lifestyle.jpg);*/
	line-height: 1.2em;
	font-size: 96%;
	text-align: left;
	/*height: 300px;*/
}

#main #contentPane #businessNews #bodyls a{
	text-decoration: none;	
}

#main #contentPane #businessNews #bodyls a:hover{
	text-decoration: underline;	
}

#main #contentPane #businessNews #bodyls p {
	margin: 0px;
	padding: 0px 10px 10px;
	color: #333333;
	font-size: 96%;
	font-weight: normal;
}

#main #contentPane #businessNews #footerls{
	background-image: url(../images/cont_bg_bottom_lifestyle.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 206px;
}

/*---------------------------------------------*/
/*    Top Row of home page News Boxes          */
/*---------------------------------------------*/

#main #contentPane #businessNews1{
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	background-image:url(../images/bg_news_boxes_new.gif);
	background-repeat:repeat-y;
	background-position:left top;
	position: relative;
}

#main #contentPane #businessNews1 #colA{
	float: left;
	width: 206px;
	position: relative;
}

#main #contentPane #businessNews1 div.colA {
	float: left;
	width: 206px;
	position: relative;
}

#main #contentPane #businessNews1 #colB{
	float: left;
	width: 206px;
	position: relative;
	padding: 0px;
	margin-right: 21px;
	margin-left: 21px;
}

#main #contentPane #businessNews1 div.colB {
	float: left;
	width: 206px;
	position: relative;
	padding: 0px;
	margin-right: 21px;
	margin-left: 21px;
}

#main #contentPane #businessNews1 #colC{
	float: left;
	width: 206px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#main #contentPane #businessNews1 div.colC {
	float: left;
	width: 206px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------*/
/*    Bottom Row of home page News Boxes          */
/*---------------------------------------------*/

#main #contentPane #businessNews2{
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	background-image:url(../images/bg_news_boxes_new.gif);
	background-repeat:repeat-y;
	background-position:left top;
	position: relative;
}

#main #contentPane #businessNews2 #colA{
	float: left;
	width: 206px;
	position: relative;
}

#main #contentPane #businessNews2 div.colA{
	float: left;
	width: 206px;
	position: relative;
}

#main #contentPane #businessNews2 #colB{
	float: left;
	width: 206px;
	position: relative;
	padding: 0px;
	margin-right: 21px;
	margin-left: 21px;
}

#main #contentPane #businessNews2 div.colB{
	float: left;
	width: 206px;
	position: relative;
	padding: 0px;
	margin-right: 21px;
	margin-left: 21px;
}

#main #contentPane #businessNews2 #colC{
	float: left;
	width: 206px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#main #contentPane #businessNews2 div.colC{
	float: left;
	width: 206px;
	position: relative;
	margin: 0px;
	padding: 0px;
}


#main #contentPane #businessNews1 #ad, #main #contentPane #businessNews2 #ad{
	background-color:#FFFFFF;
	/*border: 1px solid #3399ff;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;*/
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px; 	
}

#main #contentPane #businessNews1 #ad img, #main #contentPane #businessNews2 #ad img{
	border: 1px solid #3399ff;
}

div.ad {
	background-color:#FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px; 	
}

div.ad img {
	border: 1px solid #3399ff;
}

#main #contentPane #businessNews1 #hdg, #main #contentPane #businessNews2 #hdg{
	padding: 0px;
}

div.hdg {

	padding: 0px;
}

#hdg2 #errorNews {
	color:#F00000;	
	margin-top:10px;
}

#main #contentPane #businessNews1 #body, #main #contentPane #businessNews2 #body{
	/*background-image: url(../images/cont_bg.jpg);*/
	line-height: 1.2em;
	font-size: 96%;
	text-align: left;
	/*height: 300px;*/
}

div.bodyNews {
	line-height: 1.2em;
	font-size: 96%;
	text-align: left;
}

div.bodyNews a {
	text-decoration: none;
}

div.bodyNews a:hover {
	text-decoration: underline;

}

div.bodyNews p {
	margin: 0px;
	padding: 0px 10px 10px;
	color: #333333;
	font-size: 96%;
	font-weight: normal;
}

#main #contentPane #businessNews1 #body a, #main #contentPane #businessNews2 #body a{
	text-decoration: none;	
}

#main #contentPane #businessNews1 #body a:hover, #main #contentPane #businessNews2 #body a:hover{
	text-decoration: underline;	
}

#main #contentPane #businessNews1 #body p, #main #contentPane #businessNews2 #body p {
	margin: 0px;
	padding: 0px 10px 10px;
	color: #333333;
	font-size: 96%;
	font-weight: normal;
}

#main #contentPane #businessNews #footer{
	background-image: url(../images/cont_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 206px;
}


.date {
	font-size: 92%;	
}
/*==============================================================================================*/
/*==============================================================================================*/

#foot {
	padding: 10px;
	text-align: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 40px;
	margin-top: 10px;
}

#foot #links {
	text-align: left;
	display: inline;
	width: 100%;
}

#foot #logo {
	text-align: right;
	display: inline;
	position: relative;
	margin: 				0px;
	padding: 				0px 10px 0px 5px;
	width: 200px;
}

#foot ul {
	margin: 0px;
	padding: 0px;
	margin: 0px;
	color: #3a7ab2;
	white-space: nowrap;
	list-style-type: none;
}

#foot li {
	display: inline;
	padding: 8px 4px;
	margin: 0px;
	font-size:76%; 
}

#foot li a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a7ab2;
	text-decoration: none;
	color: #3a7ab2;
	padding-left: 8px;
}

#foot li img {
	padding: 0px;
	margin: 2px;
	float: right;
	position: relative;
	top: -20px;
}

/*==============================================================================================*/
/*==============================================================================================*/

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#main #leftPane #ads {
	margin: 0px 20px 0px 20px;
	
}

#main #rightPane #ads {
	margin: 0px 20px 0px 20px;
	
}

#main #leftPane #ads img {
	margin: 0px 0px 0px 35px;
	
}

#main #rightPane #ads img {
	margin: 0px 0px 0px 35px;
	
}

.form-details {border:2px solid #c6d5dd; margin:0 0 20px 0; padding:20px;}

/*------*/
#contentPane #businessNews1:after,
#contentPane #businessNews2:after
{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#contentPane #businessNews1,
#contentPane #businessNews2
{display: inline-block;}

/* Start Holly Hack \*/
* html #contentPane #businessNews1,
* html #contentPane #businessNews2
{height: 1%;}

#contentPane #businessNews1,
#contentPane #businessNews2
{display: block;}

