﻿html {
  overflow: scroll;
}

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
    font-size: .8em;
    color: #000000;
    background-color: #000;
}

h1, h2, h3, h4, h5, h6
{
    color: #046EA2;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; margin: 0px; } 
h6 { font-size: 0.8em; }

.sponsorLevelDiv
{
    clear: both;

}
.sponsorGroup
{
    clear: both;
    padding: 0px 5px 5px 10px;
}

.displayLogo img { border: 0px; }
.displayLogo 
{
    float: left;
    padding: 5px 5px 5px 5px;
}

.tiny 
{
    height: 3px;
}
.small 
{
    height: 5px;
}
.medium
{
    height: 10px;
}
.large
{
    height: 15px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
		

#container 
{
	position:absolute;
	left: 50%;
	width: 780px;
	margin-top: 0px;
	margin-left: -400px;
	padding: 0px;
}
* html #container{
	height:1%; /* So IE plays nice */
}

#content
{
    min-height: 400px;
}

#content a:link { color: #046EA2; text-decoration: none; }
#content a:visited { color: #046EA2; text-decoration: none; }
#content a:hover { color: #046EA2; text-decoration: underline; }
#content a:active { color: #046EA2; text-decoration: none; }

#content ul
{
    list-style-type: circle;
}
#content li .indent 
{
    padding-left: 5px;
}

#contenttop
{
    background-image: url(Images/roundedcontent-top.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 797px;
}

#contentcenter
{
    background-color: #fff;
    width: 797px;
    min-height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
}

#contentbottom
{
    background-image: url(Images/roundedcontent-bottom.gif);
    background-repeat: no-repeat;
    height: 17px;
    width: 797px;
}

#footer
{
    width: 797px;
    padding-top: 5px;
    color: #f8991d;
}
#footer .footerlinks
{
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 10px;
    list-style-type: circle;
}
#footer .footerlinks a:link { color: #f8991d; text-decoration: none; }
#footer .footerlinks a:visited { color: #f8991d; text-decoration: none; }
#footer .footerlinks a:hover { color: #fff; text-decoration: underline; }
#footer .footerlinks a:active { color: #f8991d; text-decoration: none; }

#footer .copyright
{
    text-align: center;
    font-size: 10px;
    color: #046EA2;
    padding-bottom: 20px;
}

#MainMenu
{
    clear: both;
    float: right;
    padding-bottom: 20px;
}

#MainMenu a { font-weight: bold; }
#MainMenu a:link { text-decoration: none;}
#MainMenu a:visited { text-decoration: none; color: #046EA2; }
#MainMenu a:hover { text-decoration: none; color: #046EA2; background-image: url(Images/menu-repeat-selected.png); background-repeat: repeat-x; }
#MainMenu a:active { text-decoration: none; color: #046EA2; }

#MainMenu .selected
{
    color: #046EA2; 
    background-image: url(Images/menu-repeat-selected.png); 
    background-repeat: repeat-x;
}

#SponsorLogo
{
    float: left;
    margin-left: 20px;
}


#CMSEditor
{
    padding: 5px;
}
#CMSEditor .contenttitle
{
    float: left;
    font-size: 1.5em;
    font-weight: bold;
}
.editor
{
    clear: both;
}

#CMSEditor .buttons
{
    float: right;
    padding: 0 0 5px 0;
}
#CMSEditor .buttons input   /* used to align buttons in a row */
{
    float: left;
    margin-left: 10px;
}
#CMSEditor .editor
{
}

#PageContent
{
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
}

.leftcolumn
{
    width: 410px;
    float: left;
    min-height: 600px;
    padding-right: 10px;
    padding-top: 10px;
}

.rightcolumn
{
    width: 330px;
    float: right;
    min-height: 600px;
    padding-top: 10px;
}

.pagenoheader
{
    padding-top: 15px;
}

.cmscontent
{
    padding: 0px 0px 0px 0px;
}
.cmscontent p
{
    margin-top: 0px;
}
.cmscontent td
{
    vertical-align: top;
}
.times
{
    width: 70px;

}
.courselocation
{
    padding: 8px 20px 0 20px;
    font-size: 120%;
}

.cmscontent a:link { color: #046EA2; text-decoration: none; }
.cmscontent a:visited { color: #046EA2; text-decoration: none; }
.cmscontent a:hover { color: #046EA2; text-decoration: underline; }
.cmscontent a:active { color: #046EA2; text-decoration: none; }


.form
{
    padding: 0 0 0 0;
}
.form .checkbox
{
    float: left;
    width: 30px;
}
.form .phone
{
    width: 90px;
}
.form .phoneextension
{
    width: 50px;
}
.form .zipcode
{
    width: 80px;
}
.form .zipplus4
{
    width: 50px;
}
.form .validation-star
{
    width: 6px;
    float: left;
    text-align: left;
}
.form .inlineitem
{
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 0px;
}

.registration
{
    padding: 0 5px 0 0;
}
.sponsorship
{
    padding: 0 20px 0 0;
}
.contactus
{
    padding: 0 20px 0 0;
}
.login
{
    padding: 40px 0 0 245px;
    width: 300px;
}
.sitesettings
{
    padding: 0 20px 0 0;
    width: 60%;
}

.entryform
{
    background: url(Images/fieldset-green.png) repeat-x;
    border: 1px solid #046EA2;
}
.submitbutton
{
    width: 100%;
    background: url(Images/fieldset-green-bottom.png) repeat-x;
    background-position: bottom;
    text-align: right;
    height: 65px;
}
.submitbutton input
{
    margin-right: 20px;
}

/* =label/labelspan */
.form label, label span { display: block; padding-bottom: .25em; }
.form label { float: left; width: 100%; }
.form label span { float: left; width: 35%; text-align: right; padding-top: 3px; }

/* input */
.form fieldset input { float: left; width: 55%; margin-left: 1em; }
.form fieldset input:hover { border-color: #046EA2; }
.form fieldset input:active, input:focus { border-color: #900; }

/* text area */
.form fieldset textarea { float: left; width: 55%; margin-left: 1em; }
.form fieldset textarea:hover { border-color: #046EA2; }
.form fieldset textarea:active, input:focus { border-color: #900; }

/* select (dropdown list) */
.form fieldset select { float: left; width: 57%; margin-left: 1em; border-style: inset; border-width: thin; }  /* added border styles to fix IE8 issue */
.form fieldset select:hover { border-color: #046EA2; }
.form fieldset select:active, input:focus { border-color: #900; }

/* fieldset */
.form fieldset 
{ 
    margin-bottom: 10px;
    padding: 20px 20px 0px 20px;
    border-style: none;
    overflow: hidden; 
}

#sponsorshiplevels
{
    width: 320px;
}

h4, h5
{
    background: url(Images/header-background-faded.png) repeat-x;
    padding-left: 10px;
    height: 25px;
    padding-top: 2px;
}

#sponsorshiplevels ul
{
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    list-style-type: circle;

}
#sponsorshiplevels .title
{
    font-weight: bold;
}

#sponsorshiplevels .benefits
{
    font-weight: normal;
    font-size: .8em;
    margin-left: 2.0em;
}
#sponsorshiplevels .benefitspacing1
{
    padding: .5em;
}

#MembershipRoles
{
    border: solid 1px #666;
    float: right;
}
#MembershipRoles .header
{
    background-color: #A61E2C;
    color: #fff;
    width: 100%;
    font-weight: bold;
    padding: 5px;
}
#MembershipRoles .content
{
    padding: 10px;
}

#CMSMetaLink
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#CMSMetaEdit 
{

}

#CMSMetaEdit a { color: #fff; font-weight: bold; }
#CMSMetaEdit .form fieldset { width: 400px; }
#CMSMetaEdit .form label { float: left; width: 100% }
#CMSMetaEdit .form label span { float: left; width: 20%; text-align: right; }
#CMSMetaEdit .form fieldset input { float: left; width: 70%; margin-left: 1em; }
#CMSMetaEdit .form fieldset textarea { float: left; width: 70%; margin-left: 1em; }

.unwatermarked
{
    height: 18px;
    width: 148px;
}
.watermarked
{
    margin: 0 0 0 2px;
    color: Gray;
}

.RadEContent, .RadEContentBordered
{
    background-color: #fff;
}

.CustomRenderedTool
{
    border:1px solid #cccccc;
    background-color:#efefef;
    padding-left:4px;
    margin:0px 2px 0px 2px;
}

#fileupload
{
    padding: 20px 0 0 0;
}

#filedisplay
{
    padding: 20px 0 0 0;
}

.osd-logo
{
    text-align: center;
}
.osd-logo img { border: 0px }
.osd-logo a { text-decoration: none; }

#GraphicNavigation
{
    background-image: url(Images/graphic-navigation-background.jpg);
    background-repeat: no-repeat;
    height: 296px;
    width: 758px;
}

#GraphicNavigation .register
{
    position: relative;
    top: 27px;
    left: 498px;
}

#GraphicNavigation .getinvolved
{
    position: relative;
    top: 45px;
    left: 498px;
}

#GraphicNavigation .learnabout
{
    position: relative;
    top: 65px;
    left: 498px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width: 80%;
	height: 80%;
}

.metaEditPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding: 10px;
	width: 420px;
	height: 220px;
}

.adjustedZIndex {
    z-index: 1;
}