/* Generic Settings
--------------------------------------------- */
html, body, form {
	height: 100%;
	background: #fff url('/getmedia/ae6622ca-745e-453d-8a0e-b59eb3a20831/page-bg.aspx') repeat-x top;
}
body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #000;
	margin: 0 0 0 0;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
	}
p {
	line-height: 19px;
	margin-bottom: 10px;
}
a {
	color: #e51837;
}
	a:hover {
		color: #e51837;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	color: #e51837;
}
h5 {
	font-size: 14px;
}
/* Wrapper
--------------------------------------------- */
#wrapper {
	width: 899px;
	overflow: visible;
	margin: 0 auto;
	background: #fff;
	height: 100% !important;
	min-height: 100%;
	background: #fff;
}
	/* Left side
	--------------------------------------------- */
	.Lside {
		width: 144px;		
		background-color: #d4ceac; 
		vertical-align:top;	
		padding: 10px 10px 10px 10px;	
	}	
	
	/* Content
	--------------------------------------------- */
	#content {
		width: 899px;
		margin:auto;		
	}
	
	/* Main
	--------------------------------------------- */
	.main {
		width: 760px;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 0px 0px;		
		border-right:solid 1px #d9d6d1;	
		background-color: white;	
		min-height: 480px;
		vertical-align:top;
	}
			#image-slider {
			width: 748px;
			height: 180px;
			margin-bottom: 20px;
		}
			.jTator {
				position: relative;
			}
				.jTator img {
					position: absolute;
					top: 0;
					left: 0;
				}
	/*.mainDiv
	{
	    clear:both;
	    width:540px;
	    padding: 10px 10px 10px 10px;
	    margin: 20px auto 20px auto;
	    border-right:solid 1px #d9d6d1;	    
	    
	    overflow: visible;
	    height: 100% !important;
	    min-height: 100%; 
	    }*/
	    
	/* Right Side
	--------------------------------------------- */
	.Rside {
		width: 155px;
		padding: 10px 10px 10px 10px;
		background-color: white;
		vertical-align:top;
	}
	
	/* Footer
	--------------------------------------------- */
	#logoFooter {	
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;	
		min-height: 110px;
		border-top: solid 1px #e51837;
		border-bottom: solid 1px #e51837;
	}
	
	#footer 
	{
		padding-top:10px;
		font-size:8pt;
		font-weight:bold;		
	}
		#footer a 
		{
			font-size:8pt;
			color:#000;
			text-decoration: none;
		}
			#footer a:hover 
			{
				color:#e51837;
				text-decoration: none;
			}	
		
	/* Header 
	--------------------------------------------- */
	#header 	{
		margin: 0 0 0 0;
		width: 899px;
		height: 116px;
		background: url('/getmedia/b9ba2a98-de7e-4493-a7b6-dd06d8444ea0/header-bg.aspx') no-repeat top center;
	}	
	
		/* Navigation
		--------------------------------------------- */
		#navigation 	
		{	width: 889px;
			height: 33px;
			background-color: #b4ae8b;	
			padding-left: 10px;	
		}
			#navigation ul {
				position: relative;
				left: -20px;
				overflow: visible;
				width: 100%;
			}
				#navigation ul li {				
					position: relative;
					float: left;
					display: block;
					height:33px;
				}
					#navigation ul li a 
					{						
						display: block;
						padding: 0 25px;
						line-height: 33px;
						text-decoration: none;
						font-weight: bold;
						color: #fff;
						*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
					}
						#navigation ul li a:hover {
							color: #e51837;
							background: #b4ae8b;
						}
						#navigation ul :hover > a {
							color: #e51837;
							background: #b4ae8b;
						}
				/*# Dropdown Navigation Level 1 #*/
				#navigation ul li ul {
					display: none;
					z-index: 500;
					position: absolute;
					overflow: visible;
					top: 33px;
					left: 0;
					width: 175px;
					margin: 0;
					padding: 0;
					background: #b4ae8b;
				}
					#navigation ul li:hover ul, #navigation ul li.md-hover-fix ul {
						display: block;
					}
						#navigation ul li:hover ul ul, #navigation ul li.md-hover-fix ul ul {
							display: none;
						}
						#navigation ul li ul li {
							float: none;
							position: relative;						
						}
							#navigation ul li ul li a {
								display: block;
								padding: 0px 10px;
								width: 155px;
								line-height: 24px;
								height: 100%;
								text-align: left;
								color: #fff;
								*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
							}
								#navigation ul li ul li a:hover {
									color: #e51837;
									background: #b4ae8b;
								}
						/*# Wrapper/Aside/Navigation/Level 2 #*/
						#navigation ul li ul li ul {
							display: none;
							z-index: 600;
							position: absolute;
							overflow: visible;
							left: 204px;
							top: 0;
							width: 204px;
							margin: 0;
							padding: 0;
							background: #000;
						}
							#navigation ul ul li:hover ul, #navigation ul ul li.md-hover-fix ul {
								display: block;
							}
								#navigation ul li:hover ul ul ul, #navigation ul li.md-hover-fix ul ul ul {
									display: none;
								}
								#navigation ul li ul li ul li {
									float: none;
									position: relative;
								}
								#navigation ul li ul li ul li a {
									display: block;
									padding: 0px 10px;
									width: 155px;
									line-height: 24px;
									height: 100%;
									text-align: left;
									color: #fff;
									*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
								}
									#navigation ul li ul li ul li a:hover {
										color: #e51837;
										background: #b4ae8b;
									}
							/*# Dropdown Navigation Level 3 #*/
							#navigation ul li ul li ul li ul {
								display: none;
								z-index: 600;
								position: absolute;
								overflow: visible;
								left: 175px;
								top: 0px;
								width: 175px;
								margin: 0;
								padding: 0;
								background: #000;
							}
								#navigation ul ul ul li:hover ul, #navigation ul ul ul li.md-hover-fix ul {
									display: block;
								}
									#navigation ul li ul li ul li {
										float: none;
										position: relative;
									}
									#navigation ul li ul li ul li ul li a {
										display: block;
										padding: 0px 10px;
										width: 155px;
										line-height: 24px;
										height: 100%;
										text-align: left;
										color: #fff;
										*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
									}
										#navigation ul li ul li ul li ul li a:hover {
											color: #e51837;
											background: #b4ae8b;
										}
										
	
	
