@import 'https://fonts.googleapis.com/css?family=Raleway';

html{}
html, textarea, input{color: #4D4D4D; font-family: 'Raleway', sans-serif; font-size: 11pt;}
body{background-color: #FAF9F5;}

table, tr, th, td{border: 1px solid #E1DED5; border-collapse: collapse;}
th{font-weight: bold;}
th, td{padding: 3px; vertical-align: top;}

a:link{color: #4D4D4D;}
a:visited{color: #4D4D4D;}
a:hover{color: #4D4D4D;}
a:active{color: #4D4D4D;}

ol, ul{margin-left: 20px;}
ol{list-style-type: decimal;}
ul{list-style-type: disc;}
li{margin-bottom: 10px;}

p{margin-bottom: 15px; font-size: 11pt;}
h1{color: #CD2626; font-size: 24pt;}
h2{color: #262626; font-size: 28pt; margin-bottom: 15px; font-family: 'Raleway', sans-serif;}
h3{color: #958A6E;}
em, i, em *, i *{font-style: italic;}
strong, b, strong *, b *{font-weight: bold;}

/*General use classes*/
.p-last{margin-bottom: 0px;}
.italic{font-style: italic;}
.clear{clear: both;}
.centered{text-align: center;}
.hidden{display: none;}
.right{text-align: right;}
.float-left{float: left;}

.container{
	max-width: 960px;
	margin: 0px auto;
	padding: 20px;
}

.top-header{
	background-color: #262626;
	padding: 0px 20px 17px 20px;
	color: #FAF9F5;
	text-align: right;
}

.top-header a{
	color: #FAF9F5;
	text-decoration: none;
}

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

.header{
	text-align: center;
	padding-bottom: 20px;
}

.header img{
	max-width: 100%;
}

.small-text{
	font-size: 9pt;
}

.link-button{
	border: 2px solid #FAF9F5;
	border-radius: 3px;
	padding: 5px;
}

.link-button:hover{
	background-color: #424242;
	text-decoration: none;
}

.home-form{
	text-align: center;
	width: 100%;
}

.home-txt{
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}

.submit{
	border: 1px solid #C0C0C0;
	background-color: #eaeaea;
	padding: 7px 15px;
	font-weight: bold;
}

.submit:hover{
	background-color: #EFEFEF;
	border-width: 1px;
	cursor: pointer;
	color: #000000;
}

.link-list{
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 5px;
	word-wrap: break-word;
}

.link-list:hover{
	background-color: #DEDEDE;
}

.txt{
	max-width: 500px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid #C0C0C0;
}

.error{
	color: #FF0000;
}

/*Contact form*/
.contact-form .txt{
	width: 355px;
}

.contact-form .txt, .contact-form .btn{
	padding: 3px;
}

.red{
	color: #ff0000;
}

.green{
	color: #458B00;
}

.dd{
	display: none;
}


@media (max-width: 675px) {
	.contact-form .txt{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}