﻿ /* full body css */

body
{
	background-color: #868484;
	font-family: Arial, Sans-Serif;
}

#wrapper 
{
	margin: 0 auto;
	width: 995px;
}

.shadowMain 
{
	background: #868484 url('Images/shadowMain.gif') repeat-y;
	position: relative;
}

	.shadowMain .mainWrapper 
	{
		background: url('Images/bottomCircle.gif') no-repeat right bottom;
		width: 965px;
		margin: 0 auto;
		position: relative;
	}
	
	.shadowMain .mainWrapper .polaroidPhoto
	{
		background-position: bottom left;
		background-image: url(/ContentPageImages/default.jpg);
		background-repeat:no-repeat;
		min-height:710px;
		height:auto !important;
		height:710px;
	}
	
/* interior css */

.left 
{
	float: left;
	width: 221px;
}

	.left #logo 
	{
		background: url('/App_Themes/Default/images/smallLogo.gif') #fff top center no-repeat;
		height: 113px;
		width: 221px;
		margin-left: 5px;
	}
	
		.left #logo a
		{
			width: 221px;
			height: 113px;
			display: block;
		}

	.left .Menu
	{
		margin-top: 20px;
		margin-left: 17px;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
	}
	
		.left .MenuItem
		{
			height: 23px;
			width: 181px;
			margin-bottom: 1px;
		}
		
			.left .MenuItemLink
			{
				display: block;
				padding: 6px 1px;
				text-align: center;
				color: #000;
				text-decoration: none;
				background: url('images/navBG.gif') no-repeat top center;
			}
				
				.left .Menu a:hover, 
				.left .Menu .adxmhoverA 
				{ 
					color: #fff;
					background-position: bottom;
				}
				
				.left .Menu li:hover a, .left .Menu .MenuItemLinkSelected
				{ 
					color: #fff;
					background-position: bottom; 
				}
				
				.left .Menu ul
				{
					margin:-35px 0 0 -30px;
				}
				
				.left .Menu ul li 
				{
					border-bottom: 1px solid #000;
					background-color: #000;
				}

				.left .Menu ul a, 
				.left .Menu ul li a
				{
					background:#B5121B;
					color:#fff;
					margin-bottom: 0px;
					border-bottom: 1px solid #000;
					
				}
				
				.left .Menu ul a:hover, 
				.left .Menu ul .adxmhoverA, 
				.left .Menu ul li:hover a
				{
					font-weight:bold;
				}
				
				.left .Menu .SubMenu 
				{
					display: none;
				}
				
	.circle 
	{
		position: absolute;
		bottom: 0;
		width: 220px;
		height: 250px;
		display: block;
		z-index: 100;
		clear: both;
	}
	

.right 
{
	float: left;
	width: 760px;
}
	.right .header 
	{
		margin-left: 70px;
	}
	
	.right .header div
	{
		height: 231px;
		float: left;
		display: inline;
	}
	
		.right .header .logo 
		{
			background: url('Images/logo.gif') #fff no-repeat top center;
			width: 291px;
		}
		
			.right .header .logo a 
			{
				width: 291px;
				height: 225px;
				display: block;
			}
			
				.right .header .logo a span { display: none; }
		
		.right .header .links 
		{
			width: 173px;
			font-family: Myriad Pro, Arial, Sans-Serif;
			font-weight: bold;
		}
		
			.right .header .links ul 
			{
				margin-top: 32px;
			}
		
				.right .header .links ul li 
				{
					color: #b5121b;
					line-height: 24px;
					width: 173px;
				}
				
					.right .header .links ul li a 
					{
						color: #b5121b;
						padding-left: 26px;
						text-decoration: none;
						display: block;
						width: 155px;
						background: url('Images/navBG.gif') #fff no-repeat top center;
					}
					
					.right .header .links ul li a:hover,
					.right .header .links ul li a.Selected
					{
						background-position: bottom;
						color: #fff;
					}
					
		.right .header .photo 
		{
			width: 221px;
			background: url('/ContentPageImages/default.jpg') #fff no-repeat top right;
		}

.content
{
	line-height: 18px;
	font-size:12px;
	padding-bottom: 145px;
	padding-top: 12px;
	float: left;
	width: 700px;
	display: inline;
	margin-left: 20px;
}

	.content h1 
	{
		color: #b5121b;
		font-size: 20px;
		margin-bottom: 17px;
	}
	
	.content a 
	{
		color: #b5121b;
	}
	
	.content #pager span.PagerButton 
	{
		display: none;
	}
	
/* footer/bottom */

.shadowFooter 
{
	height: 50px;
	background: #868484 url('Images/shadowFooter.gif') no-repeat bottom left;
}

	.shadowFooter .footer 
	{
		width: 965px;
		margin: 0 auto;
		background-color: #000;
		color: #fff;
		font-size: 10px;
	}

.clear { clear: both; }

/*Accordion Styles (Success Stories)*/
.content .Accordion>div
{
	clear: both;
}

.content .AccordionHeader
{
	padding: 3px 0 3px 15px;
	cursor:pointer;
	float: left;
	width: 570px;
}
.content .AccordionSelectedHeader
{
	padding-left: 15px;
	color: #b5121b;
	float: left;
	width: 570px;
}
.content .AccordionContent
{
	border-left: 1px solid #c1c1c1;
	margin: 5px 0 10px 17px;
	clear:both;
	width: 570px;
	background-color: #F8F7DC;
}

.content a.OnlyBold
{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

/* html tags */

b, strong, em 
{
	font-weight: bold;
}

p 
{
	margin-bottom: 15px;
}

h1,h2,h3 
{
	font-weight: bold;
}

h1 
{
	font-size: 18px;
}

h2 
{
	font-size: 16px;
}

h3 
{
	font-size: 14px;
}

blockquote 
{
	margin-left: 15px;
}

input, select, textarea 
{
	border: 1px solid #000;
}