/*
EXAMPLE
h1 {padding: 10px 2% 15px 20px} top, right, bottom, left
top padding will be 10px, right padding will be 2% of the width of the closest element, bottom padding will be 15px, left padding will be 20px
*/

/*defaults*/
body 	  {background:#2765AF url('backgnd.jpg') repeat-x 0 0; color:#444444; margin:20px 0; padding:0; font-family:verdana, "Trebuchet MS", tahoma, arial, "Times New Roman", sans-serif; font-size:80%; }
p		    {margin:0; padding:0 0 15px 0; }
img     {border: 0px; }
a       {outline: none; }
a		    {color:#000000; text-decoration:underline; }
a:hover	{color:#2165ad; text-decoration:none;}
a:focus, a:active { outline: none; }

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		  {width:100%; padding:10px 20px 5px 20px; background:#ffffff; text-align:left; }
#logo	      {background:url('logo.png') no-repeat 0px 0; border-bottom:1px solid #dadada; padding:0px 0px 15px 0px; }
#navigation	{padding:10px 0 10px; text-align:center; background:#FEFFD5; }
#header		  {background:#dadada url('header.jpg') no-repeat 10px 10px; padding:10px; color:#000000; }
#content	  {float:left; width:490px; padding:20px 10px 0 0; line-height:140%; }
#news		    {float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
#footer		  {clear:both; width:100%; font-size:80%; background:#dadada; padding:20px; text-align:left; border-top:2px solid #2765af; }
#copyright	{float:right; font-weight:bold; color:#21349c; }
.newsItem	  {padding:10px 20px 20px 20px; background:#feffd5; border:1px solid #ffeb70; font-size:90%; margin-bottom:20px; }

/*headings*/
#content h1		{font-size:100%; font-weight:normal; color:#2165ad; line-height:60%; margin:0; padding:0 0 10px 0; border-bottom:2px solid #2765AF; }
#content h2   {font-size:100%; font-weight:normal; color:#2165ad; line-height:60%; margin:0 0 10px 0; padding:10px 0 5px 0; border-bottom:1px solid #2765AF; }
#logo h1		  {font-weight:bold; font-size:170%; margin:0; padding:0; color:#21349c; }
#logo h5		  {font-weight:bold; font-size:100%; margin:0; padding:0; color:#000000; }
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:bold; }

/*navigation*/
#navigation ul 		  {margin:0; padding:0; }
#navigation li 		  {margin:0; padding:0; list-style:none; display:inline; font-weight:bold; }
#navigation a		    {margin:0 5px 0 5px; padding:0; text-decoration:none; color:#225799; }
/*
  #navigation li a:hover  { border-bottom:5px solid #FFB400; }
*/
#navigation li a:active { border-bottom:5px solid #FFB400; }
#navigation_img {margin:0; padding:0; border: 10px solid #dedbde; }
.selected {border-bottom: 5px solid #FFB400; }
.aerotherm  {color: #2165ad; font-weight:bold; }

#footer ul 		  {margin:0; padding:0; }
#footer li 		  {margin:0; padding:0; list-style:none; display:inline; font-size:110%; }
#footer a		    {color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#2165ad; text-decoration:none; }

/* image positioning - left, right and center */
.left   { float: left; padding: 0px 8px 0px 0px; }
.right  { float: right; padding: 0px 0px 0px 8px; }
.center { display: block; text-align: center; margin: 0 auto; }

/* background-position: left center; Position bullet */
/* padding-left: 10px; Add padding so text doesn't cover bullet img */
/*
li1 { margin: 0px; padding: 0px; }
ul1 
{
	margin:0px;
	list-style-image: url("navArrow.gif");
	background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
}
yul { margin-left: 0; }
yli { margin-left: 10px; list-style-image: url("navArrow.gif"); }
xul { margin: 0; padding: 0; list-style-image: url("bullet.gif") }
xli { margin: 0,0,0,10; padding: 0; list-style: none; }
*/

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after  {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix        {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix        {display:block; }
/* End hide from IE-mac */

.QLFlyoutPopup
{
	background-color: #FEFFD5;
	border: solid 1px #FFEB70;
	padding: 10px;
	text-align:left;
	font-size: smaller;
	text-transform: capitalize;
}

.listitemHeading
{
	color:#225799;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}

.listitem
{
	color: #444444;
	text-decoration: none;		
}

.list
{
	color: #444444;
	width: 300px;
	padding-left: 10px;	
}

.QLFlyoutPopupHr
{
	background-color: #1775D5;
	font-size: xx-small;
	width: 1px;
}
