* {
	margin:0;
	padding:0;
	}
.logo_header {
	width:100%;
	background-color: #003;
}
body {
	font: 100% calibri;
	background: #ffffff;
	color: #000000;
    font-size: 12px;
}

.clr {
    clear: both;
}

p {
    margin-bottom:10px;
}


#container {
    margin: 0 auto;
    width: 962px;
    border: 1px solid #23235e;
    margin-top: 5px;
    margin-bottom: 5px;
}


#header {
    text-align: center;
}

#header .menu {
    background: url(img/menu-bg.gif) repeat-x;
    height: 48px;
    text-align: left;
    padding-top: 7px;
    padding-left: 10px;
}

#header .menu ul{
    list-style:none;
}

#header .menu li {
    display: inline;
   /* border-right: 1px solid #afefff;
    padding: 3px 0px;*/
}

/*#header .menu li a {
    color: #000040;
    font-weight: bold;
    text-decoration: none;
}
*/
#header .menu li a:hover {
    color: #FFFFFF;
}


#header .menu li:last-child {
    border-right: none;
}


/* content holder */
#content {
    padding: 20px;
}



/* left content */
.hr {
    background: #cacaca;
    height: 1px;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-left img {
    margin-left: 10px;
}

.content-left h2 {
    margin-left: -10px;
    margin-bottom: 5px;
}


.content-left {
    float: left;
    width: 650px;
    padding-right: 20px;
}

.content-left-content {
    float: left;
    width: 440px;
}

.content-left-content-text{
    float: left;
    width: 330px;
}

.content-left-content-img {
    float: left;
    width: 340px;
}

.content-left ul {
    list-style: none;
}

.content-left li {
    background: url(img/list-style.gif) 0px 3px no-repeat;
    padding-left: 14px;
    margin-bottom: 5px;
}

.content-left-img {
    width: 200px;
	height: 300px;
    margin-right: 10px;
    float: left;
}

.content-left-img img {
    margin-left: 0px;
    margin-bottom: 5px;
}

.content-left-img a {
    margin-bottom: 20px;
}


/* right content */
.content-right {
    float: right;
    width: 250px;
}

.content-right-img-300x200 {
    width: 300px;
	height:200px;
    margin-right: 10px;
    float: right;
}

.content-right img {
    margin-bottom: 10px;
}


.right-news {
    clear: both;
    border: 1px solid #bababa;
}

.news-entry {
    padding:5px 0px;
    width: 230px;
    margin-left: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1e1e56;
}

.news-exit {
    padding:5px 0px;
    width: 230px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.news-exit h3 {
    font-size: 14px;
    color: #002060;
}

.news-exit h5 {
    font-size: 10px;
    color: #003399;
    font-weight: normal;
    margin-bottom: 5px;
}

.news-entry h3 {
    font-size: 14px;
    color: #002060;
}

.news-entry h5 {
    font-size: 10px;
    color: #003399;
    font-weight: normal;
    margin-bottom: 5px;
}

.news-entry-link {
    background: url(img/news-arrow.gif) 0px 3px no-repeat;
    padding-left: 16px;
}

.news-entry-link a {
    color: #002060;
	text-decoration:underline;
}

.news-bottom {
    clear: both;
    display: block;
}




/* footer */

#footer {
    background: #80def4;
    clear: both;
    width: 920px;
    margin:20px 20px;
    color: #000040;
}


.footer-left {
     float: left;
}

.footer-left ul {
    margin-top: 30px;
    margin-left: 10px;
    list-style: none;
}

.footer-left li {
    display: inline;
    padding:0px 8px 0px 6px;
    border-right: 1px solid #000040;
}

.footer-left li a {
    color: #000040;
}

.footer-left li:last-child {
    border-right: none;
}


.footer-right {
     float: right;
     background: #8fe9ff;
     padding: 10px;
     margin: 20px;
     border: 1px solid #6dcfe6;
}

.footer-text {
	font-size:8.5pt;
}

.copyright {
    margin-top: 80px;
    margin-left: 16px;
}



/* contact us style */
.address-letter {
    background: #f7f1e9;
    padding: 10px;
}

.address-letter a {
    text-decoration: none;
}


#contact-area {
	width: 480px;
	padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dotted #c2b69a;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
    background: #8d8d8d;
    border: 1px solid #000000;
    color: #FFFFFF;
	float: right;
    margin-right: 30px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 75px;
	padding-top: 5px;
	font-size: 12px;
}


/* Jquery Menu */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		/*background: #20548E;*/
		padding:5px 12px 5px 12px;
		text-decoration: none;
		border-right: 1px solid #afefff;
		/*width: 70px;*/
		color: #000040;
        font-weight: bold;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #40d2f5}

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			/*border-top: 1px solid white*/}

		#jsddm li ul li
		{	float: none;
			display: inline}

		#jsddm li ul li a
		{	width: auto;
			background: #50ddff;
            border-right: none;
            padding: 8px;
            display: block;}

		#jsddm li ul li a:hover
		{	background: #00ADD9}

#jsddm li.last a:last-child {
    border-right: hidden;
}
/* */
.ul_leftspace { padding-left:30px; }
