@charset "UTF-8";

/*=======================================================================
	REMOVING BROWSER DEFAULT SETTINGS FIRST...
========================================================================*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}
body {
font-size: 100.01%; /* Fix for some browser bugs */
background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-size:96%;
}

/*=======================================================================
	MAIN CSS STARTS
========================================================================*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
/*
	background-image:url('http://www.glaregaard.com/images/background.jpg');
	background-position:top;
	background-repeat:repeat-x;
*/
}

a:link { color: #3542C9; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:visited { color: #3542C9; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:active { color: #3542C9; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
a:hover { color:#CF221C; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration:none; }



.GlareGaardCSS #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 39px 0px;
/*	
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.GlareGaardCSS #header { 
	background: #000000; 
	color: #ffffff;
	padding: 0px 0px 9px 0px;
	font-size: 87%;
	text-align: center;
} 


/*=======================================================================
	H TAG CSS STARTS
========================================================================*/

.GlareGaardCSS #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


h1 {font-weight:800;font-size:1.4em;color:#333333;text-align:left;padding:1px 1px 1px 0px;margin-top: 1px;margin-bottom: 4px;background: #dddddd;}
h2 {font-weight:700;font-size:1.2em;color:#333333;text-align:left;padding:1px 1px 1px 0px;margin-top: 1px;margin-bottom: 4px;background: #dddddd;}
h3 {font-weight:700;font-size:1.0em;color:#333333;text-align:left;padding: 1px 0 1px 0px;margin-top: 4px;margin-bottom: 4px;}
h4 {font-weight:700;font-size:0.9em;color:#333333;text-align:left;padding: 1px 0 1px 0px;margin-top: 1px;margin-bottom: 1px;}
h5 {font-weight:700;font-size:0.8em;color:#333333;text-align:left;padding: 0;margin: 0;}
h6 {font-weight:500;font-size:0.7em;;color:#333333;text-align:left;padding:1px 0 1px 0px;margin-top: 1px;margin-bottom: 1px;}

/*=======================================================================
	MAIN BODY LAYOUT CSS STARTS
========================================================================*/

div#show-noshow
{
  margin: 0px 0px 0px 0px;
  display: none;
  font-size:10pt;
  margin-top:5px 0px 0px 0px
}


.GlareGaardCSS #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 6px 15px 15px;
	_padding: 15px 3px 15px 7px; /* This one is only for IE 6 */
	* html .GlareGaardCSS #sidebar1 { display:inline; }
}

.GlareGaardCSS #sidebar1 p {
	margin: 0;
	padding: 2px 0 0px 0px;
	font-size:10pt;
}


.GlareGaardCSS #mainContent { 
	margin: 15px 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.GlareGaardCSS #mainContent p {
	margin: 0;
	padding: 6px 0 10px 3px;
	font-size: 12pt;
}

.GlareGaardCSS .block {
	margin: 0;
	padding: 6px 0 10px 3px;
	/*
	border-left: 1px dashed #222222;
	border-top: 1px dashed #222222;
	*/
}

.GlareGaardCSS .blockquote {
margin: 15px 10px 15px 23px;
color:#444;
}

.GlareGaardCSS .blockquote-highlight {
margin: 15px 10px 15px 23px;
color:#720202;
font-weight:600;
line-height:1.4em;
}

/*=======================================================================
	FOOTER LAYOUT CSS STARTS
========================================================================*/

.GlareGaardCSS #footer { 
	padding: 10 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	border-top: 1px solid #aaa;
	text-align: center;
	font-size: 70%;
} 
.GlareGaardCSS #footer p {
	margin: 0; 
	padding: 10px 0;
}

/*=======================================================================
	FLOAT CSS STARTS
========================================================================*/


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


/*=======================================================================
	DESIGN CSS STARTS
========================================================================*/


#design { 
	color:#999999;
	font:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align: center;
} 


 #design a:link { color: #999999; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:visited { color: #999999; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:active { color: #999999; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration: none; }
 #design a:hover { color:#444444; font-family: verdana, arial, helvetica, sans-serif;  background-color: transparent; text-decoration:none; }

