body
{
background-color:#fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
     }
#container{background-color:#fff;}
#main{background-color:#fff;}
#header
{
	margin-bottom:40px;
}
img { border:none; }

h1
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 200%;
}

label
{
	font-weight:bold;
		
}
.tb
{
width:400px;	
margin-bottom:10px;
}
select.tb
{
padding: 1px;
width: 404px;
}

fieldset
{
width:500px;
padding-left:75px;

}

legend 
{
	
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 150%;
padding:0 15px 0 15px;
margin:0px 2px 2px 0;
font-weight:bold;
background-color:#fff;
}
.buttons 
{
background-color:Lime;	
}

.warning 
{
 font-weight:bold;
 background-color:Red;
 color:#fff;
 display:block;
 width:400px;
 padding:5px;
 margin-bottom:10px;
 	
}

table.radio-options tr td label
{
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

input,textarea 
{
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header > table > tbody > tr:nth-child(3) > td:nth-child(1) > table > tbody > tr > td > a > img:hover{
    opacity: 0.5;
}

.clear {
    clear: both;
}



#topstrip{
	background: #30bcfb url("images/topstrip.png") repeat-x;
	height: 35px;
	color: #fff;
	font-size: 17px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 3;
	vertical-align: middle;
    left:0;
}

#topstrip div div.right{
	margin-right: 0px;
	letter-spacing: -0.05em;
}

#topstrip div.container{
	padding: 0 25px;
}

#topstrip div#prediplogo{
    width: 115px;
    height: 115px;
	background-color: #fff;
	/* margin-left: -202px; */
	margin-top: 0px;
	position: absolute;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	box-shadow: 0px 0px 20px #666;
	text-align: center;
	z-index: 3;
}

#topstrip div#prediplogo img{
    width: 100px;
    /* height: 147px; */
    margin-top: 5px;
}

.news-blue-bar {
    display: inline;
}

#topstrip div div div.C2{
	margin-top: 10px;
	line-height: 110%;
}

#topstrip  div  div.right  a{
	color: white;
	vertical-align: top;
    line-height: 35px;
}

#topstrip > div > div.left > a{
	color: white;
}

.right {
float:right;
}

.left {
float:left;
}

#phoneicon{
	display: none;
}

.topseparator{
    margin-left: 10px;
    margin-right: 10px;
}

#number {
    display: inline;
    letter-spacing: -0.024em;
    vertical-align: top;
    line-height: 35px;
}

#topstrip div div.right a{
    text-decoration: none;
}

#topstrip div div.right a:hover{
    text-decoration: underline;
}

.btn-bootstrap {
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	text-decoration: none;
    border: 1px solid transparent;
    background-color: #fff;
    border-color: #ccc;
    background-image: linear-gradient(to bottom,#5bc0de 0,#117DCE 100%);
    background-repeat: repeat-x;
    background-color: #5bc0de;
    border-color: #28a4c9;
    cursor: pointer; 
    cursor: hand;
}

.btn-bootstrap:hover{
	background-color: #117DCE;
    background-position: 0 -15px;
    color: #fff;
    border-color: #269abc;
}

input[disabled].btn-bootstrap{
    color: graytext;
	background-color: #fff;
	border-color: #ccc;
    background-image: none;
}