/*	CSS Document 
 *	Author: Tashreek Jackson
 *	Overview: Stylesheet for text styles etc.	
*/

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#989898;
	text-decoration:none;
}

a:hover{
	color:#989898;
	text-decoration:underline;
}

p{
	margin:0;
	padding:0 0 25px 0;
	line-height:18px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#c1c1c1;
	margin:0;
	padding:0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#c1c1c1;
	margin:0 0 5px 0;
	padding:0;
}

div#left h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:bold;
	color:#515151;
	margin:0 0 5px 0;
	padding:0;
}

.cv-btn{
	display:block;
	width:133px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/request-my-cv.gif);
	overflow:hidden;
}

.send-btn{
	display:block;
	width:72px;
	height:24px;
	text-indent:-9999px;
	background:url(../images/send.gif);
	overflow:hidden;
}

.cv-btn:hover{
	background:url(../images/request-my-cv-hover.gif);
}

.send-btn:hover{
	background:url(../images/send-hover.gif);
}

input{
	width:258px;
	background:#222222;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#515151;
	margin:0 0 15px 0;
	padding:5px 6px 6px 10px;
}

input#send{
	width:72px;
	height:24px;
	margin:0;
	padding:0;
}

textarea{
	width:258px;
	height:95px;
	background:#222222;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#515151;
	margin:0 0 20px 0;
	padding:5px 6px 6px 10px;
	overflow:auto;
}

p.errorlist{
	color:#FFFFFF;
}

