@charset "utf-8";
/* CSS Document */

BODY {
	background-color:#698C00;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

:focus  { outline: none }
:active { outline: none }
input:focus { outline: none }

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #fff;
	text-decoration:none;
}

:focus  { outline: none }
:active { outline: none }
input:focus { outline: none }
a img {outline : none;}
img {border : 0;}

strong {font-weight:700;}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

.inputbox {
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color:#fff;
        font-family: 'Roboto', sans-serif;
	border:1px solid #fff;       
	font-size:13px;
        text-indent:0px;
	margin:0 0 5px;
	padding:5px;
	width:200px;
        height:20px;
}

input.button {
        background-color:#333;
        font-family: 'Roboto', sans-serif;
        font-style:normal;
        color:#fff;
	border:0px solid #333;
	font-size:13px;
        text-align:center;
	margin:0 0 5px;
        height:32px;
	width:120px;
}

.button {
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color:#333;
        font-family: 'Roboto', sans-serif;
        font-style:normal;
        color:#fff;
	border:0px solid #333;
	font-size:13px;
        text-align:center;
	margin:0 0 5px;
        height:32px;
	width:120px;
}

.container { width:980px; margin:auto; padding:40px 0 0 0; } 
.row { width:100%;float:left; }

.header {
background-image:url(../images/header-bg.png);
background-repeat:no-repeat;
width:525px;
height:150px;
line-height: 30px;
margin:0;
padding:0;
float:left;
}

.content {
width:980px;
float:left;
}

.left_grabber {width:200px; min-height:200px; float:left;}
.right_grabber {width:185px; float:right;}

.left {
background-color:#85B200;
width:200px;
min-height:200px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
float:left;
padding-top:20px;
padding-bottom:20px;
font-size:10pt;
}

.left a:link {color:#222;}
.left a:visited {color:#222;}
.left a:hover {color:#fff;}

.org {
background-color:#fff;
width:200px;
min-height:150px;
float:left;
font-size:14px;
margin-top:15px;
}

.org h3 {
background-color: #00A3D9;
font-family: 'Roboto', sans-serif;
font-size:14px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
margin:0;
padding:8px 18px 8px 12px;
float:left;
}

.sponsors {
background-color:#fff;
width:185px;
min-height:200px;
float:right;
padding-bottom:20px;
font-size:14px;
}

.sponsors h3 {
background-color: #D90000;
font-family: 'Roboto', sans-serif;
font-size:14px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
margin:0;
padding:8px 18px 8px 12px;
float:left;
}

.media {
background-color:#fff;
width:185px;
min-height:200px;
margin-top:15px;
float:right;
padding-bottom:20px;
font-size:14px;
}

.media h3 {
background-color: #85B200;
font-family: 'Roboto', sans-serif;
font-size:14px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
margin:0;
padding:8px 18px 8px 12px;
float:left;
}

.main {
background-color:#fff;
width:525px;
min-height:430px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size:14px;
color:#444;
line-height:20px;
float:left;
margin-left:15px;
margin-right:15px;
padding:20px;
}

.main a:link {color:#7EA1C8;}
.main a:visited {color:#7EA1C8;}
.main a:hover {color:#85B200;}

.contentheading {
width:490px;
padding-bottom:5px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size:22px;
line-height:20px;
height:32px;
color:#222;
}

.componentheading {
width:490px;
padding-bottom:5px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size:22px;
line-height:20px;
height:32px;
color:#222;
}

.buttonheading {width:16px;height:16px;}

.contentpaneopen {
font-family: 'Roboto', sans-serif;
padding:10px;
width:100%;
}
.contentpane {
font-family: 'Roboto', sans-serif;
}

.footer {
width:980px;
height:150px;
float:left;
}

/*=== SOCIAL SLIDER ===*/
/*=====================*/

.socialsider {
	position:fixed;
	bottom:40px;
	left:0px;
	z-index:5000;
}

.socialsider ul {
	display:table-row;
	margin:0px;
	padding:0px;
}

.socialsider ul li {
background-color:#333;);
display:block;
line-height:40px;
text-align:center;
font-size:23px;
width:45px;
height:40px;
margin:0px 0px 5px 0px;
padding:5px 0px 0px 3px;
transition: all 350ms ease-in-out 0s;
}

.socialsider ul li:hover {
background:#00A3D9;
width:55px;
height:40px;
margin:0px 0px 5px 0px;
padding-left:3px;
}

.fa-facebook, .fa-twitter, .fa-google-plus, .fa-paper-plane {
color:#fff !important;
}

/*=== END SOCIAL SLIDER ===*/

.componentheading {
float:left;
margin:25px 0;
}