@charset "UTF-8";
/***************************************************************************
 	reset browser defaults
 **************************************************************************/
*{
	margin: 0px;
	padding: 0px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/***************************************************************************
 	general tags / classes
 **************************************************************************/

html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	background: #fff;
}

span.nowrap{
	white-space: nowrap;
}
span.warning{
	color: #CC0000;	
}
span.phone{
	white-space: nowrap;
}

.clear {
	height: 0px;
	clear: both;
	width: 100%;
	background: #fff;
	display: block;
	/display: inline; /* IE hack 0px height; value not compatible with other browsers */
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	border: none;
	/*display: none;*/
}

h1{
	font-size: 14px;
	padding-top: 27px;
	margin-bottom: 9px;
	color: #1b27c4;
	/*border: 1px solid red;*/
}

h2{
	font-size: 12px;
	margin: 27px 0px 9px 0px;
	color: #1b27c4;
}
h3, h4, h5, h6{
	font-size: 12px;
	margin: 27px 0px 9px 0px;
	color: #000;
}

a {
	outline: none;
	color: #1b27c4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	color: #939599;
}
a img{
	border: 1px solid #fff;
}
p{
	margin: 0px 0px 9px 0px;
	padding: 9px 0px 0px 0px;
}
ul{
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 9px 0px;
}

.dots {
	width: 391px;
	border-top: 1px dotted #ccc;
	height: 1%;
	padding: 0px;
	margin: 4px auto;
	display: block;
}

/***************************************************************************
 	core devisions and layout elements elements
 **************************************************************************/

div.wrap{
	width: 915px; /* 202 + 220 + 491 +2(IE6 bug) */
	margin: auto;
	padding-left: 28px;
	padding-bottom: 23px;
	position: relative;
	/*height: 40px;*/
	/*overflow: hidden;*/
	/*background: yellow;*/
	background: /*red*/ url(../images/gradient_footer.gif) no-repeat 218px bottom;
	
}
div.left{
	width: 202px;
	float: left;
	position: relative;
	left: -711px; /* 220 + 491 */
	padding: 238px 0px 0px 0px;
	/*background: green;*/
	margin: 0px;
	/*display: none;*/
}
div.normal {
	position: relative;	
	width: 491px;
	float: left;
	left: 190px;
	padding: /*275px*/ 0px 0px 0px 0px;
	background: #fff url(../images/gradient.gif) repeat-y left/*218px*/;
	/*min-height: 300px;*/
	/*border: 1px solid red;*/
	/*display: none;*/
}
div.right{
	width: 220px;
	position: relative;
	float: left;
	left: 167px;
	padding-top: 221px;
	overflow: hidden;
	visibility: hidden;
	/*background: blue;*/
	/*display: none;*/
}
div.min-height{
	/*display: none;*/
	height: 475px;
	width: 1px;
	float: right;
	/*background: black;*/
}
div.content{
	width: 390px;
	float: left;
	line-height: 18px;
	padding: 0px 50px 0px 50px;
	/*background: green;*/
/*	display: none;*/
}

img.head{
	display: block;
	width: 445px;
	height: 261px;
	padding: 23px 23px 0px 23px;
	background: url(../images/gradient_header.gif) no-repeat left top;
	position: absolute;
	position: relative;
	top: 0px;
	left: 0px;
}


p.footer {
	padding: 6px 0px 4px 0px;
	text-align: center;
	font-size: 11px;
	margin: 35px auto 0px auto;
	border-top: 1px dashed #ccc;
	position: relative;
	width: 391px;
	/*display: none;*/
}

img.logo{
	border: none;
}


/***************************************************************************
 	content items 
 **************************************************************************/
div.content .left {
	float: left;
	margin-right: 15px;
}
div.content .right{
	float: right;
	margin-left: 15px;
}
div.content pre {
	font-family:"Courier New", Courier, monospace;
	white-space: normal;
}

div.content b {
	font-weight: normal;
	
}




/***************************************************************************
 	menu as unordered list (v1)
 **************************************************************************/

ul.menu {
	list-style-type: none;
	width: 162px; /* total: 162 + 40 = 202 */
	padding: 15px 0px 0px 40px;
	margin: 0px;
}
ul.menu li{
}
ul.menu li.standalone{
	padding: 22px 0px;
}
ul.menu a{
	display: block;
	width: 145px;
	text-decoration: none;
	color: #000;
	padding: 4px 0px 3px 17px;
	border-bottom: 1px solid #ccc;
	outline: none;
}
ul.menu li.standalone a{
	border-top: 1px solid #ccc;
}
ul.menu a.active{
	color: #1b27c4;
	font-weight: bold;
	text-decoration: none;
}
ul.menu a:hover,
ul.menu a.active:hover {
	color: #939599;
	text-decoration: none;
}

/* --- menu 2nd level --- */
ul.menu ul{
	width: 162px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
ul.menu ul a{
	border: none;
	width: 130px;
	padding-left: 25px;
}



/***************************************************************************
 	forms
 **************************************************************************/

label{
	padding-right: 15px;
}
form table td{
	padding: 1px 0px;
}
textarea{
	width: 378px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 16px;
	color: #181715;
	margin-bottom: 4px;
	display: block;
}

input{
	
}
input.width{
	display: block;
	width: 382px;
}

.submit{
	padding: 2px 5px 1px 5px;
	text-align: center;
	float: right;
}

/***************************************************************************
 	tables
 **************************************************************************/

table.special{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 15px 0px;
	padding: 10px;
	width: 370px;
}
