/* GENERIC STYLING AND RESETS
================================================== */

/* All main content(paragraphs) on the page */
.ControlPanel .Normal,
.ControlPanel .NormalDisabled,
.ControlPanel blockquote,
.ControlPanel pre,
.ControlPanel .SubHead,
.ControlPanel .SkinObject,
.ControlPanel .NormalTextBox {
	font-family:Arial,Helvetica,sans-serif;
}
.ControlPanel label {
	display:inline;
}
.ControlPanel input[type="text"], .ControlPanel textarea, .ControlPanel select {
	margin-bottom:0px;
	display:inline;
	padding:0px;
}
.ControlPanel tr {
	padding-top:5px;
}
.Normal, 
.NormalDisabled, 
blockquote, 
pre, 
.SubHead, 
.SkinObject, 
.NormalTextBox {
	color:#757575;
	font-family:"Lato Regular",Arial,Helvetica,sans-serif;
	font-size:13px;
}

/* Lists */
ul {
	margin-top: 0px;
	/*padding-left: 40px;*/
}
ul li {
	list-style: url(list-arrow.png);
	margin-left:0px;
	padding: 2px 0 2px;
}
ul.float_left {
	padding: 0;
	margin: 0;
}
ul.red_style_list {
	padding-left: 20px;
}
ul.red_style_list li {
	list-style: url(list-arrow.png);
}

/* Links */
a,
a:link,
a:visited {
	color: #0096ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0px;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #333;
}
.c_contentpane p {
	line-height: 25px;
}
.Htmlbody P:first-child {
	font-size: 21px;
	line-height: 27px;
}
.Htmlbody ul li,
.RadEditor ul li {
	list-style:disc outside url(list-arrow.png);
    margin-left:30px;
}
p.small {
	line-height: 20px;
	font-size: 12px;
}
em {
	font-family: "Droid Serif Italic";
}
.DroidSerifBoldItalic {
	font-family: "Droid Serif Bold Italic";
}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: "Droid Serif Italic" ,"Myriad Pro", Verdana;
	font-weight: normal;
	color: #373737;
	line-height:26px;
}
h1 { font-size: 30px; line-height: 1em; margin: 15px 0 15px 0; padding: 0px; }
h2 { font-size: 24px; margin: 10px 0 10px 0; padding: 0;}
h3 { font-size: 20px; margin: 10px 0 10px 0; padding: 0;}
h4 { font-size: 18px; margin: 10px 0 10px 0; padding: 0;}
h5 { font-size: 16px; margin: 10px 0 5px 0; padding: 0;}
h6 { font-size: 14px; margin: 5px 0 0 5px 0; padding: 0; font-family: "Lato Regular";}
.purple_title .c_title {
	font-family: "MuseoSans 700 Italic";
}

/* Colored Headers */
.colored {
	color: #000;
	font-size: 24px;
	font-family: "Droid Serif Regular";
}
.colored span {
	color: #993399;
	font-family: "MuseoSans 700 Italic";
}

/* Cleaners & Floates */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.float_left {
	float: left;
}
.float_right {
	float: right;
}

/* Content images */
img { border: none; }
.imgLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;    
	margin-top: 3px;
}


/* CONTENT AREA STYLING
================================================== */

/* Shadows */
.shadow_180 {
	background: url(shadow-180.png) bottom center no-repeat;
	padding-bottom: 4px;
}
.shadow_280 {
	background: url(shadow-280.png) bottom center no-repeat;
	padding-bottom: 10px;
}
.shadow_340 {
	background: url(shadow-340.png) bottom center no-repeat;
	padding-bottom: 11px;
}
.shadow_580 {
	background: url(shadow-580.png) bottom center no-repeat;
	padding-bottom: 13px;
}
.shadow_640 {
	background: url(shadow-640.png) bottom center no-repeat;
	padding-bottom: 21px;
}

/* Left Pane Contact Us block */
.contact_info {
	float: left;
	margin-left: -23px;
	margin-top: -15px;
}


/* BUTTON STYLING
================================================== */

.top_button {
	float: left;
	margin-left: 15px;
	margin-top: 4px;
}

/* Bottom Share Buttons */
.share_buttons {
	margin: 15px 0 0;
}
.share_buttons .addthis_toolbox a {
	margin-left: 5px;
}

/* Content buttons Aqua */
a.button_aqua
{
	background: transparent url(button_aqua_left.png) 0 0 no-repeat;
	clear: both;
	display: block;
	line-height: 30px;
	text-decoration: none;
	height: 32px;
	padding-left: 5px;
}
a.button_aqua span
{
	float: left;
	background: transparent url(button-aqua-right.png) right 0 no-repeat;
	display: block;
	padding-right: 5px;
	height: 32px;
}
a.button_aqua strong
{
	background: transparent url(button-aqua-center.png) 0 0 repeat-x;
	display: block;
	height: 32px;
	padding: 0 7px;
	font-family: "Lato Bold";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}

/* Content buttons Black */
a.button_black
{
	background: transparent url(button-black-left.png) 0 0 no-repeat;
	clear: both;
	display: block;
	line-height: 30px;
	text-decoration: none;
	height: 32px;
	padding-left: 5px;
}
a.button_black span
{
	float: left;
	background: transparent url(button-black-right.png) right 0 no-repeat;
	display: block;
	padding-right: 5px;
	height: 32px;
}
a.button_black strong
{
	background: transparent url(button-black-center.png) 0 0 repeat-x;
	display: block;
	height: 32px;
	padding: 0 7px;
	font-family: "Lato Bold";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}


/* MISCELLANEOUS STYLING
================================================== */

/* DNN element styling */
.DNNEmptyPane { height: 0px !important; min-height: 0px !important; padding: 0px !important; margin: 0px !important; }
.ModuleTitle_MenuItem { border: none; }
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon { height:1px; }
.paneOutline {
	margin-left:9px !important;
	margin-right:9px !important;
	min-height:45px;
	padding-top:20px;
}
.paneOutline .SubHead {
	color:grey;
	font-family:Myriad Pro;
	font-size:25px;
	font-weight: normal;
}

/* Interior banner */
.interiorBanner
{
	text-align:center; 
	width:100%; 
	margin-bottom:10px;
}

/* Add This Social Sharing Icons */
.PrintEmailBookmark
{
	float:right;
	padding-bottom:30px;
}
.FBTwitterGooglePlus
{
	margin-left:20px;
}
.FBLikeTweet
{
	float:left;
	width:240px;
}
.SocialTopTitle
{
	padding-bottom:15px;
	text-shadow:1px 1px 1px #C9C9C9;
}

/* Hack Fixes - Hopefully these can go away with the new skin! 
.DnnModule-AHSISDonation .default_container {
	margin-left:300px;
}
.DnnModule-AHSISFoundation .default_container {
	margin-left:300px;
}
.DnnModule-AHSISAHSEvent .TitleHead {
	margin-left:300px;
}
.TempEventFixClass {
	margin-right:100px;
}
.TempEventFixClass2 {
	width:23.4375%;
	max-width:225px;
	margin-bottom:15px;
}
*/

/** Fixes the Rad Controll Extra Arrow Near The Close x Button - add by Erik **/
.rwTitlebarControls ul li {
	list-style:none !important;
}	

/** Fixes gap beneath interior rotation page banners - added by Natha **/
div.adv_Banner div.c_head {
	margin-bottom:0px !important;
}