/********** default **********/
body {
	margin: 0;
	padding: 0 20px ;
	background: #6c6c6c url(images/bg_body.gif);
}

#outline	{
	width:851px; 
	margin: 0 auto;
	padding:0;
	background-color:#586f15;
	-webkit-box-shadow: 0 2px 5px #333;
	-moz-box-shadow: 0 2px 5px #333;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:5px; 
}

hr {
	height:0;
	border:1px dotted #999;
}

.totop	{ position:relative; top:-30px; display:none }
.totop a { text-decoration:none }

.clear	{clear:both}
.floatl	{float:left}
.floatr	{float:right}

.topbanner	{
	width:851px; 
	padding:0;
	margin:0;
	border-bottom:1px solid #999;
}

.content {
	min-height:550px;
	width:660px; 
	padding:0;
	margin:0;
	height:auto; 
	float:right; 
	background-color:#FFF;
	border-left:1px solid #c0c0c0;
}

.logo {
	margin-top:-10px;
	float:right;
}

.textbox,.textbox-watermark{ 
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:20px; 
	padding-bottom:5px
}

.textbox-watermark { 
	background:url(images/company_watermark.jpg) no-repeat top center; 
}

.textbox ul li { 
	margin-left: -40px
}

.font3	{font-size:18px; font-weight:bold; margin: 20px 0 5px 0;}

.copyright {
	width:851px; 
	padding:10px 0; 
	clear:both; 
	text-align:center; 
	font-size:11px; 
	color:#c0c0c0; 
	background-color:#F00;
}

/********** index **********/
.toppic { margin: 0 auto}
.topcatch { margin:auto; margin-bottom: 15px; }

.listinfo {
	margin: 0 auto;
	width:600px;
}

.listinfocol1,.listinfocol2 { 
	width:275px;
	background:#e0e0e0;
	padding:5px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.listinfocol1 {
	float:left;
}

.listinfocol2 {
	float:right;
}

.listinfo h2 {
	margin:10px 0 0 25px;
}

ul li { list-style:none; background:url(images/list_tomato.gif) no-repeat top left; margin:0 0 10px -20px;padding-left:24px}
.pdf { list-style:none; background:url(images/list_pdf.gif) no-repeat top left; }

a {
	color:#586f15;
	text-decoration:none;
}

a:hover {
	color:#f00
}

/* search */
div.gs-result { width: 600px; }

#branding { font-size:12px; color:#666 }

#searchResults .gs-title, #searchResults .gs-title * { text-decoration:none; }
#searchResults .gs-title a,#searchResults .gs-title a * { color:#586f15; }
#searchResults .gs-title a:hover, #searchResults .gs-title a:hover * { color:#f00 }
#searchResults .gs-title a{ background:url(images/list_tomato.gif) no-repeat; padding: 0 0 3px 24px; }
#searchResults .gs-title a[href$='.pdf'] { background:url(images/list_pdf.gif) no-repeat; }

#searchResults .gs-webResult .gs-visibleUrl-short { display:none; }
#searchResults .gs-webResult .gs-visibleUrl-long { display:block; color:#888 }
#searchResults .gsc-trailing-more-results { display:none; }
#searchResults .gsc-resultsHeader { display: none; }
#searchResults .gsc-cursor-box { padding-top:15px; }

#searchFormWrap { 
	position:relative;
	width:851px; 
	padding:0;
	margin:0;
}

#spinner {
	margin:-7px 0 0 146px;
	opacity:0.5;
}

#dummy {
	display:none;
}

#searchForm { 
	position:absolute;
	top:-140px;
	right:10px;
	width:160px;
	overflow:hidden;
}

#searchForm input {
	color: #888;
}

#menu {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

#menu li {
	background:none;
	font-size:20px;
	font-weight:bold; 
	margin: 0;
	padding: 0;
	display: block;
}

#menu a {
	background: none;
	border-bottom: 1px solid #999;
	color: #fff;
	display: block;
	margin: 0;
	padding: 12px 12px 8px 12px;
	text-decoration: none;
	height:24px;
	line-height:24px;
}
#menu a:hover {
	background: #f00;
	color: #fff;
}

#menu .selectedItem {
 	background: #d00;
	color: #fff;
}
 
#menu .blog_link {
	font-size:16px;
}