/************************************************************************

	Site:		gleukos.com

	Author:		Marshall Bex

	Client:		Gleukos
	
	Notes:		
				
				
	Listing Order:
	==============

	1 - Global
	2 - Main Layout
	3 - Side Menu
	4 - Left Column
	5 - Right Column
	6 - Footer/Extras
	

************************************************************************/

/***********************************************************************
	1 - Global
************************************************************************/

/* START CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {outline: 0;}

a:focus {outline: none}

ol, ul {
	list-style-image: none;
	list-style-type: decimal;
	color: #999;
	font-size: 14px;
}

/* END CSS RESET */

a:hover {
	color: #333333;
}


.orange {
	color: #fa9a00;
	text-decoration:none;
}
.orange:visited {
	color: #fa9a00;
	text-decoration:underline;
}
.orange:hover {
	color: #9d660d;
	text-decoration:underline;
}



.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ADADAD;
	padding-right: 10px;
	text-decoration: none;
}
.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
}
.linksred {
	color: #CC0000;
	text-decoration: none;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.linksred:hover {
	color: #666666;
	text-decoration: none;
}


/***********************************************************************
	2 - Main Layout
************************************************************************/

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;
}

.twoColElsLtHdr #container {
	width: 1200px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColElsLtHdr #header {
	background-color: #FFFFFF;
	padding: 0;
	height: 65px;
} 

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 200px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	padding: 0px;
}

.twoColElsLtHdr #mainContent {
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	height: 700px;
	padding: 0px;
	width: 1100px;
	font-family: "trebuchet MS", verdana, sans-serif;
	margin: 0;
} 

.twoColElsLtHdr #mainContentTall {
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	/*height: 700px;*/
	padding: 0px;
	width: 1100px;
	font-family: "trebuchet MS", verdana, sans-serif;
	margin: 0;
}

.twoColElsLtHdr #mainContentpolicy {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0px;
	left: auto;
	right: auto;
	height: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1075px;
	font-family: "trebuchet MS", verdana, sans-serif;
} 


.twoColElsLtHdr #footer {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	width: 1075px;
	height: auto;
} 

/* Miscellaneous classes for reuse */
.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;
}

/***********************************************************************
	3 - Side Menu
************************************************************************/
.sidemenubar1 {
	width: 200px;
}


/***********************************************************************
	6 - Footer/Extras
************************************************************************/
.footercontainer {
	height: 25px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bottomBar{
	float:none;
	background:#fcd500;
	width:419px;
	text-align:center;
	clear:both;
	padding-bottom:10px;
	border:1px solid #7e6a00;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "trebuchet MS", verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.gleukosLogoContainer {
	width: 200px;
	height: 57px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
