/* CSS Document */

body
{
	margin:0;
	padding:0;
	color:#333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;

}
.noBackground
	{
		width:1028px;
		background-image:none;
		background-color:#fff;
	}

#detailDiv
{
	visibility:hidden;
}

/* PHOTO BACKGROUNDS */

#photoBackground
{
	width:1028px;
	height:768px;
	background-repeat:no-repeat;
	background-position:left;
}

#topBottomBarBackground
{
	width:100%;
	height:768px;
	background-repeat:repeat-x;
}

#frameworkContainer
{
	width:1028px;
	height:768px;
}

/* LEFT COLUMN */

#leftColumn
{
	width:419px;
	height:768px;
	float:left;
}

#logoBox
{
	width:419px;
	height:219px;
}

#logoBox a span
{
	display:none;
}

#logoBox a
{
	text-decoration:none;
	display:block;
	width:419px;
	height:219px;
	background-repeat:no-repeat;
}

#copyrightFooter
{
	width:419px;
	height:219px;
	background-repeat:no-repeat;
}

#copyrightFooter p
{
	margin:0;
	padding:0;
	display:none;
}

#leftMenu
{
	width:419px;
	height:330px;
}

#leftTextBox
{
	height:330px;
	float:left;
	vertical-align:middle;
}

#leftTextBox h1,
#leftTextBox p
{
	padding-left:50px;
	color:#333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#leftTextBox h1
{
	padding-top:40px;
	font-size:16px;
}

#leftTextBox p
{
	font-size:12px;
}

/* RIGHT COLUMN */

#rightColumn
{
	width:609px;
	height:768px;
	float:right;
}
	
#topNavigationBox,
#bottomNavigationBox
{
	width:609px;
	height:82px;
	background-repeat:no-repeat;
}

#welcomeBox
{
	width:609px;
	height:48px;
	display:block;
}

#contentBox
{
	width:609px;
	height:604px;
}

#mainContentSection
{
	float: left;
	width: 460px;
	padding-right: 75px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
}
#mainContentSection h1,
#mainContentSection h2,
#mainContentSection p
{
	padding:0px;
	color:#333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 10px;
}

#mainContentSection h1
{
	font-size:16px;
	font-weight:bold;
	margin: 0px;

}
#mainContentSection h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;

}

#mainContentSection p
{	
	font-size:12px;
}



	
#largeMainImage
	{
		margin: 0 0 40px;
		display:block;
	}
	
#smallLeftImage
	{
		display:block;
		float:left;
	}
	
#mediumRightImage
	{
		display:block;
		float:right;
	}
	
#linkToFormBox
	{
		background-repeat:no-repeat;
		width:99px;
		height:74px;
		padding:40px;
		margin:40px 0 0;
		float:left;
	}

#linkToFormBox a
	{
		color:#fff;
		font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		font-size:12px;
		text-decoration:none;
		display:block;
	}
	
#linkToFormBox a:hover
	{
		text-decoration:underline;
	}
	
#bottomRightImage
	{
		margin:40px 0 0;
		float:right;
	}
	
#bottomRightText
	{
		margin:40px 0 0;
		width:236px;
		height:154px;
		float:right;
		background-repeat:no-repeat;
		font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#fff;
	}

#bottomRightText p
	{
		padding:20px 0 0 30px;
		line-height:22px;
	}