/* ticker */

#ticker {
	z-index:5;
	width: 235px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #00a4e4;
	color:#FFFFFF;
	border:none;
}

/* Body */

body {
	margin: 15px;
	background: url(../images/bg_main.jpg) fixed left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
}

h1 {
	font-size: 25px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a4e4;
}

h2 {
	font-size: 18px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #646464;
}

h3 {
	font-size: 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a4e4;
}


p, ul, ol {
	color:#646464;
}

.services{
	font-size: 14px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #646464;
}

ul, ol {
}

a {
	text-decoration:none;
	border-bottom: 1px dotted #646464;
	color: #646464;
}

a:hover {
text-decoration:none;
	border-bottom: 1px dotted #00a4e4;
	background: none;
	color:#00a4e4;
}

.experttitle {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a4e4;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

			
.shadowbox2 {
			z-index:98;
			position: relative;
			background: url(../images/bg_shadow.png) repeat;
			margin: 0 auto;
			width: 800px;}
	
.shadowcontent, .shadowcontent2 {
			z-index:99;
			position: relative;
			padding: 10px; 
			top: -3px; /* these two define the shadow 'offset'*/
			left: -3px; /*...*/
			background: #ffffff;
			color: black;
			border: 1px solid #00a4e4;}

/* Header */

#headerbg {
			z-index:160;

			background: url(../images/bg_shadow.png) repeat;
			margin: 0 auto;
			width: 800px;
}

#header {
		z-index:165;
	position: relative;
	top: -3px; /* these two define the shadow 'offset'*/
	left: -3px; /*...*/
	height: 102px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #00a4e4;
	padding:0px 0px 0px 0px;
}


/* FlashBanner */

#flashbannerrbg {
		z-index:88;
		position: relative;
		background: url(../images/bg_shadow.png) repeat;
		margin: 0 auto;
		width: 800px;
}

#flashbanner {
	z-index:89;
	position: relative;
	top: -3px; /* these two define the shadow 'offset'*/
	left: -3px; /*...*/
	height: 176px;
	margin: 0 auto;
	background:#ffffff;
	vertical-align:middle;
	
}

/* Logo */

#logo {
	padding: 7px 0px 7px 5px;	
	width: 490px;
	color: #000000;
}

#logo h1, #logo p {
}


#logo h1 a {
	color: #FF7900;
}


#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	width: 307px;
}

#s {
	width: 210px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #646464;
}

#x {
	margin-right: 5px;
	padding: 3px;
	border: none;
	background: #00a4e4;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

#y {
	margin-right: 5px;
	border: none;
	font-size: 11px;
	color: #646464;
}

/* Subscribe */

.subscribe {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 180%;
	color:#646464;	
}

.t {
	width: 210px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #646464;
}

.u {
	margin-right: 5px;
	padding: 3px;
	border: none;
	background: #00a4e4;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

.v {
	margin-right: 5px;
	border: none;
	font-size: 11px;
	color: #646464;
}


/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 800px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */
#footerbg {position: relative;
			background: url(../images/bg_shadow.png) repeat;
			margin: 0 auto;
			width: 800px;
}

#footer {
	position:relative;
	top: -3px; /* these two define the shadow 'offset'*/
	left: -3px; /*...*/
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #646464;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footertxt {
	margin: 0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 3px 5px 0px 0px;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

#footer a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #00a4e4;
	background: none;
}
