/* General styles */
body {
	background-color:#fff;
	color: #414142;	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;	
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:0.5em 0 0.2em 0;
	padding-left:1em;
	color: #414142;
	font-weight: 400;	
	clear:both;
	font-size:1.8em;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
hr {
	height: 1px;
	background-color: #ddd;
	border: 0px;
	clear: both;
	margin:1em 1em;
}
#container {
	width:100%;	
	min-height:100%;
	position:absolute;	
}
#logo {
	margin:10px;	
	width:235px;
	overflow:hidden;
}
#header {
	clear:both;
	float:left;
	width:100%;
}
#redbar {
	clear:both;
	background:#F5333F;
	margin:0;
	padding:1.3em 1.25em !important;
}
.wrapper {
	height:100%;
	min-height:100%;	
	margin:0 auto;	
	padding-bottom: 3em;
}
.content {
	position:relative;
	overflow:hidden;
	background:#fff;		
	width:100%;
	max-width:640px;
	margin:auto;
}
.link{
	position:relative;
	float:left;
	color:#303030;
	width:15.0em;	
	height:23.0em;	
	margin: 0em 0em 1.3em 1.3em;
	background-color: white;
	border: 1px solid #ddd; 
	display: inline;
	overflow:hidden;
	text-decoration:none;	
	border-radius: 5px;
	background-image:url('../images/arrow.png');
	background-repeat:no-repeat;
	background-position: right bottom;
}
.link:hover {
	cursor: pointer;
	color:#303030;	
	background-color:#fcfcfc;
	border-color:#bbb;
	text-decoration:none;	
	background-image:url('../images/arrow-hover.png');
	background-repeat:no-repeat;
	background-position: right bottom;
	
}
.linktitle {
	display:block;
	font-size:1.1em;
	text-align:left;	
	line-height:1.3em;
	vertical-align:top;
	margin:0.6em;
	margin-bottom:0.8em;
	font-weight:bold;
}
.linkimg {
	display: block;
	margin:0;
	width:100%;
	height:125px;
	z-index:-10;	
	overflow:hidden;
	text-align:center;
}
.linkdescription {
	display:block;
	/*overflow:hidden;*/
	text-overflow:ellipsis;
	margin:0.7em;
	margin-top:1em;
}
/* Footer styles */
#footer {
	position: absolute;
	width:100%;
	bottom:0;
	color: #505050;
	height: 2.5em;
	border-top:1px solid #ddd;
	background-color:white;
	overflow:hidden;		
}
#footerslogan{
	display: block;
	float: left;
	/*padding-top:0.5em;*/
	padding-left:0.5em;
	margin:0;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:0px;
	max-width:40%;	
	vertical-align:middle;
	line-height:2.5em;
}
#footercontact {
	display: block;
	float: right;
	padding-top:0.2em;
	padding-right:0.5em;
	font-size:0.9em;
	letter-spacing:0px;
	max-width:60%;
	text-overflow: ellipsis;
	white-space:nowrap;
	text-align:right;
	overflow:hidden;
	vertical-align:middle;
	line-height:2.5em;
}
@media only screen and (min-width:240px) and (max-width:410px) {
.link{
	display:block;
	position:relative;
	width:75%;	
	float:none;
	margin:auto;
	margin-top:1em;
}