/* CSS Document */
a:link {
	color: #450074;
	text-decoration: underline;
}
a:visited {
	color: #450074;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}

body {
	margin:50px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #430070;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
}

h2{
	font-size: 140%;
	color: #450074;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: left;
}


h3{
	font-size: 120%;
	color: #430070;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #430070;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: thin none #FFCC66;
	border-right: thin none #FFCC66;
	border-bottom: medium solid #FFCC66;
	border-left: thin none #FFCC66;
}
 
 #links{
	font-size: 90%;
	color: #430070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 24px;
	text-align: center;
	border-right: none #FFCC66;
	border-bottom: none #FFCC66;
	border-left: none #FFCC66;
 }

.programbanner{
	text-align: center
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 2px;
}

.h2center{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
	text-align:center;
	font-weight: bold;	
}

.h3center{
	font-size: 120%;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

#sectionNavigation {
	background-color: white;
	padding: 5px;
	position: absolute;
	border: 5px double black;
	border-radius: 12px;
	-moz-border-radius: 12px;
	width: 274px;
	top: 50px;
	text-align: left;
}

#sectionNavigation ul {
list-style-type: none;
padding: 5px;
}

#sectionNavigation li {
	padding-bottom: 4px;
}

#expandNavigation {
	background-color: white;
	padding: 5px;
	width: 120px;
	border:5px double #333;
	border-bottom: 0px;
	position: absolute;
	text-align: center;
	top: -35px;
	left: -5px;
	z-index: 1;
}

#returnHome {
	position: absolute;
	border:5px double #333;
	border-bottom: 0px;
	background-color: white;
	padding: 5px;
	width: 120px;
	top: -35px;
	left: 135px;
	text-align: center;
}

.follow-on-twitter {
    position: absolute;
    top: -30px;
    left: 515px;
    text-align: center;
}

.follow-on-linkedin {
    position: absolute;
    top: -30px;
    left: 584px;
}


.follow-on-facebook .fb_iframe_widget {
    position: absolute;
    top: -30px;
    left: 430px;
}

.facebook-widget {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    float: right;
    margin-right: 10px;
}

.twitter-widget {
    float: right;
    width: 240px;
}

.social-media-container {
    float: left;
    margin-left: 30px;
    width: 400px;
    padding: 0;
}

.menu-float {
    float: left;
    width: 180px;
}

#betaWarning {
	background-color: white;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#Content {
	width:650px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:5px double #333;
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 20;
	position: relative;
}

#donateToCamws {
	border-top: medium solid #FFCC66;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.ui-dialog-content {
	background-color: white !important;
}

.clear {
    clear: both;
}