@charset "utf-8";

body {
    background-color: #000;
    background-image: none;
}
a {
	color: #fff;
}

.container {
    margin:8px auto;
    max-width: 580px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

.contactForm {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	overflow: hidden;
}


@media (max-width: 580px) {
	.container {
		padding-left:0;
		padding-right:0;
		margin-top:0;
	}
	.contactForm {
		border-radius: 0;
	}
}
.mainColumnContent {
    margin: 0;
    max-width: 548px;
}
div.contactFooter {
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:0 8px 0 0;
}
.articleHeaderBlue {
	min-height:30px;
	line-height:18px;
	
	background:#1144A2;
	background: -moz-linear-gradient(top, #1144A2 20%, #092559 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #1144A2), color-stop(100%, #092559));
	background: -webkit-linear-gradient(top, #1144A2 20%, #092559 100%);
	background: -o-linear-gradient(top, #1144A2 20%, #092559 100%);
	background: -ms-linear-gradient(top, #1144A2 20%, #092559 100%);
	background: linear-gradient(top, #1144A2 20%, #092559 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1144A2', endColorstr='#092559', GradientType=0 );

	padding: 5px 12px 5px;
	font-family: "Arial Black",Gadget,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color:#fff;
	margin: 0;
}
.contactForm .boxcontent {
	padding:8px 14px;
}
.contactForm input, .contactForm select {
	margin: 0 0 2px 0;
	line-height: 24px;
}
.aboutBody {
	margin-bottom: 18px;
}

div.phoneNumber {
    font-size: 16px;
    font-weight: bold;
}
div.mainItem {
    font-size: 14px;
}
.mainpoint, .mainpoint a {
	color:#999;
}
.newOrgMessage {
	background-color: #eee;
	padding: 12px 24px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 4px;
}


.whiteBg {
    background-color: #FFFFFF;
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow: hidden;
}

.sentBody {
	padding:64px 0;
	font-size:14px;
	text-align: center;
}
.htoThanks {
    font-style: italic;
    font-weight: bold;
    margin-top: 16px;
}

.secContent {
	display: inline-block;
	margin-top: 2px;
}


/* Buttons */
.buttonBlue, .buttonRed, .buttonBrown, .buttonPurple, .buttonGreen, .buttonGray,
.buttonBlueLight, .buttonPurpleLight {
	display:inline-block;
	border:solid 2px transparent;
	font-size:11px;
	font-weight:bold;
	color:#EEE;
	line-height:18px;
	cursor:pointer;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	overflow:hidden;
}
.buttonBlue:hover, .buttonRed:hover, .buttonBrown:hover, .buttonPurple:hover, .buttonGreen:hover, .buttonGray:hover,
.buttonBlueLight:hover, .buttonPurpleLight:hover {
	color:#FFF;
}
.buttonWindow {
	display:inline-block;
	padding:0 10px;
}
/* BLUE LIGHT */
.buttonBlueLight {
	background-color:#155AC4;
}
.buttonBlueLight .buttonWindow {
	background:#256AD4;
	background: -moz-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #256AD4), color-stop(100%, #014074));
	background: -webkit-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -o-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -ms-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: linear-gradient(top, #256AD4 20%, #014074 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256AD4', endColorstr='#014074', GradientType=0 );
}
.buttonBlueLight:hover .buttonWindow {
	background:#4883E3;
	background: -moz-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4883E3), color-stop(100%, #144D92));
	background: -webkit-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -o-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -ms-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: linear-gradient(top, #4883E3 20%, #144D92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4883E3', endColorstr='#144D92', GradientType=0 );
}


/* extra override for this page */
.whiteBg a.buttonBlueLight {
	color:#EEE;
	font-size:14px;
	line-height:24px;
}
.whiteBg a.buttonBlueLight .buttonWindow {
	padding:0 18px;
}

.errorMsg {
	color:#900;
	margin-bottom:18px;	
	border:dashed 1px #900;
	padding:8px;
	text-align:center;
}

.boldTitleText {
	font-weight: bold;
	padding: 4px 0 0 0;
}
#message {
	width:100%;
	height: 175px;
	margin-bottom: 4px;
}

.sendContainer {
	margin: 24px 0 12px;
	text-align: center;
}

.contactFooter input {
	background: #888888 none repeat scroll 0 0;
	color: #000;
	background-image: none;
	width: 66px;
	height: 24px;
	border-radius: 5px;
	border-width: 0;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 8px;
}

.contactFooter input:hover {
	background-color: #ff7f00;
}


.contactPreview {
	text-align: center;
}
.contactPreview div {
	color:#F00;
	font-weight: bold;
	margin-bottom:4px;
}
.contactPreview .editButton {
	background-color:#777;
	display: inline-block;
	margin-left: 8px;
	line-height: 26px;
	color:#fff;
	padding:0 16px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}
.contactPreview .editButton:hover {
	background-color:#999;
}






.closeButton {
	background-color: #999;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
	line-height: 26px;
}

.closeButton .fa {
	font-size: 20px;
	margin-right: 8px;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
}
.closeButton span {
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
}
.closeButton:hover, .closeButton:focus, .closeButton:active {
	color: #000;
	background-color: #F00;
}


.closeWindowIcon {
	float:right;
	color:#999;
	font-size: 24px;
	margin:-3px 0 0 0;
}
.closeWindowIcon:hover {
	color:#f00;
}

