@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;
}
#div1 {
}
#top_box {
display: block;
}
#left_bar {
}
#image_bar {
width: 100%;
clear: both;
margin-left: 0;
}
#content_bar {
width: 100%;
clear: both;
margin-left: 0;
}
#right_bar {
width: 100%;
clear: both;
margin-left: 0;
}
#menu_bar {
}
#div {
}
#m_top_box1 {
}
#m_menu_bx {
width: 100%;
clear: both;
margin-left: 0;
}
#m_logo_bx {
width: 100%;
}
#image_bx {
}
#m_text_bx {
}
.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:300px){

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#top_box {
display: none;
}
#left_bar {
}
#image_bar {
	width: 100%;
	clear: both;
	margin-left: 0;
	height: 231px;
}
#content_bar {
width: 100%;
clear: both;
margin-left: 0;
}
#right_bar {
width: 100%;
clear: both;
margin-left: 0;
}
#menu_bar {
}
#m_top_box {
	height: 122px;
	background-color: #CCFFCC;
}
#m_menu_bx {
	width: 35.8974%;
	margin-left: 2.5641%;
	clear: none;
	background-color: #CCCC33;
}
#m_logo_bx {
	width: 61.5384%;
	height: 90px;
	background-color: #CCFF66;
}
#image_bx {
	height: 332px;
	background-color: #CCCC99;
}
#m_text_bx {
	height: 274px;
	background-color: #CCCC00;
}

#m_menu_img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 82px;
}

#m_menu_img ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 51px;
}
#m_menu_img ul li {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	border: 1px solid #FFFFFF;
	list-style-type: none;
}
#m_menu_img ul li a {
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 56px;
	width: 150px;
	text-align: center;
}
#m_menu_img ul ul {
	position: absolute;
	visibility: hidden;
	top: 62px;
}
#m_menu_img ul li:hover ul {
	visibility: visible;
}
#m_menu_img ul li:hover {
	background-color: #FFFFFF;
}
#m_menu_img ul li ul li a {
	background-color: #333333;
}

#m_menu_img ul li ul li a:hover {
	background-color: #003399;
}
#m_menu_img ul li a:hover {
	color: #00FFFF;
}




.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#m_containerx {
}

}

/* 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;
}
#div1 {
}
#top_box {
	height: 400px;
	background-color: #FFCCFF;
	display: block;
}
#left_bar {
	width: 30px;
	height: 280px;
	background-color: #000000;
}
#image_bar {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
	height: 280px;
	background-color: #666666;
}
#content_bar {
	width: 57.6271%;
	margin-left: 1.6949%;
	clear: none;
	height: 280px;
	background-color: #999999;
}
#right_bar {
	width: 4%;
	margin-left: 1.6949%;
	clear: none;
	height: 280px;
	background-color: #000000;
}
#menu_bar {
	margin-top: 42px;
	height: 40px;
	background-color: #33CCFF;
}
#div {
}
#m_top_box1 {
}
#m_menu_bx {
width: 100%;
clear: both;
margin-left: 0;
}
#m_logo_bx {
width: 100%;
}
#image_bx {
}
#m_text_bx {
}

#menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 608px;
}
#menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li {
	background-color: #666666;
	float: left;
	position: relative;
	border: 1px solid #FFFFFF;
	list-style-type: none;
}
#menu ul li a {
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
	width: 150px;
	text-align: center;
}
#menu ul ul {
	position: absolute;
	visibility: hidden;
	top: 31px;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li:hover {
	background-color: #333333;
}
#menu ul li ul li a:hover {
	background-color: #003399;
}
#menu ul li a:hover {
	color: #00FFFF;
}


#m_containerx {
	display: none;
}


.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media screen and (min-width:1000px){
#top_box {
	height: 500px;
	background-color: #FFFFCC;
}
#top_box #left_bar {
	height: 308px;
	width: 30px;
	background-color: #00CCCC;
}
#top_box #image_bar {
	height: 308px;
	background-color: #999999;
}
#top_box #content_bar {
	height: 308px;
	background-color: #333333;
}
#top_box #right_bar {
	height: 308px;
	background-color: #00CCCC;
}
#top_box #menu_bar {
	height: 50px;
	margin-top: 49px;
	background-color: #3399FF;
}

#menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 608px;
}
#menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li {
	background-color: #666666;
	float: left;
	position: relative;
	border: 1px solid #FFFFFF;
	list-style-type: none;
}
#menu ul li a {
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
	width: 150px;
	text-align: center;
}
#menu ul ul {
	position: absolute;
	visibility: hidden;
	top: 31px;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li:hover {
	background-color: #333333;
}
#menu ul li ul li a:hover {
	background-color: #003399;
}
#menu ul li a:hover {
	color: #00FFFF;
}


#m_containerx {
	display: none;
}








}
