﻿/*CSS Reset by Yahoo!*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html {}

body {}

table {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:auto;
}

tr {border:solid 1px #e2e2e2;}
td {vertical-align:middle; padding:4px;margin:0;}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*CSS Style for WaterColored Portfolio*/
body {
  background: #222222;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #f2f2f2;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

h1{
  font-size: 22px;
  line-height: 24px;
  font-weight:bold;
}

h1.faq 
{
    background: transparent url(/images/arrow.png) no-repeat left 50%;    
    padding-left:45px;
    /*border-bottom: solid 2px #FCD116;*/
    margin-top:30px;
}

h2 {
  color: #e7f1fa;
  font-size: 22px;
  line-height: 28px;
}

tr.dummyrow {
    height:30px;
    border:none;
}

tr.lrow {
    background:transparent;
    color:#fff;
    font-size:16px;
    border:none;
    margin:0;
}

td.lcell {
    padding:5px;
    background:#CF142F;
    color:#fff;
    font-weight:bold;
    font-size:42px;
    text-align:center;
    border:none;
}

td.ec1 {
    font-size:20px;
    font-weight:normal;
    border:none;
    padding:5px;
    background:#6E8B3D;
    color:#fff;
}

td.ec2 {
    font-size:20px;
    font-weight:normal;
    border:none;
    padding:5px;
    background:#6E8B3D;
    color:#fff;
    letter-spacing:normal;
    text-align:right;
}

a.quicklink {
    color:#fff;font-size:14px;text-decoration:none;padding:4px;background:#CF142F;
}


a.qlink {
    color:#fff;font-size:14px;text-decoration:none;padding:4px;background:#CF142F;
}

img.flag {
    border-style:Solid;height:20px;width:30px;border-width:0px;
}

.topline {
    background:#f2f2f2 url(/images/decback.jpg) repeat-x left top;padding:20px;color:#222222;
}    

.rbox 
{
    border-bottom:solid #5f5f5f 1px;padding:5px;padding-left:0;padding-right:0;
    }
    
.fbox 
{
    float:left;width:40px;height:24px;
}

h1.tlink 
{
    position:relative;margin-left:5px;font-size:20px;letter-spacing:-1px;color:#FCD116;border-bottom:dotted #FCD116 1px;
}

.quickc
{
    float:left;padding:3px;background:#CF142F;color:#fff;font-weight:bold;font-size:36px;text-align:center;border:none;margin-top:20px;height:43px;
}

.quickct
{
    margin-top:48px;float:left;padding:3px;background:#CF142F;font-weight:normal;font-size:14px;text-align:center;border:none;
}

input.search 
{
    background: white;
    border: solid 1px #f2f2f2;
    color: black;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin: 0px 0px 0px 1px;
    width: 70px;
}

input.field
{
    background: #CF142F url(/images/search_icon.png) no-repeat 100% 0%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    border: none;
    color: white;
    font-size: 13px;
    height: 16px;
    outline: none;
    padding: 7px 30px 7px 7px;
    padding-right: 30px;
    width: 160px;
    z-index: 1;
}

input.mailfield
{
    background: #CF142F;
    border: none;
    color: white;
    font-size: 13px;
    height: 16px;
    outline: none;
    padding: 7px 30px 7px 7px;
    padding-right: 30px;
    width: 160px;
    z-index: 1;
}
select.field
{
    background: white;
    font-family:Arial, Verdana, Sans-Serif;
    border: none;
    color: black;
    font-size: 16px;
    line-height: 20px;
    font-weight:bold;
    padding:4px;
    height: 28px;
    outline: none;
    width: 140px;
    z-index: 1;    
}

h3 {
  color: #c4dfe6;
  font-size: 14px;
}

#main_container {
  /*background: url("images/main_cont_bck.png") no-repeat center top; /*painted background*/
  margin: auto;
  /*margin-left:40px;*/
  width: 1000px;
  min-height:100%;
}

.clear:after { /*clear-fix*/
  content: ""; 
  display: block;
  clear: both;
}

#left_container {
  width: 1000px;
  float: left;
  margin-bottom: 30px;/*margin: 0 30px 30px 5px;*/
}


#logo {
  margin: 0px;
  padding: 0px;  
}

#menu {
  background: transparent url(/images/mbg.png) no-repeat left top;  
  /*background:#FCD116;*/
  margin: 25px 0 20px 0;
  width:1001px;
  height: 51px;  
  vertical-align:middle;
}

#menu ul {
  padding: 8px 10px 0 48px;
  line-height: 30px;
  font-size: 20px;
}

#menu ul li {
  display: inline;
  padding-right: 18px; 
  vertical-align:middle;
}

#menu ul li a {
  color: #fff;
  text-decoration: none; 
}

#menu ul li select 
{
    vertical-align:middle;
}

#menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #f2faff;
}

#menu ul li.selected a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #f2faff;
}

.maincont {
  /*margin-top:10px;*/
  background:#323232 url(/images/top.jpg) no-repeat left top;
  padding:30px;
  padding-top:40px;
}

.maincontend {
  margin-top:-10px;
  background:#323232 url(/images/bottom.jpg) no-repeat left top;
}

.image_cont {
  float: left;
}

.image_cont img {
  border: 3px solid #90a1a8;
}

ol.menu_cont {
  padding: 0;
}

ol.menu_cont li {
  padding: 0;
  display: inline;
  background: transparent;
  font-size: 10px;
  color: #8cbbc5;
}

ol.menu_cont li a {
  border-bottom: 1px dotted #8cbbc5;
  color: #8cbbc5;
  text-decoration: none;
}

ol.menu_cont li a:hover {
  color: #516e75; 
  border-bottom: 1px dotted #516e75;
}


#sidebar 
{
  position:relative;
  width: 240px;
  /*background: url("images/sidebar_bck.png") repeat-y center top;*/
  background:#181818;
  color: #fff;
  float: right;
  margin-right:5px;
  
}

.side_bottom {
  background: url("images/side_bot.png") no-repeat bottom center;
  height: 85px;
  width: 240px;
  float: right;
  margin-right: 5px;  
}

.side_cont {
  padding: 10px 10px 10px 25px;
}

.side_cont h2 {
  background: url("images/side_tit_bot.png") no-repeat bottom left;
}

.side_cont p 
{
  font-size:12px;
  line-height: 13px;
  letter-spacing: normal;
  margin-top: 5px;
}

.side_cont h3 {
  padding-left: 35px;
  margin-top: 20px;
  background: url("images/icon6.png") no-repeat top left;
}

.side_cont img {
  border: 2px solid #d6e7f1;
  margin: 10px 0;
}

.side_cont h3 a {
  color: #c4dfe6;
}

.side_cont h3 a:hover {
  border-bottom: 1px dotted #c4dfe6;
}

.meta_info {
  font-size: 10px;
  color: #293e43;
  padding: 0 35px 8px 35px;
  background: url("images/post_sep.png") no-repeat bottom center;
}

#down_container {
  margin-top: 10px;
  min-height: 220px;
}

#down_container p {
  margin: 10px 0;
}

.down_1, .down_2 {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0px;
	width: 320px;
}

.down_2 
{
    	margin-left: 25px;
}

.down_1 {
  padding-right: 25px;
}

.clear_sep {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#footer {
  background:#222222;
  display: block;
  width: 1000px;
  margin-bottom: 15px;
}

#footer p {
  font-size: 14px;
  color: #fff;
  text-align: left; 
}

#footer p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dotted #c4dfe6;
}

.logolink 
{
    float:right;
    text-align:right;
    margin-top:-20px;
	display:block;
	background:url(/images/w1.png) center top no-repeat;
	height:75px;
	width:150px;
	line-height:25px;
	font-size:14px;
	text-decoration:none;
}

.logolink:link, .logolink:visited {
	background:url(/images/w2.png) center top no-repeat;
}

.logolink:hover, .logolink:focus {
	background:url(/images/w1.png) center top no-repeat;
}

.ui-tabs .ui-tabs-hide { display: none !important; }


div.autocomplete {
  height:auto;
  width:auto;
  background-color:#fff;
  border:1px solid #323232;
  margin:0;
  padding:5px;
  color:#000;
  z-index:100;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #e2e2e2;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  font-size:24px;
  font-weight:bold;
  height:30px;
  cursor:pointer;
}

#slider { height: 277px; background: transparent url(/images/slider/slider.png) no-repeat 0 0; position: relative; }
#slider .slider-nav a { display: block; width: 18px; height: 49px; font-size: 0; line-height: 0; text-indent: -4000px; position: absolute; top: 120px; }
#slider .slider-nav a.prev { left: 0; background: url(/images/slider/button-prev.gif); }
#slider .slider-nav a.next { right: 0; background: url(/images/slider/button-next.gif); }

#slider-holder { height: 327px; }
#slider-holder .jcarousel-clip { height: 327px; width: 874px; position: relative; overflow: hidden; }
#slider-holder .slide-image { float: right; display: inline; }
#slider-holder .slide-info { float: left; display: inline; width: 850px; padding-top: 15px; }
#slider-holder .slide-info p { padding-bottom: 8px; }
#slider-holder ul { width: 874px; height: 327px; position: relative; overflow: hidden; }
#slider-holder ul li { list-style-type: none; float: left; display: inline; height: 267px; width: 712px; padding: 56px 108px 4px 54px; position: relative; overflow: hidden; }

