﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 135%;
	background: url(/images/body_bg.jpg) repeat-x white;
	font-family:"verdana", "sans-serif";
	font-size:0.8em;
	color:#333;
	text-align:center;
}
h1 {
		font-size:20px;
		color:#4799EB;
		font-weight:bolder;
		margin: 0 0 10px 0;
}
h2 {
	color:#A8F906;
	font-size:20px;
	font-weight:bolder;
	margin:0 0 15px 0;
	padding: 15px 0 0 0;
	border:none;	
}

h2.sectionTitle {
	border-top:1px dotted #ccc;	
	padding: 15px 0 0 10px;
}
h3 {
		margin: 0 0 5px 0;
		font-size:18px;
		font-weight:bold;
		color:#4799EB;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 99%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* container */

#container
{
	margin:0 auto;
	text-align:left;
	background:#fff;
	width:900px;
}

a:link, a:visited, #content a:link, #content a:visited
{
	color:#4799EB;
	text-decoration:none;
}

a:hover, a:active, #content a:hover, #content a:active
{
	text-decoration:underline;
}

/* end container */

/* header */

#header{
	background:url(/images/body_bg.jpg) repeat-x; 
	border-bottom:1px solid #1568B8;
	position:relative;
	height:166px;
}

#header #logo
{
	position:absolute;
	left:20px;
	z-index:0;
	background:url(/images/logo_bg.jpg) 207px 0 no-repeat;
	width:471px;
}

#header #mainMenu
{
	position:absolute;
	right:20px;
	top:60px;
	font-weight:bold;
}

#mainMenu a:link, a:visited
{
	color:#ffffff;
	text-decoration:none;
}

#mainMenu a:hover, a:active
{
	color:#000;
	text-decoration:none;
}

/* end header */

/* content */

#content
{
	float:left;
	width:880px;
	padding:20px 0 20px 20px;
}

#bodyContent
{
	float:left;
	width:600px;
	margin-right:10px;	
}

#sidebar
{
	float:left;
	width:240px;	
	background:#f5f5f5;
	padding:10px;
}

.breadcrumb
{
	padding: 0 0 15px 10px;
	margin: 0 0 15px 0;	
	border-bottom:1px dotted #ccc;
}

/* content welcome message */
#welcomeMessage
{
	background:#f5f5f5;
	padding:10px;
	margin: 0 0 15px 0;
}

#welcomeMessage p
{
	color:#111;
	margin: 0 0 10px 0;
}
/* end content welcome message */

/* content news post*/
.newsContent
{
	float:left;
	margin: 0 0 10px 0;
	padding:0 10px 10px 10px;
	border-bottom:1px dotted #ccc;
}
	
.newsContent .description
{
	font-size:10px;
	color:#555;
	margin: 0 0 10px 0;
}
	
.newsContent .postContent p
{
	margin:0 0 10px 0;
}
	
.newsContent a.more
{
	float:right;
}	
	
/* end content news post*/
	
/* calendar */
#calendar
{
	/*position:relative;*/	
}

.calendarContent
{
	display:none;
	border:1px solid #ccc;
	background:#fff;
	padding: 5px;
	position: absolute;
	
}

#calendar table
{
	border:1px solid #ececec;
}	

#calendar table tr.title
{
	background:#ddd;
}

#calendar table .month
{
	font-weight:bold;
	text-align:center;	
}

#calendar table td, #calendar table th
{
	padding:5px;
	text-align:center;
}


#calendar table td.haveContent
{
	background-color:#89EB00;
		
}

#calendar table td.haveContent a
{
	background-color:#89EB00;
	color:#fff;
}

#calendar table td.otherMonth
{
	background:#dfdfdf;
}

#calendar table td.otherMonth a
{
	color:#666;
}
/* end calendar */


/* end content */

