@charset "utf-8";
/* CSS Document */

body {
	background-color: #F5f5f5;
	margin: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height: 100%;
	color: #333;
}
hr {
	color: #CCC;
	text-align: center;
	height: 1px;
	width: 970px;
	margin: 5px;
	padding: 0px;
	border-top: 1px solid #666;
	border-right: 1px none #666;
	border-bottom: 1px none #666;
	border-left: 1px none #666;
}
p {
	margin: 6px 0px;
	padding: 0px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #00F;
}
a.tag:link {
	text-decoration: none;
	color: #0070B9;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
}
a.tag:hover {
	text-decoration: underline;
}



/* Adds special style to an unvisited link. */
a:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #00F;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #757575;
}


/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}
h2.title {
	background-image: url(../images/PostHeaderIcon.png);
	background-position: 4px center;
	padding-left: 20px;
	background-repeat: no-repeat;
}
blockquote   {
	margin:10px 5px;
	background-image: url(../images/PostQuote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 36px;
	zoom:1;









	*display:inline;
	background-color: #E6F2FF;
	border: 1px dotted #F00;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}


p img.left , img.left{
	margin: 0px 10px 4px 0px;
	padding: 4px;
	float: left;
}
p img.right , img.right{
	margin: 0px 0px 4px 10px;
	padding: 4px;
	float: right;
}
p img.border {
	margin: 2px;
	padding: 4px;
	border: 1px solid #CCC;
}
/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt {
	color: #666;
	font-style: italic;
	font-weight: normal;
	word-spacing: 3px;
}
/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size:1.2em;
	font-weight:bold;
	padding:0 2px;
}



#container {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;}
#header, #banner, #body , #footer, #copyright{
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header div{
	background-color: #0070B9;
	margin: 0px 5px;
	width: 970px;
	height: 36px;
}


#sidebar {
	float: left;
	width: 220px;
}
#main {
	float: left;
	width: 759px;
	border-left: 1px solid #666;
}
#content, #contact  {
	float: left;
	margin: 5px;
	padding: 10px;
	width: 729px;
}
#banner div{
	padding: 10px;
	background-image: url(../images/bigstockphoto_Idea_Of_Beeing_A_Happy_House_O_7140006.png);
	background-repeat: no-repeat;
	background-position: 787px center;
	height: 120px;
}

#banner .company {
	font-size: 24px;
	color: #005C9C;
	padding-left: 18px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
}
#banner .title {
	font-size: 18px;
	color: #005C9C;
	padding-left: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-style: italic;
}


#content {
	border-bottom: 1px solid #666;
	float: left;
	overflow: hidden;
}

.box {
	margin: 5px;
	width: 200px;
	padding: 5px;
}
#footer {
	font-size: 80%;
	height: 120px;
}

#footer div , #copyright div{
	height: 88px;
	margin: 5px;
	text-align: center;
	padding: 5px;
	font-size: 80%;
}
#magnifier {
	height: 200px;
	width: 900px;
	overflow: hidden;
}


.highlight {
	background-color: #FF9;
}
#menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menu ul li {
	color: #FFF;
	margin: 3px 0px;
	background-image: url(../images/nav_btn1.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: left center;
	line-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#menu li.apt {
	background-image: url(../images/nav_btn2.png);
	text-transform: none;
}

#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
.quiet {color:#666;}
.loud {color:#000;}

#overlay {
	background-image: url(../images/ad.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 480px;
	width: 640px;
	position: absolute;
	z-index: 1000;
	top: 200px;
	left: 50%;
	margin-left: -320px;
	display: none;
	cursor: pointer;
}
#overlay #close {
	position: relative;
	top: -15px;
	left: 620px;
	cursor: pointer;
}


#page-overlay {
	z-index: 500;
	position: absolute;
	left: 0px;
	display: none;
	width: 100%;
	top: 0px;
}

