@import url("reset.css");

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-size: 12px;
}

.clear {
	clear: both;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color:#2C6EB1;
	text-decoration: underline;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
	color:#2c6eb1;
	font-weight: bold;
	padding-bottom:5px;
	line-height: normal;
}

h1 {
	font-size:18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

blockquote {
	padding: 0px 10px 10px 10px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;
}

.moduletable-pos {
	position: absolute;
	width: 108px;
	display: block;
	height: 107px;
	top: 593px;
	left: 235px;
	z-index: 100;
}

#headerWrap {
	height: 120px;
	background: url(../images/header_bg.jpg) no-repeat left top;
}

#logo {
	float: left;
	width: 330px;
	height: 120px;
	padding-left: 13px;
}

#logo a:link, #logo a:visited, #logo a:active {
	width: 330px;
	height: 120px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
}

#headerWrap .moduletable-contact {
	float: right;
	width: 380px;
	color: #000000;
	font-size: 24px;
	font-weight: bolder;
	text-align: left;
	padding: 24px 36px 0 0;
}

#container {
	height: 514px;
	overflow: hidden;
}

#leftCol {
	background: url(../images/leftcol_bg.jpg) repeat-y left top;
	width: 343px;
	height: 514px;
	overflow: hidden;
	float: left;
	padding: 25px 0 0 0;
}

#leftCol .moduletable-menu {
	width: 343px;
}


#leftCol .moduletable-menu ul li {
	background: url(../images/li_bg.jpg) no-repeat left top;
}

#leftCol .moduletable-menu ul li a:link,
#leftCol .moduletable-menu ul li a:active,
#leftCol .moduletable-menu ul li a:visited {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .11em;
	display: block;
	padding: 0 0 0 22px;
	text-decoration: none;
	cursor: pointer;
	height: 53px;
	line-height: 53px;
}

#leftCol .moduletable-menu ul li a:hover,
#leftCol .moduletable-menu ul li.active a:link,
#leftCol .moduletable-menu ul li.active a:active,
#leftCol .moduletable-menu ul li.active a:visited {
	background: url(../images/hover_bg.jpg) no-repeat left top;
	color: #2c6eb1;
	text-decoration: none;
}

#contentCol {
	width: 500px;
	padding: 20px 17px 20px 0px;
	float: right;
}

.contentheading {
	color:#2c6eb1;
	font-size:22px;
	font-weight: bold;
	height: 73px;
}

#content {
	height: 400px;
	overflow: auto;
	line-height: 16px;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
}

.moduletable-img {
	height: 274px;
	overflow: hidden;
}

#footerWrap {
	width: 900px;
	background: url(../images/footerwrap_bg.jpg) repeat-x left top;
	height: 70px;
	overflow: hidden;
}

#footerWrap .footer-left {
	float: left;
	width: 343px;
}

#footerWrap .footer-left .submit {
	background: url(../images/submit.jpg) no-repeat left top;
	width: 178px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	float: left;
	margin: 17px 0 0 30px;
	text-align: center;
}

#footerWrap .footer-right {
	width: 516px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin: 20px 0 0 0;
}

#bottomWrap {
	background: url(../images/bottomwrap_bg.jpg) no-repeat left top;
	height: 46px;
	overflow: hidden;
}

.vizibul h3 {

margin-bottom: 5px;

cursor: pointer;

font-size: 0.875em;

}

.vizibul .answer {
	margin-bottom: 8px;
	padding: 4px 6px;
	background:#b4d1ed;
	border:thin solid #2C6EB1;
	margin:5px 0px 10px 16px;
	width: 442px;
}

.vizibul .question

{
	padding-left: 16px;
	line-height: 1.2em;
	background: url(../images/plus.jpg) no-repeat left 2px;
}


.vizibul .question.plus

{
	background-position: -15px 1px;
	background-repeat: no-repeat;
	background: url(../images/minus.jpg) no-repeat left 2px;

}

/* Forms */
    input, select, textarea{
	font-family: Arial, Helevtica, Verdana, san-serif;
        font-size:13px;
		background-color:#CCCCCC;
        position:relative;
        outline: none;
        padding:4px;
        margin-right:1px;
    }
	
    form ul, form li{
        list-style-type:none;
        list-style-position:outside;                
        border:0;
        margin:0;
        padding:0;
    }
    
    form ul li {
        margin:0px 0 4px 0px;
        padding:4px 0 4px 0px;
    }

    .button{
        cursor:pointer; 
		width:130px !important;
		height:27px;
        clear:both;
        border:none;
        overflow:visible;
        outline: none;
		position:relative; 
		padding:0 0 4px 0 !important;
    }
    
    .button:hover{
		outline: none;
        overflow:visible;
    }
    
 
    /* form field widths */ 	
    
    textarea{
        width:500px;
		overflow:auto;
    }
    
    /* form field widths for sidebar*/ 

    .sidebar_left input, .sidebar_left  select,
    .sidebar_right input, .sidebar_right  select{
        width:210px;
    }
    
    .sidebar_left textarea,
    .sidebar_right textarea{
        width:210px;
		overflow:auto;
    }
    
/*contact form validation*/
    #validate_form label{
		display: block;
    }
    
    #validate_form label.error {
        color: orange:
        border: 0px solid orange;
    }
    
    #validate_form .error{
        color: orange;
        border: 1px solid orange;
    }
    
/* Form Messages*/
    .ok_box{
        padding:20px;
        margin:10px auto;
        font-size:13px;
        border:1px  dashed orange;
        color: orange;	
    }    

    .ok_box h3{
        font-size:18px;
	color: orange;
    }    
    .error_box, #loader{
        padding:20px;
        margin:10px auto;
        font-size:13px;
        border:1px  dashed #ffcc00;
        color: #ffcc00;	
    }
         


