 

html {
	background-color:#262626;
	height:100%; /*needed for IE7 */
	 
}


html.darkbg {
	background-color:#262626;
}


body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #494949;
	margin: 0;
	width:101em;
	margin: 0 auto;
	background-color:#ffffff;
	height:100%;
}

p {
	font-size:1.2em;	
}
 

/* Sets page specific body attributes (for landing pages etc...) */
body.landing {
	background: #262626 url("../images/sitewide/bg-site.gif") no-repeat center top;

}


h1 {
    bottom: 0;
    display: block;
    font-size: 1em;
    height: 7.3em; 
    width: 50.2em;
}

h1#title
{
	position:relative;

}

h1 a {
		text-indent: -100em;
		display: block;
		width: 50.2em;
		height: 7.3em;
		background: url("/images/sitewide/h1-logo.gif") repeat-y left top;
		background-color:white;		
	}
	
h1 a:hover {
	background-position: 0 -146px;
}



.formHeader
{
	background-color:lightgrey;
	margin-bottom:0px;
	padding:10px 10px 5px; 10px;
	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */	
}


div.formDiv {
	
	margin:0px;
	padding:10px 10px 10px 20px;
	background-color:lightgrey;

	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */	
}
	 
  
div.biography
{
	float:left;
	width:850px;
}
    
div.biography img
{
	float: left;
	margin: .5em 1em 0 0;
}
    
    
    
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */
div#creativeCapital {
	
	padding-top:30px;
	margin: 0 20px;
	width: 98em; 	
	position:relative;
	float:left;
	clear:both; 
}

div#content {
	display: block;
	position: relative;
	text-align: left; /* to escape left alignment from body for IE6 */
	min-width: 500px;
	 min-height:450px;
}	


#creativeCapital div#content {
	 
	width:700px; 
}	

div#forms
{
	padding-bottom:50px;
	
}
  
div.container
{	
	width:100%;
	
	float:left;
	
	position:relative;
	overflow:hidden;
	
	background-color:white;
	background-position:0px 100px;
	
	background: #ffffff url(../../images/pages/page_bg_small.png) 0px 123px no-repeat; 
	background-color:white;
}



div.main {
	margin: 0em 0 0 1.5em;
}


 
 
div.triangles
{ 
	position:absolute;
	left:750px;
	top:213px;
}

div.triangles ul li
{
	background:transparent;
}

#page_triangle ul li 
/* this next line overrides some of the page specific positioning from old CSS */
{
	position:relative;
	top:0px;
	left:0px;

}


	
	div.project-facts {
		padding-top: 4.1em;
		margin: 0em;
	}
	div.project-facts ul {
		font-size: 1.0em;
	}
	div.project-facts ul li {

		margin: 0 0 1.6em 0;
		font-size: 1.0em;
	}

	div.project-facts ul li h3 {
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.3em;
		font-weight: bold;
		color: #1a1a1a;
		margin: 0;
		padding: 0;
	}
	div.project-facts ul li p {
			font-weight: normal;	
			display: block;
			font-size: 1.2em;
			text-transform: none;
			color: #494949;
			margin: 0;
			padding: 0;
	}
		body.project-overview div.project-facts ul li p a {
			color: #494949;
			text-decoration: none;
		}
			body.project-overview div.project-facts ul li p a:hover {
				color: #494949;
				text-decoration: underline;
			}


/* @group Attributes */

p
{
    color: #3f3f3f;
    line-height: 1.4em;
}

strong
{
    color: #333;
}

small
{
    font: bold 10px Arial, sans-serif;
}

/* @group Specials */

.serif
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

.light
{
    color: #7f7f7f;
}

.light strong
{
    color: #4d4d4d;
}

.italic
{
    font-style: italic;
}

.hot
{
    font-style: normal;
    color: #d70051;
}

.fresh
{
    background-color: #fcfecc;
}

.notice
{
    background-color: #fff1f6;
    border: 1px solid #ffbed5;
    padding: 8px;
}

/* @end */

/* @group Links */

a, a.visited
{
    /*color: #007ecb;*/
    color: #25A5E4;
}

a:hover
{
    color: #333;
    text-decoration: none; 
}

p.serif a
{
    color: #333;
}

.hot a
{
    color: #d70051;
}

.fresh a:hover
{
    background-color: #eff1c2;
}

/* @end */

/* @group Headers */
 
h2
{
    font-size: 16px;
}

h3
{
    font-size: 11px;
    color:#494949;
    font-weight:bold;
}

/* @end */

/* @group ActiveRecord */

div.errors
{
    background-color: #fff1f6;
    border: 1px solid #ffbed5;
    padding: 8px;
    margin: 12px 0;
}

div.notice
{
    background-color: #edfdcb;
    border: 1px solid #cce596;
    padding: 8px;
    margin: 12px 0;
}

/* @end */

/* @end */

/* @group Forms */

#main form
{
    margin-bottom: 0;
}

#main form div.attribute
{
    padding-top: 8px;
    padding-bottom: 8px;
}

#main form div.separator
{
    background: #f1f1f1;
    font: bold 10px Arial;
    margin: 4px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
}

#main form div.buttonrow
{
    margin-top: 24px;
}

/* @group Standard HTML */

/* @group Labels */

#main form label
{
    font: bold 10px Arial, sans-serif;
    display: block;
    margin-bottom: 4px;
}

#main form label.regular
{
    display: inline;
}

/* @end */

/* @group Inputs */

#main form input
{
    font: 14px sans-serif;
    color: #3f3f3f;
    background-color: #fbfbfb;
    width: 100%;
}

#main form input:focus
{
    background-color: white;
    color: #262626;
}

/* @end */

/* @group Text Areas */

#main form textarea
{
    width: 100%;
    font: 12px sans-serif;
    color: #3f3f3f;
    background-color: #fbfbfb;
    margin-top: 2px;
    height: 264px;
}

#main form textarea.small
{
    height: 150px;
}

#main form textarea.popup_small
{
    height: 124px;
}

#main form textarea.very_small
{
    height: 50px;
}

#main form textarea:focus
{
    background-color: white;
    color: #262626;
}

/* @end */

/* @group Selects */

#main form select
{
    display: block;
    margin-top: 6px;
    margin-left: 0;
}

#main form select.editable
{
    margin-top: 2px;
    margin-left: 0;
    display: inline;
}

#main form select.multiple
{
    width: 200px;
    font: 10px Arial;
}

#main form .date-time select
{
    display: inline;
}

/* @end */

/* @group Inputs */

#main form input.regular
{
    width: auto;
    margin-left: 0;
}

#main form input.button
{
    width: auto;
    margin-left: 0;
    -khtml-appearance: button;
}

#main form input.button
{
    width: auto;
    margin-left: 0;
    -khtml-appearance: button;
}

/* @end */

/* @group Parent/Child lists */

.comment {color:red;}

.rounded
{
	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */	
}

div.announcements {
	
	background-color:#EFEFEF;
	padding:10px;
	margin: 20px 0;

	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */

}

.announcements * {
	 
}


div.granteeComment
{
	min-height: 60px;
	width:95%;
	border:thin lightgrey solid;
	margin: 10px 0;
	padding:10px;
	
	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */

}


div.granteeComment p
{
	margin:0px;
	padding:0px;
	font-size:1.3em;
}


div.icon
{
	float:left;
	margin-right:20px;
	overflow:hidden;
	height:60px;
}

div.icon img
{
	width:60px;
}


#main div.posts
{
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    font: italic 11px/20px Georgia;
}


.form ul li {
    font-size: 1em;
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
}


#main div.posts ul
{
    font: 10px/16px Arial, sans-serif;
    padding: 0;
    list-style-position: inside;
    margin: 0px;
    color: #7f7f7f;
}

#main div.posts ul a
{
    font-weight: bold;
}

#main div#parent-posts ul
{
    list-style-image: url(/images/_admin/parent.gif);
}

#main div#child-posts ul
{
    list-style-image: url(/images/_admin/children.gif);
}

/* @end */

/* @group ActiveRecord */

div.errors
{
    background-color: #fff1f6;
    border: 1px solid #ffbed5;
    padding: 8px;
    margin: 12px 0;
}

div.notice
{
    background-color: #edfdcb;
    border: 1px solid #cce596;
    padding: 8px;
    margin: 12px 0;
     -moz-border-radius: 7px;
     border-radius: 7px;
	
}

div.errorExplanation
{
    background-color: #fff1f6;
    border: 1px solid #ffbed5;
    padding: 8px;
    margin: 12px 0;
}

div.errorExplanation h2
{
    font-size: 16px;
    margin-top: 0;
}

div.errorExplanation ul
{
    margin-bottom: 0;
}

div.fieldWithErrors
{
    background-color: #fff1f6;
    padding: 7px 8px;
    border: 1px solid #ffbed5;
}

/* @end */

/* @group Widgets */

/* @group Sortable List */

ul.sortable_list
{
    background-color: white;
    border: 1px solid #a4a4a4;
    margin: 0;
    padding: 0;
    width: 318px;
    
}

li.sortable_list_item
{
    cursor: move;
    list-style-type: none;
    border: 3px solid #fff;
    padding: 6px;
}

li.sortable_list_item div.icon
{
    border-bottom: 1px solid #bfbfbf;
    width: 300px;
}

li.sortable_list_item div.icon img
{
    margin-right: 6px;
}

li.sortable_list_item p.description
{
    font: italic bold 10px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0;
}

li.sortable_list_item:hover
{
    background-color: #fafafa;
}

li.bordered
{
    border: 2px solid #007ecb;
    margin: 1px;
    background-color: white;
}

/* @end */

/* @group Role Selector */

.role img.role_assignment
{
        display: block;
        padding-left: 10px;
}

.role small.add_role, .role small.remove_role
{
        display: block;
        margin-top: 4px;
        margin-bottom: 8px;
}

.role small.add_role a, .role small.remove_role a
{
        padding-right: 4px;
}

/* @end */


/* @group Select */

#main form input.select
{
    width: 50%;
    margin-right: 4px;
    display: block;
    float: left;
}

#main form input.select:focus
{
    background-color: #fff1f6;
}

#main form a.object_chooser
{
    background-image: url(/images/_admin/widgets/common/choose_button.gif);
    width: 58px;
    height: 25px;
    display: block;
    text-indent: -6000px;
    float: left;
    margin-top: 1px;
    margin-left: 1px;
}

#main form a.object_chooser:hover
{
    background-position: 0 -25px;
}

#main form div.select-notice
{
    width: 460px;
    height: 52px;
    color: white;
    text-align: center;
    background: url(/images/_admin/widgets/common/select_notice.png) no-repeat;
    margin: 0 0 -23px -5px;
    padding: 23px 0 0;
}

/* @end */

/* @group ImageBox */

#main form div.image-box-container
{
    background: url(/images/_admin/widgets/image_box/media.png) no-repeat;
    width: 146px;
    height: 166px;
    padding: 9px 0 0 9px;
    margin: 4px 0 0 -4px;
    float: left;
}

#main form div.image-box
{
    background-position: center center;
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    padding: 0;
    margin: 0;
    font: bold 10px/40px Arial;
    text-align: center;
    color: #7f7f7f;
}

#main form div.image-box img
{
    width: 128px;
    height: 128px;
}

#main form input.image_box_input
{
    margin-top: -16px;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 11px;
    display: block;
}

#main form .image_attributes
{
    margin-bottom: 0;
    float: left;
    width: 748px;
}

#main form .image_attributes input, #main form .image_attributes textarea
{
    width: 100%;
}

#main form .image-box-container a.remove
{
    background: url(/images/_admin/widgets/media_box/remove_media.png) no-repeat;
    width: 11px;
    height: 12px;
    text-indent: -6000px;
    display: block;
    margin-top: 7px;
    float: right;
    margin-right: 18px;
    z-index: 1000;
}

#main form .image-box-container a.remove:hover
{
    background-position: 0 -12px;
}


/* @end */

/* @group MediaBox */

#main form .media-box
{
    border: 1px solid #4d4d4d;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 350px;
    background: #a3a3a3 url(/images/_admin/widgets/media_box/background.png) repeat-x;
    overflow: hidden;
    cursor: default;
}

#main form .media-box .media
{
    background: url(/images/_admin/widgets/media_box/media.png) no-repeat;
    width: 146px;
    height: 166px;
    padding: 0;
    float: left;
    margin: 6px 0 0 6px;
}

#main form .media-box .media_clone
{
    background: url(/images/_admin/widgets/media_box/media.png) no-repeat;
    width: 146px;
    height: 166px;
    margin: 6px 0 0 6px;
    padding: 0;
    float: left;
    cursor: move;
}

#main form .media-box .media .object, #main form .media-box .media_clone .object
{
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    margin-top: 9px;
    margin-left: 9px;
}

#main form .media-box .placeholder
{
    width: 146px;
    height: 166px;
    margin: 6px 0 0 6px;
    padding: 0;
    float: left;
}

#main form .media-box a.edit
{
    float: left;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 8px;
    margin-left: 9px;
    z-index: 1000;
    cursor: default;
    background: url(/images/_admin/widgets/media_box/edit_media.png) no-repeat;
    text-indent: -6000px;
}

#main form .media-box a.edit:hover
{
    background-position: 0 -9px;
}

#main form .media-box a.remove
{
    background: url(/images/_admin/widgets/media_box/remove_media.png) no-repeat;
    width: 11px;
    height: 12px;
    text-indent: -6000px;
    display: block;
    margin-top: 7px;
    float: right;
    margin-right: 9px;
    z-index: 1000;
}

#main form .media-box a.remove:hover
{
    background-position: 0 -12px;
}

/* @end */

/* @group Slider */

#main form .slider
{
    width: 200px;
    height: 6px;
    background: url(/images/_admin/widgets/slider/slider_background.png) no-repeat;
    margin-top: -4px;
}

#main form .slider .handle
{
    width: 13px;
    height: 16px;
    background: url(/images/_admin/widgets/slider/slider_handle.png) no-repeat;
    position: relative;
    top: -5px;
    cursor: default;
}

#main form .slider_label
{
    color: #4d4d4d;
}

/* @end */

/* @group Popup Wrap */

#popup-wrap
{
    margin: 12px 14px;
}

#popup-wrap #progress-indicator
{
    text-align: right;
    margin-top: 7px;
}

/* @group Object List */

#object-list
{
    border: 1px solid #bfbfbf;
    margin-top: 10px;
    height: 200px;
    overflow: auto;
    background: url(/images/_admin/widgets/common/progress_indicator.gif) no-repeat center;
    background-color: #f6f6f6;
}

#object-list ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    border-bottom: 1px solid #e5e5e5;
}

#object-list ul li a
{
    color: #3f3f3f;
    display: block;
    padding: 3px;
    text-decoration: none;
}

#object-list ul li a:active
{
    background: #e5e5e5;
}

#object-list div.more
{
    padding: 3px;
}

#object-list .checkbox
{
    padding: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 2px 5px 2px 3px;
}

/* @end */

/* @group Editable Object List */

#object-list.editable
{
    margin-top: 16px;
    height: 224px;
}

#popup-wrap a.add_object
{
    border: 1px solid #bfbfbf;
    display: block;
    width: 16px;
    height: 16px;
    background: white url(/images/_admin/widgets/common/add_button.gif) no-repeat;
    text-indent: -3000px;
    margin-top: 8px;
}

#popup-wrap a.add_object:hover
{
    background-position: 0 -16px;
}

#object-list ul li a.updated
{
    background-image: url(/images/_admin/widgets/common/updated.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#object-list ul li a.updating
{
    background-image: url(/images/_admin/widgets/common/small_progress_indicator.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#object-list ul li input
{
    font: 12px sans-serif;
    color: #262626;
    width: 80%;
    margin-left: 4px;
    margin-right: 4px;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Layout */

#wrap
{
    padding: 20px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 96%;
    background:white;
    
}

#content
{
    margin-top: 23px;
    margin-bottom: 16px;
}

div#footer {
	
    background: url(/images/_admin/content_shade.gif) repeat-x 0 top;
    	
		clear: both;
		padding: 1.9em 0 5em 1.5em;
	/*	background: url(../images/sitewide/nav-background.gif) no-repeat 0 8em; */
		 
}

/* @group Header */

#header #login-area
{
    position:absolute; 
    
    top:20px;
    right:50px;
    
    font-size: 11px;
    
}

/* @end */

/* @group Navigation */

ul#navigation
{
   /* background: url(/images/_admin/content_shade.gif) repeat-x 0 top; */
    list-style-type: none;
   /* border-bottom: 1px solid #e5e5e5; */
    margin: 0; 
    min-height: 50px;
    padding:0px;
}
 
ul#navigation li
{
   
    float: left;
    line-height: 1.5em;
    padding: 16px 15px 0 0px;
    font-size:11px; 
}

ul#navigation li a
{
    text-decoration: none;
    color: #25A5E4;
}

ul#navigation li a:hover
{
    background: none;
    color: #25A5E4;
    text-decoration:underline;
}


/* @end */

/* @group Box */

div.centered
{
    margin-right: auto;
    margin-left: auto;
}

div.small
{
    width: 450px;
}

/* @group Box Attributes */

div.box
{
    background-color: white;
    border: 4px solid #e5e5e5;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

div.box h2
{
    margin: 0;
    padding: 0;
}

/* @end */

/* @end */

/* @group ListTools */

div#list-tools
{
    margin-bottom: 8px;
}

div.tools
{
    padding-top: 12px;
    padding-bottom: 6px;
}

div.search_box
{
    background: url(/images/_admin/search_box.gif) no-repeat;
}

div.filter_box
{
    background: url(/images/_admin/filter_box.gif) no-repeat;
}

div.tools #search_q
{
    color: #7f7f7f;
}

/* @end */

/* @group Tableview */

table.tableview
{
    padding: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

table.tableview tr, table.tableview td, table.tableview th
{
	vertical-align: top;
    margin: 4px;
    padding: 4px;
}

/* @group Links */

table.tableview td a
{
    font-weight: bold;
}

table.tableview td a:hover
{
    background: none;
}

/* @end */

/* @group Headers */

table.tableview tr.odd
{
    background: #fcfcfc;
}

table.tableview th
{
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #efefef;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
    white-space: nowrap;
    padding: 8px 4px;
}

/* @group Sortable Headers */

table.tableview tr th a
{
    display: block;
    font-weight: normal;
    color: #3c3c3c;
}

table.tableview tr th a.asc
{
    background: url(/images/_admin/tableview/asc.gif) no-repeat right center;
}

table.tableview tr th a.desc
{
    background: url(/images/_admin/tableview/desc.gif) no-repeat right center;
}

table.tableview tr th a.current
{
    font-weight: bold;
    text-decoration: none;
}

table.tableview tr th a:hover
{
    background-color: #f9f9f9;
}

/* @end */

/* @end */

/* @group Actions and Icons */

table.tableview td.action
{
    width: 50px;
    text-align: right;
}

table.tableview td.status
{
    width: 11px;
}

table.tableview td.published
{
    background: url(/images/_admin/tableview/icons/published.png) no-repeat center center;
}

table.tableview td.innapropriate
{
    background: url(/images/_admin/tableview/icons/innappropriate.png) no-repeat center center;
}

table.tableview td.thumbnail
{
    width: 96px;
}

table.tableview td.thumbnail img
{
    border: 1px solid #ccc;
    padding: 3px;
    background-color: white;
}

table.tableview td.thumbnail img:hover
{
    border-color: #bfbfbf;
    background: #f1f1f1;
}

/* @end */

/* @end */

/* @end */

/* @group Utilities */

/* @group Misc. */

img
{
    border: 0;
}

.right
{
    text-align: right;
}

.no_top_margin
{
    margin-top: 0;
}

.no_bottom_margin
{
    margin-bottom: 0;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearer
{
    clear: both;
}


/* @end */

/* @group Layout Table */

table.layout
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

table.layout tr, table.layout td
{
    margin: 0;
    padding: 0;
}

/* @end */

/* @end */


div.actions {
	margin: 0 0 12px 0;
}

	div.actions ul {
		list-style: none;;
		padding: 0;
		margin: 0;
	}
	
		div.actions ul li {
			font-weight: bold;
			display:inline;
			padding-right:15px;
		}

			div.actions  ul li a {
				font-weight: bold;
				font-size: 10px;
			}

			
form {
	border: none;
}

	form legend {
		display: none;
	}

	form fieldset {
		border: none;
	}

	form fieldset legend {
	    font: bold 11px Arial, sans-serif;
	    display: block;
	}

		form fieldset {
			border: none;
			padding:0;
			margin: 0;
		}

			form fieldset div.input {
				margin-bottom: 12px;
			}
						


				form fieldset div.input label {
				    font: bold 12px Arial, sans-serif;
				    display: block;
				    margin-bottom: 4px;
				    padding: 3px;
				}
				
				form fieldset div.input label.regular {
				    display: inline;
				}
			
				form fieldset div.input input {
				    font: 12px Arial;
				    color: #3f3f3f;
				    background-color: #fbfbfb;
				    width: 100%;
				    border: 1px solid #ccc;
				    padding: 3px;
				}
				
				form fieldset div.input input:focus {
				    background-color: white;
				    color: #262626;
				}
							
				
				form fieldset div.input textarea {
				    width: 100%;
				    font: 12px sans-serif;
				    color: #3f3f3f;
				    background-color: #fbfbfb;
				    margin-top: 2px; 
				    border:thin #ccc solid;
				}
				
				form fieldset div.input textarea.small {
				    height: 150px;
				}
				
				form fieldset div.input textarea.popup_small {
				    height: 124px;
				}
				
				form fieldset div.input textarea.very_small {
				    height: 50px;
				}
				
				form fieldset div.input textarea:focus {
				    background-color: white;
				    color: #262626;
				}
				
				/* @end */
				
				div.error-message {
				    background-color: #fff1f6;
				    border: 1px solid #ffbed5;
				    padding: 8px;
				    margin: 0 0 12px 0;
				}

form .image  {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	width: auto;
	display: block;
}

	form .image label {
		display: block;
		margin-bottom: 1em;
	}
				
				
div.paging {
}

	div.paging div {
		display: inline;
	}
	
	
	
	
	
	
div#footer h2 {
	color: #1a1a1a;
	font-size: 1.2em;
	margin: 0px 0 .1em 0;
	padding: 0em 0 0 0;
	font-weight: bold;
}
	body.landing div#footer h2 {
		color: #fff;
		padding: 7em 0 0 0;
	}
div#footer ul, div#footer p {
	float: left;
	color: #4d4842;
		color: #494949;
	width: 13.4em;
	font-size: 1.2em;
	margin: 0em;
	padding: 0em;
	line-height: 1.3em;
}
	body.landing div#footer ul, body.landing div#footer p {
		color: #e6e6e6;
	}
div#footer div.cleaner {
	display: none;
}
	body.isSafar.home div#footer div.cleaner {
		display: block;
		width: 100%;
		height: 1px;
		margin-bottom: -30px;
		clear: both;
	}
div#footer ul {
	width: 48em;
	margin: .45em 0 0 0;
	
	clear: both;
	height: 1.0em;
	margin: 1.2em 0 1.25em 0;
	overflow: visible;
	
		margin-bottom: 0;
		height: 2.25em;
}
	body.isIE.home div#footer ul {
		height: 1em;
	}
	div#footer ul li {
		float: left;
		margin: 0em;
		padding: 0em;
		width: 13.4em;
	}
	div#footer ul.shortcuts {
		width: 25em;
		margin: 0em 0 0 13.3em;
		
		height: auto;
		clear: none;
	}
		div#footer ul.shortcuts li {
			width: 10.4em;
			float: left;
		}
		div#footer ul.shortcuts li.even {
			width: 10em;
			float: left;
		}
div#footer a {
	color: #4d4842;
		color: #494949;
	text-decoration: none;
}
	body.landing div#footer a {
		color: #e6e6e6;
	}
	div#footer a:hover {
		text-decoration: underline;
	}

	
img.bw
{
	float:Right;width:70px;" 	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page specific styles */


