@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/all_pages/background_sqs.jpg);
}
.twoColFixLt #container {
	width: 896px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLt #sidebar1 p{
}
.navcontainer {
	padding-top: 20px;
	padding-left: 10px;
}
.twoColFixLt #mainContent {
	background-color: #0f1044;
	border: 1px solid #8db049;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #8db049;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.twoColFixLt #mainContent_gallery {
	background-color: #0f1044;
	border: 1px solid #8db049;
	width: 657px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #8db049;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	overflow: hidden;
}
.twoColFixLt #mainContentsplash {
	background-color: #0f1044;
	border: 1px solid #8db049;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	color: #8db049;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}

.white_background {
	background-repeat: repeat;
	background-color: #2f3059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 200;
	color: #8db049;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3b3cba;
	border-right-color: #3b3cba;
	border-bottom-color: #3b3cba;
	border-left-color: #3b3cba;
}
.white_bkground_whitetext {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 200;
	text-decoration: none;
	background-repeat: repeat;
	border: 1px solid #3b3cba;
	background-color: #2f3059;
	padding-left: 20px;
	padding-right: 20px;
}
.white_background_index {
	background-repeat: repeat;
	background-color: #2f3059;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 200;
	color: #8db049;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3b3cba;
	border-right-color: #3b3cba;
	border-bottom-color: #3b3cba;
	border-left-color: #3b3cba;
}
.footer {
	padding-left: 250px;
	text-align: center;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #434fc1;
	font-weight: 100;
}
.social_left {
	float: left;
	margin-right: 6px;
	margin-top: 20px;
}
.links_right {
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 30px;
	font-weight: 200;
	color: #9fc54d;
	letter-spacing: 0.2em;
}
h2 {
}

a:link {
	color: #5a69f5;
	text-decoration: none;
}
a:visited {
	color: #434fbb;
	text-decoration: none;
}
a:hover {
	color: #434fbb;
	text-decoration: none;
}
a:active {
	color: #434fbb;
	text-decoration: none;
}

.footer a:link {
	color: #5a69f5;
	text-decoration: none;
	font-weight: 100;
}
.footera:visited {
	color: #434fbb;
	text-decoration: none;
	font-weight: 100;
}
.footer a:hover {
	color: #434fbb;
	text-decoration: none;
	font-weight: 100;
}
.footer a:active {
	color: #434fbb;
	text-decoration: none;
	font-weight: 100;
}
.img_link_noborder {
	text-decoration: none;
}
.img_float_rt_brder {
	border: 7px solid #0f103e;
	padding: 2px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #8db049;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
	font-family: verdana, arial, sans-serif;
	width:650px;
	height:31px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	border-bottom:20px solid #2f3caa;
	margin-bottom:650px;
	background-color: #0f1044;
	background-repeat: no-repeat;
}
/* position the instructions using a dl */
.menu2 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	width:568px;
	top:140px;
	left:50px;
	color: #000099;
	padding: 10px;
	background-image: url(images/gallery/bkgrnd_image.jpg);
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
	display:block;
	float:left;
	width:155px;
	height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:155px;
	height:31px;
	color:#2f3caa;
	line-height:30px;
	font-size:11px;
	background-image: url(images/gallery/buttons/gallery_buttons_tp.jpg);
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
	color:#0f1044;
	cursor:default;
	background-image: url(images/gallery/buttons/gallery_buttons_tp-ovr.jpg);
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. This menu2 ul li:hover ul li sets where all the squares as a whole will be located. */
.menu2 ul li:hover ul li {
	cursor:pointer;
	width:450px;
	height:450px;
	border:20px solid #2f3caa;
	border-width:20px 5px;
	color:#fff;
	cursor:default;
	background-image: url(images/gallery/blue_stripes_vert.jpg);
	padding-top: 105px;
	padding-right: 75px;
	padding-bottom: 58px;
	padding-left: 105px;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#0f1044;
width:100px;
height:100px;
border:1px solid #ddd;/*this is the border for the small boxes*/
border-color:#888 #2f3caa #2f3caa #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
	background:#2f3caa;
}
/* trying to force empty boxes to be invisible */
menu2_invisible ul li:hover ul li a:hover {
background-color: #0f1044;
}
.menu2_invisible ul li:hover ul li a.invisible span img {
border:none;
margin-top:9px;
}

/* end the invisible stuff */

/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:41px; top:120px; width:568px; height:426px; z-index:200; z-index:500; cursor:default; border:5px solid #0f1044;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:110px; top:40px; height:568px; width:426px; z-index:200; z-index:500; cursor:default;  border:5px solid #0f1044;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}
/* vertical large image styling */

.menu2 ul li:hover ul li a.invisible:active em, .menu2 ul li:hover ul li a.invisible:focus em {display:block; position:absolute; left:41px; top:120px; width:568px; height:426px; z-index:200; z-index:500; cursor:default;}








/*This is for menu 3 with fewer boxes*/
.menu3 {
	font-family: verdana, arial, sans-serif;
	width:650px;
	height:31px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	border-bottom:20px solid #2f3caa;
	margin-bottom:650px;
	background-color: #0f1044;
	background-repeat: no-repeat;
}
/* position the instructions using a dl */
.menu3 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	width:568px;
	top:140px;
	left:50px;
	color: #000099;
	padding: 10px;
	background-image: url(images/gallery/bkgrnd_image.jpg);
}
.menu3 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu3 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu3 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu3 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu3 ul li {
	display:block;
	float:left;
	width:155px;
	height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu3 ul li a, .menu3 ul li a:visited {
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:155px;
	height:31px;
	color:#2f3caa;
	line-height:30px;
	font-size:11px;
	background-image: url(images/gallery/buttons/gallery_buttons_tp.jpg);
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu3 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu3 ul li:hover a{
	color:#0f1044;
	cursor:default;
	background-image: url(images/gallery/buttons/gallery_buttons_tp-ovr.jpg);
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu3 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. This menu2 ul li:hover ul li sets where all the squares as a whole will be located. */
.menu3 ul li:hover ul li {
	cursor:pointer;
	width:450px;
	height:450px;
	border:20px solid #2f3caa;
	border-width:20px 5px;
	color:#fff;
	cursor:default;
	background-image: url(images/gallery/blue_stripes_vert.jpg);
	padding-top: 105px;
	padding-right: 75px;
	padding-bottom: 58px;
	padding-left: 105px;
}

/* style the background and foreground color of the submenu links */
.menu3 ul li:hover ul li a {
background:#0f1044;
width:100px;
height:100px;
border:1px solid #ddd;/*this is the border for the small boxes*/
border-color:#888 #2f3caa #2f3caa #888;
}


/* keep the large image hidden */
.menu3 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu3 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu3 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu3 ul li:hover ul li a:hover {
	background:#2f3caa;
}
/* trying to force empty boxes to be invisible */
menu3_invisible ul li:hover ul li a:hover {
background-color: #0f1044;
}
.menu3_invisible ul li:hover ul li a.invisible span img {
border:none;
margin-top:9px;
}

/* end the invisible stuff */

/* make the active links zero size so the active dotted border does not show through the large image */
.menu3 ul li:hover ul li a:active, .menu3 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu3 ul li:hover ul li a:active em, .menu3 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu3 ul li:hover ul li a.horiz:active em, .menu3 ul li:hover ul li a.horiz:focus em {
	display:block;
	background:#ddd;
	position:absolute;
	left:41px;
	top:120px;
	width:568px;
	height:426px;
	z-index:200;
	z-index:500;
	cursor:default;
	border:5px solid #0f1044;
}
.menu3 ul li:hover ul li a.horiz:active em img, .menu3 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu3 ul li:hover ul li a.vert:active em, .menu3 ul li:hover ul li a.vert:focus em {
	display:block;
	background:#ddd;
	position:absolute;
	left:105px;
	top:40px;
	height:568px;
	width:426px;
	z-index:200;
	z-index:500;
	cursor:default;
	border:5px solid #0f1044;
}
.menu3 ul li:hover ul li a.vert:active em img, .menu3 ul li:hover ul li a.vert:focus em img {border:0;}
/* vertical large image styling */

.menu3 ul li:hover ul li a.invisible:active em, .menu3 ul li:hover ul li a.invisible:focus em {display:block; position:absolute; left:41px; top:120px; width:568px; height:426px; z-index:200; z-index:500; cursor:default;}


