/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/bg_body.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DBDBDB;
}

h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DBDBDB;
}

h1 span, h2 span, h3 span {
	color: #1578AF;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 16px;
}

h3, h4, h5, h6 {
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	/*text-align: justify;*/
	line-height: 19px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	float: left;
	padding-left: 15px;
}

.list1 li.first {
	padding: 0px;
}

.list1 img {
	margin-bottom: 10px;
}

.list1 .more {
	display: block;
	background: url(../img/arrows.gif) no-repeat right center;
	text-decoration: none;
	color: #DBDBDB;
}

.list1 .more:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #1578AF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }
/*
img.border, .csc-textpic-border .csc-textpic-imagewrap img,
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 5px solid #272727;
}
*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img {
border: 5px solid #272727;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin: 3px 15px 0px 0px !important;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin: 3px 0px 0px 15px !important;
}

hr { display: none; }

.hr1 {
	height: 20px;
	background: url(../img/bg_hr.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: url(../img/bg_menu.jpg) no-repeat left top;
}

#menu a {
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #323232;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: url(../img/bg_page.jpg) repeat-y left top;
}

#pagebg {
	padding-bottom: 50px;
	background: url(../img/bg_page_bottom.jpg) no-repeat left bottom;
}
	

/** SIDEBAR */

#sidebar {
	background: url(../img/bg_sidebar.jpg) no-repeat left top;
}

#submenu {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	width: 145px;
	height: 30px;
	padding: 20px 0px 0px 25px;
	background: url(../img/bg_submenu.gif) no-repeat left top;
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .first a {
	background: none;
}

#submenu .light a {
	background-image: url(../img/bg_submenu2.gif);
}
#submenu .light li a, #submenu li li a {
	background:none;
	padding:0 0 1em 10px;
	width:120px;
	height:auto;
	font-weight:normal;
}
/** CONTENT */

#content {
	background: url(../img/bg_content.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(../img/bg_footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	line-height: normal;
	text-align: center;
	color: #B9B9B9;
}