* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
	background: #b2f3f9 url(../images/bg.jpg) ;
    min-width: 100%;
}
.clear{
	clear:both;
	width:100%;
	height:5px;
}
.bdr{
	border: #E2E2E2 1px solid;
	padding:2px;
	background-color:#FFF;
}

#cceday{
	position:absolute;
	right:10%;
	top:15px;
	z-index:100;
}
/*header---------------*/
#header{
	height:116px;
	width:100%;
	clear:both;
	padding:20px 0 0 0;
	background: #FFF url(../images/tab_b.png) repeat-x top;
}
#header_data{
	width:960px;
	clear:both;
	margin:auto;
}
#header_top{
	width:960px;
	clear:both;
	height:10px;
	float:right;
}


/*navigation---------------*/
#navigation{
	height:40px;
	width:100%;
	clear:both;
	background:url(../images/menubg.gif) repeat-x;
}
#nav{
	width:960px;
	margin:auto;
	clear:both;
}
/*body---------------*/
#bodywrapper{
	width:940px;
	height:auto;
	clear:both;
	background-color:#FFF;
	margin:auto;
	padding:10px;
	

	
-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	 /*For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
	
	filter: progid:DXImageTransform.Microsoft.Shadow (color='#666666', Direction=225, Strength=8)
		progid:DXImageTransform.Microsoft.Shadow (color='#666666', Direction=315, Strength=8)
		progid:DXImageTransform.Microsoft.Shadow (color='#666666', Direction=45, Strength=8)
		progid:DXImageTransform.Microsoft.Shadow (color='#666666', Direction=135, Strength=8);
	box-shadow: 0px 0px 20px #666;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;

}
/*banner---------------*/
#banner{
	width:940px;
	clear:both;
	height:284px;
	}
.bodyleft{
	float:left;
	width:665px;
	margin-top:15px;
		text-align:justify;
		padding-left:5px;

}
.bodyleft h1{
	font-size:16px;
	font-weight:bold;
	color:#900;
	padding-bottom:5px;
	text-transform:uppercase;
}
.bodyleft h2{
	font-size:14px;
	font-weight:bold;
	color: #333;
	border-bottom:solid 2px #666;
	padding-bottom:2px;
	margin-bottom:5px;
}

.bodyleft p{
	text-align:justify;
}
.bodyleft ol{
	padding-left:30px;
}
.bodyleft ul{
	padding-left:30px;
}
.article{
	    line-height: 22px;
	clear:both;
	height:auto;
	margin-top:15px;
		text-align:justify;
		border: #DDD 1px solid;
		padding:5px;
			 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.article h1{
	font-family: "Times New Roman", Times, serif;
	color: #900;
	font-size:18px;
	font-weight:bold;
	border-bottom:#999 dotted 1px;
	background:url(../images/article-icon.png) left top no-repeat;
	padding:2px 0 0 32px;
	text-transform: uppercase;
	height:25px;
	
}
.article h2{
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.article h3{
	color:#000;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 2px #666;
	margin:2px 0 10px 0;
}

.readmore{
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
		color:#900;
		text-align:right;

}
.readmore a{
	color:#900;
	text-decoration:none;
	font-size:11px;
}
.readmore a:hover{
	color:#900;
	text-decoration: underline;
	font-size:11px;
}

.bodyright{
	float:right;
	width:250px;
	border:dashed #999 1px;
	border-left:#1fa5d5 2px solid;
	margin-top:15px;
}
.bodyright_matter{
	padding:5px 5px 10px 10px;
	
}
.bodyright_matter h1{
	color:#006699;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:5px;
}

/*footer---------------*/
#footer{
	height:64px;
	width:100%;
	clear:both;
	margin:auto;
	background: url(../images/footerbg1.gif);
}
#footer_data{
	width:960px;
	clear:both;
	margin:auto;
	padding-top:10px;
	color:#ccc;
	font-size:11px;
}
#footerleft
{
	float: left;
}
#footerleft a
{
	color: #ccc;
	text-decoration: none;
}
#footerleft a:hover
{
	color: #CCCC00;
	text-decoration: underline;
}

#footerright
{
	float: right;
}
#footerright a
{
	color: #ccc;
	text-decoration: none;
}
#footerright a:hover
{
	color: #CCCC00;
	text-decoration: underline;
}


/*CONTACT FORM*/
#contact-form {
    width:90%;
    border: 1px solid #999;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
	padding:20px;
}

#contact-form h1 {
    font-size:14px;
    margin-bottom:5px;
}


#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:12px;
    margin-bottom:1px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:90%;
    border: 1px solid #CEE1E8;
    margin-bottom:7px;
    padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
	
}

#contact-form textarea {
    height:100px;
    resize: none;
}

#contact-form label {
    display:block;
}

#contact-form .required {
    font-weight:bold;
    color:#F00;    
}

#contact-form #submit-button {
    width: 80px;
    background-color: #666;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

#contact-form #submit-button:hover {
    background-color: #333;
}

#contact-form #submit-button:active {
    position:relative;
    top:1px;
}

#contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}

#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}

#errors li {
    padding:2px;
    list-style:none;    
}

#errors li:before {
    content: ' - ';    
}

#errors #info {
    font-weight:bold;
}

#errors #info:before {
    content: '';    
}

#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}

#errors.visible, #success.visible {
    display:block;    
}

#req-field-desc {
    font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}

/*-------------oher logo scroller*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: auto; /*leave this value alone*/
	width: 220px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	z-index: auto;
	left: 5px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -4px;
	top: -2px;
	height: 210px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 226px; 
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

