/* CSS Document */
.bodytext{
font-family:Tahoma, Verdana, "Times New Roman";
font-size:11px;
color:#5f6364;
}
.h1text{
font-family:Verdana, "Times New Roman";
font-size:14px;
color:#25b1ff;
font-weight:bold;
}
.rightlink{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#7c7c7c;
font-weight:bold;
}
a.link:visited, a.link:link, a.link:active{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#7c7c7c;
font-weight:bold;
text-decoration:none;
}
a.link:hover{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#00334e;
font-weight:bold;
text-decoration:none;
}

a.rightlink1:visited, a.rightlink1:link, a.rightlink1:active{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#0069a3;
text-decoration:none;
}
a.rightlink1:hover{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#014c60;
text-decoration:underline;
}
a.rightlink2:visited, a.rightlink2:link, a.rightlink2:active{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#013958;
text-decoration:none;
}
a.rightlink2:hover{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#014c60;
text-decoration:underline;
}

a.rightlink3:visited, a.rightlink3:link, a.rightlink3:active{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#0081c9;
text-decoration:none;
}
a.rightlink3:hover{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#014c60;
text-decoration:underline;
}
a.rightlink4:visited, a.rightlink4:link, a.rightlink4:active{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#00a3ff;
text-decoration:none;
}
a.rightlink4:hover{
font-family:Verdana, "Times New Roman";
font-size:11px;
color:#014c60;
text-decoration:underline;
}
.leftbox{
background:#FFFFFF;
border:solid 1px #d4d4d4;
margin-top:5px;
padding:10px;
width:204px;
}
.footertext{
font-family:Tahoma, Verdana, "Times New Roman";
font-size:11px;
color:#5f6364;
}
a.footertext1:visited, a.footertext1:link, a.footertext1:active{
font-family:Tahoma, Verdana, "Times New Roman";
font-size:11px;
color:#5f6364;
text-decoration:none;
}
a.footertext1:hover{
font-family:Tahoma, Verdana, "Times New Roman";
font-size:11px;
color:#1d7388;
text-decoration:underline;

}
input, textarea, select {
color: #1e292b;
font-size: 11px;
font-weight: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background: #FCFCFC url(images/bg_input.gif) 0 0 repeat-x;
border: 1px solid #c4c4c4;
padding: 3px;
margin: 0 5px 0 0;
cursor: pointer;
}

select option {
padding-left:10px;
margin-top:3px;
margin-bottom:3px;
cursor: pointer;
}

input[type=radio] {
background-image: none;
background-color: transparent;
border:none;
}

input:focus,textarea:focus,select:focus  {
border: 1px solid #F1CA80;
}
.defaultButton { /* Submit */
background: url(images/button_bckgrnd.gif) 0 0 repeat-x;
border: 1px solid #32393d;
font-weight: normal;
color: #fff;
vertical-align: top;
cursor:pointer;

}
.defaultButton:hover {
background: url(images/header_gradient-blue.gif) 0 0 repeat-x;
color: #fff;
} 

.action { /* Submit */
font-weight: bold;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 450px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background:url(images/bgimage.jpg) no-repeat center #FFFFFF;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-top:1px;
padding: 5px 10px;
}

.pagination a{

padding: 5px 5px 5px 5px;
text-decoration: none; 
color: #5f6364;
border:solid 1px #e7e7e7;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #669acc;
}



html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
