@charset "utf-8";

/* buttons.css

/* Copyright (c) 2013. Sjones limited. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes button links, positioning, z-order

 *******************************************************************************/

/* The links used as buttons */
.link-button {
	float: left;
	display: inline-block;
	padding: 0 5px 0 15px;
	margin-left: 36%;
}

.link-buttonBig {
	float: left;
	display: inline-block;
	padding: 0 5px 0 15px;
	margin-left: 36%;
}

/* formats the anchor elements of the link button class to look like a grey button with white text*/
.link-button a{
	margin-top: 5px;
	padding: 5px 15px;
	background-color: #363C46;
	color: #FFFFFF;
	border-top-right-radius: 10px;
	text-decoration: none;
}

.link-buttonBig a{
	margin-top: 5px;
	padding: 5px 15px;
	background-color: #363C46;
	color: #FFFFFF;
	border-top-right-radius: 10px;
	text-decoration: none;
}

/* blue background with white text */
.link-button a:hover{	
	color: #FFFFFF;
	background-color: #4577A7;
}

.link-buttonBig a:hover{	
	color: #FFFFFF;
	background-color: #4577A7;
}

/* button to float to the left for left positioned text and images */
.link-button-left {
	float: left;
	display: inline-block;
}

/* formats the anchor elements of the link button class to look like a grey button with white text */
.link-button-left a{
	width: 140px;
	margin-top: 5px;
	padding: 5px 15px;
	background-color: #363C46;
	color: #FFFFFF;
	border-top-right-radius: 10px;
	text-decoration: none;
}

/* dark grey background with orange text */
.link-button-left a:hover{
	color: #FFFFFF;
	background-color: #4577A7;
}

/*******************************************************************************

 .link-button2 are the larger set of link buttons

 *******************************************************************************/

/* formats the anchor elements of the link button class to look like a grey button with white text */
.link-button2-left a{
	display: inline-block;
	margin: 10px;
	padding: 10px 25px;
	background-color: #363C46;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	border-top-right-radius: 20px;
}

/* dark blue background with white text */
.link-button2-left a:hover{
	color: #FFFFFF;
	background-color: #4577A7;
}

/* formats the anchor elements of the link button class to look like a grey button with white text */
.link-button2 a{
	display: inline-block;
	margin: 10px;
	padding: 10px 25px;
	background-color: #363C46;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	border-top-right-radius: 20px;
}

/* dark blue background with white text */
.link-button2 a:hover{
	color: #FFFFFF;
	background-color: #4577A7;
}

.downloadButton{
	float: left;
	width: 135px;
	height: 45px;
	padding: 10px;
	margin-bottom: 20px;
}

.downloadButtonRight{
	float: right;
	width: 135px;
	height: 45px;
	padding: 10px;
	margin-bottom: 20px;
}

.buttonC1{
	width: 280px;
	margin: 20px 10% 0 10%;
}