@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://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:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body {
	background-color: #000000;
	background-color:rgba(0,0,0,1);
	background: url(/Images/background/menu_bg_gray.gif) center fixed;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92.8409%;
	padding-left: 1.0795%;
	padding-right: 1.0795%;

}

#logo_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background: url(/Images/logo/logo_phone_01_8bit.png) center no-repeat scroll;
	display: block;
	height: 80px;
	border-bottom: none;
	margin-bottom: 0em;
}

/* Group Menu Phoone*/

#menue_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
}

#menu_group {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 1em;
	border: none;
	border-radius: 0px;
}

#menu_1, #menu_2, #menu_3, #menu_4, #menu_5, #menu_6, #menu_7, #menu_8, #menu_9, #menu_10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.4186%;
	display: block;
	text-align: center;
	border-radius: 6px;
	margin-top: .05em;
	margin-bottom: .05em;
	padding-top: 2px;
	height: auto;
	border:rgba(255,255,255,1) thin solid;
	background:rgba(0,0,0,0.75);
}

#menu_end {
	clear: both;
	float: left;
	margin-left: 0;
	width: 0px;
	display: block;
	background: none;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 0px;
	height: 0px;
	border: none;
}

/* Group 1 Phone*/

#article_group_1, #article_group_2, #article_group_3, #article_group_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: rgba(255,255,255,1) thin solid;
	margin-bottom: 1em;
	background: rgba(0,0,0,0.75);
	border-bottom-right-radius: 10px;
}

#article_1, #article_2, #article_3, #article_4, #article_5, #article_6, #article_7, #article_8, #article_9, #article_10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-right-radius: 10px;
}

#social_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom:rgba(255,255,255,1) thin solid;
	padding-bottom: 1em;
}
#social_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 1em;
}

/* --------------------------------------
Footer
----------------------------------------*/
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: .25em;
	padding-bottom: .25em;
	border-top:rgba(255,255,255,1) thin solid;
	background:rgba(0,0,0,0.75);
}

#footer ul
{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer li
{
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}


#content_right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

body {
}	

.gridContainer {
	width: 96.9204%;
	padding-left: 0.5397%;
	padding-right: 0.5397%;
}

#logo_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(/Images/logo/logo_tablet_01_8bit.png) center no-repeat scroll;
	height: 90px;
	border-bottom: rgba(255,255,255,1) thin solid;
	margin-bottom: 0.25em;
	
}

/* Group Menu Tablet*/

#menue_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 8px;
}

#menu_group {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 6px;
	width: 100%;
	display: block;
	background: none;
	border: none;
	border-radius: 0px;
}

#menu_1, #menu_2, #menu_3, #menu_4, #menu_5, #menu_6, #menu_7, #menu_8, #menu_9, #menu_10 {
	text-align: center;
	border-radius: 10px;
	margin-top: .15em;
	margin-bottom: .15em;
	padding-top: 8px;
	height: auto;
	border:rgba(255,255,255,1) thin solid;
	width: 48.9252%;
	background:rgba(0,0,0,0.90);
}

#menu_1 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#menu_2 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	display: block;
}
#menu_3 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#menu_4 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	display: block;
}
#menu_5 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#menu_6 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	display: block;
}
#menu_7 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#menu_8 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	display: block;
}
#menu_9 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#menu_10 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	display: block;
}
#menu_end {
	clear: both;
	float: left;
	margin-left: 0;
	width: 0px;
	display: block;
	text-align: center;
	background: none;
	border-radius: 10px;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 0px;
	height: 0px;
	border: none;
}

/* Group 1 Tablet */

#article_group_1, #article_group_2, #article_group_3, #article_group_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	border: #FFFFFF thin solid;
	background:rgba(0,0,0,0.75);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#article_1, #article_2, #article_3, #article_4, #article_5, #article_6, #article_7, #article_8, #article_9, #article_10 {
	display: block;
	margin-bottom: auto;
	padding-top: inherit;
	padding-bottom: inherit;
	border:None;
	border-radius: 10px;
	background:none;
}

#article_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.565%;
}
#article_2 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 32.565%;
}
#article_3 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 32.565%;
}

/* Group 2 Tablet */

#article_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.4252%;
}
#article_5 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 49.4252%;
}
#article_6 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}

#article_7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 36.7816%;
}
#article_8 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 62.0689%;
}
#article_9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 62.0689%;
}
#article_10 {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 36.7816%;
}

/* Social Tablet*/

#social_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#social_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* --------------------------------------
Footer
----------------------------------------*/
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	background:rgba(0,0,0,0.75);
}

#footer ul
{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer li
{
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}
/* REMEMBER! The Borders one sides need their own DIV just for this class to make the border show up*/
div .border_right {
	width:100%;
	height:100%;
	border-right:rgba(255,255,255,1) thin inset;
	padding: 0px;
	margin: 0px;
}
div .border_left {
	width:100%;
	height:100%;
	border-left:rgba(255,255,255,1) thin inset;
}
div .border_top {
	width: 95%;
	height: 100%;
	border-top: #FFFFFF thin solid;
}

#content_right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {

body { background: url(/Images/background/1080bg_01.jpg) center top repeat fixed;

}

.gridContainer {
	width: 98.2803%;
	padding-left: 0.3598%;
	padding-right: 0.3598%;
	margin: auto;
}
#logo_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/Images/logo/header2_logo_02_8bit.png);
	background-attachment: scroll;
	height: 155px;
	border-bottom: none;
	margin-bottom: 0em;
}

/* Group Menu Monitor*/

#menue_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 16.0305%;
	min-width: 120px;
	display: block;
	margin-top: 0px;
	align-content: center;
	padding-top: 0px;
	height: 450px;
}

#menu_group {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 120px;
	display: block;
	background: url(/Images/menu/desktop_buttons2/menu_background.fw.png);
	padding: 0em;
	height: 510px;
}

#menu_1, #menu_2, #menu_3, #menu_4, #menu_5, #menu_6, #menu_7, #menu_8, #menu_9, #menu_10, #menu_end {
	text-align:center;
	text-shadow:rgba(51,51,51,1);
	border: #999999 thin solid;
	width: 120px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	vertical-align: middle;	
	text-decoration: none;
	vertical-align:central;
	
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
	
	border:none;
	background:none;
}

#menu_1 {
	background:url(/Images/menu/desktop_buttons2/button_01_8bit.png) no-repeat top;
	text-height:0px;
	height:50px;
	margin-top: .5em;
}

#menu_2 {
	background: url(/Images/menu/desktop_buttons2/button_02_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_3 {
	background:url(/Images/menu/desktop_buttons2/button_03_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_4 {
	background:url(/Images/menu/desktop_buttons2/button_04_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_5 {
	background:url(/Images/menu/desktop_buttons2/button_05_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_6 {
	background:url(/Images/menu/desktop_buttons2/button_06_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_7 {
	background:url(/Images/menu/desktop_buttons2/button_07_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_8 {
	background:url(/Images/menu/desktop_buttons2/button_08_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_9 {
	background:url(/Images/menu/desktop_buttons2/button_09_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_10 {
	background:url(/Images/menu/desktop_buttons2/button_10_8bit.png)  no-repeat top;
	text-height:0px;
	height:50px;
}
#menu_end {
	background:url(/Images/menu/desktop_buttons2/button_09_end.png)  no-repeat top;
	height:60px;
}
/* Group 1 Monitor*/

#article_group_1, #article_group_2, #article_group_3, #article_group_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: .1em;
	margin-bottom: .15em;
	border: #FFFFFF thin solid;
	border: rgba(255,255,255,1) thin solid;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
}

#article_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.8%;
	display: block;
}
#article_2 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8%;
	display: block;
}
#article_3 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8%;
	display: block;
}

/* Group 2 Monitor*/


#article_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.6183%;
	display: block;
}
#article_5 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 49.6183%;
	display: block;
}
#article_6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Group 3 Monitor*/

#article_7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.8244%;
	display: block;
}
#article_8 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 66.4122%;
	display: block;
}
#article_9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.4122%;
	display: block;
}
#article_10 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8244%;
	display: block;
}

/* Group 4 Monitor*/

#social_1 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 49.6183%;
	display: block;
	border: none;
	padding: inherit;
}
#social_2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 49.6183%;
	display: block;
	padding:inherit;
}

/* --------------------------------------
Footer
----------------------------------------*/

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
	display: block;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-top: thin #FFFFFF solid;
	border-top: thin rgba(255,255,255,1) solid;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;/* this gives IE6 hasLayout to properly clear */
}

#footer ul
{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer li
{
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}

/* REMEMBER! The Borders one sides need their own DIV just for this class to make the border show up*/
div .border_right {
	width: 100%;
	height: 100%;
	border-right: #FFFFFF thin solid;
	border-right: rgba(255,255,255,1) thin solid;
	padding: 0px;
	padding-right: 5px;
}


div .border_left {
	width: 100%;
	height: 100%;
	border-left: #FFFFFF thin solid;
	border-left: rgba(255,255,255,1) thin solid;
}

div .border_top {
	width: 100%;
	height: 100%;
	border-top: #FFFFFF thin solid;
}

#content_right {
	clear: none;
	float: left;
	margin-left: .5%;
	width: 82.0061%;
	display: block;
}



}


@media only screen and (min-width: 999px) {


	
body { 
	background: url(/Images/background/1080bg_01.jpg) center top repeat scroll fixed;
	height:100%;
}


.gridContainer {
	width: 98.2803%;
	/*max-width: 1750px;*/
	padding-left: 0.3598%;
	padding-right: 0.3598%;
	margin: auto;
}

#logo_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(/Images/logo/header2_logo_02_8bit.png) center no-repeat scroll;
	height: 155px;
	border-bottom: none;
	margin-bottom: 0em;
}

/* Group Menu Monitor*/

#menue_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 13.0305%;
	min-width: 200px;
	display: block;
	margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height: 630px;
}

#menu_group {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 200px;
	display: block;
	padding: 0em;
	margin:0px;
	background: url(/Images/menu/desktop_buttons3/menu_background.fw.png);
	height: 712px;
}

#menu_1, #menu_2, #menu_3, #menu_4, #menu_5, #menu_6, #menu_7, #menu_8, #menu_9, #menu_10, #menu_end {
	text-align:center;
	text-shadow: none;
	width: 200px;
	margin-left: 10px;
	padding-top: 0px;
	
	clear: both;
	float: none;
	margin-left: 0;
	display: block;	
	height: 70px;
	min-height: auto;
	
	border:none;
	background:none;
	border-radius: none;
}

#menu_1 {
	background:url(/Images/menu/desktop_buttons3/button_01_8bit.png) no-repeat top;
	text-height:0px;
	margin-top: .5em;
}

#menu_2 {
	background: url(/Images/menu/desktop_buttons3/button_02_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_3 {
	background:url(/Images/menu/desktop_buttons3/button_03_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_4 {
	background:url(/Images/menu/desktop_buttons3/button_04_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_5 {
	background:url(/Images/menu/desktop_buttons3/button_05_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_6 {
	background:url(/Images/menu/desktop_buttons3/button_06_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_7 {
	background:url(/Images/menu/desktop_buttons3/button_07_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_8 {
	background:url(/Images/menu/desktop_buttons3/button_08_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_9 {
	background:url(/Images/menu/desktop_buttons3/button_09_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_10 {
	background:url(/Images/menu/desktop_buttons3/button_10_8bit.png)  no-repeat top;
	text-height:0px;
}
#menu_end {
	background:url(/Images/menu/desktop_buttons3/button_09_end.png)  no-repeat top;
	height: 72px;
	padding: 0px;
}

/* Group 1 Monitor*/

#article_group_1, #article_group_2, #article_group_3, #article_group_4 {

	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;

}

#article_group_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: .1em;
	margin-bottom: .15em;
	border: #FFFFFF thin solid;
	border: rgba(255,255,255,1) thin solid;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
}
#article_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.8%;
	display: block;
}
#article_2 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8%;
	display: block;
}
#article_3 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8%;
	display: block;
}

/* Group 2 Monitor*/

#article_group_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: .25em;
	padding-bottom: .25em;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-style: inherit;
	margin-top: .1em;
	margin-bottom: .1em;
	border: #FFFFFF thin solid;
	border: rgba(255,255,255,1) thin solid;
}
#article_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.6183%;
	display: block;
}
#article_5 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 49.6183%;
	display: block;
}
#article_6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Group 3 Monitor*/

#article_group_3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: .25em;
	padding-bottom: .25em;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-style: inherit;
	margin-top: .1em;
	margin-bottom: .1em;
	border: #FFFFFF thin solid ;
	border: rgba(255,255,255,1) thin solid ;
}
#article_7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.8244%;
	display: block;
}
#article_8 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 66.4122%;
	display: block;
}
#article_9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.4122%;
	display: block;
}

#article_10 {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 32.8244%;
	display: block;
}

/* Group 4 Monitor*/

#article_group_4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: .25em;
	padding-bottom: .25em;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-style: inherit;
	margin-top: .1em;
	margin-bottom: .1em;
	border: #FFFFFF thin solid;
	border: rgba(255,255,255,1) thin solid;
}
#social_1 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 49.6183%;
	display: block;
	border: none;
	padding: inherit;
}
#social_2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 49.6183%;
	display: block;
	padding:inherit;
}

/* --------------------------------------
Footer
----------------------------------------*/

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 1em;
	width: 100%;
	display: block;
	background-color: #003366;
	background-color: rgba(0,51,102,.5);
	border-top: thin #FFFFFF solid;
	border-top: thin rgba(255,255,255,1) solid;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer ul
{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer li
{
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}

/* REMEMBER! The Borders one sides need their own DIV just for this class to make the border show up*/
div .border_right {
	width: 100%;
	height: 100%;
	border-right: #FFFFFF thin solid;
	border-right: rgba(255,255,255,1) thin solid;
	padding: 0px;
	padding-right: 5px;
}

div .border_left {
	width: 100%;
	height: 100%;
	border-left: #FFFFFF thin solid;
	border-left: rgba(255,255,255,1) thin solid;
}

div .border_top {
	width: 100%;
	height: 100%;
	border-top: #FFFFFF thin solid;
}

#content_right {
	clear: none;
	float: left;
	/*
	margin-left: 1.9633%;
	width: 82.0061%;*/
	width: 77%;
	margin-left: 10 px;
	display: block;
	margin-top: 8px;
}

}
