body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	text-align: center;
	color: #6f6f6f;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img { border: 0; }

p
{
	line-height: 1.5;
	text-align: justify;
}

h1 {
	font-size: 14px;
	color:#1c8105;
}

h2 {
	font-size: 13px;
	color:#444444;
}

acronym 
{
	color:Black;
}

#header .bl h1 {
	margin: 0px;
	padding-left: 8px;
	font-size: 27px;
	color:#555555;
	font-family:"Trebuchet MS";
}

#header .bl h2 {
	font-size: 20px;
	padding-top:17px;
	padding-bottom:18px;
	text-align:center;
	color:#dddddd;
	margin: 0 0 5px 0;
}

#header .bl p {
	margin: 0px;
	padding-left: 7px;
	font-size: 16px;
	color:#dddddd;
	text-decoration:overline;
}

p {
	margin: 1em 0;
	padding: 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}

* html .clear {
	margin-top: -5px;
	margin-bottom: -4px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */

#wrapper {
	margin: 16px auto auto 190px;
	text-align: left;
	position: relative;
}

#wrapper {
	width: 990px;
}

#ads
{
	position:absolute;
	left:15px;
	top:15px;
}

#activity tr.odd	{ background-color:#D8FBCF; }
#activity tr.even	{ background-color:#FBFACF; }

/* header */

#header {
	background: url(./images/header_bg.gif) repeat-x;
	position: relative;
	width: 990px;
	margin-bottom: 11px;
}

#header .bl a 
{
	text-decoration:none;
	color:white;
}

#header .bl { height: 157px; }

#header .tl { background: url(./images/header_tl.gif) top left no-repeat; }
#header .tr { background: url(./images/header_tr.gif) top right no-repeat; }
#header .bl { background: url(./images/header_bl.gif) bottom left no-repeat; }
#header .br { background: url(./images/header_br.jpg) bottom right no-repeat; width:100%;}

/* the story of two navs */

#nav-top 
{
	color: white;
	text-align:center;
}

#nav-top li {
	display: inline;
	font-size: 12px;
}

#nav-top a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav-top a:hover,
#nav-left a:hover
{
	  text-decoration: underline;
}

#nav-left {
	position: absolute;
	top: 66px; left: 26px;
	font-size:15px;
	margin-bottom:10px;
}

/* columns */

#columns {
	background: url(./images/body_bg.gif) repeat-y;
}

#body, #columns ul	{padding-left: 5px; margin: 10px 0 10px 0px; list-style: none;}
#body, #columns ul li	{background: url('blog/wp-content/themes/siteupdatenotification/images/bullet_new.gif') 0 5px no-repeat; padding-left:15px; padding-top:5px; margin-top:3px;}

a {
	color: #ce7210;
}

a:hover {
	color: #6f3f0b;
}

#cap {
	background: url(./images/column_cap.gif) no-repeat;
	padding-top: 19px;
	width: 990px;
}

#column1 {
	float: left;
	width: 300px;
	display: inline;
	padding-left:13px;
	padding-right:15px;
}

#column2 {
	float: left;
	width: 300px;
	padding-left:13px;
	padding-right:15px;
}

#column3 {
	float: left;
	width: 300px;
	padding-left:13px;
	padding-right:15px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap p {
	margin:0;
}


.clockblock {
	background: #5b96da url(./images/support_bg.jpg) no-repeat;
	color: #fff;
	padding: 10px 10px 1.3em 71px;
	margin: 0em 0;
	border-bottom: 1px solid white;
}

.clockblock .readmore {
	margin-bottom: 0;
}

.clockblock h3 {
	margin: 0;
	padding: 0;
	text-indent: -57px;
}

.clockblock a {
	color: #fff;
}

.clockblock a:hover {
	text-decoration: none;
}




/* footer */
#footer {
	clear: both;
	text-align: left;
	background: url(./images/footer_bg.gif) repeat-x;
}

#footer div
{
	margin-top:10px;
	background: url(./images/footer_l.gif) no-repeat;
	width:100%;
}

#footer div div 
{
	padding: 8px 0;
	background: url(./images/footer_r.gif) top right no-repeat;
	width:100%;
}

#footer, #footer a {
	color: #fff;
}

@media handheld {
	#header { display:none; }
	#footer { display:none; }
}

