html {overflow-y: scroll;}
body {margin: 0px; padding: 0px;}
body ,div ,td {font-family: Arial , sans-serif; font-weight: 300; font-size: 14px; color: #060606;}

#overlay {visibility: hidden; position: fixed; left: 0px; top: 0px; width:100%; height:100%; z-index: 100; background: url(/images/overlay_bg.png);}
#overlay_content {
background: #fff;
position: relative;
top: 110px;
margin: 0 auto 0 auto; /* add negative left margin for half the width to center the div */
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

#site {width: 1100px; margin: 0px auto 0px auto; padding-top: 138px;}

#navtop_home {width: 600px; height: 60px;}
#navtop_home_box {background: #9ebb3e; color: #fff; text-align: center; width: 840px; height: 66px;}

#header {margin: 0px auto 0px auto; width: 1100px;}

#navtop {position: absolute; top: 72px; left: 374px; width: 790px; height: 126px;}
#navtop_box {background: #9ebb3e; width: 620px; height: 60px;}
.navtop_button {text-align: center; height: 50px; padding: 0px 18px 0px 18px;}
.navtop_button_over {text-align: center; height: 50px; padding: 0px 18px 0px 18px; background: #6e8524;}
.navtop_button_text {color:  #fff; font-size: 15px; white-space: nowrap;}

.navleft_title {font-size: 22px; padding-bottom: 10px; color: #3b86b8;}
.navleft_button {padding: 10px 0px 12px 12px; font-size: 16px; color: #079afc;}
.navleft_button_over {padding: 10px 0px 12px 12px; font-size: 16px; background: #eee; color: #079afc;}

.content_navtop_button {width: 132px; display: inline-block; text-align: center; padding: 10px 12px 11px 12px; background: #eee; color: #3b86b8; font-size: 15px;}
.content_navtop_button_over {width: 132px; display: inline-block; text-align: center; padding: 10px 12px 11px 12px; background: #3b86b8; color: #fff; font-size: 15px;}

#footer {width: 1100px; margin: 0px auto 0px auto;}
	#footer_box {width: 970px; height: 70px; margin: 20px auto 10px auto; background: #386b91; color: #fff;}


#header_mobile ,#site_mobile ,#footer_mobile {display: none;}

.img_auto {max-width: 100%; height: auto;}

.page_title {font-weight: bold; font-size: 17px;}
.bullet_point {text-align: center; padding-bottom: 14px;}

.event_title {margin-top: 14px; font-weight: bold; font-size: 18px; color: #623685;}


.home_circle
    {
    width:280px;
    height:280px;
    border-radius:140px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size:34px;
    color:#fff;
    line-height:270px;
    text-align:center;
    background:#9a7cb2
    }

/*Responsive settings*/
/*
@media screen and (max-width:600px){
	#header_home ,#header ,#site ,#footer {display: none;}
	#header_mobile ,#site_mobile ,#footer_mobile {display: block;}

	a ,.link_dotted {color: #276087; text-decoration: none; border-bottom: 1px dotted;}
}
*/

/*Common Styles*/
.rel {position: relative;}
.abs {position: absolute;}

label, .link, .hand {cursor: pointer; cursor: hand;}
a:link, a:visited {color: #d3581c; text-decoration: none; border-bottom: 1px dotted;}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.middle {vertical-align: middle;}

.text_small {font-size: 11px;}
.text_tiny {font-size: 10px;}
.text_gray ,.text_grey {color: #666;}
.text_white {color: #fff;}
.text_big ,.text_large {font-size: 14px;}

strong ,.bold {font-weight: bold;}
.italic ,.italics {font-style: italic;}
.strike {text-decoration: line-through;}

th {height: 40px; background: #f4aa0a;}
.table_body td {background: #fff;}

form {margin: 0px; padding: 0px;}

.label_left {vertical-align: middle; padding: 0px 8px 0px 0px; font-size: 13px; color: #666;}
.label_left_top {vertical-align: top; padding: 2px 8px 0px 0px; font-size: 12px; color: #666;}
.label_top {padding: 12px 8px 4px 2px; font-size: 14px; color: #666;}

.label_radio {vertical-align: middle; padding: 0px 0px 0px 2px; font-size: 13px; color: #666;}
.label_checkbox {vertical-align: middle; padding: 0px 0px 0px 2px; font-size: 13px; color: #666;}
.complete_link {padding: 7px 0px 0px 0px;}

.edit_over {color: #f9e437;}
.edit_none {color: #fff;}

ul li{margin-bottom:10px;}

.ico_calendar {margin: 2px 0px 0px 0px;}

.textbox {padding: 6px; font-size: 17px; border: 1px solid #478ebc;}
.textbox_small_text {padding: 3px; font-size: 14px;}
	.name {width: 200px;}
	.name_supershort {width: 80px;}
	.name_short {width: 150px;}
	.name_med {width: 190px;}
	.name_long {width: 280px;}
	.name_extralong {width: 320px;}
	.server_name {width: 110px;}
	.date {width: 88px;}
	.city {width: 160px;}
	.state {width: 34px;}
	.zip {width: 55px;}
	.ssn_last_4 {width: 38px;}
	.single_char {width: 16px;}
	.number {text-align: right; padding-right: 10px;}
	.email {width: 230px;}
	.ssn_full {width: 94px;}
	.phone {width: 160px;}
	.dollar {width: 80px; text-align: right; padding-right: 10px;}
	
	.comments {width: 320px; height: 174px;}

.opacity_50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity_70 {opacity: 0.70; filter: alpha(opacity=70);}
.opacity_75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity_90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity_100 {opacity: 1; filter: alpha(opacity=100);}


/* Green button start */
.button {background: #009903; color: #fff; padding: 3px 6px 3px 6px; cursor: pointer; cursor: hand;}

/* Green button start */
.button_blue {margin-top: 4px; border: 0px; font-size: 16px; background: #386b91; color: #fff; padding: 6px 10px 6px 10px; cursor: pointer; cursor: hand;}

.button {
 background: #b6e026; /* Old browsers */
 background: -moz-linear-gradient(top, #b6e026 0%, #89bf24 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#89bf24)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* IE10+ */
 background: linear-gradient(top, #b6e026 0%,#89bf24 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#89bf24',GradientType=0 ); /* IE6-9 */
 border: 1px solid #89bf24;
 border-radius: 1px 1px 1px 1px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 text-align: center;
 color: #FFFFFF;
 font-size: 12px; 
 text-decoration:none;
 
    font-size:15px;
    white-space:nowrap;
    color:#fff;
    text-shadow:0 1px 0 #a0f7ae;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
/* Green button end */

.site_corners {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
 	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
 	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
 	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
 	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.round_corners_3 {
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.round_corners_5 {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.round_corners_5_top {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
}

.round_corners_5_btm {
	border-bottom-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.round_corners_12 {
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
 	-webkit-border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
 	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
 	-webkit-border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
 	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}

.round_left_corners_5 {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.career_circle
    {
    width:150px;
    height:150px;
    border-radius:75px;
    font-size:18px;
    color:#fff;
    line-height:148px;
    text-align:center;
    background:#9a7cb2
    }


