﻿
*{margin:0; padding:0;}
html { min-height: 100%; margin-bottom: 1px; background-color:#fff; }  /* FireFox Page-Shift Fix */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:10px;
	color: #4a4a4a;
	background-color:#fff;
	text-align:center;
}
.clear{clear:both;}
.float_left{float:left;}
.float_right{float:right;}
.left_align{text-align:left;}
.right_align{text-align:right;}
.center {text-align: center;}

img{border:0px none;}

a{	color:#7A929E;}
a:hover{ text-decoration:none; color:#4d4d4d;}

/* ie6 fix */
span
{
	zoom:1;
}

.dotted_divider
{
	background-color:transparent;
	color:#fff;
	border:0px none;
	border-top:1px dashed #ccc;
	padding-bottom:8px;
	margin-top:8px;
	clear:both;
	display:block;
}

.left_block
{
	float:left;
	display:block;
}
.right_block
{
	float:right;
	display:block;
}

.img_left
{
	float:left;
	margin:0px 10px 10px 0px;
}
.img_right
{
	float:right;
	margin:0px 0px 10px 10px;
}


.top_left
{
	float:left;
	background-image:url(../images/corner_top_left_white.gif);
	padding:6px;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:0px;
	left:0px;
}
.top_right
{
	float:right;
	background-image:url(../images/corner_top_right_white.gif);
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	top:0px;
	right:0px;
}

.bottom_left
{
	float:left;
	background-image:url(../images/corner_bottom_left_white.gif);
	height:12px;
	width:12px;
	display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.bottom_right
{
	float:right;
	background-image:url(../images/corner_bottom_right_white.gif);
	padding:6px;
	background-repeat:no-repeat;
	background-position:bottom right;
	position:absolute;
	bottom:0px;
	right:0px;
}

.small_block
{
	width:44%;
	float:left;
	height:85px;
	display:block;
	margin:5px;
	background-color:#F1F3F5;
	padding:5px;
}
.small_block img
{
	/*width:68px;*/
}
.small_block a
{
	margin-top:8px;
	text-decoration:underline;
}
.small_block .button_stretch
{
	margin-top:8px;
	text-decoration:none;
}

.hidden
{
	display:none;
}

.TODO
{
	color:#f30000;
}


.arrow
{
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}

.wrapper{
	width:992px;
	margin:0 auto;
	/*width:expression(document.body.clientWidth < 780? "775px": "98%" );
	min-width:800px;
	max-width:1600px;*/
	text-align:left;
}


.r1_l
{
	width:100%;	
}
.header
{
	background-color:#5A6C71;
	background-image:url(/images/2009/header_bg.jpg);
	background-repeat:repeat-x;																						
}
.header_right
{
	background-image:url(../images/bg_header_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:22px;
	float:right;
}
.header_logo
{
	display:block;
	float:left;
	margin-left:0px;
}

.header_slogan
{
	display:block;
	float:left;
	padding-top:30px;
	width:120px;
	font-weight:bold;
}

.row_wrapper{
	float:left;
	width:100%;
}
.r3_lll{
	width:100%;
	clear: both;
}
.r3_lll .c1{
	margin: 0 34%;
	zoom:1;
}
.r3_lll .c2{
	float:left;
	width:33%;
	margin-right:1%;
	margin-left:-100%;
	display:block;
}
.r3_lll .c3{
	float:left;
	width:33%;
	margin-left:-33%;
}

.r2_fl .row_wrapper{
	float:right;
	width:100%;
	margin-left:-200px;
}
.r2_fl .c1 {
	margin-left:200px;
	background-color:#fff;
	zoom:1;
}
.r2_fl .c2 {
	float:left;
	width:200px;
	background-color:#fff;
}

/*** 3 COL LAYOUT ***/

.r3_flf .row_wrapper{
	float:left;
	width:100%;
}
.r3_flf {
	width:100%;
	clear: both;
	margin-top:10px;
}
.r3_flf .c1 {
	margin: 0 175px 0 200px;
	padding: 0px 10px;
}
.r3_flf .c2 {
	float:left;
	width:200px;
	margin-left:-100%;
	display:block;
}
.r3_flf .c3 {
	float:left;
	width:175px;
	margin-left:-175px;
}

/*** footer ***/
.footer
{
	clear:both;
	/*padding-top:25px;	*/
	
	background-color:#9aa7ab;
	padding:20px;
	background-image:url(/images/2009/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
}
.footer p
{	
	color:#eee;
	padding-left:8px;
	padding-bottom:10px;
}
.footer .footer_links
{
	border-top:1px solid #a9b2b5;
	margin:0;
	padding:10px 0 0px 0;
	clear:both;
	text-align:right;
}
.footer a
{
	color:#eee;
}
.footer a:hover
{
	color:#fff;
}
.footer .footer_links ul
{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:5px;
}
.footer .footer_links ul li
{
	display:inline;
	padding-right:10px;
}
.footer .footer_links a
{
	text-decoration:none;
	color:#eee;
}
.footer .footer_links a:hover
{
	text-decoration:underline;
	color:#fff;
}
.footer .footer_links a img
{
	vertical-align:middle;
}






.umbrella_links
{
	border-top:1px solid #a9b2b5;
	margin:0;
	padding:10px 0;
	clear:both;
	text-align:right;
}
.umbrella_links ul
{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:5px;
}
.umbrella_links ul li
{
	display:inline;
	padding-right:10px;
}
.umbrella_links a, .umbrella_links a:visited, .umbrella_links a:active
{
	text-decoration:none;
	color:#eee;
}
.umbrella_links a:hover
{
	text-decoration:underline;
	color:#fff;
}

/*** COMMON TYPOGRAPHY ***/

h1 
{
    /*color: #fff;
    background-color:#AFBDC5;*/
    color:#4a4a4a;
    font-size: 1.4em;
    margin: 0 0px 10px 0px;
    padding:5px 0px;
    letter-spacing:-0.05em;border-bottom:1px dashed #B7C4CA;
    }
 
p {
    margin: 0;
}

.c1 p
{
	font-size:1.15em;
	padding-bottom:8px;
}

ul, ol {

    margin: 0 0 1em 25px;
}

h2 {
    font-size: 1.1em;
    margin: 0;
    padding:5px 0 5px 0;
    letter-spacing:0px;
}

h3 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

h4 
{
    background-color: #a9b8c0;
    background-image:url(../images/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: top left;
    padding: 5px 10px;
    margin-top: 0;
    color: #FFFFFF;
    font-size: 1.2em;
    border-bottom: 1px solid #9fb0b8;
    }

a, a:visited, a:active {
    color: #233843;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


.plain_list
{
	padding-top:5px;
}
.plain_list li
{
	list-style-type:circle;
	margin-left:15px;
	padding-left:0px;
	padding-bottom:3px;
	border-bottom:0px none;
}
.panel .plain_list li
{
	border:0px none;
}

.content_table
{
	margin-bottom:10px;
}
.content_table th
{
	padding:3px;
	font-weight:bold;
	background-color:#B7C4CA;
	color:#fff;
	border:1px solid #B7C4CA;
	margin:1px;
}
.content_table td
{
	padding:3px;
	border:1px solid #B7C4CA;
	margin:1px;
}

.simple_list
{
	margin-left:0px;
	width:100%;
}
.simple_list li
{
	list-style-type:none;
	display:block;	
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
	border-bottom:1px dotted #B7C4CA;
}
.simple_list li a
{
	margin:0;
	padding-left:15px;
	display:block;
	text-decoration:none;
}


.detail_block
{
	background-color:#e6eaec;
	margin-bottom:5px;
	position:relative;
	width:100%;
}
.detail_block_padding
{
	padding:10px 10px 10px 10px;
}
.detail_block ul
{
	margin:0;
	list-style-type:none;
}
.detail_block ul li
{
	clear:both;
}
.detail_block ul li strong
{
	width:30%;
	float:left;
	display:block;
}
.detail_block ul li span
{
	width:70%;
	float:left;
	display:block;
	padding-bottom:5px;
}
.detail_block ul li strong span
{
	width:auto;
	float:none;
	display:inline;
	padding-bottom:0px;
}

.innerfade p
{
	padding:8px 0px 0px 0px;
	margin:0;
	clear:both;
}
.innerfade a
{
	padding:0px 0px 0px 0px;
	margin:0;
	clear:both;
	display:block;
}
.innerfade br
{
	display:none;
}

/*** NEW EXTRA 2009 ***/
.r1_l.header
{
	position:relative;
	height:87px;
}
.nav_header .az_directory_link
{
background-image:url(/images/2009/az_directory_link.jpg);
background-position:left center;
background-repeat:no-repeat;
color:#EEEEEE;
font-weight:bold;
padding-left:35px;
position:absolute;
right:138px;
text-decoration:none;
top:30px;
}
.nav_header .search_scenarios_link
{
color:#EEEEEE;
font-weight:bold;
padding-left:35px;
position:absolute;
right:26px;
text-decoration:none;
top:30px;
background-image:url(/images/2009/search_scenarios_link.jpg);
background-repeat:no-repeat;
background-position:left center;
}

.header_search
{
	display:block;
	position:absolute;
	right:247px;
	top:30px;
	width:365px;
}
.header_search input
{
	margin-top:1px;
	padding:4px;
	width:245px;
}
.header_search_button
{
	float:right;
	display:block;
	background-image:url(/images/2009/header_search_button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:91px;
	height:23px;
	padding:7px 0 0 10px;
	color:#eee;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
.header_search_button:hover
{
	background-position:bottom left;
	color:#fff;
	text-decoration:none;
}
.header_search_box
{
	float:left;
}
.header_advanced_search
{
	clear:both;
	display:block;
	text-align:right;
	color:#eee;
	text-decoration:none;
	padding-right:5px;
	font-size:0.9em;
}
.header_advanced_search:hover
{
	color:#fff;
}

.welcome_panel
{
	background-image: url("/images/2009/welcome_bg.gif");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    height: 60px;
    margin-top: 1px;
    padding: 0 10px;
}

.welcome_panel .welcome_panel_buttons a
{
	display:block;
	padding: 10px 10px 0 35px;
	height:27px;
	float:left;	
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	color:#597786;
	margin-top: 7px;
}
.welcome_panel .welcome_panel_buttons a:hover
{
	color:#39525f;
}
.welcome_panel .welcome_panel_buttons .welcome_contact_button
{
	background-image:url(/images/2009/welcome_icon_contact.gif);
}
.welcome_panel .welcome_panel_buttons .welcome_myipa_button
{
	background-image:url(/images/2009/welcome_icon_myipa.gif);
}
.welcome_panel .welcome_panel_buttons .welcome_admin_button
{
	background-image:url(/images/2009/welcome_icon_admin.gif);
}

.welcome_panel .welcome_panel_buttons .welcome_tv_button
{
	background-image:url(/images/2009/welcome_icon_tv.gif);
}

.welcome_basket_button
{
	background-image: url("/images/2009/welcome_icon_basket.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #597786;
    display: block;
    float: left;
    height: 35px;
    margin-top: 7px;
    padding: 2px 10px 0 38px;
    text-decoration: none;
}

.welcome_basket_button em
{
	display:block;
	font-size:11px;
}

.language_select
{
    float: left;
    height: 50px;
    margin-left: 20px;
}

.language_select a
{
	display: block;
    margin-top: 7px;
    padding: 0 5px 2px 10px;
}

.home_login
{
	float: right;
    margin-right: 15px;
    padding: 12px;
    height:25px;
}
.home_login a
{
	margin-left:10px;
}
.home_login .login_message
{
	color: #748390;
    display: block;
    float: right;
    padding: 3px 10px 0 0;
}

.welcome_back
{
	background-color: #ECEEEF;
    background-image: url("/images/2009/home_login_left.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: right;
}
.welcome_back_right
{
	background-image: url("/images/2009/home_login_right.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    float: right;
    height: 49px;
}
/*** NEW HOME PAGE PORTLETS ***/

.home_portlet
{
	background-position:right bottom;
	background-repeat:no-repeat;
	float:left;
	height:215px;
	margin:0 0 12px;
	padding:0 0 35px;
	position:relative;
	width:318px;
}
.home_portlet h2
{
	background-image:url(/images/2009/portlet_header_bg_blue.gif);
	background-repeat:repeat-x;
	background-color:#29aac0;
}
.home_portlet h2 span
{
	background-image:url(/images/2009/portlet_header_icon_news.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	padding:5px 10px 3px 40px;
}

.home_portlet_image_container
{
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	display:none;
	height:94px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:0;
	width:316px;
}
.home_portlet_image_container img
{
	display:none;	
	height:84px;
	margin:5px auto;
}


a.home_portlet_featured_item .home_portlet_image_container img, .home_portlet_item_list a:hover .home_portlet_image_container, .home_portlet_item_list a:hover .home_portlet_image_container img
{
	display:block;	
}

.home_portlet_featured_item .home_portlet_image_container, .home_portlet_featured_item .home_portlet_image_container img
{
	display:block;
	background-image:url(/images/2009/portlet_placeholder.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.home_portlet.home_news .home_portlet_image_container, 
.home_portlet.home_news .home_portlet_image_container img{
	display:none !important;
}

.home_portlet.home_events .home_portlet_item_list,
.home_portlet.home_jobs .home_portlet_item_list{
padding-top:92px;
}
.home_portlet.home_events .home_portlet_item_list a:hover .home_portlet_image_container img,
.home_portlet.home_jobs .home_portlet_item_list a:hover .home_portlet_image_container img{
display:block;
}

.home_portlet_image_container img
{
	-ms-interpolation-mode: bicubic;
}
.home_portlet_featured_item
{
	background-color:#28aac0;
	color:#333333;
	padding:10px 13px;
}
.home_portlet_featured_item a
{
	text-decoration:none;
}
.home_portlet_item_list
{
	padding-bottom:15px;
	/*padding-top:94px;*/
	position:relative;
}
.home_portlet_item_list a
{
	border-bottom:1px solid #2EB1B8;
	display:block;
	height:0.9em;
	line-height:1.5em;
	overflow:hidden;
	padding:0.5em 13px 0.9em;
	text-decoration:none;
	width:292px;
}
.home_portlet_item_list a:hover
{
	background-color:#49dae1;
}
.home_portlet_footer
{
	bottom:0;
	display:block;
	padding:10px;
	position:absolute;
}
.home_portlet_footer a
{
	text-decoration:none;
}
.home_portlet_footer a:hover
{
	text-decoration:underline;
}
.small_rss
{
	padding-right:20px;
	margin-right:10px;
	background-image:url(/images/2009/rss_icon_small.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

/* colourway - news */
.home_portlet.home_news
{
	background-image:url(/images/2009/portlet_corner_blue.gif);
	background-color:#42cdd5;	
	height:108px;
}
.home_portlet.home_news h2
{
	background-color:#29AAC0;
	background-image:url(/images/2009/portlet_header_bg_blue.gif);
	height:26px;
	overflow:hidden;
}
.home_portlet.home_news h2 span
{
	background-image:url(/images/2009/portlet_header_icon_news.gif);
	float:left;
	width:150px;
}


.home_portlet.home_twitter
{
	background-color: #E5F9FA;
	background-image:url(/images/2009/portlet_corner_twitter.gif);
    height: 248px;
    padding-bottom: 40px;
    position: relative;
}
.home_portlet.home_twitter h2
{
	background-color:#29AAC0;
	background-image:url(/images/2009/portlet_header_bg_twitter.gif);
	height:26px;
	overflow:hidden;
}
.home_portlet.home_twitter h2 span
{
	background-image:url(/images/2009/portlet_header_icon_twitter.gif);
	float:left;
}


/* colorway - RED */
.home_portlet.snippet_portlet
{
	background-image:url(/images/2009/portlet_corner_red.gif);
	background-position:right bottom;
	background-color:#d54a42;	
	height:95px;
}
.snippet_portlet_inner
{
	background-image:url(/images/2009/portlet_corner_red_top.gif);
	background-position:10px 10px;
	background-repeat:no-repeat;
	color:#F3F3F3;
	font-size:0.9em;
	height:7.2em;
	line-height:1.2em;
	overflow:hidden;
	padding:8px 10px 0;
}
.home_portlet.snippet_portlet h2
{
	background-color:#29AAC0;
	background-image:url(/images/2009/portlet_header_bg_red.gif);
	height:26px;
	overflow:hidden;
}
.home_portlet.snippet_portlet h2 span
{
	background-image:url(/images/2009/portlet_header_icon_quote.gif);
	float:left;
}

.news_rss
{
	background-image:url(/images/news_rss.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:22px;
	padding:4px 0 0 7px;
	text-decoration:none;
	width:77px;
	margin-right:5px;
	margin-top:2px;
}
.view_all_news
{
	background-image:url(/images/view_all_news.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:17px;
	padding:4px 0 0 8px;
	text-decoration:none;
	width:100px;
	margin-right:5px;
	margin-top:2px;
}

.view_all_twitter
{
	background-image:url(/images/view_all_twitter.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:17px;
	padding:4px 0 0 8px;
	text-decoration:none;
	width:100px;
	margin-right:5px;
	margin-top:2px;
}

.events_rss
{
	background-image:url(/images/events_rss.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:22px;
	padding:4px 0 0 7px;
	text-decoration:none;
	width:77px;
	margin-right:5px;
	margin-top:2px;
}
.view_all_events
{
	background-image:url(/images/view_all_events.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:17px;
	padding:4px 0 0 8px;
	text-decoration:none;
	width:100px;
	margin-right:5px;
	margin-top:2px;
}

.jobs_rss
{
	background-image:url(/images/jobs_rss.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:22px;
	padding:4px 0 0 7px;
	text-decoration:none;
	width:77px;
	margin-right:5px;
	margin-top:2px;
}
.view_all_jobs
{
	background-image:url(/images/view_all_jobs.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:11px;
	height:17px;
	padding:4px 0 0 8px;
	text-decoration:none;
	width:100px;
	margin-right:5px;
	margin-top:2px;
}


.home_comments
{
	float:left;
}

.home_portlet.home_news .home_portlet_featured_item
{
	background-color:#28aac0;
	color:#333333;
}

.home_portlet.home_news .home_portlet_item_list a
{
	border-bottom:1px solid #2eb1b8;
}
.home_portlet.home_news .home_portlet_item_list a:hover
{
	background-color:#49dae1;
}

/* colourway - events */
.home_portlet.home_events
{
	background-image:url(/images/2009/portlet_corner_orange.gif);
	background-color:#fdb552;
	/*margin:0 21px 0 0;	*/
	margin-right:21px;
	height:300px;
}
.home_portlet.home_events h2
{
	background-image:url(/images/2009/portlet_header_bg_orange.gif);
	background-color:#fd922e;
	height:26px;
}
.home_portlet.home_events h2 span
{
	background-image:url(/images/2009/portlet_header_icon_events.gif);
	float:left;
}

.home_portlet.home_events .home_portlet_featured_item
{
	background-color:#fd922e;
	color:#333333;
}

.home_portlet.home_events .home_portlet_item_list a
{
	border-bottom:1px solid #d7a156;
}
.home_portlet.home_events .home_portlet_item_list a:hover
{
	background-color:#ffc26e;
}

/* colourway - jobs */
.home_portlet.home_jobs
{
	background-image:url(/images/2009/portlet_corner_green.gif);
	background-color:#bfd157;	
	/*margin-right:17px;*/
	height:300px;
}
.home_portlet.home_jobs h2
{
	background-image:url(/images/2009/portlet_header_bg_green.gif);
	background-color:#fd922e;
	height:26px;
}
.home_portlet.home_jobs h2 span
{
	background-image:url(/images/2009/portlet_header_icon_jobs.gif);
	float:left;
}

.home_portlet.home_jobs .home_portlet_featured_item
{
	background-color:#a2c02e;
	color:#333333;
}

.home_portlet.home_jobs .home_portlet_item_list a
{
	border-bottom:1px solid #a9b65a;
}
.home_portlet.home_jobs .home_portlet_item_list a:hover
{
	background-color:#cfe262;
}

/* colourway - messages */
.home_portlet.home_messages
{
	background-image:url(/images/2009/portlet_corner_teal.gif);
	background-color:#59b9a3;	
	height:75px;
}
.home_portlet.home_messages h2
{
	background-image:url(/images/2009/portlet_header_bg_teal.gif);
	background-color:#fd922e;
}
.home_portlet.home_messages h2 span
{
	background-image:url(/images/2009/portlet_header_icon_message.gif);
}
.home_portlet.home_messages p
{
	color:#333;
}
.home_portlet.home_messages .home_portlet_featured_item
{
	background-color:Transparent;
}


.home_portlet.featured
{
	padding:0;
}

/* colourway - other sites */
.home_portlet.other_sites
{
	width:100%;
	background-image:url(/images/2009/portlet_corner_blue.gif);
	background-color:#42cdd5;	
}
.home_portlet.other_sites h2
{
	background-image:url(/images/2009/portlet_header_bg_blue.gif);
	background-color:#29aac0;
}
.home_portlet.other_sites h2 span
{
	background-image:url(/images/2009/portlet_header_icon_other.gif);
}
.other_sites_item
{
	float:left;
	width:200px;
	display:block;
	padding:10px;
	width:310px;
}
.other_sites_item img
{
	float:left;
	margin-right:5px;	
}

/** ALL OUR BEST WORK SECTION **/
.bestwork_container
{
background-color:#e3e6e7;
display:block;
float:right;
height:283px;
width:318px;
margin-bottom:12px;
border-radius: 0 0 20px 0;
overflow:hidden;
}
.bestwork_container_inner
{
	width:318px;
}

.bestwork_list_item
{
	float:left;
	margin-left:10px;
	width:298px;
	font-size:11px;
	cursor:pointer;
	padding-top:10px;
}
.bestwork_list_item_image
{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	cursor:pointer;
	margin-bottom:10px;
	overflow:hidden;
	width:296px;
	height:160px;
	padding:10px 0;
	display:block;	
	vertical-align:middle;
	text-align: center;
}

.bestwork_list_item_image_inner
{
}
.bestwork_list_item img
{
	height:160px;
	image-rendering: optimizeQuality;	
}
.bestwork_list_item a
{
	text-decoration:none;
	color:#707070;
}

.bestwork_list_item a:hover
{
	text-decoration:none;
	color:#444;
}
.bestwork_list_item p
{
	line-height:1.5em;
}
.bestwork_list_item p strong
{
	display:block;
	height:1.5em;
	overflow:hidden;
}


/*** HOME FOOTER ***/

.home_footer
{
	background-color:#D6DBDD;
	clear:both;
	color:#333333;
	margin-top:0px;
	padding:5px 30px 0;
}

.home_footer h2
{
	font-size:1.3em;
}
.home_footer a
{
	color:#3f626a;
}

.home_footer_callout
{
	float:right;
	width:275px;
	margin-left:30px;
}
.home_footer_text
{
	padding-right:305px;
}

.home_footer_nav
{	
	background-image:url(/images/2009/home_footer_nav_bg.gif);
	background-repeat:repeat-x;
	height:46px;
	margin-top:0;
	padding:0;
}
.home_footer_left
{
	background-image:url(/images/2009/home_footer_nav_left.gif);
	display:block;
	float:left;
	height:45px;
	width:11px;
}
.home_footer_right
{
	background-image:url(/images/2009/home_footer_nav_right.gif);
	display:block;
	float:right;
	height:45px;
	width:11px;
}
.home_footer_nav ul
{	
	right:0px;
	list-style-type:none;
	margin:0;
	/*position:absolute;*/
}
.home_footer_nav ul li
{	
	float:right;
}
.home_footer_nav ul li a
{	
	float:left;
	display:block;
	height:33px;
	padding:10px 20px 0 32px;
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}

.home_footer_nav ul li a.footer_nav_admin{ background-image:url(/images/2009/footer_icon_admin.gif); }	
.home_footer_nav ul li a.footer_nav_rss{ background-image:url(/images/2009/footer_icon_rss.gif); }	
.home_footer_nav ul li a.footer_nav_contact{ background-image:url(/images/2009/footer_icon_contact.gif); }	
.home_footer_nav ul li a.footer_nav_myipa{ background-image:url(/images/2009/footer_icon_myipa.gif); }	


.home_footer_nav ul li a:hover
{	
	color:#333;
}
.home_login_wrapper
{
	width:500px;
}
.home_login_wrapper input.home_login_username
{
	background-image:url(/images/2009/home_login_input_left.gif);
	background-repeat:no-repeat;
	border-right:1px solid #b3bdbf;	
	border-style:none solid none none;
	border-width:0 1px 0 0;
	float:left;
	font-size:1em;
	height:20px;
	margin:0 5px 0 0;
	padding:3px 5px 0;
	width:100px;
}
.home_login_wrapper input.home_login_password
{
	border:0px none;
	background-image:url(/images/2009/home_login_input_left.gif);
	background-repeat:no-repeat;
	height:20px;
	margin:0;
	padding:3px 5px 0;
	background-position:right top;	
	border-left:1px solid #b3bdbf;	
	float:left;
	margin-right:5px;
	width:100px;
}

.home_login_wrapper .login_button
{
	background-image:url(/images/2009/login_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:23px;
	width:70px;
	display:block;
	float:left;
	padding:3px 0 0 10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.home_login_wrapper .login_button:hover
{
	background-position:left bottom;
}
.home_login_wrapper .home_login_remember
{
	float:left;
	clear:both;
}
.home_login_wrapper .home_login_label
{
float:left;
line-height:15px;
padding-right:5px;
padding-top:4px;
}

.content_comments
{
	/*border-top:1px dashed #aaa;
	padding-top:10px;*/
	clear:both;
	width:100%;
}
.content_comments h2
{
	font-size:1.3em;
}
.content_comments h2.comments_title
{
	background-image:url(/images/2009/comments_bg.jpg);
	font-size:1em;
	font-weight:normal;
	padding:13px 10px 15px 40px;
	text-decoration:none;
}
.content_comments h2.comments_title a
{
	text-decoration:none;
}
.content_comments_item
{
	border-bottom:1px solid #ddd;
	background-color:#F9F9F9;
}
.content_comments_item h2
{
	background-color:#EDEDED;
	font-size:1em;
	height:1.4em;
	margin-top:10px;
	padding:5px 8px;
}
.content_comments_item h2 span.comment_item_name
{
	float:left;
}
.content_comments_item h2 span.comment_item_date
{
	float:right;
}
.content_comments_item h3
{
	clear:both;
	padding:0 8px;
	margin:5px 0;
}
.content_comments_item p
{
	font-size:1em;
	padding:0 8px 10px;
}
.content_comments_add
{
	padding:0 10px 10px;
}
.content_comments_add strong
{
	clear:both;	
	float:left;
	display:block;
	width:100px;
	margin-top:5px;
}
.content_comments_add input
{
	float:left;
	width:200px;
	margin-top:5px;
}
.content_comments_add textarea
{
	float:left;
	margin-top:5px;
}


.home_footer_welcome
{
	background-color:#D6DBDD;
	clear:both;
	color:#333333;
	margin-top:10px;
	padding:15px 30px;
}

.content_list_image
{
	float:left;
	width:100px;
	/*height:100px;*/
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}
.content_list_image img
{
	max-width:100px;
	max-height:100px;
}

.whatson_list_image
{
	float:left;
	width:64px;
	overflow:hidden;
	margin:5px 10px 5px 5px;
}
.whatson_list_image img
{
	max-width:64px;
	max-height:64px;
}
.content_list_content
{
	float:left;
	width:570px;
}
.content_list_content .content_icon {
	margin:0 5px 0 0;
}
.content_event
{
	clear:both;
}

#fader_wrapper
{
	clear:both;
	background-color:#5a6c71;	
	padding:5px 10px 2px;
	background-image:url(/images/2009/home_ticker.gif);
	background-repeat:no-repeat;
	margin-top:10px;	
	color:#eee;
	font-size:1.1em;
	margin-bottom:5px;
}
#fader_wrapper ul
{
	margin:0;
	list-style-type:none;
}
#fader_wrapper ul li a
{
	color:#eee;
	text-decoration:none;
}
#fader_wrapper ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}

/*** XMAS ***/
/*.header
{
	background-color:#A60C00;
	background-image:url(/images/2009/xmas/header_bg.jpg);																				
}
.header_search_button {
background-image:url(/images/2009/xmas/header_search_button.jpg);
}
.nav_header .az_directory_link {
background-image:url(/images/2009/xmas/az_directory_link.jpg);
}
.nav_header .search_scenarios_link {
background-image:url(/images/2009/xmas/search_scenarios_link.jpg);
}*/

/*** VALENTINES ***/
/*.header
{
	background-color:#A60C00;
	background-image:url(/images/2009/header_bg_val.jpg);																				
}
.main_nav {
background-color:#8E105D !important;
}
.header_search_button {
background-image:url(/images/2009/header_search_button_val.jpg);
}
.nav_header .az_directory_link {
background-image:url(/images/2009/az_directory_link_val.jpg);
}
.nav_header .search_scenarios_link {
background-image:url(/images/2009/search_scenarios_val.jpg);
}*/

/*** St. PATRICK'S DAY ***/
/*
.header
{
	background-color:#245803;
	background-image:url(/images/2009/banners/stpat/header_bg_pat.jpg);																				
}
.main_nav {
background-color:#245803 !important;
}
.header_search_button {
background-image:url(/images/2009/banners/stpat/header_search_button_pat.jpg);
}
.nav_header .az_directory_link {
background-image:url(/images/2009/banners/stpat/az_directory_link_pat.jpg);
}
.nav_header .search_scenarios_link {
background-image:url(/images/2009/banners/stpat/search_scenarios_pat.jpg);
}*/


