/************** CSS for ThinkSilicon *************/
body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #333;
	text-align: center;
}

a {
	color: #1f9122;
	text-decoration: none;
}

a:hover {
	color: #65A852;
	text-decoration: underline;
}

a.sidemenu {
	display:block;
	background-image: url(images/buttonpass.gif);
	width: 152px; /*152px = 162px - 10px*/
	padding-left: 10px;
	height: 18px; /*18 = 23px - 5px*/
	padding-top: 5px;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
a.sidemenu:hover {
	display:block;
	background-image: url(images/buttonact.gif);
	width: 152px; /*152px = 162px - 10px*/
	padding-left: 10px;
	height: 17px; /*17px = 23px - 6px*/
	padding-top: 6px;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

p {
	font-size: 12px;
	color: #404040;
}

pre {
	background-color: #73b8c0;
	font-weight: bold;
	padding: 0.5em;
}

table {
	border: 1px solid;
}
td {
	border: 1px solid;
	text-align: center;
	padding: 0.25em;
}

img.left {
	float: left;
	padding: 4px;
	background: #fff;
	margin-right: 6px;
	border: 1px solid #c4c4c4;
}

img.right {
	float: right;
	padding: 3px;
	margin-right: 6px;
	border: 1px solid #c4c4c4;
}

ul {
	list-style-image: url(images/bullet.gif);
	margin-left: -10px !important;
	margin-left: 15px;
}	

li {
	margin-bottom: 1em;
}	

#wrapper {     /* Dont mess around here too much. This all keeps everything in the middle in all browsers */
	width: 95%;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 3px solid #59BF3F;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

/***************************** TOP NAVIGATION ********************/

#nav {
	text-align: center;
	background: url(images/navbutton.gif) repeat-x;
	height: 30px;
	padding-top: 5px;
}

#nav a  {
	padding: 0 11px;
	color: #000;
	margin-left: -6px;
}

#nav a:hover {
	padding: 5px 11px 7px 11px; 
	background: url(images/navbarhover.gif) repeat-x;
	text-decoration: none;
}	

/*********************** HEADER *****************************/

#top {
	background: url(images/header.gif) repeat-x;
	height: 104px;
}

/***************** TEXT IN THE HEADER **************************/

#top h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

/******************************  TITLES *************************/

#right h1 {
	color: #59BF3F;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Arial, Sans-Serif;
	}

#left h1 {
	/*color:#59BF3F;*/
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Sans-Serif;
	}

/************************ LEFT SIDE COLUMN *****************/
#left {
	float: left;
	width: 21%;
	margin-left: 9px;
	font-size: 11px;
}

/***************************  RIGHT COLUMN  *********************/

#right {
	float: left;
	left: 0px;
	margin-left: 20px;
	width: 75%;
}

/******************************** RIGHT SIDE CONTENT BOXES *****************/
.post {
	background-color: #f8f8f8;
	padding: 10px;
	padding-top: 1px;
	display: block;
}

/********************************* LEFT & MIDDLE CONTENT BOXES *****************/
.sidepost {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

.news {
	color: #1f9122;
	font-weight: bold;
}

/********************************* LINK LISTS ON RIGHT SIDE *********************/
.links {
	font-size: 11px;
	text-align: right;
}

.links a {
	margin-right: 10px;
}

/********************************************    FOOTER  *****************/

#footer {
	border-top: 1px solid #c4c4c4;
	text-align: center;
	width: 100%;
	clear: both;
	padding-bottom: 1px;
}
