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

/* Colors */

.color-1 {background:url(/images/panel1_bg.png) left top repeat-x #0C1727;}
.color-2 {background:url(/images/bg-flow.png) right top no-repeat #273E67;}
.color-3 {background:url(/images/bg-flow.png) left top no-repeat #273E67;}
.color-4 {background:url(/images/bg-flow2.png) 40% 40% repeat-x #506382;}

.color-yellow h3,
.color-green h3
	{color:#000;}
.color-1 h3,
.color-2 h3,
.color-3 h3,
.color-4 h3
	{color:#FFF;}
/* End Colors */

/* Head section */
#columns {
	width:922px;
	margin:0 auto;
	display:block;
}
/* End Head Section */

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

/* Column dividers (background-images) : */
	
#columns #column1 .widget { margin: 0  0 10px 10px; padding:5px 15px 15px 15px; }
#columns #column3 .widget { margin: 0 10px 10px 0; padding:5px 15px 15px 15px; }
#columns .widget {
    margin: 0 5px 10px 5px;
	padding:5px 15px 15px 15px;
	border: solid 1px #cccccc;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 30px;
	margin:0px;
}
#columns .widget .widget-head h3 {
    padding:0 32px 0 0;
    float: right;
	font-size: 13px;
	background:url(/images/panel-icons.png) no-repeat -100% -100% ;
}
#columns .widget .widget-content {
    background: #ffffff url(/images/body_bg.png) left -420px repeat-x;
    padding: 5px;
    color: #000;
	font-size: 10px;
    overflow: hidden;
	margin-top:5px;
	text-align:justify;
	line-height:1.5em;
}
#columns .widget .widget-content p {
	font-size: 12px;
	margin-bottom:10px;
}
#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 */


