/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background:#999999 url(backgd.gif) 50%; repeat-n;
	line-height: 16px; 
	padding-left: 5px;
	padding-right: 5px;
}

a {
	color: #ff6633;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #33ADDB;
	background-color: inherit;
	text-decoration: underline;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	/*text-transform: uppercase;*/
	background-color: inherit;
	
}

/* mainly for H2 or H1 styling */
.blue {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #44618e; 
	/*text-transform: uppercase;*/
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 940px; 
	position: relative;
	overflow: hidden;
	z-index:2;
		}
			

.header { 
    width: 936px;
	height: 45px; 			
	margin: 0px 0px 0px 0px; /* was  0 0 2 0 */
	padding: 20px 0.3em 0 5px;
	border-top: 4px solid #44618e;
	background: #44618e; /*003366; /* url(headerbg.gif) repeat-x bottom left */
	color: #808080;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 33px; /*23 */
	margin: 0px 0px 0px 0px;	
	background: #333333;
}

.subheader_left {
	line-height: 33px;
	width: 190px;
	background: #333333;/*#575757*/ url(hmleftb.gif) repeat-x;
	color: #999999;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	background-color: inherit;
}

.subheader_right {
	background: #333333; /*#F6F6F6 */ url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 33px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	width: 936px;/*737 */
}

.subheader_right a {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 9px 10px;
	color: #f5f5f5;
	background: #333;/* inherit; */
	font-weight: bold;
	text-decoration: none;
}
.subheader_right a:hover {
	background: #8c3527; /*#575757 
534e4f */url(hmlefbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #EFEFEF;
	text-decoration: none;
}

.left {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 190px;
	font-size: 80% Tahoma, Arial, Helvetica, sans-serif;
    background: #f6f6f6; /*#efefef; #575757;*/
    color: #626262;	
	display:inline;
	position:relative;
	z-index:1;
	/*position:relative;*/
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
.right {
	float: right;
	width: 724px; /*560 */
	margin: 0px 0px 1px 0px; 
	padding: 5px 5px 0px 10px; 
	color: #000;
	font-size: 80% Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #ccc;	
	display:inline;
	position:relative;
	z-index:1;
	/*position:relative;*/
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}
.notes {
        font-size: 8.5 pt;
        color: #ff6010;
        font-weight: bold;
}
.right_left {
	float: left;
	width: 330px;
	padding: 13px;
	background: #dcdcdc /* was #f2f2f2 */ url(corner.gif) no-repeat bottom right;
	color: #626262;
    border-bottom: 1px; style: dotted; color: #999999;
}

.right_right {
	float: right;
	width: 320px;
	padding: 13px;
	margin-right: 5px;
	background: #dcdcdc /* was #f2f2f2*/ url(corner.gif) no-repeat bottom right;
	color: #626262;
    border-bottom: 1px; style: dotted; color: #999999;
}

		* html body {
			overflow: hidden
			}
.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 10px; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
	position: relative;
	z-index:3;
}

.footer a { 
	text-decoration: none; 
}
.footer a:hover { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
	padding: 0;
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 95%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 0px; 
	font-weight: bold; 
}

.submit {
background-color: #ff6010;
border: Default 1px dotted #CCCCCC;
padding: 0px;
color: #FFFFF0;
font-size: 1.1em;
font-family: sans-serif;
font-style: normal;
font-weight:bold;
}
.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}
.text p {
         align: center;
}
.placement {
         align: center;
		 padding: 0px 5px 0px 5px;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}