@charset "UTF-8";
/* CSS Document */
body, html {
	padding:0px;
	background-image: url(../img/background-image.jpg);
	background-repeat:repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
#container {
	margin:0px auto;
	height:auto;
	display:table;
	width:900px;
	margin-bottom:20px;		
}
#header {
	width:100%;
	height:125px;
	border-bottom: 3px solid #FFF;
	background:#414141;
	margin-bottom:20px;
}
	#headercontent {
	width:740px;
	margin: 0px auto;
	height:auto;
	display:table;
	}
	#logo {
	width:200px;
	margin:0 auto;
	float:left;
	height:20px;
	}
#links{
	float:left;	
	width:145px;
	margin-left:10px;
}
	#links ul li{
		float:left;
		list-style:none;
		margin-left:10px;
	}
#disclaimer{
	float:right;
	font-size: 9px;
	color:#FFF;	
}
#form{
	float:left;
	padding:15px;
	width:300px;
	background:#CCC;
	margin-bottom:10px;
	border:1px dotted #FC0;
}
	#form ul li{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#F00;	
	}
input { 
float:left;
margin-bottom:10px;
*float:none;
}
#submit{
	padding-top:10px;
	float:left;
}
label{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
.thumb{
	float:left;
	margin-left:-4px;
	padding:5px;
	clear:both;
}
.thumb-top{
	width:175px;
	background-image:url(../img/thumb-c1.png);
	height:15px;	
}
.thumb-mid{
	width:165px;
	padding:5px;
	height:auto;
	background-repeat:repeat;
	background-image:url(../img/thumb-c1.jpg);
}
.thumb-bottom{
	width:175px;
	background-image:url(../img/thumb-c3.png);
	height:17px;	
}
.info{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
	.info h2{
		margin-left:5px;
		font-weight:bold;
		padding:5px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#06F;
	}
	.info-top
	{
		margin-top:5px;
		padding-top:5px;
		width:260px;
		height:20px;
		background-image:url(../img/c-1.png);
	}
	.info-mid{
		padding:10px;
		width:240px;
		height:auto;
		background-repeat:repeat-y;
		background-image:url(../img/c-2.png);
	}
	.info-bottom{	
		margin-bottom:10px;
		width:260px;
		height:25px;
		background-image:url(../img/c-3.png);
	}
	
#cv{
	
}
	#cv b{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFF;
		font-weight:bold;
	}
	#cv ul li{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFF;
	}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#185FC7;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #000;
}
.hidden {
display: none !important;
}