﻿body {
	background: #111111;
}

input[type=text], input[type=password], textarea {
	padding: 5px;
	font-size: 150%;
	background-color: #ffffff; /* fallback color */
    background-image: -moz-linear-gradient(50% 100% 90deg, #e1e1e1, #ffffff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#e1e1e1), to(#ffffff));
	
}

input[type=submit], button {
	padding: 5px 10px 5px 10px;
	font-size: 150%;
}

.paragraph {
	margin-bottom: 10px;
	line-height: 150%;
}

.secondary-header {
	clear: both; 
	padding-top: 30px;
}


h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0px;
	padding: 0px;
}

header {
	background: #111111;
	padding: 25px;
}

header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	margin-top: 5px;
}


header ul li {
	float: left;
}

header ul li a {
	color: White;
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

header ul li a:hover {
	color: black;
	background: #ff5900;
}

.sub-header, .sub-header-subpage {
	background: #3f6d80 url(../images/sub-page-background.png) bottom left repeat-x;
	border-bottom: 1px solid #192a31;
	padding: 20px;
}

.sub-header-subpage {
	padding: 15px;
	font-size: 115%;
}

.sub-header-subpage h2 {
	font-family: 'Myriad Pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: black 1px 2px 0px;
	font-weight: bold;
	color: White;

}

.sub-header h2 {
	font-family: 'Myriad Pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: black 1px 2px 0px;
	font-size: 48px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: -1px;
	color: White;
}


.sub-header p {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: black 1px 2px 0px;
	font-size: 20px;
	color: White;
	margin-top: 25px;
}

.button {
	background: url(../images/btn-featured-right.png) no-repeat scroll 100% 0%;
	color: #777;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	height: 44px;
	letter-spacing: -1px;
	padding-right: 16px;
	text-decoration: none;	
}

.button span {
	background: url(../images/btn-featured.png) no-repeat;
	display: block;
	float: left;
	line-height: 44px;
	padding: 0px 10px 0px 30px;
}

.button-small {
	background: url(../images/btn-featured-right-small.png) no-repeat scroll 100% 0%;
	color: #777;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	letter-spacing: -1px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

.button-small span {
	background: url(../images/btn-featured-small.png) no-repeat;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0px 10px 0px 20px;
}

.page-header {
	background: #EEE url(../images/bg-breadcrumb-top.png) repeat-x 50% 0%;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #efefef;
	color: #777;
	height: 44px;
	line-height: 44px;
}

article {
	padding: 25px;
	background: white url(../images/page-background.png) top left repeat-x;
	min-height: 400px;
	line-height: 200%;
}

article .colborder {
	border-right: 1px solid #e1e1e1;
}

article h3 {
	margin-bottom: 20px;	
}

article h3{
	font-weight: bold;
}

article .subpage {
	min-height: 800px;
}

.widget .button-small {
	margin-top: 20px;
}

.widget {
	margin-bottom: 45px;	
}



footer {
	margin: 20px;
	color: #cdcdcd;
}

footer a {
	color: White; 
	text-decoration: none;
}

footer a:hover {
	color: #e6e6e6;	
}


