@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

a.media
{
	display: block;
	height: 300px;
}

ul.bullets
{
	margin: 0px 30px 0px 30px;
}

ul.News
{
	list-style: none;
}

/* Text Styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

h1
{
	color: #9282C9;
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0px 10px 0px;
}

h2
{
	color: #9282C9;
	font-size: 14px;
	line-height: 18px;
	margin: 12px 0px 6px 0px;
}

p
{
	margin: 8px 0px;
}

a:link,
a:visited
{
	color: #9282C9;
}

a:hover
{
	color: #4A318F;
}

#SideBar p
{
	line-height: 18px;
	margin: 6px 0px;
}

#ContactButtons a
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
}

#Foot
{
	font-size: 11px;
}

/* End Text Styles */



/* Layout Styles */

body
{
	background: #333333;
}

div.Clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	/*display: none;*/
}

p.AlignRight
{
	text-align: right;
}

img.PageImage
{
	float: right;
	width: 250px;
	height: auto;
}

#Page
{
	width: 955px;
	margin: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #FFFFFF;
}

/* Page Head Styles */
#Head
{
	position: relative;
	height: 170px;
}

	#Banner
	{
		position: relative;
		height: 140px;
		border-bottom: 1px solid #FFFFFF;
		background: url(/assets/images/banner.jpg) no-repeat top left;
	}
	
		#Logo
		{
			position:absolute;
			top: 15px;
			left: 10px;
			width: 115px;
			height: 114px;
			display: block;
			background: url(/assets/images/logo.jpg) no-repeat top right;
			overflow: hidden;
		}
		
			#Logo span
			{
				display:none;
			}
		
	#Navigation
	{
		position: absolute;
		top: 140px;
		left: 0px;
		width: 100%;
		background: #9383CC;
		height: 30px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #E5DDF5;
		text-align: left;
		overflow: hidden;
		z-index: 100;
	}
	
		#Navigation li
		{
			list-style: none;
			display: inline;
			line-height: 30px;
			margin-right: -4px;
		}
		
			#Navigation li a:link,
			#Navigation li a:visited
			{
				font-size: 14px;
				font-weight: bold;
				padding: 8px 15px;
				margin: 0px;
				color: #FFFFFF;
				text-decoration: none;
			}
			
			#Navigation li a:hover
			{
				background: #CFC9F5;
				color: #4A318F;
			}
			
			#Navigation li a.active:link,
			#Navigation li a.active:visited,
			#Navigation li a.active:hover
			{
				background: #CFC9F5 !important;
				color: #4A318F !important;
			}
			
		#Flags
		{
			position: absolute;
			top: 143px;
			right: 10px;
			z-index: 101;
		}
		
#Body
{
	padding: 0px;
	position: relative;
}

	#SideBar
	{
		float: right;
		min-height: 500px;
		width: 200px;
		padding-right: 10px;
	}
	
		#NewsFeed
		{
			margin-bottom: 10px;
			background: #E4E4EE;
		}
		
			#NewsFeed h2
			{
				line-height: 28px;
				color: #FFFFFF;
				font-weight: normal;
				font-size: 16px;
				padding: 0px 10px;
			}
			
			#NewsFeedHead
			{
				background: #9383CC;
			}
			
			#NewsFeed ul
			{
				list-style: none;
				padding: 10px;
				font-size: 12px;
				line-height: 18px;
			}
			
				#NewsFeed ul li
				{
					padding: 6px 0px;
				}
				
				#NewsFeed a:link,
				#NewsFeed a:visited
				{
					color: #4A318F;
					text-decoration: none;
				}
				
				#NewsFeed a:hover
				{
					color: #24105D;
				}
		
		#ContactForm
		{
			background: #E4E4EE;
		}
		
			#ContactFormHead
			{
				background: #9383CC;
			}
			
			#ContactForm h2
			{
				line-height: 28px;
				color: #FFFFFF;
				font-weight: normal;
				font-size: 16px;
				padding: 0px 10px;
			}
		
		#DvdLinkWrapper,
		#VideoLinkWrapper
		{
			height: 180px;
			overflow: hidden;
		}
		
		#DvdLinkWrapper
		{
			margin-bottom: 10px;
		}
		
		#DvdLink
		{
			display: block;
			height: 180px;
			background: url(/assets/images/DvdLink.jpg) top left no-repeat;
			margin-bottom: 10px;
		}
		
		#VideoLink
		{
			display: block;
			height: 180px;
			background: url(/assets/images/VideoLink.jpg) top left no-repeat;
		}
		
			#DvdLink span,
			#VideoLink span
			{
				display: none;
			}
			
		#OtherLinks
		{
			background: url(/assets/images/PurplePanel.jpg) no-repeat top left;
			width: 200px;
			height: 179px;
			position: relative;
		}
		
	
	#LeftSideBar
	{
		float: left;
		width: 220px;
		margin-top: 10px;
		padding: 0px 0px 0px 10px;
	}
	
	#SectionNavigation
	{
		background: #7061C0;
	}
	
		#SectionNavigation p
		{
			margin: 0px;
			padding: 0px;
		}
		
		#SectionNavigation div.Corner_BR_EDP
		{
			padding-bottom: 20px;
		}
	
		#SectionNavigationHead
		{
			background: #7061C0;
			border-bottom: 1px solid #FFFFFF;
		}
	
			#SectionNavigationHead p.Heading
			{
				line-height: 30px;
				padding: 0px 10px;
				font-size: 16px;
				color: #FFFFFF;
			}
		
		#SectionNavigationLinks
		{
			list-style: none;
			font-size: 11px;
		}
		
			#SectionNavigationLinks a:link,
			#SectionNavigationLinks a:visited
			{
				display: block;
				line-height: 40px;
				padding: 0px 10px;
				border-bottom: 1px solid #FFFFFF;
				text-decoration: none;
				color: #FFFFFF;
				background: #7061C0;
			}
			
			#SectionNavigationLinks a:hover
			{
				background: #E4E4EE;
				color: #4A318F;
			}
			
			#SectionNavigationLinks ul
			{
				display: none;
			}
			
			#SectionNavigationLinks ul.SubLinks
			{
				list-style: none;
			}
		
				#SectionNavigationLinks ul.SubLinks a:link,
				#SectionNavigationLinks ul.SubLinks a:visited
				{
					line-height: 30px !important;
					color: #FFFFFF;
					background: #9383CC;
				}
				
				#SectionNavigationLinks ul.SubLinks a:hover
				{
					background: #E4E4EE;
					color: #4A318F;
				}
			
				#SectionNavigationLinks ul.SubLinks ul.SubLinks
				{
					list-style: none;
					background: #E4E4EE;
				}
		
					#SectionNavigationLinks ul.SubLinks ul.SubLinks li
					{
						list-style: none;
					}
		
					#SectionNavigationLinks ul.SubLinks ul.SubLinks a:link,
					#SectionNavigationLinks ul.SubLinks ul.SubLinks a:visited
					{
						line-height: 30px !important;
						color: #4A318F;
						padding: 0px 20px;
						background-image: url(/assets/images/hyphen.jpg);
						background-position: 10px 16px;
						background-repeat: no-repeat;
						background-color: #E4E4EE;
					}
			
					#SectionNavigationLinks ul.SubLinks ul.SubLinks a:hover
					{
						background-color: #F1F1F6;
					}
			
	#BrochureRequest
	{
		border-top: 10px solid #FFFFFF;
		border-bottom: 10px solid #FFFFFF;
		width: 220px;
		background: #E4E4EE;
	}
	
		#BrochureRequestHead
		{
			background: #9383CC;
		}
			
			#BrochureRequestHead p.Heading
			{
				line-height: 30px;
				padding: 0px 10px;
				font-size: 16px;
				color: #FFFFFF;
				margin: 0px;
			}
			
			
		
		#BrochureRequestLink
		{
			display: block;
			height: 100px;
			width: 180px;
			margin: auto;
			position: relative;
			background: url(/assets/images/brochure.jpg) no-repeat top left;
		}
		
		#BrochureRequest a span.LinkText
		{
			position: absolute;
			bottom: 15px;
			right: 10px;
			color: #4A318F;
			line-height: 12px;
			font-size: 11px;
			text-decoration: none;
		}
		
		#BrochureRequest a
		{
			text-decoration: none;
		}
		
		
			
	#Content
	{
		padding: 10px 220px 10px 10px;
	}
	
	#ContentInternal
	{
		padding: 10px 220px 0px 240px;
		*margin-bottom: 10px;
	}
	
	#ContentNews
	{
		padding: 10px 220px 10px 10px;
	}
	
		#ContentInternal h1 span.SubHeading
		{
			font-size: 16px;
			color: #000000;
		}
	
		#FeatureWrapper
		{
			position: relative;
		}
	
		#Feature
		{
			width: 725px;
			height: 300px;
		}
		
			#FeatureLink
			{
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 725px;
				height: 300px;
				line-height: 30px;
				text-decoration: none;
				color: #4A318F;
			}
			
		#ImageFader
		{
			width: 495px;
			height: 205px;
			margin-bottom: 20px;
		}

				#FeatureLinkText
				{
					position: absolute;
					bottom: 0px;
					right: 10px;
				}
		
		#SmallFeatures
		{
			position: relative;
			margin: 20px 0px 0px 0px;
			height: 360px;
		}
		
			div.SmallFeature
			{
				width: 358px;
				height: 170px;
				font-size: 12px;
			}
			
			div.SmallFeature2
			{
				margin-bottom: 10px;
			}
			
			#SmallFeature1
			{
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
			#SmallFeature2
			{
				position: absolute;
				top: 0px;
				right: 0px;
			}
			
			#SmallFeature3
			{
				position: absolute;
				top: 180px;
				left: 0px;
			}
			
			#SmallFeature4
			{
				position: absolute;
				top: 180px;
				right: 0px;
			}
			
				div.SmallFeatureHead
				{
					background: url(/assets/images/DP_TLC.jpg) top left no-repeat #9383CC;
				}
				
					div.SmallFeatureHead h2
					{
						background: url(/assets/images/DP_TRC.jpg) top right no-repeat;
						line-height: 28px;
						font-weight: normal;
						font-size: 16px;
						color: #FFFFFF;
						padding: 0px 10px;
						margin-bottom: 0px !important;
					}
					
					div.SmallFeatureHead h2 a
					{
						color: #FFFFFF;
						text-decoration: none;
					}
					
				div.SmallFeatureBody
				{
					background: url(/assets/images/LP_BLC.jpg) bottom left no-repeat #E4E4EE;
					position: relative;
				}
				
					div.SmallFeatureBody div
					{
						padding: 10px 10px 10px 120px;
						background: url(/assets/images/LP_BRC.jpg) bottom right no-repeat;
						line-height: 16px;
					}
					
					div.SmallFeature div.SmallFeatureBody div
					{
						height: 122px;
					}
					
					div.SmallFeatureBody div p
					{
						margin: 0px;
					}
					
			
				img.SmallFeatureImage
				{
					position: absolute;
					top: 10px;
					left: 10px;
				}
				
				img.SmallFeatureLogo
				{
					position: absolute;
					bottom: 10px;
					right: 10px;
				}
				
		#ContentFooter
		{
			clear: left;
			height: 1%;
			padding: 0px 220px 0px 10px;
			*padding: 0px 10px 0px 10px;
		}
		
			#ContentLinks
			{
				line-height: 30px;
				text-align: right;
				background: #E4E4EE;
				padding: 0px;
				margin-bottom: 10px;
			}
			
			#ContentLinksInner
			{
				padding: 0px 10px;
			}
			
			#ContentLinks a:link,
			#ContentLinks a:visited
			{
				text-decoration: none;
				font-weight: bold;
				
			}
			
			#ContentLinks a:hover
			{
				text-decoration: underline;
			}
			
			#MoreInformation
			{
				background: url(/assets/images/LP_BLC.jpg) bottom left no-repeat #E4E4EE;
				position: relative;\
			}
			
			#MoreInformation div.Inner1
			{
				background: url(/assets/images/DP_TLC.jpg) top left no-repeat #9383CC;
				height: 30px;
			}
			
			#MoreInformation div.Inner2
			{
				background: url(/assets/images/DP_TRC.jpg) top right no-repeat;
				height: 30px;
			}
			
			#MoreInformation div.Inner2 h2
			{
				line-height: 30px;
				padding: 0px 10px;
				margin: 0px;
				color: #FFFFFF;
				font-weight: normal;
				font-size: 16px;
			}
			
			#MoreInformation div.Inner3
			{
				background: url(/assets/images/LP_BRC.jpg) bottom right no-repeat;
				padding: 10px;
			}
			
				#Marquee
				{
					height: 20px;
					overflow: hidden;
				}
	
	#ContactButtonsHolder
	{
		padding: 0px 220px 0px 10px;
	}
		
	#ContactButtons
	{
		background: #4B3190;
		height: 40px;
		margin-top: 10px;
	}
	
		#ContactButtons td
		{
			text-align: center;
		}
		
		#ContactButtons td a
		{
			text-align: left;
		}
	
		#ContactButtons div
		{
			height: 40px;
		}
		
		#MailLink
		{
			background: url(/assets/images/contact-buttons/mail-us.jpg) top left no-repeat;
			padding-left: 45px;
			height: 40px;
			line-height: 40px;
			display: block;
			width: 130px;
		}
		
		#FindUsLink
		{
			background: url(/assets/images/contact-buttons/find-us.jpg) top left no-repeat;
			padding-left: 47px;
			height: 40px;
			line-height: 40px;
			display: block;
			width: 110px;
		}
		
		#YouTubeLink
		{
			background: url(/assets/images/contact-buttons/you-tube.jpg) top left no-repeat;
			padding-left: 74px;
			height: 40px;
			line-height: 40px;
			display: block;
			width: 160px;
		}
				
#Foot
{
	clear: both;
	position: relative;
	background: #9383CC;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

	#Foot p
	{
		position: absolute;
		top: 0px;
		text-align: center;
		margin: 0px;
	}
	
		#Copyright
		{
			left: 0px;
			width: 178px;
			border-right: 2px solid #E4E4EE;
		}
		
		#Address
		{
			left: 180px;
			width: 388px;
			border-right: 2px solid #E4E4EE;
		}
		
		#Telephone
		{
			left: 570px;
			width: 178px;
			border-right: 2px solid #E4E4EE;
		}
		
		#Email
		{
			left: 750px;
			width: 204px;
		}

/* End Layout Styles */


/* Form Styles */

fieldset
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

form *
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#frmContact
{
	margin-bottom: 10px;
}

		#frmContact fieldset
		{
			padding: 0px 10px;
		}

		#frmContact label
		{
			float: left;
			line-height: 22px;
		}
		
		#frmContact div.TextField
		{
			height: 22px;
			margin-bottom: 2px;
		}
		
		#frmContact div.TextAreaField
		{
			height: 128px;
			margin-bottom: 2px;
		}
		
		#frmContact div.Buttons
		{
			text-align: right;
			padding: 5px 0px;
			margin-bottom: 2px;
			height: 30px;
		}
		
		#frmContact input.Text
		{
			float: right;
			width: 112px;
			border: 1px solid #9383CC;
			padding: 2px;
		}
		
		#frmContact textarea.Text
		{
			border: 1px solid #9383CC;
			padding: 2px;
			height: 100px;
			width: 176px;
			clear: left;
		}
		
		#frmContact p
		{
			color: #4A318F;
		}

/* End Form Styles */



/* Corner Styles */

.Corner_TL_VDP
{
	background: url(/assets/images/corners/TL_VDP.jpg) no-repeat top left;
}

.Corner_TR_VDP
{
	background: url(/assets/images/corners/TR_VDP.jpg) no-repeat top right;
}

.Corner_BL_VDP
{
	background: url(/assets/images/corners/BL_VDP.jpg) no-repeat bottom left;
}

.Corner_BR_VDP
{
	background: url(/assets/images/corners/BR_VDP.jpg) no-repeat bottom right;
}

.Corner_TL_EDP
{
	background: url(/assets/images/corners/TL_EDP.jpg) no-repeat top left;
}

.Corner_TR_EDP
{
	background: url(/assets/images/corners/TR_EDP.jpg) no-repeat top right;
}

.Corner_BL_EDP
{
	background: url(/assets/images/corners/BL_EDP.jpg) no-repeat bottom left;
}

.Corner_BR_EDP
{
	background: url(/assets/images/corners/BR_EDP.jpg) no-repeat bottom right;
}

.Corner_TL_DP
{
	background: url(/assets/images/corners/TL_DP.jpg) no-repeat top left;
}

.Corner_TR_DP
{
	background: url(/assets/images/corners/TR_DP.jpg) no-repeat top right;
}

.Corner_BL_DP
{
	background: url(/assets/images/corners/BL_DP.jpg) no-repeat bottom left;
}

.Corner_BR_DP
{
	background: url(/assets/images/corners/BR_DP.jpg) no-repeat bottom right;
}

.Corner_TL_LP
{
	background: url(/assets/images/corners/TL_LP.jpg) no-repeat top left;
}

.Corner_TR_LP
{
	background: url(/assets/images/corners/TR_LP.jpg) no-repeat top right;
}

.Corner_BL_LP
{
	background: url(/assets/images/corners/BL_LP.jpg) no-repeat bottom left;
}

.Corner_BR_LP
{
	background: url(/assets/images/corners/BR_LP.jpg) no-repeat bottom right;
}

/* End Corner Styles */

/* marquee styles */

ul.marquee{display:block;text-align:right;padding:0;margin:0;list-style:none;line-height:1;position:absolute;top:0px;right:15px; width:520px;overflow:hidden;height:30px;}ul.marquee li{position:absolute;height:29px;top:-999em;left:0;display:block;white-space:nowrap;font:14px Arial,Helvetica,sans-serif;padding:0px;text-align:right;width:100%;color:#FFFFFF;line-height:29px;}