/* cmsms stylesheet: VH1 modified: 09.01.2020 12:16:37 */
*{
	margin:0;
	padding: 0;
}
body {
	background: #555;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 20px;
	overflow-y: scroll;
}
p{
	margin:10px 0;
}
img {
	border: none;
}
a{
	color: #173D7F;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#content {
	background: #fff;
	padding: 0;
	margin: -15px;
	position: relative;
	z-index: 1;
}

#header {
	/*background: #000 url(/uploads/template/images/header.gif) no-repeat;*/
	/*background: #000 url(/uploads/template/images/head_bg.jpg) no-repeat;*/
	/*background: url("/uploads/template/images/head_bg.jpg") no-repeat scroll left bottom #000000;*/
	background: url("/uploads/template/images/head_bg1.jpg") no-repeat scroll right bottom #000000;
	height: 100px;
	/*width: 760px;*/
	margin: 0 auto;
}
h1 { 
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
#header h1 { 
	letter-spacing: -1px;
	padding: 15px 0 0 10px;
	color: #111;
}
#header h1 a { 
	color: #111;
	text-decoration: none;
}
#header h1 a:hover {
	color: #333;
}
#header h2 {
	font-size: 16px;
	color: #333;
	padding: 15px 0 0 10px;
}
#header h1{
	text-shadow: #fff 0 1px 2px, #fff 0 0 5px, #fff 0 0 10px;
}
#header h2{
	text-shadow: #fff 0 0px 2px, #fff 0 0 5px, #fff 0 0 10px;
}

#navigation {
	/*width: 760px;*/
	background: #111 url(/uploads/template/images/menu.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
#navigation ul{
	margin:0;
	padding: 0;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover,  #navigation li a.act{
background: #333 url(/uploads/template/images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left {
float: left;
width: 220px;
padding: 10px;
line-height: 14px;
}
.left h2 {
/*margin-top: 10px;*/
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 0 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 12px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #173D7F;
}
.left ul a:hover { color : #333; }

.right { 
float: right;
width: 850px;
padding: 10px;
margin-right: 20px;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer { 
background: #222;
color: #eee;
margin-top:20px;
line-height: 30px;
text-align: center;
padding: 15px 0;
}
#footer p{
margin:0;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }

.content{
	min-height: 300px;
}
.left {
padding: 0;
}
.right { 
padding: 0;
margin: 0;
}
.outer {
width: 1100px;
margin: 0 auto;
}
select{
border:1px solid #555;
}
.content ul, .content ol{
padding-left: 20px;
}
.content p{
margin: 5px 0;

}
/* cmsms stylesheet: shadows modified: 09.01.2020 12:16:37 */
.sw_inner img {display:block; margin:0 auto;}

.content {
	/*background: #bcbec0 url(/uploads/template/images/content_bg.jpg) repeat-y center top;*/
	padding: 5px;
	margin: -15px;
	position: relative;
	z-index: 1;
	//margin: -3px;
}

.sw_corners {
	position: relative;	
	padding: 1px 30px;
	margin: 35px 0;
	background: url(/uploads/template/images/shadow/left.png) repeat-y;
	display: block;
	text-align: justify;
}
.sw_corners .sw_inner {
	position: relative;
	z-index: 100;
	padding: 1px 0;
	padding-right: 30px;
	margin-right: -30px;
	background: url(/uploads/template/images/shadow/right.png) 100% 0 repeat-y;
}
.sw_corners:before {
	display: block;
	height: 30px;
	content: url(/uploads/template/images/shadow/left_top.png);
	background: url(/uploads/template/images/shadow/right_top.png) 100% 0 no-repeat;
	margin: -31px -30px 0 -30px;
	font-size: 0;
}
.sw_corners:after {
	display: block;
	height: 30px;
	content: url(/uploads/template/images/shadow/left_bottom.png);
	background: url(/uploads/template/images/shadow/right_bottom.png) 100% 100% no-repeat;
	margin: 0 -30px -31px -30px;
	font-size: 0;
}
.sw_inner:before {
	display: block;
	height: 30px;
	content: "";
	background: url(/uploads/template/images/shadow/top.png) repeat-x;
	margin: -31px 0 0 0;
	font-size: 0;
}
.sw_inner:after {
	display: block;
	height: 30px;
	content: "";
	background: url(/uploads/template/images/shadow/bottom.png) repeat-x;
	margin: 0 0 -31px 0;
	font-size: 0;
	z-index: 0;
}
