/*
    Created by
     _____                            _   _      
    |  ___|                          | | (_)     
    | |____  ___ __   ___  _ __   ___| |_ _  ___ 
    |  __\ \/ / '_ \ / _ \| '_ \ / _ \ __| |/ __|
    | |___>  <| |_) | (_) | | | |  __/ |_| | (__ 
    \____/_/\_\ .__/ \___/|_| |_|\___|\__|_|\___|
              | |                                
              |_|     
    =============================================
    Exponetic Ltd
    team@exponetic.com
    http://www.exponetic.com
    ========================================== 
    
    $Author: james $ 
    $Date: 2004/08/05 10:58:57 $ 
    $Revision: 1.2 $
    $Name:  $
    
*/


/* Debug classes */

.borderR
{
	border: 1px solid #f00;
}

.borderG
{
	border: 1px solid #0f0;
}

.borderB
{
	border: 1px solid #00f;
}


/* HTML element redefs */
body
{
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 0.85em;
}
a,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
}
a img
{
	border-width: 0px;
}


/* Custom classes */
.inline
{
	display: inline;
}
.block
{
	display: block;
}
.clearLeft
{
	clear: left;
}
.clearRight
{
	clear: right;
}
.clearBoth
{
	clear: both;
}
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}
.small
{
	font-size: 85%;
}
.big
{
	font-size: 115%;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

acronym
{
	border: 0;
	cursor: help;
}

body
{
	background-color: #666;
	color: #444;
/*	background-image: url(../_img/_template/back_snowflakes_fade.jpg); */
	background-repeat: repeat-x;
	text-align: center;
}

a
{
	color: #baa;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	color: #a99;
	text-decoration: underline;
}
a:hover,
a:active
{
	color: #fee;
	text-decoration: underline;
}

a.externalLink
{
	padding-left: 14px;
	background-image: url(/_img/_template/external-link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px; 
	}
a.externalLink.right
{
	padding-left: 0;
	padding-right: 10px;
	margin-right: 4px;
	background-position: 100% 5px; 
	}

p
{
	margin: 10px 20px 10px 20px;
}

h1,
h2,
h3
{
	padding: 0px 20px 0px 20px;
}


address
{
	font-style: normal;
}

.ir
{
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* ------- Main Navigaiton ------- */


#accessibility
{
/*	border: 1px solid #ff0; */

	position: absolute;
	top: 0;
	left: 540px;
	font-size: 0.7em;
	color: #fff;
}	
	#accessibility a, 
	#accessibility a:hover,
	#accessibility a:visited
	{
		color: #fff;
	}	
	#accessibility a:hover
	{
		font-size: 2em;
		background-color: black;
	}
	
#logoExponetic
{
	background-image: url(../_img/_template/logo_exponetic.gif);
	width: 266px;
		height: 95px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-position: 95% 8px;
	border: 1px solid #000;
	border-width: 1px 1px 0px 1px;
	background-color: #fff;
}
	#logoExponetic a
	{
		display: block;
		padding: 70px 0 0 0;
		color: #fff;
	}

.navMain
{
/*	border: 1px solid #ff0; */
	
	position: absolute;
	top: 10px;
	left: 55px;
	width: 268px;
	height: 120px;
}

	.navMain p
	{
		position: absolute;
		width: 268px;
		bottom: -1px;
				margin: 0px;
		padding: 0px;
		color: #a51f2E;
		text-align: center;
	}
		span.divider
		{
			display: none;
		}
		.navMain p a
		{	
			float: left;
			width: 67px;
			height: 32px;
			margin-bottom: 1px;
			padding: 3px 0 1px 0;
						color: #fff;
			background-repeat: no-repeat;
			text-transform: uppercase;
			font-size: 11px !important;
			font-weight: bold;
			text-decoration: none;
		}
		.navMain p a:visited
		{	
			text-decoration: none;
			color: #fff;
		}
		.navMain p a.aboutus
		{
			background-image: url(../_img/_template/mainnav_tab_back_left_f1.gif);
		}
		.navMain p a.projects,
		.navMain p a.services
		{
			background-image: url(../_img/_template/mainnav_tab_back_mid_f1.gif);
		}
		.navMain p a.contact
		{
			background-image: url(../_img/_template/mainnav_tab_back_right_f1.gif);
		}
		.navMain p a:hover, 
		.navMain p a.selected
		{
			color: #a51f2E !important;
			text-decoration: none;
		}
		.navMain p a.selected,
		.navMain p a:hover.selected
		{
			background-image: url(../_img/_template/mainnav_tab_back_f2.gif) !important;
		}
		.navMain p a:hover.aboutus,
		.navMain p a:hover.projects,
		.navMain p a:hover.services,
		.navMain p a:hover.contact
		{
			background-image: url(../_img/_template/mainnav_tab_back_f3.gif);
		}

/* ------- End Main Navigaiton ------- */

.page
{
/*	border: 1px solid #0f0; */

	position: relative;
	width: 721px;
	height: 347px;
		margin: 0 auto;
	padding: 142px 0px 10px 0px;
	text-align: left;
	background-image: url(../_img/_template/page_back_office.jpg);
	background-repeat: no-repeat;
}

	.dots
	{
	/*	border: 1px solid #00f; */
		
		width: 775px;
		margin-top: -20px;
						padding-top: 26px;
		background-image: url(../_img/_template/back_content_dots-top.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
		.content
		{
		/*	border: 1px solid #0ff; */
		
  			margin-bottom: -55px;
			padding-left: 37px;
			background-image: url(../_img/_template/back_content_dots-mid.gif);
			background-position: top right;
			background-repeat: repeat-y;
			color: #fff;
		}
			.floater
			{
			/*	border: 1px solid #f00; */
			
				background-image: url(../_img/_template/back_content-top.gif);
				background-position: top left;
				background-repeat: no-repeat;
				margin-right: 25px;
				padding-top: 20px;
				font-size: 0.85em;
			}
				.floater p
				{
					margin: 0px;
				}
				.contentMain
				{
				/*	border: 1px solid #ff0; */
				
					
					letter-spacing: 0;
					line-height: 1.6em;
				/*	background-color: #666; */
					min-height: 330px;
									}
					.contentBody
					{
						width: 531px;
						padding-bottom: 0px;
						min-height: 100px;
						background-color: #410010;
					}
						.breadcrumbs
						{
							position: relative;
							top: -5px;
							margin-left: 35px;
							margin-bottom: 30px;
							padding-bottom: 10px;
							text-transform: uppercase; 
							letter-spacing: 0.1em;
							font-size: 0.8em;
							color: #999;
							
							border-bottom: 1px solid #666;
						}
						
							.breadcrumbs p
							{
							/*	font-style: italic; */
								display: inline;
								margin: 0;
								padding: 0;
								line-height: 0.8em;
							}
						
						.contentMain
						{
						/*	border: 1px solid #0f0; */
						}
						
						.contentMain h2
						{
							margin: 0px 35px 10px 35px;
							padding: 0px;
							font-size: 1.0em;
							color: #fee;
						}
						.contentMain h3,
						.contentMain .contentCol.main h4
						{
							margin: 0px 35px 5px 40px;
							padding: 0px;
							font-size: 1em;
							color: #fee;
							font-style: italic;
						}
						
						.contentMain .contentCol.main h4
						{
							margin-left: 70px !important;
						}
						
						.contentMain ul
						{
							margin: 0 35px 15px 35px;
							padding: 0 0 0 15px;
						}
							.contentMain ul li
							{
								margin-top: 4px;
							}					
						.contentCol
						{
						/*	border: 1px solid #0f0; */
						
														float: left;
							width: 264px;
							margin-bottom: 10px;
						}
						.contentCol.main
						{
						/*	border: 1px solid #0f0; */
						
							width: 530px;
						}
						.contentCol.left
						{
														min-height: 330px;
						}
						.contentCol.right
						{
							border-left: 1px solid #666;
													}
							
							.contentCol .projectsNavigation
							{
								float: right;
							}
							
							.contentCol p,
							.contentCol pre
							{
								margin: 0 35px 15px 35px;
							/*	letter-spacing: 0.1em; */
							}
							
							.contentCol p.breakoutImage
							{
								margin: 0 0 20px 0;
								padding:  0;
								background-color: #666;
								text-align: center;
							}
								.contentCol p.breakoutImage img
								{
									margin: 9px 0 5px 0;
									background-color: #666;
									text-align: center;
								}
								
							.contentCol blockquote
							{
							/*	border: 1px solid #0f0; */
							
								margin: 0 50px 15px 50px;
							}
							
							.contentCol p
							{
							/*	border: 1px solid #0f0; */
							
								color: #edd;
							}
							
							
							.contentCol pre
							{
								color: #edd;
								font-size: 1.3em;
							}
							
							.contentCol blockquote,
							.contentCol blockquote p
							{
								color: #edd;
								font-size: 1.0em;
							}

							.contentCol h4
							{
								margin: 0px 35px 5px 40px;
							}
						
							p.quotePerson,
							p.quoteJobTitle,
							p.quoteCompany,
							p.quoteReadMore
							{
							/*	background-color: #333; */
								margin: 0 35px;
							}
							
							.contentCol p.quoteCompany
							{
								margin-bottom: 20px;
								padding-bottom: 20px;
								margin-right: 0;
							}
							
							p.quotePerson
							{
								font-weight: bold;
							}
							
							p.quoteReadMore
							{
								margin-bottom: 40px !important;
							}
							
								p code
								{
									font-size: 1.2em;
								}
							
							.contentCol ul
							{
								list-style-type: square;
								font-size: 1.1em;
								color: #edd;
							}
								.contentCol ul li
								{
									margin-bottom: 5px;
								}	
														
							.contentCol p.first
							{
							/*	font-style: italic; */
								
							}
							
							.contentCol p.quote
							{
							/*	border: 1px solid #0f0; */
								
								float: right;
								width: 230px;
								font-size: 1.6em;
								margin: 0 30px 30px 30px;
								padding: 20px 20px 20px 33px;
								overflow: visible;
								color: #ccc;
								line-height: 1.4em;
								font-family: times new roman, times, serif;
								text-indent: -30px;
								overflow: visible;
							}
							
							.contentCol .featuredItems
							{
							/*	border: 1px solid #0f0; */
							
								float: right;
								margin-right: 60px;
								width: 210px;
							}
							
							.contentCol .relatedLinks 
							{
								text-align: right;
								font-size: 0.95em;
							}
							
								.contentCol .relatedLinks h3
								{
									margin-right: 40px;
									margin-bottom: 0;
								}
								
								.contentCol .relatedLinks p
								{
									margin-bottom: 0;
									padding-right: 10px;
									background-image: url(../_img/_template/arrow_white-left.gif);
									background-repeat: no-repeat;
									background-position: right center; 
								}
									.contentCol .relatedLinks p a
									{
										
									}
							
				.contentNav				
				{
				/*	border: 1px solid #0f0; */
					
				/*	border-left: 1px solid #666; */
					float: right;
					width: 161px;
										padding: 10px 0px 30px 20px;
					font-size: 0.95em;
					background-color: #410010;
					background-image: url(../_img/_template/back_contentnav_sub-bot.gif);
					background-repeat: no-repeat;
					background-position: right bottom;
					line-height: 1.3em;
				}
				
				.page_blog .contentNav
				{
					width: 161px;
				}
				
					.contentNav	h4
					{
						margin-bottom: 8px;
						margin-top: 20px;
						padding-top: 15px;
						border-top: 1px solid #666;
						font-weight: normal;
						font-size: 0.9em;
						text-transform: uppercase;
					}
					.contentNav	h4.first
					{
						border-top: 0;
						margin-top: 0;
						padding-top: 0;
					}
					.contentNav ul
					{
					/*	border: 1px solid #ff0; */
					
						list-style-type: square;
						list-style-position: outside;
						margin: 0;
						margin-right: 20px;
						margin-left: 10px;
						padding: 0;
						color: #baa;
					}
						.contentNav ul li
						{
						/*	border: 1px solid #0ff; */
							
							margin: 0;
							padding: 0;
							margin-bottom: 8px;
						}
						.contentNav ul li.selected
						{
							list-style-image: url(../_img/_template/arrow_white-right.gif);
							background-repeat: no-repeat;
							background-position: 0 3px;
							font-weight: bold;
							color: #fee;
						}
						
					.contentNav	p, 
					.contentNav h5
					{
						margin-left: 8px;
						margin-bottom: 5px;
						padding-right: 20px;
						line-height: 1.3em;
					}
					
					.contentNav h5
					{
						font-weight: bold;
						font-size: 1em;
						margin-top: 0;
					}
					
					.contentNav	p.date
					{
						font-style: italic;
						
					}		
					
					.contentNav blockquote
					{
					/*	background-color: #333; */
						
						width: 135px;
						margin-left: 0;
						margin-right: 20px;
						font-size: 1.2em;
						line-height: 1.5em;
						font-style: italic;
					}
					
					.contentNav p.quotePerson
					{
						/* this is also controlled by .quotePerson which makes it bold */
						margin-bottom: 0;
					}
					
					.modules
					{
					/*	border: 1px solid #0f0; */
					}
					
					.contentCol .imageAndCaption
					{
						float: right;
						margin: 0 0 0 35px;
						width: 300px;
					}
					
						.contentCol .imageAndCaption p.caption
						{
							font-size: 1em;
							font-style: italic;
							margin: 0;
							margin-bottom: 20px;
						}
					
					.contentCol .modules
					{
						margin-left: 30px;
					}
					
					.contentCol .contentModules .module
					{
					/*	border: 1px solid #0f0; */
						
						width: 210px;
						float: right;
						margin: 0 30px 20px 30px;
					}
					
					.page_home .contentCol .modules
					{
					/*	border: 1px solid #0f0; */
						
						margin-left: 30px;
					}
					
					.page_home .contentCol .modules
					{
						margin-left: 0;
					}
					
						.modules .module
						{
						/*	border: 1px solid #0f0; */
							
							margin-bottom: 20px;
						}
						
							.module a,
							.module a:hover,
							.module a:visited
							{
								text-decoration: none;
							}
							
								.module a span,
								.module a:hover span,
								.module a:visited span
								{
									text-decoration: underline;
								}
									
				.contentFoot
				{
				/*	border: 1px solid #ff0; */
				
					clear: both;
					background: url(../_img/_template/back_content-bot-grey.gif);
					height: 50px;
				}
				.contentFoot a,
				.contentFoot a:hover,
				.contentFoot a:visited
				{
					color: #fff;
				}				
				.contentFoot a:hover
				{
					background-color: #410010;
				}
					.contentFoot .contact
					{
					/*	border: 1px solid #00f; */
					
						float: right;
						width: 160px;	
						font-size: 0.9em;
					}
						.contentFoot  address
						{
						/*	border: 1px solid #00f; */
						
							margin-bottom: 15px;
							font-size: 1em;
						}


	.navFoot
	{
	/*	border: 1px solid #f00; */
	
		margin: 0px;
		padding: 0px;
		background-image: url(../_img/_template/back_content_dots-bot.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 97px;
		padding-left: 40px;
	}
		
		.newsletterSignup
		{
		/*	border: 1px solid #0f0; */
		
			color: #fff;
			padding: 0;
			font-size: 0.8em;
			margin: 20px 0 0 0;
			position: absolute;
		}
		
			.newsletterSignup p
			{
				font-weight: bold;
			}
		
			.newsletterSignup p,
			.newsletterSignup label,
			.newsletterSignup text,
			.newsletterSignup form
			{
				display: inline;
				margin: 0;
			}
			
			.newsletterSignup #submit_but
			{
				background-color: #410010;
				color: #fff;
				font-size: 0.8em;
				border-color: #fff;
			}
		
			.newsletterSignup #email_field
			{
				width: 150px;
				margin: 0 10px;
				font-size: 0.8em;
			}
		
		.legal
		{
		/*	border: 1px solid #00f; */
		
			color: #fff;
			padding: 0;
			position: relative;
			top: 70px;
			clear: both;
		}
			.legal p
			{
				font-size: 0.8em;
				padding: 0;
				margin: 0;
			}
			
				.legal p a,
				.legal p a:hover,
				.legal p a:visited
				{
					color: #fff;
					font-weight: normal;
				}
				.legal p a:hover
				{
					background-color: #410010;
				}
#terms p
{
	margin-left: 50px;	
}

p.companyProfile
{
	position: relative;
	top: -5px;
		width: 410px;
	margin-left: 43px;
	font-size: 145%;
	color: #410010;

}
		.page_home .contentBody
		{
		/*	width: 100%; */
		}
			.page_home .contentMain 
			{
				min-height: 150px;
							}
				.page_home .contentMain h2
				{
					margin: 0px 0px 10px 35px;
					padding: 0px;
					font-size: 110%;
				}
				.page_home .contentCol
				{
				/*	border: 1px solid #00f; */
				
					width: 205px;
					margin: 0px 0px 10px 35px;
				}
				.page_home .contentCol#news
				{
					margin-right: 20px;
				}
					.page_home .contentCol h2					
					{
						margin: 10px 0;
						padding: 0;
						font-size: 100%;
						text-transform: uppercase;
						text-align: center;
						font-weight: normal;
					}
						.page_home .contentCol .toprow h2					
						{
							margin-top: 0;
						}
					.page_home .contentCol h3
					{
						margin: 0px;
						padding: 0px;
						font-size: 100%;
						font-weight: bold;
					}
					.page_home .contentCol p
					{
						margin: 0px;
						margin-bottom: 10px;
					}
					.page_home .project,
					.page_home .news
					{
					/*	border: 1px solid #0ff; */
						
						height: 200px;
					}
					.page_home .project.bottomrow,
					.page_home .news.bottomrow
					{
						height: auto; 
						
						border-width: 1px 0 0 0;
						border-style: solid;
						border-color: #987782;
					}
					.page_home .contentCol a.more
					{
						display: block;
						padding-top: 4px;
												padding-right: 10px;
						text-align: right;
						text-transform: uppercase;
						font-size: 95%;
						font-weight: bold;
						background-image: url(../_img/_template/arrow_white-left.gif);
						background-repeat: no-repeat;
						background-position: right 70%;
					}
					.page_home .contentCol#news a						
					{
						
					}
	
	
					.page_home .contentFoot
					{
					/*	background-image: url(../_img/_template/back_content-bot.gif); */
					/*	background-image: url(../_img/_template/back_content-bot-white.gif); */
					}
							.page_home .contentFoot  address
							{
							/*	margin-bottom: 60px; */ 
							}
.page_projects 
{
}
	
	.largeImage
	{
		margin: 10px 35px 20px 35px;
	}
	
		.page_projects .projectsFilter
		{
			float: right;
			width: 151px;
						padding: 10px 0px 30px 30px;
			font-size: 100%;
			background-color: #410010;
			background-image: url(../_img/_template/back_contentnav_sub-bot.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
			.page_projects .projectsFilter h2
			{
				margin-left: 10px;
				font-weight: normal;
				text-transform: uppercase;
			}
			.page_projects .projectsFilter ul
			{
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				.page_projects .projectsFilter ul li				
				{
					margin-left: 10px;
					margin-top: 4px;
					margin-bottom: 5px;
					padding-left: 12px;
					text-transform: uppercase;
					background-image: url(../_img/_template/filter_checkbox.gif);
					background-position: left 2px;
					background-repeat: no-repeat;
				}
				.page_projects .projectsFilter ul li.selected
				{
					background-position: -163px 2px;
				}
					.page_projects .projectsFilter ul li ul
					{
					}
						.page_projects .projectsFilter ul li ul li
						{
							margin-left: 0px;
							font-size: 100%;
							text-transform: none;
						}
			.page_projects .projectsFilter a#researchAndDevelopment
			{
				display: block;
				margin: 10px 0 5px 10px;
				padding: 0 0 0 12px;
				background-image: url(../_img/_template/arrow_white-right.gif);
				background-repeat: no-repeat;
				background-position: left center;
				text-transform: uppercase;
			}
		/* Removed to make navigation consistent across site, rather than having a different nav for the projects page 
		.page_projects  .contentNav
		{
			float: none;
			width: 240px;
			background-image: none;
		}*/
		.page_projects .contentBody
		{
		}
		
.page_people
{
}

	.page_people h3#karl
	{

	}
	
.page_news
{
}	

.page_satisfied_customers
{
	
}
	.page_satisfied_customers p.quoteCompany
	{
		border-bottom: 1px solid #666;
	}
	
	.page_satisfied_customers .quoteModule
	{
	/*	border: 1px solid #0f0; */
		float: right;
		margin: 0 35px 20px 35px;
		width: 200px;
	}

		.page_satisfied_customers .quoteModule a
		{
			text-decoration: none;
		}
		
			.page_satisfied_customers .quoteModule a span
			{
				text-decoration: underline;
			}
			
.page_strategic_partners
{
}
	
	.page_strategic_partners #partnersContainer
	{
		margin-left: 40px;
	}
		
		.page_strategic_partners #partnersContainer .partnerContainer
		{
		/*	border: 1px solid #f00; */
			float: left;
			width: 215px;
			height: 148px;
			border: 1px solid #a99;
			border-bottom: 0;
		}	
		
		/* logos in the left-hand column */
		.page_strategic_partners #partnersContainer .partnerContainer#bluhalo,
		.page_strategic_partners #partnersContainer .partnerContainer#fresh01,
		.page_strategic_partners #partnersContainer .partnerContainer#livework,
		.page_strategic_partners #partnersContainer .partnerContainer#tsubo
		{
			border-right: 0;
			border-left: 0;
		}	
		
		/* logos in the right-hand column */
		.page_strategic_partners #partnersContainer .partnerContainer#dna,
		.page_strategic_partners #partnersContainer .partnerContainer#lbi,
		.page_strategic_partners #partnersContainer .partnerContainer#thinksmart,
		.page_strategic_partners #partnersContainer .partnerContainer#typhooncp
		{
			border-right: 0;
		}	

		/* logos in the bottom row */
		.page_strategic_partners #partnersContainer .partnerContainer#tsubo,
		.page_strategic_partners #partnersContainer .partnerContainer#typhooncp
		{
			border-bottom: 1px solid #a99;
		}	
		
			/* individual logo positions */
			.page_strategic_partners #partnersContainer .partnerContainer#bluhalo img
			{
				margin-top: 41px;
				margin-left: 55px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#dna img
			{
				margin-top: 36px;
				margin-left: 65px;				
			}
			.page_strategic_partners #partnersContainer .partnerContainer#fresh01 img
			{
				margin-top: 21px;
				margin-left: 85px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#lbi img
			{
				margin-top: 35px;
				margin-left: 75px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#livework img
			{
				margin-top: 40px;
				margin-left: 40px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#thinksmart img
			{
				margin-top: 45px;
				margin-left: 10px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#tsubo img
			{
				margin-top: 45px;
				margin-left: 63px;
			}
			.page_strategic_partners #partnersContainer .partnerContainer#typhooncp img
			{
				margin-top: 13px;
				margin-left: 45px;
			}

		
			.page_strategic_partners #partnersContainer .partnerContainer .logobox
			{
			/*	border: 1px solid #0f0; */
				float: left;
				height: 118px;
			}
			
			.page_strategic_partners #partnersContainer .partnerContainer .linkbox
			{
				clear: left;
				border-top: 1px solid #a99;
				padding-top: 2px;
			}

				.page_strategic_partners #partnersContainer .partnerContainer .linkbox p
				{
					margin: 0;
					text-align: center;
				}
			
.page_blog
{
/*	border: 1px solid #0f0; */
}

	.page_blog .post
	{
	/*	border: 1px solid #0f0; */
	}
		
		.page_blog .post h2
		{
			margin-bottom: 0;
			font-size: 1.1em;
		}
		
		.page_blog .post p.postinfo
		{
			text-transform: uppercase;
			font-size: 0.9em;
			margin-top: 0;
		}
		
		.page_blog .post p.bottom
		{
			margin-bottom: 50px;
		}
				
		.page_blog .post form#commentform
		{
		/*	border: 1px solid #0f0; */
		}
		
		.page_blog .post form#commentform p.commentfields
		{
			margin: 2px 30px;
		}
		
		.page_blog .post form#commentform p.allowedtags
		{
			font-size: 0.8em;
			line-height: 1em;
			margin: 20px 30px 5px 30px;
		}
		
			.page_blog .post form#commentform p.allowedtags em
			{
				text-transform: uppercase;
				font-style: normal;
			}
		
		.page_blog .post form#commentform p
		{
			
		}
		
			.page_blog .post form#commentform p input
			{
				width: 250px;
			}
		
			.page_blog .post form#commentform p textarea
			{
				width: 440px;
			}
			
			.page_blog .post form#commentform p label
			{
			/*	border: 1px solid #0f0; */
				display: block;
				margin-top: 0;
			}
			
			.page_blog .post form#commentform p input#submit
			{
				width: 125px;
				font-size: 0.8em;
				background-color: #410010;
				color: #fff;
				border-color: #fff;
			}
			
			.page_blog .post #comment_quote
			{
			/*	border: 1px solid #0f0; */
				width: 120px;
				margin-top: 50px;
				position: relative;
				left: -10px;
			}
			
	.page_blog .contentNav form
	{
	/*	border: 1px solid #0f0; */
	}

			.page_blog .contentNav form input#s
			{
				width: 136px;
				font-size: 0.8em;
				color: #000;
				border-color: #fff;
			}
			
			.page_blog .contentNav form input#searchsubmit
			{
				margin-top: 5px;
				width: 140px;
				font-size: 0.8em;
				background-color: #410010;
				color: #fff;
				border-color: #fff;
			}


/** Contact Page : Google Map **/
  
  #map {
    width: 450px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height : 350px;
  }
  

/** Facebook Applications **/

ol.fb_apps {
  list-style: disc inside;
}

ol.fb_apps li a {
  font-size: 95%;  
}

.img_six_degrees,
.img_catch,
.img_cvl_tennis,
.img_spin_the_bottle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


/** Which X Are You? **/

.which_x_project {
  clear: both;
  overflow: auto;
  margin-bottom: 15px;
}

.which_x_txt {
  float: left;
  width: 290px;
  margin-top: 7px;  
  min-height: 170px;
}

.which_x_txt p a {
  text-decoration: none;
  font-size: 95%;
}

.list {
  clear: both;
  margin-left: 35px;
  background: url(/_img/facebook/list_square.gif) left 7px no-repeat;  
}

.list a,
.list a:visited {
  padding-left: 10px;
  text-decoration: none;
  font-size: 95%;
}

.list a:hover {
  text-decoration: none !important;
}

.list_graph {
  clear: both;
  padding-bottom: 5px;
  margin-left: 35px;
  background: url(/_img/facebook/list_square.gif) left 7px no-repeat; 
}

.list_graph a {
   padding-left: 10px;
  text-decoration: none;
  font-size: 95%;
}

.app_image {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 35px;
  float: left;
}

#graph_app_six_degrees,
#graph_app_veg,
#graph_app_car,
#graph_app_dessert,
#graph_app_catch,
#graph_app_cvl,
#graph_app_spin {
  clear: both;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}


/** Misc **/

.clear {
  clear: both;
}