@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	15;
	
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.3913%;
	padding-left: 1.3043%;
	padding-right: 1.3043%;
	max-width: 600px;
	background-color: #F0F0FF;
	border: 4px groove #006;
}
#center-image {
	background-position: center center;
	text-align: center;
}

#header {
	width: 100%;
	display: block;
	background-image: url(../images/top_logo-small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000066;
	height: 91px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 58.9285%;
	display: block;
	background-color: #F0F0FF;
}
#main {
	clear: none;
	float: left;
	width: 38.3928%;
	display: block;
	background-color: #F0F0FF;
	border: 1px none #006;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#translate {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #F0F0FF;
	padding-bottom: 6px;
	padding-top: 6px;
}

h2, h3, p{
	padding: 0 3.0%;
}

.floatleft, .floatright {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

@media only screen and (max-width: 800px) {
#flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#flip-scroll * html .cf { zoom: 1; }
#flip-scroll *:first-child+html .cf { zoom: 1; }
#flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
#flip-scroll th,
#flip-scroll td { margin: 0; vertical-align: top; }
#flip-scroll th { text-align: left; }
#flip-scroll table { display: block; position: relative; width: 100%; }
#flip-scroll thead { display: block; float: left; }
#flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
#flip-scroll thead tr { display: block; }
#flip-scroll th { display: block; text-align: right; }
#flip-scroll tbody tr { display: inline-block; vertical-align: top; }
#flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
 
 
/* sort out borders */
 
#flip-scroll th { border-bottom: 0; border-left: 0; }
#flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
#flip-scroll tbody tr { border-left: 1px solid #babcbf; }
#flip-scroll th:last-child,
#flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}
.float-right {
	float: right;
	clear: both;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
	display: block;
}
.float-right-main-page {
	float: right;
	clear: both;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.float-left {
	float: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bold-text {
	font-weight: bold;
	text-align: left;
}
.smaller_text {
	font-size: 14px;
	font-weight: bolder;
	font-family: sans-serif;
	font-style: normal;
	color: #222;
}

.center-bold {
	font-weight: bold;
	text-align: center;
}
.center-text {
	text-align: center;
}

.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

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

@media only screen and (min-width: 481px) {
.regular-text {
	font-size: 100%;
	text-align: left;
}

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

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	max-width: 500px;
	margin-right: 3%;
	margin-left: 3%;
}
#header {
	width: 100%;
	display: block;
	background-color: #006;
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 36.464%;
	display: block;
}
#main {
	clear: none;
	float: left;
	width: 61.8784%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#translate {
	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) {
.gridContainer {
	width: 98.5507%;
	max-width: 1232px;
	padding-left: 0.7246%;
	padding-right: 0.7246%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 21.0784%;
	display: block;
}
#main {
	clear: none;
	float: left;
	width: 77.4509%;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
