/*=============================================*/

h1, h2, h3, h4, h5, h6, p {

margin:0;

padding:0;

}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;}
	
h1 {font-size:20px}
/*============== Global ===============================*/

.container {

	width:100%;

	/*max-width:1260px;*/

	min-width:780px;

	background: url(../images/bkground.jpg) repeat scroll 0 0 #ffffff;

	margin:0 auto;

	overflow:hidden;

}



.sidebar1 {

	float:left;

	width:20%;

	height:1000px;

}



.sidebar2 {

	float: right;

	width:20%;

	background-image:url("../images/side-bkground2.jpg")  ;
	

}



.content {

	float:left;

	padding:3px 0;

	width: 60%;

}



/*============== Header ==============================*/

#header {

margin-bottom:6px;

}



#header img {

width:100%;

}



/*============== Menu ===============================*/

/*

.menu {

    font-size: 1.14em;

    font-weight: bold;

    

    text-decoration: none;

    width: 100%;

	

}



ul {

	list-style-type: none;

	text-decoration:none;

	margin: 0px auto;

}



.menu li {

	border-bottom: 5px solid black;

	float:left;

	position:relative;

	text-decoration:none;

	padding: 0 1px 3px 1px; 

}



ul li a.active {

	color:#ffffff;

}



a:link {

	text-decoration: none;

}



a:hover {

	color:#193282;

}

*/



#menucontainer ul

{

padding: .5em 0;

margin: 0;

list-style-type: none;

background-color: #036;

color: #FFF;

width: 100%;

font: normal 90% arial, helvetica, sans-serif;

text-align: center;

line-height: 30px;
}



ul#menulist li { display: inline; }



ul#menulist li a

{

text-decoration: none;

background-color: #036;

color: #FFF;

padding: .5em .89em .5em .89em;

/* border-right: 1px solid #fff; */

}



ul#menulist li a:hover

{

background-color: #369;

color: #fff;

}





/*============== Text ===============================*/

.content .text {

	float:left;

	width:50%;

	margin-top:15px;

	margin-right: 5px;

	margin-bottom:20px;

	font-size:1.09em;

	color:#0a2066;

	line-height:1.4em;

}



.content .text-full {

	margin-top:15px;

	margin-right: 5px;

	margin-bottom:20px;

	font-size:14px;

	color:#193282;

	line-height:1.4em;

	padding-top:30px;

}



.content .text-full p {

	margin-top: 10px;

}



.content .text p {

	margin-top: 10px;

}



.content #sidebar {

	float:right;

	width:43%;

	margin-top:15px;

	margin-left: 5px;

	background-color:#B2744B;

}



.content #sidebar img {

float:left;

margin: 5px 10px;

}



#sidebar .sidebar-top {

	padding: 10px;

}



#sidebar .sidebar-top h3 {

	color: #1D398D;

	margin-bottom:5px;

}



#sidebar .sidebar-top p {color:#ffffff;margin-bottom:5px;}



#sidebar .sidebar-top a {}



#sidebar .sidebar-top .sidebar-text {

	color:#ffffff;

	font-size:1em;

	line-height:1.2em;

}

#sidebar  .sidebar-text2 {

	color:#ffffff;

	font-size:14px;

	line-height:1.2em;

}

/*============== footer ===============================*/

#footer {

    border-top: medium solid #1D398D;

    clear: both;

}

