@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #333333;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
}
.header {
	background-color: #154782;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	margin-left: 0;
	position: static;
	height: auto;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	}
.headerTitle {
	margin-right: 5px;
}
.sectionTitle {
	color: #154782;
	margin-left: 0px;
}
.content {
}
.footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
}
.breadcrumbs {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}
.headerTitle {
}
.sectionTitle {
}
.content {
}
.footer {
}
.breadcrumbs {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}
.headerTitle {
}
.sectionTitle {
}
.content {
}
.footer {
}
.breadcrumbs {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.header img {
	float: left;
}
.sectionTitle h1 {
	color: #154782;
	font-size: 125%;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.header img {
	margin-left: 5px;
}
figure.example {
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	max-width: 90%;
}
figcaption {
	font-size: x-small;
	text-align: left;
}
h2 {
	font-size: large;
}
.blackGreen {
	overflow: auto;
	background: #151515;
	border: 1px solid #ccc;
	margin: 1%;
	font-family: "Courier New", serif;
	color: #22FF22;
	font-size: 1.0em;
}
.output {
	overflow: auto;
	background: #999;
	border: 1px solid #ccc;
	margin-right: 1%;
	margin-left: 1%;
	font-weight: bold;
	font-size: 1.0em;
	color: #B22222;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
}
.contentTable {
	border-collapse: collapse;
	border: thin solid #154782;
	border-radius: 3px;
	background-color: #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contentTable tr td {
	border-collapse: collapse;
	border: thin solid #154782;
	border-top-left-radius: 3px;
	padding-top: 3px;
}
caption {
	font-size: xx-small;
	text-align: right;
	color: #666666;
}
code {
	color: #003300;
	font-weight: bold;
}
.imgFloatRight{
	float:right;
}
.imgFloatLeft{
	float:left;
}
.tableFloatLeft {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.tableFloatRight {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.pointer {
	cursor:pointer;
}