@charset "UTF-8";
/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS Page */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	
}


#page-container {
	width: 800px;
	margin: auto;
	
}

#header {
	
	height: 354px;
	background: #ffffff
	url(images/header_top.jpg);

}


#sidebar-a {
	
	float: right;
	width: 250px;
	line-height: 15px;
}

#sidebar-a .padding {
	padding: 10px;
}

#sidebar-a p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#content {
	margin-right: 250px;
	line-height: 15px;
	
}

#content .padding {
	padding: 10px;
	
}

#clear {
	
	height: 20px;
	clear: both;
	background: #ffffff
	padding-bottom: 2.5em;
}
#footer {
	width: 100%;
	text-align: center;
	background-image: url(/images/bg_footer.png);
	background-repeat: repeat-x;
	height: 98px;
}

#footer #footernav a img {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 15px;
	
}

#content h2 {
	margin: 0;
	padding-bottom: 6px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 30px;
	padding-right: 140px;
}

h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: normal;
	color: #333;
		}
		
h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: normal;
	color: #333;
		}

A.navig:link    {
	color: #1d3148;
	text-decoration: none;
	font-style: normal;
}
A.navig:active  {
	color: #1d3148;
	text-decoration: none;
	font-style: normal;
} 
A.navig:visited {
	color:#1d3148;
	text-decoration: none;
	font-style: normal;
} 
A.navig:hover   {
	color: #1d3148;
	font-style: normal;
	background-color: #CCCCCC;
}

img, div { behavior: url(images/iepngfix.htc) }

#twitter_container{ 
	position: absolute; 
	left: 150px; 
	top: 17px; 
	width: 268px; 
	height: 69px;
	background: url(images/twitterstream.png);
}


#twitter_div {
height:39px;
left:51px;
overflow:hidden;
position:relative;
top:7px;
width:213px;

}
ul#twitter_update_list {
	list-style: none;
	font-size: 9px;
	line-height: 12px;
}
ul#twitter_update_list li {
color:#5C6572;
margin-bottom:0;
padding:0 2px 0 1px;
	
}

a { color: #f8247e; }

/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
