/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; background: #FFFFFF;}
a {color:white;}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#ffffff;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-purple  {background:#9966CC;}
.color-brown  {background:#655344}



.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3,
.color-purple h3,
.color-brown h3
	{color:#FFF;}
/* End Colors */

/* Head section */
#thead_left {
    height: 22px;
    padding: 3px 8px 0;
}

.toolbar_head_bottom {
    border-top: 1px solid #C9D7F1;
}

a.header_links, #gbar span {
    text-decoration: underline;
    cursor: pointer
}

a:visited, #gbar span {
    color: #551A8B;
    cursor: pointer
}

a:hover, a:active, #gbar span {
    text-decoration: underline;
    cursor: pointer
}

a.header_links, #gbar span {
    color: #0000CC !important;
    cursor: pointer
}

.a.header_links {
    margin-right: 0.5em;
}


/* logo */
.search{
    width: 1000px;
    margin: 0 auto;
}

.search_logo{
}

.logo_img{
    position: relative;
    width: 260px;
    left: 360px;
    top: 20px;
    
}

.logo_text{
    color: #777777;
    font-size: 13px;
    font-weight: bold;
    left: 563px;
    position: relative;
    top: -8px;
    width: 150px;
}

.search_link{
    color: #4373DB;
    font-size: 11px;
}

.search_form{
    margin-top: 30px;
    text-align: center;
}

.copyright_text{
    font-size: 10px;
    color: #999999;
}

ul li{
    list-style: none;
    margin-top: 3px;
    font-size: 11px;
}

ul li a:link, ul li a:visited{
    color: #DDDDDD;
    text-decoration: underline;
}

ul li a:hover{
    color: #CCCCCC;
    text-decoration: none;
}

ul li span{
	cursor: pointer;
	text-decoration: underline;
}

ul li span:hover{
	color: #CCCCCC;
    text-decoration: none;
}


/* body */
#columns{

    margin: 0 auto;
}
/* Columns section */
#columns .column {
    float: left;
    width: 33.3%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
	#columns #column1 {}
	#columns #column3 {}
	
#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}

.widget-content-white a:link, .widget-content-white a:visited, .widget-content-white a:hover{
    color: #ffffff !important;
}

#columns .widget .widget-content {
    background: #333 url(img/widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */

