/* CSS Document */
img.svnlabs{ padding:0px; margin:0px; border:0px; background:url(../images/loader.gif) no-repeat 50% 50%;  }


.link{
font-family:normal Arial, Helvetica, sans-serif;
font-size:12px;
height:20px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.txt
{
color:#FFFFFF;
font-family:normal Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.title
{
font-family:normal Arial, Helvetica, sans-serif;
/*font-size:20px;*/
font-weight:bold;
color:#00CCFF;
}


#search {
	width: 550px;
	font-size: 2em;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #0074A6;
	color: #00AAE5;
}
#searchTable {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}

ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	font-weight:bold;
	clear: both;
	/*float: left;*/
	width: 550px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(a_bg.gif) repeat-x left bottom;
}


/**/
ul#topnav1 {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	font-weight:bold;
	clear: both;
	/*float: left;*/
	width: 520px;
}
ul#topnav1 li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav1 a, ul#topnav1 span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav1 a {	color: #7bc441; }
ul#topnav1 span {
	display: none;
}

ul#topnav1.v2 span{
	background: url(a_bg.gif) repeat-x left top;
}
ul#topnav1.v2 a{
	color: #555;
	background: url(a_bg.gif) repeat-x left bottom;
}
/**/

.txtbox
{
   border:2px solid #3CA4E2;
   height:33px;
   background:url(images/search_bg.jpg) no-repeat;
   padding-left:30px;
   color:#3CA4E2;
   font-weight:bold;
}

body {
	font: 10px normal Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal normal Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(images/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
