@font-face
{
	font-family: 'source_sans_proregular';
	src: url('sourcesanspro-regular-webfont.eot');
	src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('sourcesanspro-regular-webfont.woff') format('woff'), url('sourcesanspro-regular-webfont.ttf') format('truetype'), url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'source_sans_probold';
	src: url('sourcesanspro-bold-webfont.eot');
	src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('sourcesanspro-bold-webfont.woff') format('woff'), url('sourcesanspro-bold-webfont.ttf') format('truetype'), url('sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*html { font-size: 100%; }   */

body
{
	font: 16px source_sans_proregular, Arial, Helvetica, sans-serif;
	color: #333;
}

.body /*NOTE: background color and padding should not be put on the body tag, but instead applied to the body class*/
{
	background-color: #a32638;
	padding: 0;
}

/*START DEFAULT STYLES*/
/*The following styles should be representative of the styles used throughout the main content area of the site*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, p, .p
{
	margin-bottom: 6px;
}

h1, .h1
{
	font-size: 33px;
	line-height: 30px;
	font-family: roboto_slabbold, Arial, Verdana;
	font-weight: normal;
}

h2, .h2
{
	font-size: 23px;
}

h3, .h3
{
	font-size: 23px;
	padding-bottom: 10px;
}

h4, .h4
{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
}

h5, .h5
{
	font-size: 12px;
	font-weight: normal;
}

ul, ol
{
	padding-bottom: 5px;
	margin-left: 40px;
}

ul
{
	list-style-type: square;
}

ol
{
	list-style-type: decimal;
}

a, a:visited, a:link, a:active
{
	color: #333;
	text-decoration: underline;
}

	a:hover
	{
		color: #075D9F;
	}

input[type="text"], input[type="password"], textarea, select
{
	margin: 5px 0;
	padding: 4px 2px;
	
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	/*border-top: solid 1px #ddd;
	border-left: none;
	border-right: none;
	border-bottom: none;*/
	background-color: #fff;
}

input.error
{
	border: 2px solid #cc0000;
}

.error
{
	border: 2px solid #cc0000;
}

input[type="radio"]
{
	padding: 10px;
	margin: 5px;
}


textarea
{
	resize: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

select
{
	font: 12px Verdana, Arial, Helvetica, sans-serif; /*border:solid 1px #A5ACB2;*/
}

option
{
	padding-right: 10px;
}

/*END DEFAULT STYLES*/

.table-form
{
}

	.table-form th
	{
		text-align: left;
	}

	.table-form th, td
	{
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

.table-list th, td
{
	padding: 7px 10px;
}

.table-list th
{
	background-color: #555;
	text-align: left;
	color: #fff;
}

.table-list td
{
	border-bottom: 1px solid #eee;
}


.hspace
{
	margin-right: 16px;
}

.vspace
{
	margin-bottom: 10px !important;
}

.halfpage
{
	width: 50%;
	margin-right: 5px;
}

.hpadding
{
	padding-right: 16px;
}
/*
.inner-table input,select
{
	margin-top:5px;
}*/

.inner-table input[type="checkbox"]
{
	margin: 0;
}

#bg
{
	/*background: #f4f6f6 url(/images/background.png) repeat 0 0;*/
	background: #fff;
	padding-bottom:50px;
}

#container
{
	min-width: 300px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0 25px;
	position: relative;
	min-height: 600px;
}

	#container h1, #container .h1
	{
		padding-bottom: 5px;
	}

	#container h2
	{
		margin-top: 25px;
		padding-top: 2px;
		padding-bottom: 5px;
		border-top: 1px solid #898989;
	}

	#container h3
	{
		font-weight: normal;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#container h4
	{
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#container .h4
	{
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#container h5
	{
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		color: #999;
	}

	#container p
	{
		line-height: 22px;
		
	}

	#container ul, ol
	{
		/*margin-top: 10px;*/
		margin-bottom: 10px;
	}

		#container ul li ul
		{
			list-style-type: circle;
			margin-left: 20px;
		}

	#container ol li ol
	{
		margin-left: 20px;
	}

#header
{
	overflow: hidden;
	max-width:1200px;
	min-width:300px;
	margin:0 auto;
	padding:0 10px;
}

a.logo
{
	float: left;
	margin: 10px 0;
	/*background: url(/images/reynolds-logo.png) no-repeat 0 0;
	background-size: 100% auto;*/
	width: 257px;
	height: 107px;
	display: block;
	float: left;
}

	a.logo img
	{
		width:100%;
	}



	a.logo2 img
	{
		width:25%!important;
	}

.top-links-wrap
{
	width: 98%;
	padding:0 1%;
	height: 53px;
	/*overflow: hidden;*/
	background: #a32638;
	margin-bottom: 10px;
}

.top-links
{
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;	
}

	.top-links ul
	{
		margin: 0 0 0 0 !important;
		padding: 0;
		text-align: right;		
		float: left;
		height:53px;
	}

		.top-links ul li
		{
			float: left;
			list-style-type: none;
			font-size: 16px;
		}

			.top-links ul li a
			{
				text-decoration: none;
				color: #fff;
				padding: 13px 10px 14px;
				margin-left: 10px;
				display: block;
				font-size: 20px;
				float: left;
			}

				.top-links ul li a:hover
				{
					background-color: #e0e1dd;
					color: #a70240;
				}

					.top-links ul table
{
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

.top-links ul li:hover
{
	position:relative;
	z-index:200;
}

.top-links ul li:hover > a.dropdown
{
	background-color: #e0e1dd;
	color: #a70240;
}

	.top-links .subMenu-left
	{
		float:left;
		background-color: #e0e1dd;			
		width:200px;
		height:165px;
		padding:5px 0;
	}

	.top-links .subMenu-right
	{
		float:left;
		background-color: #e0e1dd;			
		width:200px;
		height:165px;
		padding:5px 0;
	}

/* keep the 'next' level invisible by placing it off screen. */
.top-links ul ul.subMenu
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;	
}

.top-links ul :hover ul.subMenu
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

.top-links ul :hover ul.subMenu
{
	top:53px;
	white-space:nowrap;
	width:400px;
	padding:0;
	z-index:200;
	height:auto;
	left:10px;		
	/*border-top:5px solid #0093d0;
	border-bottom:4px solid #968000;*/
}

.top-links ul :hover ul.subMenu li
{
	margin:0;	
}

.top-links ul :hover ul.subMenu li a
{
	margin:0;
	padding:8px 14px;
	color:#a70240;
	height:auto;
	font-family:source_sans_proregular, Arial, verdana;
	font-size: 15px !important;
	line-height:16px;
	font-weight:normal;
    width:170px;
    display:block;
    text-align: left;
    text-decoration: none;
    background-color: #e0e1dd;
    background-image:none;
	border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
}

	.top-links ul :hover ul.subMenu li a:hover
	{
		text-decoration:underline;
	}

.icon-social {
	float:right;
	
}

.icon-social a { 
	color:#A32638!important;
	

}

.icon-social a:hover { 
	color:#711A27!important;
	

}



/*.icon-social a:hover { 
	color:#fff;

}

.icon-social ul { 

	list-style-type:none!important;

}

.icon-social ul li { 
	display:inline-block;}*/

a.follow-tw
{
	background: url(/images/social-1.png) no-repeat 0 15px;
	width: 26px;
	height: 26px;
	display: block;
	margin-left: 8px !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-fb
{
	background: url(/images/social-1.png) no-repeat -31px 15px;
	width: 26px;
	height: 26px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-yt
{
	background: url(/images/social-1.png) no-repeat -61px 15px;
	width: 26px;
	height: 26px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-fl
{
	background: url(/images/social-1.png) no-repeat -93px 15px;
	width: 26px;
	height: 26px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-li
{
	background: url(/images/social-1.png) no-repeat -124px 15px;
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

	a.text:hover, a.follow-tw:hover, a.follow-fb:hover, a.follow-yt:hover, a.follow-fl:hover, a.follow-li:hover
	{
		background-color: transparent !important;
		color: #fff !important;
	}

/*a.follow-tw
{
	background: url(/images/social.png) no-repeat 0 7px;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 8px !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-fb
{
	background: url(/images/social.png) no-repeat -48px 7px;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-yt
{
	background: url(/images/social.png) no-repeat -96px 7px;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-fl
{
	background: url(/images/social.png) no-repeat -145px 7px;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 0 !important;
	margin-right: 8px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
}

a.follow-li
{
	background: url(/images/social.png) no-repeat -193px 7px;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

	a.text:hover, a.follow-tw:hover, a.follow-fb:hover, a.follow-yt:hover, a.follow-fl:hover, a.follow-li:hover
	{
		background-color: transparent !important;
		color: #fff !important;
	} */


.welcome
{
	color: #9e1b32;
}

.search
{
	color: #272727;
	font-size: 20px;
	float: right;
	margin-top: 0;
	text-align:right;
}

	.search .text
	{
		font-size: 18px;
		padding-top: 10px;
		color: #888888;
	}

.search-mobile
{
	display: none;
	min-width: 200px;
	position: relative;
	clear:both;
}

.small-text
{
	font-size: 14px;
}

a.text-only
{
	font-size:15px;	
	color: #888888;
	display:block;
	padding-bottom:15px;
}

a:hover.text-only
{
	color:#075d9f;
}

/* Navigation */
#navigation
{
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.7);    
	border-top:5px solid #968000;
	width: 100%;
	min-height: 51px;
	position:absolute;    
	/*top:198px;   REMOVED BY OU */
	z-index:101;	
}

#menu
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	max-width:1200px;
	min-width:300px;
}

	#menu li
	{
		float: left;
	}

		#menu li a
		{
			padding: 12px 18px 12px;
			display: inline-block;
			font-size: 20px;	
			line-height:29px;		
			font-family:source_sans_probold, Arial, Verdana;
			font-weight:normal;
			color: #fff;
			text-decoration: none;			
		}

			#menu li a:hover
			{
				background:#968000;
			}

			#menu li:first-child a:hover
			{
				background:#00436A;
			}

			#menu li:nth-child(2) a:hover
			{
				background:#968000;
			}

			#menu li:nth-child(3) a:hover
			{
				background:#007F64;
			}

			#menu li:nth-child(4) a:hover
			{
				background:#A40084;
			}

			#menu li:nth-child(5) a:hover
			{
				background:#739600;
			}

			#menu li:nth-child(6) a:hover
			{
				background:#0066A1;
			}

			#menu li:nth-child(7) a:hover
			{
				background:#E0E1DD;
				color:#000;
			}

						/* Nth child fix of IE7/8 */

						#menu li:first-child a:hover
						{
							background:#00436A;
						}

						#menu li:first-child + li a:hover
						{
							background:#968000;
						}

						#menu li:first-child + li + li a:hover
						{
							background:#007F64;
						}

						#menu li:first-child + li + li + li a:hover
						{
							background:#A40084;
						}

						#menu li:first-child + li + li + li + li a:hover
						{
							background:#739600;
						}

						#menu li:first-child + li + li + li + li + li a:hover
						{
							background:#0066A1;
						}

						#menu li:first-child + li + li + li + li + li + li a:hover
						{
							background:#E0E1DD;
							color:#000;
						}

		#menu li a.active
		{
			background: #968000;
		}
					

		#menu li:first-child a
		{
			border: none;
		}

		#menu table
{
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

#menu li:hover
{
	position:relative;
	z-index:200;
}

#menu li:hover > a
{
	background:#968000;
}

#menu li:first-child:hover > a
{
	background-color: rgba(0,67,106,0.9);  
	background-color: rgb(0,67,106);  
}

#menu li:first-child + li:hover > a
{
	background-color: rgba(150,128,0,0.9);
	background-color: rgb(150,128,0);
}

#menu li:first-child + li + li:hover > a
{
	background-color: rgba(0,127,100,0.9);
	background-color: rgb(0,127,100);
}

#menu li:first-child + li + li + li:hover > a
{
	background-color: rgba(164,0,132,0.9);
	background-color: rgb(164,0,132);
}

#menu li:first-child + li + li + li + li:hover > a
{
	background-color: rgba(115,150,0,0.9);
	background-color: rgb(115,150,0);
}

#menu li:first-child + li + li + li + li + li:hover > a
{
	background-color: rgba(0,102,161,0.9);
	background-color: rgb(0,102,161);
}

#menu li:first-child + li + li + li + li + li + li:hover > a
{
	background-color: rgba(224,225,221,0.9);
	background-color: rgb(224,225,221);
	color:#000;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul.subMenu
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;	
}

#menu :hover ul.subMenu
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu :hover ul.subMenu
{
	top:53px;
	white-space:nowrap;
	width:196px;
	padding:0;
	z-index:200;
	height:auto;
	left:0;		
	/*border-top:5px solid #0093d0;
	border-bottom:4px solid #968000;*/
}

#menu :hover ul.subMenu li
{
	margin:0;	
}

#menu :hover ul.subMenu li a
{
	margin:0;
	padding:10px 15px;
	color:#fff;
	height:auto;
	font-family:source_sans_proregular, Arial, verdana;
	font-size: 16px !important;
	line-height:18px;
	font-weight:normal;
    width:170px;
    display:block;
    text-align: left;
    text-decoration: none;
    background-color: #0093d0;
    background-image:none;
	border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
}

#menu li:first-child:hover ul.subMenu li a
{
	background-color: rgba(0,67,106,0.9);   
	background-color: rgb(0,67,106);   
}

#menu li:first-child + li:hover ul.subMenu li a
{
	background-color: rgba(150,128,0,0.9); 
	background-color: rgb(150,128,0); 
	border:0;
}

#menu li:first-child + li +li:hover ul.subMenu li a
{
	background-color: rgba(0,127,100,0.9);
	background-color: rgb(0,127,100);
	width:190px;
}

#menu li:first-child + li +li + li:hover ul.subMenu li a
{
	background-color: rgba(164,0,132,0.9); 
	background-color: rgb(164,0,132); 
}

#menu li:first-child + li + li + li + li:hover ul.subMenu li a
{
	background-color: rgba(115,150,0,0.9); 
	background-color: rgb(115,150,0); 
}

#menu li:first-child + li + li + li + li +li:hover ul.subMenu li a
{
	background-color: rgba(0,102,161,0.9);  
	background-color: rgb(0,102,161); 
	width:192px;
}

#menu li:first-child + li +li +li +li +li +li:hover ul.subMenu li a
{
	background-color: rgba(224,225,221,0.9);
	background-color: rgb(224,225,221);
	color:#000;
	width:189px;
}

#menu :hover ul.subMenu :hover
{	
	color: #fff;
    background-image: none; 
}

#menu :hover ul.subMenu li a:hover
{
	text-decoration:underline;
	position:relative;
}

/* Third Level Menu */

#menu li ul.subMenu li ul.childMenu {
 	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;	
}

#menu li ul.subMenu li:hover ul.childMenu
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li ul.subMenu li:hover ul.childMenu
{
	top:0;
	white-space:nowrap;
	width:240px;
	padding:0;
	z-index:200;
	height:auto;
	left:200px;			
}

#menu li ul.subMenu li:hover ul.childMenu li
{
	margin:0;	
}

#menu li ul.subMenu li:hover ul.childMenu li a
{
	margin:0;
	padding:10px 15px;
	color:#fff;
	height:auto;
	font-size: 16px !important;
	font-weight:normal;
    width:210px;
    display:block;
    text-align: left;
    text-decoration: none;
    background-color: rgba(150,128,0,0.9); 
    background-image:none;
	border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
}

#menu li ul.subMenu li:hover ul.childMenu :hover
{	
	color: #fff;
    background-image: none; 
}

#menu li ul.subMenu li:hover ul.childMenu li a:hover
{
	text-decoration:underline;
}

/* End of Nav */

.code
{
	font-size: 24px;
	color: #000;
}

/* Navigation Mobile */
#small-nav-wrap
{
	display: none;
}

#navigation-btn-mobile
{
	display: none;		
}

	#navigation-btn-mobile input
	{
		display: inline-block;
		min-width: 35px;
		min-height: 30px;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 16px !important;
		font-weight: bold !important;
		font-family: Georgia !important;
		/*padding:5px 0 5px 0;		*/
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		float: right;
	}


/* Mobile Nav Buttons */

.nav-button
{
	background: #a32638 url(/images/bg-nav-responsive.png) no-repeat 0 center;
	width: 49px;
	height: 49px;
	border: none;
	cursor: pointer;
	color: #337de2;
	font-size: 14px;
	font-weight: bold;
}

.nav-button-toggle
{
	background: #a41d35 url(/images/bg-close.png) no-repeat center center;
	color: transparent;
	width: 49px;
	height: 49px;
	border: none;
	cursor: pointer;
}

#primary-nav-mobile
{
	margin: -5px auto 5px auto;
	padding: 0;
	list-style-type: none;
	display: none;
	width: 100%;
	/*background: #a32638;*/
	overflow: hidden;
}

	#primary-nav-mobile li
	{
		float: none;
	}

		#primary-nav-mobile li a
		{
			font-size: 16px;
			display: none;
			color: #fff;
			text-align: left;
			margin: 0;
			padding: 12px 10px 10px;
			min-width: 280px;
			width: 100%;
			float: left;
			border-bottom: 1px solid #e3d8cd;
		}

			/*#primary-nav-mobile li a:hover
			{
				background-color: #38A6E5;
			}*/

			#primary-nav-mobile li a.one
			{
				background: #00436a;				
			}
			#primary-nav-mobile li a.two
			{
				background: #968000;
			}
			#primary-nav-mobile li a.three
			{
				background: #007f64;
			}
			#primary-nav-mobile li a.four
			{
				background: #a40084;
			}
			#primary-nav-mobile li a.five
			{
				background: #739600;
			}
			#primary-nav-mobile li a.six
			{
				background: #0066a1;
			}
			#primary-nav-mobile li a.seven
			{
				background: #e0e1dd;
				color:#000;
			}

			#primary-nav-mobile li a.active
			{
				background-color: #38A6E5;
				border-bottom: 1px solid #38A6E5;
			}

			#primary-nav-mobile li a.dropdown:after
			{
				padding-left: 5px;
			}


/* Mobile Child Menu */

a.arrow
{
	border: 0 !important;
}

.childmenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	display: none;
}

	.childmenu li
	{
		background:#00436A;
	}

		.childmenu li a
		{
			font-size: 16px !important;		
			margin-left:15px !important;	
			float: none !important;
			display: block;
			background: #336988;
			/*border: 0 !important;*/
			padding: 8px 10px !important;
		}

		/* child menu LI background */

		#primary-nav-mobile li:first-child .childmenu li
		{
			background: #00436A;
		}

		#primary-nav-mobile li:nth-child(2) .childmenu li
		{
			background: #968000;
		}

		#primary-nav-mobile li:nth-child(3) .childmenu li
		{
			background: #007F64;
		}

		#primary-nav-mobile li:nth-child(4) .childmenu li
		{
			background: #A40084;
		}

		#primary-nav-mobile li:nth-child(5) .childmenu li
		{
			background: #739600;
		}
	
		#primary-nav-mobile li:nth-child(6) .childmenu li
		{
			background:#0066A1;
		}

		#primary-nav-mobile li:nth-child(7) .childmenu li
		{
			background:#E0E1DD;
			color:#000;			
		}

		/* Childmenu anchor background */

		#primary-nav-mobile li:first-child .childmenu li a
		{
			background: #336988;
		}

		#primary-nav-mobile li:nth-child(2) .childmenu li a		
		{
			background: #ab9933;
		}

		#primary-nav-mobile li:nth-child(3) .childmenu li a	
		{
			background: #339983;
		}

		#primary-nav-mobile li:nth-child(4) .childmenu li a	
		{
			background: #b6339d;
		}

		#primary-nav-mobile li:nth-child(5) .childmenu li a	
		{
			background: #8fab33;
		}
	
		#primary-nav-mobile li:nth-child(6) .childmenu li a	
		{
			background:#3385b4;
		}

		#primary-nav-mobile li:nth-child(7) .childmenu li a	
		{
			background:#ecedeb;
			color:#000;			
		}

		
		/* child menu LI background */

		#primary-nav-mobile li:first-child .childmenu li a:hover
		{
			background: #00436A;
		}

		#primary-nav-mobile li:nth-child(2) .childmenu li a:hover
		{
			background: #968000;
		}

		#primary-nav-mobile li:nth-child(3) .childmenu li a:hover
		{
			background: #007F64;
		}

		#primary-nav-mobile li:nth-child(4) .childmenu li a:hover
		{
			background: #A40084;
		}

		#primary-nav-mobile li:nth-child(5) .childmenu li a:hover
		{
			background: #739600;
		}
	
		#primary-nav-mobile li:nth-child(6) .childmenu li a:hover
		{
			background:#0066A1;
		}

		#primary-nav-mobile li:nth-child(7) .childmenu li a:hover
		{
			background:#E0E1DD;
			color:#000;			
		}

/* Mobile Third Level Menu */

.childmenu li ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	clear: both;	
}

	.childmenu li ul li
	{
		background:#AB9933;
	}

		.childmenu li ul li a
		{
			font-size: 15px !important;		
			margin-left:15px !important;	
			float: none !important;
			display: block;
			background: #AB9933;
			/*border: 0 !important;*/
			padding: 8px 10px !important;
		}


h2.header
{
	background-color: #a32638;
	padding: 0 10px !important;
	color: #fff;	
	font-weight: normal;
	font-family:source_sans_probold, Arial, Verdana;
	font-size:36px;
	border: 0 !important;
	margin-bottom:15px;
}

.note
{
	font-size: 12px;
	font-style: italic;
	padding-bottom: 15px;
}

.error-note
{
	font-size: 12px;
	font-style: italic;
	padding-bottom: 15px;
	color: #cc0000 !important;
}

a.btn-search, a.btn-search:visited, a.btn-search:link, a.btn-search:active
{
	background-color: #e0e1dd;
	display: inline-block;
	padding: 7px 15px 7px;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
	color: #333;
}

input.btn-search, input.btn-search:visited, input.btn-search:link, input.btn-search:active
{
	background-color: #e0e1dd;
	display: inline-block;
	padding: 7px 14px 7px;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
	color: #333;
	border:none;
	margin-left:-4px;
	margin-top:-1px;
}

a.btn-search-mobile, a.btn-search-mobile:visited, a.btn-search-mobile:link, a.btn-search-mobile:active
{
	background-color: #e0e1dd !important;
	display: inline-block !important;
	padding: 10px 1% 6px 1% !important;	
	font-size: 18px !important;
	text-align:center !important;
	float:none !important;
	text-decoration: none !important;
	color: #333 !important;
	width:25% !important;
	min-width:50px !important;
}

input.btn-search-mobile, input.btn-search-mobile:visited, input.btn-search-mobile:link, input.btn-search-mobile:active
{
	background-color: #e0e1dd !important;
	display: inline-block !important;
	padding: 10px 1% 9px 1% !important;	
	font-size: 18px !important;
	text-align:center !important;
	float:none !important;
	text-decoration: none !important;
	color: #333 !important;
	width:25% !important;
	min-width:50px !important;
	border:none;
	margin-left:-4px;
	margin-top:-1px;
}

	a.btn-search:hover
	{
		color: #333;
	}

a.btn-go, a.btn-go:visited, a.btn-go:link, a.btn-go:active
{
	background-color: #9e1b32;
	color: #FFFFFF !important;
	display: inline-block;
	padding: 7px 15px 7px;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
}

	a.btn-go:hover
	{
		background-color: #7e0117;
		color: #fff !important;
		text-decoration: none !important;
		margin: 0;
	}

	.btn-go
{
	background-color: #9e1b32;
	color: #FFFFFF !important;
	display: inline-block;
	padding: 7px 15px 7px;
	text-align: center;
	font-size: 20px;
	text-decoration: none !important;
}

	.btn-go:hover
	{
		background-color: #7e0117;
		color: #fff !important;
		text-decoration: none !important;
		margin: 0;
	}

input.search-input
{
	width: 255px;
	height: 28px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	margin: 0;
	padding: 6px 5px 4px;
	font: 16px roboto_slabregular, Arial, Helvetica, sans-serif;
	color: #333;
}

.search-mobile input.search-input
{
	width: 70.5%;
	height: 30px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	margin: 10px 0 10px 0;
	padding: 6px 1% 4px;
	font: 16px roboto_slabregular, Arial, Helvetica, sans-serif;
	color: #b7b7b7;
}

input.subscribe-input
{
	width: 75%;
	height: 32px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	margin: 0;
	padding: 6px 5px 4px;
	font: 16px roboto_slabregular, Arial, Helvetica, sans-serif;
	color: #b7b7b7;
}

.table tr th
{
	text-align: left !important;
	padding: 5px 10px 5px 5px !important;
	background-color: #d7d7d7;
	border-bottom: 1px solid #333;
	margin: 0;
}

	.table tr th a
	{
		text-decoration: none;
	}

.table tr td
{
	text-align: left !important;
	padding: 5px 10px 5px 5px !important;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

	.table tr td.input
	{
		border-bottom: none;
	}

	
.btn-red
{
	background-color: #9E1B32;
	padding: 8px 8px;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
}

.btn-green
{
	background-color: #569b53;
	padding: 8px 8px;
	color: #fff !important;
	text-decoration: none !important;
}

.btn-blue
{
	background-color: #00436a;
	padding: 8px 12px;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	font-size: 20px;
}

.btn-light
{
	background: #e0e1dd;
	padding: 8px 12px;
	color: #00436a !important;
	text-decoration: none !important;
	display: inline-block;
	font-size: 20px;
	margin-left:2px;
}

.btn-gray
{
	background-color: #e0e1dd;
	border:2px solid #9c9696;
	padding: 6px 12px;
	color: #3e3e3e !important;
	text-decoration: none !important;
	display: inline-block;
	font-size: 20px;
}


.red
{
	color: #cc0000;
}

#inner-left
{
	width: 20%;
	float: left;
	margin-right: 10px;
}

	#inner-left ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		#inner-left ul li a
		{
			font-weight: bold;
			padding: 10px 0;
			display: block;
			text-decoration: none;
			border-top: 1px solid #dddddd;
			background: url(/images/lhs-arrow.png) no-repeat center right;
		}

			#inner-left ul li a.active
			{
				color: #075D9F;
				background: url(/images/lhs-arrow-active.png) no-repeat center right;
			}

		#inner-left ul li:last-child a
		{
			border-bottom: 1px solid #dddddd;
		}

		/* Second Level */

		#inner-left ul li ul
		{
			list-style-type: none;
		}

			#inner-left ul li ul li a
			{
				text-decoration: underline;
				font-weight: normal;
				padding: 5px 0;
				display: block;
				color: #075D9F;
				border-top: none;
				background: none;
			}

			#inner-left ul li ul li:last-child a
			{
				border: none;
			}

#inner-right
{
	width: 75%;
	margin-left: 10px;
	float: left;
}

a.btn-small, a.btn-small:visited, a.btn-small:link, a.btn-small:active
{
	background-color: #d7d7d7;
	border-bottom: 1px solid #bcbcbc;
	color: #000 !important;
	display: inline-block;
	padding: 4px 9px 3px 9px;
	text-align: center;
	text-decoration: none !important;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	a.btn-small:hover
	{
		background-color: #bbb;
		color: #000 !important;
		text-decoration: none !important;
	}

.table-permission
{
	background-color: #f5f5f5;
}

	.table-permission td
	{
		border-top: 1px solid #ccc;
	}

		.table-permission td table tr td
		{
			border: none !important;
		}

.redline
{
	background: #fff url(/images/redline.png) repeat-y left top !important;
	padding-left: 6px !important;
}

#footer
{
	/*background: url(/images/footer-logo.png) no-repeat right center;*/
	max-width: 1200px;
	min-width: 300px;
	padding: 75px 10px;
	margin: 0 auto;
	color: #fff;
}

	#footer h2
	{
		font-size:40px;
		font-weight:normal;
	}

.footer-copy
{
	background: url(/images/footer-logo.png) no-repeat right bottom;
	background-size: 30px 30px;
	padding: 20px 36px 0 0;
	display: inline-block;
	font-size: 16px;
	line-height:28px;
	color: #fff;
}

	.footer-copy a
	{
		color:#fff;
		text-decoration:none;
		padding:0;
	}

		.footer-copy a:hover
		{
			text-decoration:underline;
		}

.footer-address
{
	font-size: 20px;
	display: block;
	padding-top: 20px;
	padding-bottom: 75px;
}

#footer-boxes
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#footer-boxes li
	{
		width: 12.833333333333332%;
		margin-left: 1.6666666666666667%;
		float: left;
	}


		#footer-boxes li h4
		{
			font-size: 18px;
			margin: 0 0 15px 0;
			padding: 0 0 3px 0;			
		}

		#footer-boxes li a
		{
			color: #fff;
			text-decoration: none;
			margin-bottom: 10px;
			display: block;
		}

		#footer-boxes li:first-child
		{
			margin-left: 0;
		}

.top-links-mobile
{
	display:none;
	margin:20px 0;	
}

	.top-links-mobile .text
	{
	display:block;
	font-size:19px;
	color:#fff;
	}

	.top-links-mobile a
	{
		display:block;
		font-size:19px;
		color:#fff;
		border-bottom:10px solid #e0e1dd;
		padding-bottom:3px;
		margin-bottom:15px;
		text-decoration:none;
	}

h4.one
{
	border-bottom: 10px solid #00436a;
}

h4.two
{
	border-bottom: 10px solid #968000;
}

h4.three
{
	border-bottom: 10px solid #007f64;
}

h4.four
{
	border-bottom: 10px solid #a40084;
}

h4.five
{
	border-bottom: 10px solid #739600;
}

h4.six
{
	border-bottom: 10px solid #0066a1;
}

h4.seven
{
	border-bottom: 10px solid #e0e1dd;
}

.address
{
	width: 36.583333333333336%;
	margin-right: 0.8333333333333334%;
	height: 83px;
	float: left;
	background: #f3f4f3;
	padding: 15px 2%;
}

	.address h2, .newsletter h2, .follow h2
	{
		color: #3e3e3e;
		font-family: roboto_slabbold, Arial, Verdana;
		font-weight: normal;
		font-size: 20px;
	}

	.address .left
	{
		width: 40%;
		margin-right: 2%;
		float: left;
	}

	.address .right
	{
		width: 56%;
		margin-left: 2%;
		float: left;
	}

.newsletter
{
	background: #c8c8c8;
	margin-right: 0.8333333333333334%;
	width: 31.333333333333336%;
	height: 83px;
	float: left;
	padding: 15px 2%;
}

.follow
{
	background: #c8c8c8;
	width: 19.333333333333332%;
	height: 83px;
	float: left;
	padding: 15px 1.5%;
}



.bot-links
{
	width: 100%;
	height: 56px;
	background: #fff;
	margin-top: 10px;
}

	.bot-links a
	{
		text-decoration: none;
		padding: 16px 1.6666666666666667% 0;
		display: block;
		float: left;
		text-transform: uppercase;
	}

.column
{
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	min-height: 70px;
}

#top-links a.active
{
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 3px 5px;
	text-decoration: none;
}

.box-one-third
{
	width: 30%;
	float: left;
	border: 1px solid #d7d7d7;
	margin-right: 1%;
	margin-bottom: 10px;
	padding: 10px 1%;
}

.box-one-half
{
}

.box-full
{
}

.one-fourth
{
	width: 23%;
	margin-right: 2%;
	float: left;
}

.img-search
{
	padding: 20px 0;
	max-width: 300px;
}

.highlight
{
	background: #faf9f3;
	padding: 10px;
	margin: 10px 0;
	font-size: 18px;
}

.highlight-links
{
	background: #f1efde;
	padding: 10px;
	margin: 5px 0 10px 0;
	font-size: 18px;
}

.highlight-links2
{
	background: #f1efde;
	padding: 10px;
	margin: 5px 0 10px 0;
	font-size: 18px;
}

.highlight-links2 img
{
	width:47px!important;
}

	.highlight-links h4
	{
		text-transform:none !important;
		font-weight:bold !important;
	}

	.highlight-links a
	{
		text-decoration:underline;
		color:#a32638;
		display:inline-block;
		padding:7px 0;				
		line-height:1.1em;
		/*word-break:break-all;*/
	}

		.highlight-links a:hover
		{
			color:#333;
		}



/* Added 11/14/14 to Fix Business Autmotive default.aspx's bottom image */
.highlight-links img {
	width: 109%;
	margin-left: -10px;
	margin-bottom: -36px;
	max-width: 250px;
}
/* End of Addition */

.green
{
	color: green;
}

.half
{
	width: 48%;
	margin-right: 2%;
	float: left;
}

.half-right
{
	width: 48%;
	margin-left: 2%;
	float: left;
}

.site-img
{
	max-width: 217px;
}

.logo-main
{
	width: 100px;
}

.inner-banner
{
	min-height:50px;
	width:100%;
}

	.inner-banner img
	{
		width:100%;
	margin-top:-10px;
	}
	

.textbox-blank
{
	padding-top: 20px;
	min-height: 50px !important;
}

#banner
{
	display: none;
	position:relative;
}

#content
{
	margin-top:10px;
}

#content h1, #content .h1
{
	font-size:60px;
	line-height:45px;
	color:#a32638;
	padding:25px 0 0 0;
	font-family:source_sans_probold, Arial, Verdana;
	font-weight:normal;
}

/* Home page */

/* Responsive Slides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides-news {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides-news li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides-news li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides-news img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  #slideshow
 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;  
  position:relative;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: -50px auto 50px;
  padding: 10px 0;
  width: 100%;
  position:relative;
  z-index:9999;
  text-align:right;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 15px;
  }

.rslides_tabs a {
  width: auto; 
  padding: 6px 14px;
  height: auto;
  background: #303030;
  display: inline-block;
  text-decoration:none;
  color:#fff;  
  border:5px solid #fff;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: #9e1b32;
  color: #fff; 
  }

.desc
{
	position:absolute;
	display:inline-block;
	max-width:400px;
	padding:5px 15px 15px;
	font-size:18px;	
	background:#231c17 url(/images/bg-slide-text.png) repeat 0 0;
	color:#fff;
	/*top:50%;*/
	bottom:25%;
	left:0;
}

.desc h4
{
	font-size:48px;
	text-transform:none !important;
	margin-top:0;
}

.header-message 
{
	margin-bottom:10px;
}

#slideshow-wrap
{
	position:relative;
}

#slideshow-wrap a.prev
{
	position:absolute;
	left:-25px;
	top:50%;
	z-index:100;
}

#slideshow-wrap a.next
{
	position:absolute;
	right:-25px;
	top:50%;
	z-index:100;
}

.home-left
{
	width:64.25%;	
	float:left;
	margin:10px 1.8333333333333333% 20px 0;	
}

.home-left-content
{
	min-height:445px;	
	background:#00436a;	
	margin:0;
	padding:3.2467532467532463%;
	color:#fff;
	font-size:18px;
}

	.home-left-content a
	{
		color:#fff;
	}

	.home-left-content h2
	{
		margin:0 !important;
		padding:0;
		border:0 !important;
		font-family:source_sans_probold, Arial, Verdana;
		font-weight:normal;
		font-size:20px;
	}

	.home-left-content .section
	{
		margin-bottom:40px;
	}

a.more
{
	background:url(/images/bg-more.png) no-repeat right center;
	padding-right:25px;
	text-decoration:none;
}

.section-img
{
	border:3px solid #fff;
}

.home-right
{
	width:33.916666666666664%;
	float:left;
	margin:10px 0 20px 0;	
	padding-top:40px;
	padding-bottom:45px;
	position:relative;
}

.home-right h2
{
	font-size:30px;
	margin:0 !important;
	padding:0;
	border:0 !important;	
}

.home-right a.prev-news
{
	position:absolute;
	bottom:0 !important;
	right:50px !important;
}

.home-right a.next-news
{
	position:absolute;
	bottom:0 !important;
	right:0 !important;
}

.news-section
{
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}

.news-thumb
{
	float:left;
	/*width:20.333333333333332%;*/
	min-width:110px;
	height:auto;
	margin-right:2.083333333333333%;
}

	.news-thumb img
	{
		width:100%;
		min-width:100px;
	}

.news-desc
{
	/*float:left;
	width:77.33333333333333%;*/
	font-size:18px;
}

	.news-desc h3
	{
		font-size:30px;
		margin-top:0 !important;
		padding-top:0 !important;
	}

	/* Inner Page */

#left-nav
{
	width:20.833333333333336%;
	float:left;
	margin-right:2.5%;	
	margin-top:25px;
}

/*#main-content
{
	width:52.83333333333333%;
	float:left;		
}

	#main-content h2
	{
		border:0 !important;
		font-size:36px;
		color:#a32638;
		margin-top:10px !important;
	}

#right-column
{
	width:20.833333333333336%;
	float:left;
	margin-left:2.5%;
}*/

#main-content-wrapper
{
	float:right;
	width:76.5666666667%;
	margin-top:25px;
}

#main-content
{
	width:69.13849509269356%;
	float:left;			
}

#main-content h1
		{
		background:#968000 !important;
		border-bottom:10px solid #000 !important;
		color:#fff;
		padding:5px 0 3px 10px !important;
		margin:0 0 20px 0 !important;	
		font-size:33px;
		font-family:source_sans_proregular, Arial, Verdana;	
		}

	#main-content h2
	{
		border:0 !important;
		font-size:33px;
		color:#a32638 !important;
		margin-top:10px !important;		
	}

		#main-content h2.top
		{
			margin-top:0 !important;
		}
	
	#main-content h2.header-green
		{
		background:#968000 !important;
		border-bottom:10px solid #000 !important;
		color:#fff;
		padding:5px 0 3px 10px;
		margin:0 0 20px 0 !important;		
		}

	#main-content h3
	{
		color:#333;
	}

	#main-content h2 a
	{
		color:#a32638;	
		text-decoration:none;
	}

	#main-content a
	{
		color:#3B7AB8;		
	}	

	#main-content a:hover
	{
		color:#2d3754;
		text-decoration:underline;
	}

	#main-content ul li
	{
		padding-bottom:10px;
	}

#right-column
{
	width:27.262813522355504%;
	float:left;
	margin-left:3.5%;
	overflow:hidden;
}

	

/* Left Navigation */

#subnav
{
	margin:0;
	padding:0;
	list-style-type:none;
}

	#subnav li a
	{
		display:block;
		text-decoration:none;
		background:#ddd6ad;
		padding:7px 15px;
		font-size: 18px;
		border-bottom:1px solid #fff;
	}

		#subnav li a:hover
		{
			background:#000;
			color:#fff;
		}

		#subnav li a.active
		{
			background:#000;
			color:#fff;
		}

.full-image
{
	width:100%;
}

.half-image
{
	width:50%;
	min-width:300px;
}
.breadcrumbs
{
	font-size:14px;
	color:#6c6c6c;
}

.breadcrumbs a
{	
	color:#6c6c6c;
}

/* Added Everything Below this Line */


/* Custom */
.soar
{
	background-color:#6F012A;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.soar:hover
{
	background-color:#A12338;
	
	
}

#main-content .soar a
	{
		color:#fff;	
		text-decoration:none;	
	}
	
	
.tech .table-list th, td
{
	padding: 0px 10px;

	
	
	
}

#container .tech p {

padding-bottom:0px;
	
}



.tech h4
{
	background-color:#6F012A;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	
	
}

.tech h4:hover
{
	background-color:#A12338;
	
}

#main-content .tech a
	{
		color:#fff;	
		text-decoration:none;	
		
		
	}	
	

.police strong
{
	background-color:#6F012A;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}	

.police strong:hover
{
	background-color:#A12338;
	
}

#main-content .police a
	{
		color:#fff;	
		text-decoration:none;	
	}
	
#container .right_col h2
{
	
	text-align:center;
	margin-top:0px;
	background-color:#ddd6ad;
	border:none;
		
	
	}	
	
.right_col {
	background-color:#faf9f3;
	
	
	}	
	
.right_col a
{
	text-align:center;
	text-decoration:none;
		
	
	}		
	
.right_col img
{
	width:100%;
	max-width:150px;
	display:block;
    margin:auto;
	margin-bottom:5px;
		
	
	}	
	
	.success  {
		
		border-bottom:2px solid #f4f3ec;
		margin-bottom:20px;
		overflow: hidden;
		
		}
		
		.success  p{
		margin-bottom:15px;
		
		
		}
	
	.success img {
		float:left;
		padding-right:10px;
		margin-bottom:10px;
		
		}
		
	.opt_table table,th,td{
			
		/*border:1px solid #FAD956;*/
		border-collapse:collapse;
		/*width:140px;*/
		
		}
		
		.opt_table td{
			
		border:1px solid #FAD956;
		border-collapse:collapse;
		
		}
		
		.opt_table td{
			
		align:center;
		
		}
			
		.lcc  {
			
			margin-bottom:5px;
			max-width:200px;
			
			}	
			
			
			#container .lcc  p{
			text-align:center;
			color:#A12338;
			font-weight:bold;
			border:4px solid #A12338;
			padding:5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
			
			}
			
.police img {
	width:100%;
	max-width:150px;
	
	}		
	
.auto p img {
	float:left;
	padding:8px;
	
	}	
	
.auto .key {
	float:right;
	padding:8px;
	
	}	
	
.auto .ford {
	
	padding:8px;
	
	}
	
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}	

.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}				

.dev_main {

	margin:0 auto;
	text-align:center;
	
	}
	
	.dev_main ul{

	list-style-position: inside;
	text-align:center;
	
	}
	
.left_top {
	float:left;
	width:50%;
	min-height:400px;
	background-color:yellow;
	color:#000;
	}	
	
.left_top p{
	text-align:center;
	margin-top:20px;
	margin-bottom:-10px;
	padding:5px;
	}	
	
.right_top {
	float:left;
	width:50%;
	min-height:400px;
	background-color:blue;
	color:#fff;
	
	}	
	
.right_top p{
	text-align:center;
	margin-top:20px;
	margin-bottom:-10px;
	padding:5px;
	}	
	
.left_top.left_bottom {
	
	width:50%;
	min-height:400px;
	background-color:yellow;
	color:#000;
	}	
	
.left_top.left_bottom{
	text-align:center;
	margin-top:20px;
	margin-bottom:-10px;
	padding:5px;
	}	
	
.right_top.right_bottom {
	
	width:50%;
	min-height:400px;
	background-color:blue;
	color:#fff;
	
	}	
	
.right_top.right_bottom p{
	text-align:center;
	margin-top:20px;
	margin-bottom:-10px;
	padding:5px;
	}	
	
.left_mc {
	float:left;
	width:40%;
	padding-right:10px;
	border-right:1px solid black
	}
	
.left_mc h2{
	text-align:center;
	}	

.right_mc {
	float:left;
	width:40%;
	padding-left:10px;
	
	}		

.right_mc h2{
	text-align:center;
}


tr.data-notes p {
	margin-top:0px;	
}

tr.data-notes td.text p {
	margin-top:0px;	
}	
	
tr.data-title td {
padding-top:20px!important;
}	


.award a
{
	background-color:#6F012A;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	text-decoration:none;
	color:#fff!important;
	font-size:35px;
	
	
}

.award a:hover
{
	background-color:#A12338;
	text-decoration:none!important;
	
}	

ul.circlemenu {
	list-style-type: none!important;
    margin: 0;
    padding: 0;
	display: inline;
}






li.circle {
	position:relative;
	display:inline-flex;	
	width:200px;
	height:200px;
	background-image: url("images/blue.png");
	background-repeat:no-repeat;
	background-position:left top;
	
	
}

li.circle a{
		
		position: absolute; 
		top: 39x; 
		left: 11px; 
		width: 83px; 
		height: 83px; 
		font-size:42px;
		text-decoration: none;
		color:#fff!important;
		padding:30px;
	
    
	
}

#circlewrap {
	margin-left:40px;

}

#circlewrap img {
	/*width:100%;*/
	width:25%;
	height:25%;
	margin-right:40px;

}

.round ul li { display: inline; }

.round ul {
  list-style: none;
  
  text-align: center;
  padding: 0;
  margin: 0;
  width:20%;
	float:left;
	margin-right:20px;
	
}
.round li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
 
  
	
	
}

 
.round a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
	background-color: #444;
	
  
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	
	}
	
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_left {
		float:left;
		width:48%; 
		text-align:left;
		padding-right:10px;
		list-style-type:none;

}

.main_left ul{
	
		list-style-type:none;
		margin-left:0px;

}

.main_right {
		width:48%; 
		text-align:left;
		float:left;
		list-style-type:none;

}

.main_right ul{
		
		list-style-type:none;
		margin-left:0px;

}

#EmailAddressError, #LastNameError, #FirstNameError {
	color:red;

}

.alert-error {
	font-size:20px;
	margin-bottom:10px;

}

/* Program Tables */

.program table {
	
border:1px solid #ddd6ad;


}

.program table .top-row {
	
background-color:#f1efde;

}
	
.program table tr {
	
	border-top:1px solid #ddd6ad;
	border-bottom:1px solid #ddd6ad;
	border-top:1px solid #ddd6ad;
	

}	

.program table td {
	
	padding:5px;		

}

.right_column_img td img {
	width:47px;
	
}


/*.round a {
  font-size:30px;
  text-decoration:none;
  color:#fff!important;
  position:relative; top:-2px;
	
  background:rgb(196,15,24);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
	text-decoration: none;
	margin-right:20px;
}*/


/* removed 1/22/15
.semesterwrapper td {
width:140px!important;
}
*/

/* Circle */





