* {
	margin: 0;
	padding: 0;
	font-size: 100%; /* reset all fonts to a common size */
}
body {
	color: #113754;
	background: #FFFFFF url(/img/body_bg.jpg) repeat-x fixed;
	font: 75% Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
}
p, dl {
	margin: 1em 0;
}
a {
	color: #006643;
}
a:hover {
	color: #F7403A;
}
dd {
	margin-left: 40px;
}
blockquote {
	margin: 1em 40px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 1em; /* padding used over margin for IE consistency */
	text-transform: uppercase;
	margin: 0em 0 1em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: .6em 0;
}
h3 {
	font-weight: bold;
	margin: .5em 0;
}
h4 {
	font-weight: normal;
	margin: .5em 0;
}
h5 {
	font-weight: normal;
	margin: .5em 0;
}
h6 {
	font-weight: normal;
	margin: .5em 0;
}
img {
	border: none;
}
/* lists */

ul {
	margin: 1em 0;
	padding-left: 40px;
}
ol {
	margin: 1em 0;
	padding-left: 40px;
}
/* nested lists have no top/bottom margins */
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
ol ul, ul ul {
	list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
ol ol ul, ol ul ul, ul ol ul, ul ul ul {
	list-style-type: square;
}
hr {
	display: block;
	height: 1px;
	margin: .5em auto .5em auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/******************************************************** Container */
#container {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	background: #D1D3CF url(/img/container_bg.gif) repeat-y;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
}
/******************************************************** Navigation */
#menu {
	height: 61px;
	position: relative;
	background: url(/img/menu_bg.gif);
	margin: 0px 0px 1px;
	width: 723px;
	padding: 0px;
}
#menu li {
	list-style: none;
	position: absolute;
	bottom: 0px;
}
#menu li, #menu li a {
	height: 61px;
	display: block;
	text-indent: -9999px;
}
#menu li a {
	overflow: hidden;
}
#home {
	left: 20px;
	width: 40px;
}
#home:hover {
	background: url(/img/menu_bg.gif) -20px -61px;
}
#home.active {
	background: url(/img/menu_bg.gif) -20px -122px;
}
#about {
	left: 90px;
	width: 64px;
}
#about:hover {
	background: url(/img/menu_bg.gif) -90px -61px;
}
#about.active {
	background: url(/img/menu_bg.gif) -90px -122px;
}
#programs {
	left: 184px;
	width: 174px;
}
#programs:hover {
	background: url(/img/menu_bg.gif) -184px -61px;
}
#programs.active {
	background: url(/img/menu_bg.gif) -184px -122px;
}
#gear {
	left: 388px;
	width: 143px;
}
#gear:hover {
	background: url(/img/menu_bg.gif) -388px -61px;
}
#gear.active {
	background: url(/img/menu_bg.gif) -388px -122px;
}
#blog {
	left: 563px;
	width: 33px;
}
#blog:hover {
	background: url(/img/menu_bg.gif) -563px -61px;
}
#blog.active {
	background: url(/img/menu_bg.gif) -563px -122px;
}
#contact {
	left: 626px;
	width: 77px;
}
#contact:hover {
	background: url(/img/menu_bg.gif) -626px -61px;
}
#contact.active {
	background: url(/img/menu_bg.gif) -626px -122px;
}
/* Second Level */
#menu li ul {
	position: absolute;
	top: 60px;
	width: 172px;
	display: none;
	background: #113754;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#menu li:hover ul {
	display: block;
}
#menu li li {
	text-indent: 0;
	height: auto;
	border-right: 1px solid #D1D3CF;
	border-bottom: 1px solid #D1D3CF;
	border-left: 1px solid #D1D3CF;
	border-top-style: none;
	position: relative;
}
#menu li li a {
	height: auto;
	text-indent: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px 2px;
}
#menu li li a:hover {
	color: #F7403A;
	background: #D1D3CF;
}
/******************************************************** Banner */
#banner {
	border: 1px solid #6B6863;
	padding: 1px;
	margin-bottom: 1px;
	height: 157px;
}
/******************************************************** Shelf */
#shelf {
	height: 20px;
	background-color: #113754;
}
/******************************************************** Content */
#content {
	background-color: #ECEDEB;
	background-image: url(/img/content_bg.gif);
	background-repeat: repeat-y;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #F7403A;
	text-align: left;
}
#content hr {
	color: #6B6863;
	background-color: #6B6863;
	clear: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content blockquote {
	font-style: italic;
}
/************************************* 2 Column Layout */
#col1 {
	width: 400px;
	padding-top: 21px;
	padding-right: 42px;
	padding-bottom: 42px;
	padding-left: 42px;
	float: left;
}
#col1 p {
	line-height: 1.5em;
	font-size: 0.95em;
}
#col1 ul, #col1 ol {
	line-height: 1.5em;
	font-size: 0.95em;
}
#col1 ul ul, #col1 ol ol {
	font-size: 1em;
}
#col1 dl {
	line-height: 1.5em;
	font-size: 0.95em;
}
#col1 dt {
	font-weight: bold;
}
#col1 dd {
	margin-left: 0px;
	margin-bottom: 0.5em;
	font-style: italic;
}
.thumb_l {
	float: right;
	margin-left: 21px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #113754;
	width: 168px;
}
.thumb_p {
	float: right;
	margin-left: 21px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #113754;
	width: 127px;
}
.thumb_l p, .thumb_p p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-style: italic;
	text-align: center;
}
#col2 {
	width: 238px;
	float: right;
	padding-top: 21px;
	padding-bottom: 42px;
}
#col2 p {
	padding-left: 21px;
	padding-right: 21px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#col2 ul {
	font-size: 0.9em;
	line-height: 1.3em;
}
#col2 img {
	padding-right: 16px;
	padding-left: 16px;
}
#subnav {
	background-color: #D1D3CF;
	float: right;
	width: 238px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B6863;
	border-bottom-color: #6B6863;
	font-size: 0.95em;
}
#t-shirts {
	text-align: center;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#t-shirts img {
	padding: 5px 3px 5px 0px;
}
/******************************************************** Footer */
#footer {
	padding: 21px;
	margin-top: 1px;
	clear: both;
	width: 681px;
	border-top: 5px solid #113754;
	background: #D1D3CF;
}
#footer ul {
	padding: 0px 0px 0px 21px;
	line-height: 1.6em;
	font-size: 0.9em;
	margin: 0px;
}
#footer h4 {
	color: #113754;
	font-weight: bold;
}
#footcol1 {
	width: 189px;
	float: left;
}
#footcol2 {
	float: left;
	width: 189px;
	margin-left: 18px;
}
#footcol3 {
	width: 267px;
	float: right;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.6em;
	position: relative;
}
#footcol3 img {
	padding-left: 151px;
}
/******************************************************** Forms*/
form {
	background-color: #D1D3CF;
	color: #113754;
	padding: 36px;
}
fieldset {
	border: 1px solid #FFFFFF;
	padding: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
legend {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #113754;
}
label {
	margin-bottom: 0.2em;
	display: block;
	color: #113754;
}
input.text, textarea, select {
	font-family: Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 98%;
	margin-bottom: 0.5em;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #F7403A;
}
.radiobutton {
	border: 1px solid #FFFFFF;
	margin-bottom: 0.5em;
	padding: 0.2em;
	background-color: #ECEDEB;
}
.form_alert {
	color: #F7403A;
}
/******************************************************** Classes */
.clear {
	clear: both;
}
/******************************************************** Legacy Styles*/
a.alt {
	color: #113754;
	text-decoration: underline;
}
a.alt:hover {
	color: #F7403A;
	text-decoration: underline;
}
th {
	background: #D1D3CF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
table {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	left: 0px;
	right: 0px;
	font-size: 0.95em;
}
td {
	padding: 4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pricing {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
}
ul.link {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B6863;
	padding-top: 1em;
	margin-top: 4em;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	margin-left: 0px;
	background-image:  url(/img/arrow_blue.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 1.3em;
}
#top {
	margin-bottom: 1px;
	background-image:  url(/img/bg_header.jpg);
	height: 61px;
}
/*first level sub nav*/
#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#navcontainer li {
	border-bottom: 1px solid #D1D3CF;
}
#navcontainer li a {
	padding: 3px 3px 3px 5px;
	border-left: 3px solid #113754;
	border-right: 2px solid #508FC4;
	background-color: #ECEDEB;
	color: #113754;
	text-decoration: none;
	display: block;
}
#navcontainer li a:hover {
	background-color: #E3E3E3;
	border-left-color: #F7403A;
	color: #F7403A;
}
#navcontainer a.selected {
	color: #F7403A;
	border-left-color: #F7403A;
}
/*second level sub nav*/
#navcontainer ul ul li {
	font-style: italic;
	border: none;
	display: inline;
}
#navcontainer ul ul li a {
	text-decoration: none;
	padding-left: 20px;
}
/*third level sub nav*/
#navcontainer ul ul ul li {
	font-style: italic;
	border: none;
	display: inline;
}
#navcontainer ul ul ul li a {
	text-decoration: none;
	padding-left: 40px;
}
