/*
** layout.css 
** CSS - handles the layout grid
** Author: Steve TANGUE
** Date: 12.09.08
** Last edited: 15.10.08
*/



/* screen size 1024x768 */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #E5E5E5;
	background-image:url(../img/body_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}



h1
{
	color: #FF9900;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}



h2
{
	color:#666666;
	font-weight: normal;
	font-size: 0.8em;
	float:left;
	margin:5px 0 0 15px;
	text-align:left;
	width:200px;
	background-image:url(../img/h2_centercontent_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height: 20px;
	border-bottom: 1px solid #ddd;
}

p
{
	font-size: 0.9em;
}

a
{
	color: #5A8ACC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.book_now_link
{ 
	color:#FF9900;
	font-weight:bold;
}
a:hover.book_now_link
{ 
	color:#FF9900;
}

.right
{
	float: right;
	margin-right: 20px;
}

strong {
font-weight: bold;
}

a#red
{
	color: #FF0000;
}

a:hover#red
{
	color: #FF0000;
}


#container
{
	width:990px;
	height: auto;
	background-repeat:no-repeat;
	margin: 2px auto 0 auto;	
}


#container_wrapper 
{
	width: 990px;
	height: auto;
	margin: 0 auto;
	background-image:url(../img/content_gradient_bg.jpg); 
	background-repeat:repeat-y; 
	background-position:center;
}


#container_wrapper_header 
{
	width: 990px;
	height: auto;
	background-image:url(../img/header_gradient_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center top;
}







/* page header */
div#page_header
{
	width: 950px;
	height: 88px;
	margin: 0 auto;
	background-color:#eee;
}
/* logo - branding - chironet */
a#logo
{
	float: left;
	width: 409px;
	height: 84px;
	background-image:url(../img/logo.png);
	margin: 2px 0 0 7px;
}

div#page_header_content div.platinum_advertorial
{
	float: right;
	width: 220px;
	height: 69px;
	margin: 10px 11px 0px 0px;
	padding: 0px;
	color: #d0d0d0;
	font-size: 0.6em;
	text-align: center;
	line-height: 1.8em;
	background-image:url(../img/default_platinum.jpg);
	background-repeat:no-repeat;
}
div.platinum_advertorial a
{
	color: #fff;
	width: 220px;
}
div.platinum_advertorial span
{
	float: left;
	margin-top: 15px;
	width: 220px;
	cursor: pointer;
}

div.platinum_advertorial_notfound
{
	float: right;
	width: 220px;
	height: 69px;
	margin: 10px 11px 0px 0px;
	padding: 0px;
	color: #d0d0d0;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.8em;
	background-image:url(../img/default_platinum_notfound.jpg);
	background-repeat:no-repeat;
}

div.platinum_advertorial_notfound span
{
	float: left;
	margin-top: 15px;
	width: 220px;
	cursor: pointer;
	font-weight:bold;
}



/* page header menu */
div#page_header_menu 
{
	float: right;
	margin: 10px 20px 10px 10px;
}

div#page_header_menu a, .link_separator
{
	color: #666666;
	font-size: 0.6em;
	text-decoration: none;	
}

div#page_header_menu a:hover
{
	text-decoration: underline;	
}

div#page_header_menu li
{
	float: left;
}

/* page header content */
div#page_header_content
{
	width: 950px;
	height: 88px;
	margin: 0 auto;
}


/* menu bg */
div#menu_bg
{
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
}


/* menu */
div#menu
{
	width: 950px;
	height: 42px;
	background-image: url(../img/menu_bg.jpg);
	background-color: #eeeeee;
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
	position: relative;
}

div#menu li
{
	float: left;
	width: auto;
}

div#menu li a
{
	float: left;
	width: auto;
	height: 39px;
	font-size: 0.75em;
	color: #ffffff;
	margin: 0 auto;
	text-decoration:none;
	margin-left: 1px;
}

div#menu li a:hover
{
	background-color:#0066CC;
	height: 35px;
}

div#menu li span
{
	width: auto;
	height: 16px;
	float:left;
	padding: 11px 25px 12px 25px;
	text-align: center;
	cursor: pointer;
}

div#menu li span.menu_separator
{
	width: 2px;
	background-image: url(../img/menu_separator.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	padding: 0;
	margin: 0;
}

a#login
{
	width: auto;
	height: 42px;
	background-image: url(../img/menu_bg_login.jpg);
	background-color: #eeeeee;
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
	position: relative;
}

a#login:hover
{
	text-decoration: underline;
	color:#eeeeee;
}

div#menu li#menu_spacer
{
	width: 146px;
}


div#menu .selected
{
	background-color:#0066CC;
	height: 35px;
	background-image: url(../img/menu_selected_bg.jpg);
}



/* page content */
div#page_content
{
	width: 950px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border: 0px solid blue;
}



/* page content */
div#content
{
	width: 930px;
	height: auto;
	margin:0 auto;
	padding: 2px 10px 0 10px;;
	background-color: #eee;
	background-image: url(../img/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}



/* left content */

div#left_content
{
	width: 180px;
	height: 540px;
	float: left;
	text-align: left;
	margin-right: 15px;
	background-color: #eee;
}



/* center content */
div#center_content
{
	width: 698px;	
	height: auto;
	float: left;
	background-color: #fff;
	background-image:url(../img/centercontent_bottomcontent_bg_middle.jpg);
	background-repeat:repeat-y;
	background-position: top;
}

div.centercontent_bottombox_bg
{
	width: 698px;	
	height: 5px;
	float: left;
	background-color: #f4f4f4;
	background-image:url(../img/centercontent_bottomcontent_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}



/* right content */
div#right_content
{
	width: 224px;
	height: 540px;
	float: right;
	background-color: #eee;

}



/* center content home banner */
div#center_content_homebanner
{
	width: 695px;	
	height: 257px;
	float: left;
	background-color: #f4f4f4;
	background-image:url(../img/homebanner.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

div#center_content_homebanner_title_wrapper {
	float: left;
	color: #ffffff;
	width: 313px;
	padding-top: 230px;
	margin: 0 0 0 15px;
}
div#center_content_homebanner_title_wrapper a {
font-size: 12px;
color: #fff;
}

a.sign_up_now {
	color: orange;
	font-size: 1.2em;
	font-weight:normal;
}
div#center_content_homebanner h1 {
	float: left;
	color: #ffffff;
	width: 385px;
	margin: 206px 0 6px 0;
}
div.icons_wrapper {
	width: 340px;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}
div#center_content_homebanner ul li {
	width: auto;
	float: left;
	width: 340px;
	color:orange;
	border-bottom: 1px solid #333333;
	padding: 6px 0;
	position:relative;
}
div#center_content_homebanner img {
	width: 50px;
	float: left;
	margin-right: 10px;
}
div#center_content_homebanner ul li a {
	width: 270px;
	float: left;
	color:#ccc;
	font-size: 0.75em;
	line-height:1.2em;	
	margin-top: 5px;
}




/* conferences and events centercontent */
div#conferences_and_events
{	
	float: left;
	width: 695px;
	height: 210px;
	padding-top: 10px;
	background-image:url(../img/conference_content_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #fff;
}


h2.conference
{
	background-image:url(../img/h2_centercontent_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	width: 675px;
	height: 22px;
	float: left;
	border-bottom: 1px solid #ddd;
}


div.event_box
{
	background-image:url(../img/event_grey_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 150px;
	height: 130px;
	margin: 10px 0 0 10px;
	padding: 5px;
	line-height: 1.0em;
}

div.event_img_wrapper img
{
	width: 150px;
	height: auto;
	background-color: black;
}

div.event_img_wrapper
{
	width:150px; 
	height: 60px; 
	overflow: hidden;
}

div.event_box:hover
{
	width: 150px;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #ddd;
	background-image:none;
}

.event_title
{
	font-weight: bold;
	color:#5A8ACC;
	font-size: 0.65em;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	height: 30px;
}

.event_location
{
	float: left;
	width: 150px;
	color: #666666;
	font-size: 0.65em;
}

.event_date
{
		float: left;
		width: 150px;
		color: #666666;
		font-size: 0.65em;
}





/* center content bottom */
div.center_content_bottom
{
	float: left;
	width: 675px;
	height: auto;
	min-height:472px;
	max-height:inherit;
	padding: 15px 10px 10px 10px;
	background-color: #ffffff;
}

/* center content bottom */
div.homepage_center_content_bottom
{
	float: left;
	width: 695px;
	height: 262px;
	padding: 15px 0px 10px 0px;
	background-color: #ffffff;
}





/* bottom content  advertorial */
div#bottom_content_silveradvertorial
{
	width: 930px;
	height: 55px;
	background-image:url(../img/silveradvertorial_bg.jpg);
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
	float: left;
	margin: 10px 0 10px 0;
	padding: 16px 0px 14px 0px;
}

div.silver_advertorial_bg
{
	float: left;
	padding: 8px 14px 0 14px;
	height: 50px;
}

div.silver_advertorial
{
	width: 85px; 
	height: 28px; 
	padding-top: 6px; 
	border: 1px solid #ddd; 
	background-color: #eee; 
	overflow: hidden;
	background-image:url(../img/default_silver.jpg);
}
div.silver_advertorial a
{
	color: #fff;
	width: 85px;
	height: 34px;
	float:left; 
	font-size: 9px; 
	text-align:center; 
	text-decoration: none;
	line-height:1.2em;
	
}
div.silver_advertorial a:hover
{
	text-decoration: underline;
	position: relative;
}
div.silver_advertorial_notfound
{
	width: 85px; 
	height: 26px; 
	padding-top: 8px; 
	border: 1px solid #ddd; 
	background-color: #eee; 
	overflow: hidden;
	background-image:url(../img/default_silver_notfound.jpg);
}
div.silver_advertorial_notfound a
{
	width: 85px;
	height: 30px;
	float:left; 
	font-size: 9px; 
	text-align:center; 
	text-decoration: none;
	position: relative;
		line-height:1.2em;
}
div.silver_advertorial_notfound a:hover
{
	text-decoration: underline;
	position: relative;
}








/* featured advertorials */
div.featured_advertorial
{
	float: left;
	width: 330px;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 2px;
}



div.featured_advertorial_img_bg
{
	background-image:url(../img/featured_advertorial_img_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 155px;
	height: 110px;
	line-height: 1.0em;
	margin-top: 10px;
	text-align: center;

}


div.featured_advertorial a img
{
	width: 135px;
	height: auto;
	margin-top: 10px;	

}

div.featured_advertorial span.title
{
	float: left;
	width: 220px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 1.4em;
	position: relative;	
}



div.featured_advertorial span.date
{
	float: right;
	width: auto;
	margin: 0;
	font-weight: normal;
	color: #bbb;
	font-size: 0.7em;
}

div.featured_advertorial span.description
{
	float: right;
	width: 160px;
	margin-top: 10px;
	color: #666666;
}



div.featured_advertorial_more_link
{
	float: right;
	width: 80px;
	height: auto;
	text-align: right;
	font-size: 10px;
}


div.featured_advertorial_more_link img
{
	width: 5px;
	height: 14px;
}


/* search content search box */
div.search_content_box, div.index_content_box, div.calendar_content_box
{
	width: 224px;
	height: auto;
	float: left;
	margin-bottom: 7px;
}



div.search_content_box_top, div.index_content_box_top, div.calendar_content_box_top
{
	width: 224px;
	height: 27px;
	background-image: url(../img/searchbox_bg_top.jpg);
	background-repeat:no-repeat;
	float: left;
}



div.search_content_box_top h2, div.index_content_box_top h2, div.calendar_content_box_top h2
{
	width: 200px;
	float: left;
	text-align: left;
	margin: 5px 0 0 10px;
	color: #666;
}



div.search_content_box_middle, div.index_content_box_middle, div.calendar_content_box_middle
{
	width: 204px;
	height: auto;
	background-image: url(../img/searchbox_bg_middle.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	float: left;
	padding: 10px;
}



div.search_content_box_bottom, div.index_content_box_bottom, div.calendar_content_box_bottom
{
	width: 224px;
	height:5px;
	background-image: url(../img/searchbox_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-color: #fff;
	float: left;
}









/* gold content box */
div.gold_content_box
{
	width: 224px;
	height: 183px;
	float: left;
	margin-bottom: 5px;
}

div.gold_content_box_top
{
	width: 224px;
	height: 2px;
	background-image: url(../img/rightbox_bg_top.jpg);
	background-repeat:no-repeat;
	float: left;
}

div.gold_content_box_top span
{
	width: 224px;
	float: left;
	text-align: center;
	padding-top: 0px;
	color: #fff;
}

div.gold_content_box_middle
{
	width: 220px;
	height: 161px;
	background-image: url(../img/rightbox_bg_middle.jpg);
	background-repeat: repeat-y;
	float: left;
	padding: 10px 0 0 4px;
}

div.gold_content_box_bottom
{
	width: 224px;
	height:4px;
	background-image: url(../img/rightbox_bg_bottom.jpg);
	background-repeat:no-repeat;
	float: left;
}

div.gold_content_box ul
{
	list-style:url(../img/list_icon.jpg);
	list-style-position:outside;
	margin-left: 20px;
}



div.gold_content_box ul li span
{
	margin-left: 0px;
}



/* gold advertorial */
div.gold_advertorial_left
{
	float: left;
	background-image:url(../img/gold_advertorial.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 90px;
	height: 60px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin: 0 4px;
}

div.gold_advertorial_left_img_wrapper
{
	width: 90px; 
	height: 37px; 
	padding-top: 13px; 
	overflow: hidden; 
	background-image:url(../img/default_gold.jpg);
}

div.gold_advertorial_left_img_wrapper a
{
	font-size: 9px;
	width: 90px;
	height: 50px;
	text-align:center;
	color: #fff;
	float:left;
	line-height:1.3em;
}
div.gold_advertorial_left img
{
	width: 90px;
	height: 50px;
}
/* gold_wrapper */
div.gold_wrapper
{
	width: 224px;
	position:relative;
	height:160px;
	overflow:hidden;
}

div.gold_advertorial_left_img_wrapper_notfound a
{
	font-size: 9px;
	width: 90px;
	height: 50px;
	text-align:center;
	float:left;
	line-height:1.3em;
}
div.gold_advertorial_left_img_wrapper_notfound
{
	width: 90px; 
	height: 37px; 
	padding-top: 13px; 
	float:left;
	background-image:url(../img/default_gold_notfound.jpg);
	background-repeat:no-repeat;
	overflow: hidden; 
}


/* calendar */
div.calendar_content_box_middle
{
	padding: 10px 10px 18px 10px;
}

div#calendar_wrapper
{
	width: 160px;
	height: 200px;
	margin-left: 0px;
	float: left;
}













/* index */
div.index_content_box ul li
{
	font-size: 0.7em;
	line-height: 1.0em;
	list-style-image:url(../img/list_icons.jpg);
	list-style-position:outside;
	margin-left: 15px;
}

div.index_content_box_middle
{
 	height: 207px;
}



div.index_navigation
{
	margin-top: 0px;
	background-color: #f9f9f9;
	float:left; 
	text-align: right; 
	padding: 4px; 
	font-size: 0.6em; 
	border-top: 1px solid #eeeeee; 
	width: 190px; 
	text-align:center;
}



/* page footer*/
div#page_footer
{
	width: 970px;
	height: 80px;
	margin: 0 auto;
	float: left;
}

div#page_footer ul
{
	margin: 0 20px 0 0;
	width: 910px;
	float: right;
}

div#page_footer ul li
{
	float: left;
	margin: 0 2px; 
}

div#page_footer ul li a
{
	color: #666666;
	padding: 2px 0;
	margin-right:2px;
	text-decoration:none;
	font-size: 10px;
	position: relative;
}

div#page_footer ul li a:hover
{
	text-decoration:underline;
}

div#page_footer ul li a.selected
{
	text-decoration:underline;
	font-weight: bold;
	cursor:default;
}


div#copyright
{
	text-align:center; 
	font-size: 0.6em; 
	line-height:1.3em;
	padding-top: 5px;
}





/* reset div */
div.reset 							/* clear floats of the div */
{
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}



div.pagination
{
	float: left;
	width: 655px;
	height: 25px;
	font-size: 10px;
	background-color: #eeeeee;
	margin-bottom: 10px;
	padding: 0 10px;
	margin-top: 5px;
}

div.pagination span.pagileft
{
	float: left;
	font-size: 10px;;
	background-color: #eeeeee;
	padding-top:8px;
}

div.pagination span.pagiright
{
	float: right;
	font-size: 10px;
	height: 0px;
	margin-top: -6px;
}





/* advertise with us submit button */
div.advertise_with_us_request_button
{
	margin-top: 5px;
	width: 200px;
	padding-left: 300px;
}

/* web soludtion wrapper */
div.web_solutions_wrapper
{
 	float: left; 
	position: relative; 
	margin: -14px 0 0 -10px;
}
* html div.web_solutions_wrapper
{
	margin: -14px 0 0 -5px;
}
* html div.web_solutions_banner
{
	width: 689px;
}
div.web_solutions_banner
{
	float: left; 
	margin-left: 0; 
	background-image:url(/img/web_solutions/web_solutions_bg.jpg); 
	width: 695px; 
	height: 255px; 
	background-repeat:no-repeat; 
	margin-bottom: 5px;
}

/* search result */
div.search_return_msg
{
 	font-size: 10px;
}
 
 
/* Error Style added by KAL */
.errorText { padding: 5px 10px; color:#FF0000; }
.errorBText { background-color:#FFECEE; padding: 5px 10px; }
.displaynone {
	display:none;
}


div.success
{
	border: 1px solid #009933;
	background-color:#ECFFF5;
	color:#009933;
	padding: 15px;
	font-size: 12px;
}
/* end of file */

