@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, caption { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body {
	line-height: 1;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* BODY */
body {
	background-image: url(/images/sitebkg2.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #D0D0D0;
}
#wrapper, #header, #menu, #content, #footer {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* WRAPPER */
#wrapper {
	background-image: url(/images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 22px;
	padding-left: 22px;
	min-height: 477px;
	padding-top: 24px;
}

/* HEADER */
#header {
	padding-top: 10px;
}
#header #ateamcentral {
	background-image: url(/images/ateamcentral_inside.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 916px;
	display: block;
	text-indent: -10000px;
	margin-bottom: 4px;
}
#header #ateamcentral_home {
	background-image: url(/images/ateamcentral.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 252px;
	display: block;
	text-indent: -10000px;
	margin-bottom: 4px;
}

/* MENU */
ul#menu {
	background-color: #FE6204;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	z-index:100;
	margin-bottom: 30px;
	background-image: url(/images/menu_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 41px;
}
ul#menu li {
	float:left;
	display:block;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul#menu li a {
	display:block;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9A5E;
}
ul#menu li.drop a {
	background-image: url(/images/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	padding-left: 32px;
}
ul#menu li.start a {
}
ul#menu li.end a {
	border-right-width: 0;
	border-right-style: none;
}
ul#menu li a:hover {
	color:#333;
}
ul#menu li.drop a:hover {
	color: #FFF;
}
ul#menu li ul {
	width:194px;
	position:absolute;
	z-index:99;
	left:-999em;
	height:auto;
	text-align:left;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	background-color: #666;
}
ul#menu li ul li {
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
ul#menu li ul li a, ul#menu li.drop ul li a {
	color:#CCC!important;
	width:172px;
	white-space:nowrap;
	background:none!important;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 0px;
	border-right-style: none;
}
ul#menu li ul li a:hover, ul#menu li ul li:hover, ul#menu li.drop ul li a:hover {
	color:#FFF;
	background-color: #999;
}
ul#menu li:hover ul {
	left:-999em;
	left:auto;
}
ul#menu li ul {
	position: absolute;
	left: -999em;
}
ul#menu li:hover ul {
	left: auto;
}
ul#menu li:hover ul, ul#menu li.sfhover ul {
	left: auto;
}

/* CONTENT */
#content {
	background-color: #FFF;
	width: 888px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-bottom: 30px;
	padding-right: 14px;
	padding-left: 14px;
}
#content a {
	color: #3C769C;
	text-decoration: underline;
}
#content a:hover {
	color: #FF8000;
	text-decoration: underline;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 16px;
}
#content p, #content table {
	line-height: 18px;
}

#content ul, #content ol, #content blockquote, #content fieldset {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 20px;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	margin-bottom: 10px;
	line-height: 18px;
}


/* HOME */
#content #home {
	overflow: hidden;
}
#content div.clear {
	clear: both;
	overflow: hidden;
}
#content #home div.box, #content #home div.box_small, #content #home div.home_navigation {
	display: block;
	clear: both;
	float: none;
	width: 620px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/box_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content #home div.box, #content #home div.box form p {
	line-height: normal;
}
#content #home div.box_small {
	width: 280px;
	background-image: url(/images/box_background_small.jpg);
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 20px;
}
#content #home div.home_navigation {
	width: 280px;
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 20px;
	background-image: url(/images/blank.gif);
}
#content #home div.box_small, #content #home div.home_navigation {
	height: 388px;
}
#content #home div.home_navigation div.box_small {
	float: none;
	margin-right: 0;
	margin-bottom: 8px;
	height: auto;
}
#content #home div.box span.top, #content #home div.box_small span.top {
	display: block;
	clear: both;
	height: 10px;
	width: 620px;
	overflow: hidden;
	background-image: url(/images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
}
#content #home div.box_small span.top {
	width: 280px;
	background-image: url(/images/box_top_small.jpg);
}
#content #home div.box h2, #content #home div.box p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#content #home div.end p {
	padding-left: 0;
	padding-right: 0;
}
#content #home div.box h2, #content #home div.box_small h2 a {
	font-size: 14px;
	color: #254A8D;
	font-weight: bold;
	text-decoration: none;
}
#content #home div.box_small h2 {
	text-align: center;
	margin-bottom: 12px;
}
#content #home div.box p {
	margin-bottom: 16px;
}
#content #home div.box p.play {
	font-weight: bold;
	white-space: nowrap;
}
#content #home div.box p.play a {
	text-decoration: none;
	background-image: url(/images/play.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #254A8D;
	white-space: nowrap;
	line-height: 18px;
}
#content #home div.box p.play a:hover {
	color: #30ADE4;
	text-decoration: none;
}
#content #home div.box p.link {
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content #home div.box p.link a {
	background-image: url(/images/icon_arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #254A8D;
	text-decoration: none;
	padding-right: 12px;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
#content #home div.box p.link a:hover {
	background-image: url(/images/icon_arrow.jpg);
	color: #CE4E00;
	text-decoration: none;
}
#content #home div.box img {
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 16px;
	border: 1px solid #CCC;
}
#content #home div.box_small img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content #home div.box img.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#content #home div.box_headline {
	margin-bottom: 10px;
}
#content #home div.box_headline h1 {
	display: block;
	float: left;
	height: 36px;
	width: 280px;
	font-size: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#content #home div.box_headline h1 a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	display: block;
	float: left;
	height: 36px;
	width: 280px;
	margin-bottom: 0px;
	text-indent: -9999px;
}
#content #home div.box_headline h1.connected a {
	background-image: url(/images/tab_home_stay_connected.jpg);
}
#content #home div.box_headline h1.event a {
	background-image: url(/images/tab_home_event.jpg);
}
#content #home div.box_headline h1.update a {
	background-image: url(/images/tab_home_update.jpg);
}
#content #home div.end, #content #home div.box_headline h1.update {
	margin-right: 0;
}
#content #home div.box span.break {
	display: block;
	height: 26px;
	width: 240px;
	margin-bottom: 0px;
	background-image: url(/images/box_break.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#content #home div.box p.form {
	margin-bottom: 5px;
	overflow: hidden;
	line-height: normal;
}
#content #home div.box p.form label {
	float: left;
	width: 80px;
	padding-top: 2px;
	line-height: normal;
}
#content #home div.box p.form input {
	float: left;
	width: 140px;
	line-height: normal;
}
#content #home div.box p.button {
	margin-bottom: 12px;
	overflow: hidden;
}
#content #home div.box p.button input {
	float: left;
	width: 140px;
	margin-left: 80px;
	padding: 2px;
	font-weight: bold;
	/* button styles */
	background-color: #999;
	-webkit-border-radius: 10px 9px;
	-moz-border-radius: 10px 9px;
	border-radius: 10px 9px;
	border: 0px;
	padding: 4px 10px 3px 10px;
	min-width: 115px;
	/*text styles */
    color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	text-shadow: 0px 0px 0px black;
	/*interaction */
	cursor: pointer;
}
/* FOOTER */
#footer {
	text-align: center;
	padding-bottom: 40px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
	background-color: #F4F4F4;
	color: #666;
}
#footer ul {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 12px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
#footer ul li a {
	color: #0060BF;
	line-height: 16px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FF8000;
	text-decoration: none;
}
#footer p {
	margin-bottom: 8px;
}
#footer p#site_by, #footer p#site_by a, #footer p#site_by a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

/* CLASSES/MISC */
.boldbodygree {
	
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

h1, .h1, #content p.h1 {
	color: #009900;
	font-size: 24px;
	font-style: normal;
	line-height: 29px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2, .h2 {
	color: #3D4246;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: 700;
	font-variant: normal;
}

h3, .h3 {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
}
.h3black {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

h4, .h4 {
	color: #0060BF;
}
.smalltype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.storetype {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}
.h6-15pt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #009900;
}
.tblEvents {
	background-color: #E6F2FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C1E0FF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tblEventsAlt {
	background-color: #F4FAFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9ECFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tblEventsTitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tblEventsEmpty {
	color: #B3D3FB;
}
.red {
	color: #CC0000;
}
.time {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EFEFEF;
	padding: 2px;
}
.time thead {
}
.time thead tr {
}
.time thead tr td {
	background-color: #CECECE;
	font-weight: bold;
}
.time tbody tr{
}
.time tbody tr td{
	font-size: 10px;
}
.time tbody tr td.title {
	text-align: center;
}
.time tbody tr td.flag {

}

.time tbody tr.alt td {
	background-color: #EFEFEF;
}
.checkmark {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 4px;
}
p.center {
	text-align: center;
}

div.leadership_update_box, div.leadership_update_box a {
	height: 296px;
	width: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.leadership_update_box {
	background-position: center 20px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}
div.leadership_update_box a {
	white-space: nowrap;
	display: block;
	background-image: url(/images/leadership_update.png);
}
div.leadership_update_box a:hover {
	cursor: pointer;
}
#content div#home div.clear div.home_navigation ul.home_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	list-style-type: none;
}
#content div#home div.clear div.home_navigation ul.home_menu li {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	list-style-type: none;
	overflow: hidden;
}
#content div#home div.clear div.home_navigation ul.home_menu li a, #content div#home div.clear div.home_navigation ul.home_menu li.update a, #content div#home div.clear div.home_navigation ul.home_menu li.training a, #content div#home div.clear div.home_navigation ul.home_menu li.events a, #content div#home div.clear div.home_navigation ul.home_menu li.library a, #content div#home div.clear div.home_navigation ul.home_menu li.recruiting a {
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
	height: 36px;
	margin-bottom: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	text-indent: -9999px;
}
#content div#home div.clear div.home_navigation ul.home_menu li.update a, #content div#home div.clear div.home_navigation ul.home_menu li.training a, #content div#home div.clear div.home_navigation ul.home_menu li.events a, #content div#home div.clear div.home_navigation ul.home_menu li.library a, #content div#home div.clear div.home_navigation ul.home_menu li.recruiting a {
	line-height: normal;
}
#content div#home div.clear div.home_navigation ul.home_menu li.update a {
	background-image: url(/images/tab_menu_update.jpg);
}
#content div#home div.clear div.home_navigation ul.home_menu li.training a {
	background-image: url(/images/tab_menu_training.jpg);
}
#content div#home div.clear div.home_navigation ul.home_menu li.events a {
	background-image: url(/images/tab_menu_events.jpg);
}
#content div#home div.clear div.home_navigation ul.home_menu li.library a {
	background-image: url(/images/tab_menu_library.jpg);
}
#content div#home div.clear div.home_navigation ul.home_menu li.recruiting a {
	background-image: url(/images/tab_menu_recruiting.jpg);
}
#content ul.flags {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
}
#content ul.flags li {
	list-style-type: none;
	display: inline;
}
#content ul.flags li img {
	margin-right: 6px;
	margin-left: 6px;
}

