body {
	margin: 0;
	padding: 0;
	background_regular: #c0c0c0 url(images/img01.gif) repeat-x left top;
	background: #c0c0c0 url(images/snowflake.gif) repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #333333;
}

h1 {
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

#temp a:link, #temp a:visited, #temp a:active {
	color: black;
	text-decoration: none;
}


#header {
	width: 1000px;
	height: 190px;
	margin: 0 auto;
}

/* Header */

#logo {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#logo h1, #logo p, #logo img {
	float: left;
	margin: 0px;
}

#hor-minimalist-b
{
	font-size: 12px;
	background: #fff;
	margin: auto auto;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	background: #646464;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 12px 4px;
	border-bottom: 4px solid #c0c0c0;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #c0c0c0;
	background: #eee;
	color: #000;
	padding: 6px 4px;
}

#hor-minimalist-c
{
	font-size: 8px;
	background: #fff;
	margin: auto auto;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-c th
{
	background: #646464;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 2px 2px;
	border-bottom: 1px solid #c0c0c0;
}
#hor-minimalist-c td
{
	border-bottom: 1px solid #c0c0c0;
	background: #eee;
	color: #000;
	padding: 2px 2px;
}

div.home, div.home2
{
	width: 440;
}
div.home2 div
{
	float: left;
	width: 220px;
	/*height: 100%;*/
	text-align:center;
}
div.home2 div.column_left
{
	background-color: #fff;
}
div.home2 div.column_right
{
	background-color: #fff;
}
div.home2 div div
{
	/*height: 100px;*/
	padding-top: 8px;
}
div.home2 div div table
{
	margin-left: auto;
	margin-right: auto;
}

.feature {
	text-align: center;
}

.feature a {
	text-decoration: none;
	border-bottom: 2px solid #022bd6;
	font-size: 14px;
	color: #022bd6;
}

#liquid-round {
text-align:justify;
width:100%;
margin:auto auto;
background:#fff url(images/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(images/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(images/rightside.gif) repeat-y right top;
padding:1px 25px 1px 25px;
margin:-1px 0 -30px 0;
}
.bottom {
height:60px;
background:url(images/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right.gif) no-repeat right top;
}
.center-content img {
	display: block;
}
.center-content a {
	text-decoration: none;
	border-bottom: 2px solid #4f81bd;
	font-size: 14px;
	color: #4f81bd;
}

.contact {
	text-align: left;
	font-size: 14px;
	color: #000000;
}

.indent {
	margin-left: 16px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
}

table.center400 {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

table.center td {
	height: 24px;
}

/* Menu */


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 892px;
margin: auto auto;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url(images/aeroleftblack.gif) no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 12px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url(images/aerorightblack.gif) no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.aerobuttonmenu .rightsection{
float: right;
width: 240px;
position: relative;
top: 0px;
padding-right: 0px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

/* Wrapper */

#wrapper {
}

/* Page #eff2f3 */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img05_alt.gif) repeat-y left top;
}

#page-bg {
	background: url(images/img06_alt.gif) no-repeat left top;
	padding: 0px 10px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 30px 40px 0px 40px;
}

.title {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	letter-spacing: -1px;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	background: url(images/img04_alt.gif) repeat-x left bottom;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 210px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
}

.sidebar a:link {font-size: medium; color: #000000; text-decoration: underline; font-weight: bold; }
.sidebar a:active {font-size: medium; color: #000000; text-decoration: underline; font-weight: bold; }
.sidebar a:visited {font-size: medium; color: #000000; text-decoration: underline; font-weight: bold; }
.sidebar a:hover {font-size: medium; color: #ff0000; text-decoration: none; font-weight: bold; }

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 15px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.sidebar a {
}

#sidebarbutton{
	width: 208px;
	height: 96px;
	color: #fff;
	font-size: 14px;
	background: url(images/table_bg.png) no-repeat;
	padding-top: 6px;
	padding-left:6px;
}

#sidebarbutton table{
	width: 200px;
	height: 80px;
	/*margin-top:6px;
	margin-left:6px;*/
}

#sidebarbutton a {
	color: #fff;
}

/* Footer */

#footer {
	width: 958px;
	height: 32px;
	margin: 0 auto;
	background: #404040;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #E7E7E7;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

