@charset "utf-8";
.bg_main {
	background-image: url(../images/MikBg.jpg);
}
.container {
	border-left:#F90 thin solid;
	border-right:#F90 thin solid;
	border-top:#F90 thin solid;
	width: 725px;
    height: auto;
}

/* page top styles */
#container {
	width: 1000px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 70px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#topContainer {
	width: 1000px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	height: 70px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 354px; /* 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 */
	height: 70px;

}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	height: 70px;
	text-align: right;
	
}
#mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	text-align: center;	
	}
	
	#featuredClient{width:340px; float:left; }
	
	#didYouKnow{width:330px; float:left; margin-left:12px;}
	
	
	
.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;
}
/* end of page top */
#wholeShebang {
	margin:auto;
	width: 1000px;
	background-image:url(../images/divBG.gif);
	background-repeat:repeat;
	overflow:visible;
	top: 128px;
	height: auto;
}
/* to fill the bottoms of colomns */

#mainPanel {
	border-left:#F90 thin solid;
	border-right:#F90 thin solid;
	border-top:#F90 thin solid;
	width: 725px;
	position:relative;
	background-color:#fff;
	top: 0px;
	float: left;
	height: auto;
	}
	
#mainPanelTop {
	float:left;
	margin-left:20px;
	width: 690px;
	color: #666;
}
#quoteyBit {
	float:left;
	margin-left:40px;
	width: 640px;
	color: #666;
	height: 180px;
	overflow: hidden;
}
#moviePanel {
	border-bottom:#F90 thin solid;
	width: 250px;
	background-color:#fff;
	}
	
#rightPanel {
	float: right;
	border-left:#F90 thin solid;
	border-right:#F90 thin solid;
	border-top:#F90 thin solid;
	width: 250px;
	background-color:#fff;
	margin-left: 0px;
	overflow:visible;
	margin-right: 0px;
	position: relative;
	height: auto;
}
#subjectBlox { width:330px; float: left;}
#subjectBloxTwo { width:330px; float: left; margin-left:20px;}
#subjectBloxRightPanel {
	width:230px;
	float: left;
	margin-left:20px;
}
#subjectBloxNews {
	width:240px;
	float: left;
	margin-left:10px;
}
/* bottom section */
#bottomOfColumns {
	width:1000px;
	margin:auto;
	}
#leftBottom {
	float: left;
	width: 727px;
	height: 50px;
	position:absolute;
	background-color:#F90;
	display: inline;
}
#rightBottom {
	float: right;
	width: 252px;
	height: 50px;
	/* margin-top: 150px; */
	/*top: inherit; *//* position:absolute; */
	background-color:#F90;
	margin-left: 21px;
}
/* WORDZ */
.noSerifBig { font: Calibri, Arial, Helvetica, Verdana; font-size:18px; color:#999;}
.generalStuff {
	font: Calibri, Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:400;
	color: #666;
	/*max-width: 510px;*/
}

.generalStuff:a {
	font: Calibri, Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:400;
	color: #666;
	/*max-width: 510px;*/
}
.generalStuff:hover {
	font: Calibri, Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:400;
	color: #666;
	/*max-width: 510px;*/
}

.tailText {
	font: Calibri, Arial, Helvetica, Verdana;
	font-size:10px;
	font-weight:400;
	/*margin-top:8px;*/
	color: #999;
}
.linkTextFoot {
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: left;
}
.linkTextFoot:a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: left;
}
.linkTextFoot:hover {
	font-size:12px;
	color: #fff;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: left;
}
.linkTextFoot:active {
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.linkTextFoot:visited {
	font-size:12px;
	color:#000;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.linkText {
	font-size:12px;
	color:#f60;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: none;
}
.linkText:a {
	font-size:12px;
	color: #f60;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.linkText:hover {
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.linkText:active {
	font-size:12px;
	color:#f60;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.linkText:visited {
	font-size:12px;
	color:#f60;
	font-family:Calibri, Arial, Helvetica, Verdana;
	
}
.menuText { 
font-size:16px;
	color: #CCC;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: left;
	padding-top:34px;
}
.menuText:hover { 
font-size:16px;
	color: #f90;
	text-decoration:none;
	font-family:Calibri, Arial, Helvetica, Verdana;
	float: left;
	padding-top:34px;
}

.Fancy {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F90;
	text-decoration: none;
}
.FancyBlack {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}


.bigFancy {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F90;
	text-decoration: none;
}
bigFancy:a {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F90;
	text-decoration: none;
}
#apDiv1 {
	/*clear:both;*/
	position:relative;
	left:-45px;
	/*top:623px;*/
	float:none;
	width:56px;
	height:59px;
	z-index:12;
	bottom: 25px;s
}
.tablePos { display:inline; float:left; left: 40px; top: 0px; font: Calibri, Arial, Helvetica, Verdana; font-size:12px; color:#fff; text-decoration:none;
font-family: Calibri, Arial, Helvetica, Verdana; position:absolute;}
.imagePos { clear:right; float:right; top: 2px; left:345px; position:absolute;}
.imagePos2 { clear:right; float:right; top: 6px; left:235px; position:absolute;}

.h1{
	font: Calibri, Arial, Helvetica, Verdana;
	font-size:14px;
	font-weight:600;
	color: #666;
}

.dividerLine {
	width: 684px;
	height:2px;
	background: #ffc774;
	margin-bottom: 8px;
	float:left;
}
