/* Basic elements */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: auto;
	min-width: 800px;
}

body {
	width: 100%;
    max-width: 1200px;
    color: #393939;
    background: #FFFFFF url(../images/body_bg.gif) repeat-x bottom;
    font-family: Arial;
    line-height: 1.5em;
    font-size: 90%;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
	color:#1A4AAB;
	padding:0px;
	margin:13px 0 8px 0;
	font-family: sans-serif
}

h1 { font-size: 150%; font-weight:normal;}
h2 { font-size: 130%; font-weight:normal;}
h3 { font-size: 120%; font-weight:normal;}
h4 { font-size: 110%; font-weight:normal;}
h5 { font-size: 100%;  font-weight:normal;}
h6 { font-size: 87%;  font-weight:normal;}

a {
	color: #0259C8;
	text-decoration:none
}
a:hover {
	color: #0259C8;
	text-decoration:underline
}

img {
	border: 0;
}

/* Layout */

#header {
	 width: 100%;
    height: 163px;
    background: url(../images/header_bg.gif) repeat-x;
    box-shadow: 0 -15px 40px rgba(0,0,0,0.2);
}

#logo_bg {
	width: 1141px;
	height: 163px;
	background: url(../images/logo_bg.jpg) no-repeat top left;
}

#logo {
	width: 356px;
	height: 63px;
	margin-left: 20px;
	margin-top: 17px;
}

#center {
	width: 100%;
	margin: auto;
	background: url(../images/center_bg.gif) repeat-x top;
}

#center_bg {
	background: url(../images/center_bg_left.jpg) no-repeat top left;
}

#ctable {
	width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    background: url(../images/left_bg.jpg) 0 125px no-repeat;
    box-shadow: 0 -15px 40px rgba(0,0,0,.2);
}

#left_td {
	width: 250px;
	vertical-align: top;
	text-align: left;
	padding-top: 120px;
}

div#left_contacts {
	width: 250px;
	height: 224px;
	background: url(../images/cont_left.gif) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3D3C3C;
	font-weight:normal;
	text-transform:none;
	padding-top: 40px;
	padding-left: 25px;
}

#right_td {
	width: 293px;
	vertical-align: top;
	text-align: left;
}

div#right_contacts {
	width: 256px;
	height: 187px;
	/*background: url(../images/cont.jpg) 0 0 no-repeat;*/
	margin-top: -3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#3D3C3C;
	text-transform:none;
	font-weight:normal;
	line-height: normal;
}

#content_td {
	vertical-align: top;
	padding-top: 80px;
}

#content {
	width: auto;
	padding: 0px;
}

#bottom {
	width: 98%;
	height: 115px;
	text-align: left;
	background: url(../images/bottom_bg.jpg) left bottom no-repeat;
	border-top: solid 2px #919191;
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	margin-left: 150px;
	margin-top: 30px;
	text-transform: uppercase;
}

#copyright > span {
	text-transform: lowercase;
}

/* Menu */

ul.menu {
	padding-left: 20px;
	padding-right: 40px;
}

ul.menu li {
	background-color:transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-transform: none;
	text-decoration:none;
	cursor:pointer;
	list-style: none;
}

ul.menu li a {
	display: block;
	color: #565656;
	text-decoration:none;
	padding:4px 2px 4px 17px;
}

ul.menu li a:hover {
	color: #3665C2;
	text-decoration:underline;
}

ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active {
	background:url(../images/over.gif) center left no-repeat;
	display: block;
}

ul.menu li.active a {
	font-weight: bold;
}

/* Search */

div.search {
	margin-left: 23px;
}

/* Content */

.contentheading {
	font-weight: bold;
	font-size: 22px;
}

.componentheading {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 26px;
	color: #3A393A;
	padding-bottom: 18px;
	line-height: 1.35em;
}

table.blog div {
	padding-bottom: 30px;
}

/* Module */

.module h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    color: #3A393A;
    padding-bottom: 18px;
    border-bottom: 3px solid #66a6fe;
}

/* mod_latestnews */

ul.latestnews {
	padding-left: 10px;
}

li.latestnews {
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* mod_poll */

.poll {
}

table.poll td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	padding-bottom: 10px;
}

table.poll td div {
	text-align: left;
}
.search input {
border-radius: 5px;
    height: 20px;
    width: 200px;
    padding-left: 25px;
    background-color: cornsilk;

}
#content p {
	text-indent: 25px;
    text-align: justify;
    margin-right: 10px !important;
	font-size: 16px !important;
	
}