/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #99ADD3;*/
}

h1, h2, h3 {
	color: #345BA8;
}

h1 {
	font-size: 152%;
}

h2 {
	font-size: 129%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 180%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 5px;
	border: 1px solid #E9EAEB;
}

.boxed .title {
	padding: 5px 10px;
	background: #F7F7F7;
}


.sp_{cursor:pointer; margin-left:10px;}
.style1 {color: #999999;}
.style2 {
	color: #FF3300;
	font-weight: bold;
}
.style3 {font-weight: bold;}
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	
}

#content {
	float: left;
	width: 732px;
}

.c_title {
    /*border-bottom: 1px dotted #D1D1D1;*/
    font-size:17px;
	
	 
}
.p{
color:#000000}

#sidebar {
	float: left;
	width: 220px;
}

/* Logo */

#logo {
	width: 533px;
	height: 150px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#logo h1 {
	padding: 80px 0 0 19px;
	letter-spacing: -1px;
	font-size: 197%;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 20px 0;
}

/* News */

#news {
}

#news .title {
	padding: 15px;
}

#news .content {
	padding: 0 15px;
	font-size: 85%;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news li {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	padding: 5px 0;
	background: #3F6EB6;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#thumbs li{
width:188px;margin:8px;text-align:center;border:solid 1px #A7D278; 
}
#thumbs .over {
     BORDER: #77ABC0 1px solid;  width:196px;  padding-top:4px;
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
}
.ubercolortabs{
padding: 0;
width: 690px;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*font: bold 11px Arial, Verdana, sans-serif;*/
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #333333 url(../images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #666666; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 690px;
height: 5px;
line-height: 5px;
background: #333333; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

