/*LOGO POSITIONING*/
body {
	background-color:#ffffff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000;
	margin-left:0px;
	margin-top:0px;http://mail.google.com/mail/?account_id=miika.grady%40gmail.com
	}
	
/*wrapper for page to keep centered*/
#main {
	margin: 0 auto;
	width: 100%;
	position: relative;
	}
	
/*WHITE CONTENT AREA POSITIONING*/
#content {
	display:block;
	position:static;
	height: auto;
	width: 100%;
	top: 0px;
	line-height: 20px;
	}

#print_logo {
	position:fixed;
	display: block;
	top: 25px;/*25px;*/
	left: 25px;/*35px;*/
	width:150px;
	height: auto;
	z-index:10;
	}
	
	#print_logo img {width:121px; height:74px; }

#logo{
	display: none;
}

/*MIDDLE BODY COLUMN STYLE*/
#body_text {
	padding-left:26px;
	padding-right: 0px;
	height: auto;
	width:100%;
	}
	
/*hack for IE*/
* html #body_text {
	padding-top:15px;
	float: none;
	} 


/*DIFFERENT AREAS OF THE PAGE*/

/*LEFT COLUMN*/
/*Left column feature box*/
#left_col_box {
	display: block;
	width: 176px; 
	height: auto;
	position: static;
	margin-left: 0px;
	margin-top: 120px; 
	top: 215px;/*187px;*/
	left: 0px;
}
	

/*hack for IE to have correct positioning*/
* html #left_col_box {
	margin-top:15px;
	}

/*left column table cell color style*/
#left_col {
	 background-color:#fff;
	 }
	 


/*RIGHT COLUMN*/
/*setting for margins of right column graphics*/
#info_rightcol {
	display:block; 
	width:176px; /*176*/
	height:auto;
	position:absolute;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	top: 395px; /*370px;*/
	left: 0px;
	}
/*for placing right sidebar boxes below image-collages*/
td.tallimage #info_rightcol  { top: 585px;/*570px;*/ }

/*hack to have different setting for margin in IE*/
* html #info_rightcol {
	margin-top:0px;
	left: 0px;
	float:none;
	}


/*right column table settings*/
#right_col {
	 background-color:#fff;
	 height:auto;
	 }

/*style for each individual box in the righthand column*/
#box_right_col, box_right_col_small {
	background: none; 
	border-color: #cccccc;	
	border-width: thin;
	border-style: solid;
	background-color: #eeeeee; 
	/* background-image: none;*/
	width:170px;/*175*/
	/* min-height:130px;*/
	height:auto;
	/* height: 130px; */
	margin-bottom:20px;
	}

/*style for right column photo*/
#right_col_event {
	padding-left: 11px;
	padding-top: 1px;
	line-height: 15px;
	}

/*RIGHT COLUMN BULLETED LIST*/
#right_header_print {
	padding:10px;		
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	}


#right_link_bullet {
	list-style-image:none;
	list-style-type: disc;
	list-style-position: inside; 
	color: #354a61;
	}

#right_link_bullet li {
	display:block;
	padding-bottom: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	background-image:none;
	list-style-image:none;
	list-style-type: disc; 
	list-style-position: inside; 
	}

#right_bullet {
	list-style-image:none;
	list-style-type: disc;
	list-style-position: inside; 
	color: #354a61;
	}
	
#right_bullet li {
	background-image:none;
	padding-bottom: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	list-style-image:none;
	list-style-type: disc; 
	list-style-position: inside; 
	}



/*RATE TABLE STYLES*/

/*spacing in rate table*/
#rate_table td{
	padding-top:1px;
	padding-left:1px;
	}

#footer_date {
	width: auto;
	height: auto;
	font-size:10px;
	padding-top:0px;
	padding-right:20px;
	text-align: right;
	color: #cccccc;
	display: block;
	margin-left:0px;
	left: 400px;
	}


/*full width (3col) style byMG */	
#fullwidth_3col	{
	display: block;
	width: 100%; 
	height: auto;
	position: static;
	margin-left: 0px;
	margin-top: 110px; 
	top: 187px;
	left: 0px;
}




#box_right_col, 
#box_right_col_small, 
.factbox,
.dates,
.quotebox {
	background: none; 
	border-color: #cccccc;	
	border-width: thin;
	border-style: solid;
	background-color: #eeeeee; 
	width:170px;
	height:auto;
	margin-bottom:20px;
}

#right_header_print,
.factbox h4,
.dates h4
.quotebox h4 {
	padding:10px;		
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.factbox table, 
.dates table  {
	background: none;
	margin: 0 0 10px 0;
}

#body_text .dates table { border:none; }


#topmenu, #submenu, #flash, #contentbox_top, #contentbox_bottom, #breadcrumb, #pagetools, #footer_links, #right_col_footer, #scrolling_textbox, .noprint, #newsticker, #kits {
	display: none;
}
div.quicklinks { display:none; }

table.standard,
tr.t_heading th,
tr.t_heading td {color:#000000;}