/* Key colors:
  Blue: #0E46C1
  Orange (Light background): #FF3300
  Orange (Dark background):  #FF7733
  Yellow: #FFFF7D
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/bg.jpg) center repeat-y #1e96ff;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

/* Regular level 2 header on white background */
h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #0E46C1;
	max-height: 5000em;  /* Blocks Android Chrome from resizing text */
}

/* Regular level 3 header on white background */
h3 {
	margin-top: 10px;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
	max-height: 5000em;  /* Blocks Android Chrome from resizing text */
}

/* Standard paragraph on white background */
p {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000000;
	max-height: 5000em;  /* Blocks Android Chrome from resizing text */
}

ul {
	max-height: 5000em;  /* Blocks Android Chrome from resizing text */
}

#bg-keys {
	width: 100%;
	background: url(../images/bg-keys.png) top center repeat-y;
}
#wrap {
	width: 950px;
	padding: 0 0px;
	margin: 0 auto;
	background: url(../images/bg_wrapper.jpg) no-repeat #FFFFFF;
	position: relative
}
#header {
	height: 76px;
}
#logo {
	float: left;
	padding-top: 30px;
	margin-left: 0px;
}
#top_nav {
	color: #fff;
	float: right;
	padding-top: 40px;
	font-size: 12px;
	font-weight: bold;
}
#top_nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
}
#top_nav a:hover {
	text-decoration: underline;
	color: #FFFF7D;
}
#menu_holder {
	height: 34px;
}
#main_body {
	margin-left: 10px;
	margin-right: 10px;
}
#slogan {
	padding: 0 0;
	margin-top: 24px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	background: url(../images/bg_slogan.png) center no-repeat;
}
#slogan h1 {
	color: #ff3300;
	font-size: 20px;
	font-weight: bold;
}

/*
** The boxes on the home page:
*/

#box_wrapper {
	margin-left: -3px;
	padding-left: 5px;
	padding-top: 5px;
	margin-right: -3px;
	overflow: hidden;
}
.box_30 {
	float: left;
	margin-right: 10px;
	border: solid;
	border-width: 2px;
	border-color: black;
	margin-bottom: 20px;
}
.box_30:hover {
	cursor: pointer;
	box-shadow: 0 0 4px 3px #FF3300;
	-webkit-box-shadow: 0 0 4px 3px #FF3300;
	-moz-box-shadow: 0 0 4px 3px #FF3300;
	border-color: #FF3300;
}
.box_30 img {
	white-space: nowrap;
	border: none;
	outline: none;
}
.box_30.last {
	margin-right: 0px;
}
.box_30 p {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #0e46c1;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box_30 a {
	border: none;
	outline: none;
	text-decoration: none;
}

/*
** The footer, containing the key graphics and copyright: 
*/

#footer {
	display: block;
	height: 96px;
	width: 950px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) no-repeat #FFFFFF;
	margin-bottom: 30px;
}
#foot-txt {
	font-size: 10pt;
	padding: 32px 0 0 200px;
}
#copy {
	font-size: 10pt;
	padding: 23px 0 0 290px;
}
#footer a {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 10pt;
	color: #FF3300;
	text-decoration: underline;
}

/* Page header - with no sidebar */
.page_header {
	background-color: #0E46C1;
	border-radius: 8px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.page_header h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18pt;
}

/*
** Styles for a page with a rounded header and sidebar:
*/

.rounded_top_header {
	background-color: #0E46C1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.rounded_top_header h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18pt;
}
.sidebar_and_body_wrapper {
	margin-top: 0px;
	overflow: hidden;
	display: table;
}
.main_body_wrapper {
	position: relative;
}
.main_body_background {
	position: absolute;
	background-color: #0E46C1;
	width: 10px;
	height: 10px;
	margin-left: 620px;
}
.main_body_below_rounded_header {
	color: #000000;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-right-radius: 8px;
	width: 630px;
	height: auto;
	position: relative;
}
.rounded_sidebar {
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #0E46C1;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 300px;
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.rounded_sidebar h2 {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 12pt;
	font-weight: 900;
	/* color: #FF7733; */
	color: #FFFF7D;
}
.rounded_sidebar p {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.rounded_sidebar a {
	/* color: #FF7733; */
	color: #FFFF7D;
	text-decoration: underline;
}
