/* CSS Document */

.header {
	height:27px;
	color:#FFF;
	font-weight:bold;
}

.header a {
	color:#007eff;
	font-weight:bold;
	text-decoration:none;
}

.header a:hover {
	text-decoration:underline;
}

.float_right {
	float:right;
}

.logo {
	text-align:center;
}

.gray_bg {
	background:url(images/gray-bg.jpg) repeat-x top #F3F3F3;
	font-size:18px;
	font-weight:bold;
	color:#333;
	border: 1px solid #ccc;
	overflow:hidden;
	margin-bottom:10px;
	text-align:left;
	padding:15px 0 0 0;
}

.gray_bg p {
	font-size:14.5px;
}

.gray_box {
	border:1px solid #ccc;
	background:url(images/gray-bg.jpg) #F3F3F3 repeat-x;
	padding:8px 5px 5px 5px;
	overflow:hidden;
	margin-bottom:12px;
}

.orange_box {
	border:1px solid #ccc;
	background:url(images/orange-bg.jpg) #FCDFB4 repeat-x;
	padding:8px 5px 5px 5px;
	overflow:hidden;
	margin-bottom:12px;
}

a.blue-button  {
	background:url(images/blue-button.jpg);
	padding:5px 10px 5px 10px;
	border:2px solid #5D98D2;
	display:block;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	float:right;
	margin-bottom:2px;
	cursor:pointer;
	clear:both;
}

a.orange-button  {
	background:url(images/orange-button.jpg);
	height:26px;
	width:125px;
	display:block;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	float:right;
	margin-bottom:2px;
	border:0;
}

input.blue-button  {
	background:url(images/blue-button.jpg);
	height:31px;
	padding:0 10px;
	border:2px solid #5D98D2;
	display:block;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	float:right;
	margin-bottom:2px;
	cursor:pointer;
}

.social {
	height:20px;
	vertical-align:middle; 
	margin-bottom:5px;
	margin-right:5px;
}

.social_links {
	margin-bottom:15px;
}

.float_left { float:left;
}
