/* CSS Document */

/*addition*/
.clearfix:after, .container:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix, .container {
display:block;
}
.clear {
clear:both;
}
/*end addition*/


body {
	/*background:#ffffff;*/
	/*font: 16px/1.95em  "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;*/

      font-family:  "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height:18px;
	/*margin:0;*/
	/*color:#666;*/
	
	   
	background-color:   #f6f6f6;
      
}

/*
html {
	border:15px solid #f6f6f6;
	border-left:30px solid #f6f6f6;
	border-right:30px solid #f6f6f6;
}
*/

* {
	margin:0;
	padding:0;
	outline:none;
}


#white_outer_container{
	background-color:#ffffff;
	margin-top:20px;
	border:2px solid #eee;
       width:950px; 
margin-left:auto;
margin-right:auto;
}



#footer {
	padding:20px 50px;
	margin-top:50px;
	clear:both;
	border-top:2px solid #eee;
	font:50% Verdana;
	line-height:25px;
}

#footer a {
	color:#999;
}

#footer .validate {
	float:right;
}

table {
	width:100%;
	padding:10px;
	border:1px solid #eee;
}

th {
	border-bottom:1px solid #eee;
	padding:5px;
}

td {
	padding:5px;
	text-align:center;
	background:#fafafa;
}

#container {
	width:95%;
	margin:0 auto;
}

#content ul {
	margin:15px 0 15px 25px;
}

#content ul li {
	border-bottom:1px solid #eee;
	padding:10px;
	color:#444;
}

#content img {
	background:#fff;
	padding:1px;
	/*border:3px solid #eee;*/
	margin:10px;
}



#sidebar ul {
	list-style:none;

}

#sidebar ul a {
	color:#444;
	/*font:80% Verdana;*/
	font-size:.8em
	
	text-decoration:none;
	display: block;
	width: 100%;
	height: 100%;
	/*line-height: 28px;*/
	padding-left: 6px;
}

#sidebar ul a:hover {
	background-color: #CCC;
}

#sidebar ul a span {
	color:#ccc;
}

#sidebar ul a:hover span {
	color:#333;
}

#sidebar p {
	/*font:80% Verdana;*/
	font-size:.8em
	line-height:24px;
	margin:10px 0 20px 0;
}

#sidebar ul li {
	background:#fafafa;
	margin:1px 0 0 0;
	padding:0px;
/*	height: 30px;*/
		padding-top:5px;
	padding-bottom:5px;
}

#sidebar h3 {
	/*font:120% Arial;*/
	font-size:1.3em
	margin:5px 0;
	color:#222;
}

#content {
	width:70%;
	float:left;
	margin-top:16px;
	margin-bottom:50px;
}

#sidebar {
	margin-left:75%;
	border-left:1px solid #eee;
	padding-left:30px;
}

.articleinfo {
	/font:80% Verdana;*/
	font-size:.8em
	border-top:1px solid #eee;
	color:#999;
	padding:20px 0;
}

.articleinfo a:hover {
	text-decoration:none;
}

#content h3 {
	margin:20px 0;
}

blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Georgia;
}

#content p {
	/*line-height:30px;*/
	margin:20px 0;
	word-spacing:2px;
}

#content div.entrybody a {
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#content p a:hover {
	border-bottom:1px solid #aaa;
}

#content h2 {
/*	font:190% Times;*/
    font-size:1.8em;
	margin-top:45px;
}

#content h2 a {
	color:#333;
	text-decoration:none;
}

#header {
	width:100%;
	margin-top:20px
	/*padding:20px 0;*/
}

#header .right {
	float:right;
}

#header h1 {
	font:2em;
	letter-spacing:-2px;
	margin-bottom:5px;
	margin-left:35px;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header h1 a span {
	color:#ccc;
}

#header h1 a:hover span {
	color:#A3E800;
}

#header h3 {
	font:80% Verdana;
	color:#999;
	display:inline;
	margin-left:35px;
}

ul#nav {
	padding:10px;
	font-weight:bold;
	margin:45px 0 0 0;
}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:10px;
}

ul#nav li a {
	padding:10px 14px;
	color:#fff;
	text-decoration:none;
}

ul#nav li a:hover {
	color:#fff;
}
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}


/*CUSTOMIZATIONS*/
.section_title{
  border:1px solid #cccccc;
  background-color:#e7e7e7;
 padding:10px;

}
h1{
 font-size:2.8em;
color:#260066;
}