body{
	background:#015581;
	color:#b3cdda;
	font:10px/1.5 verdana, arial, sans-serif;
	text-align:center;
}

div.container{
	width:800px;
	text-align:left;
	margin:0 auto;
}

h1 {
	float:left;
	background:url(/images/logo.gif) top left #b3cdda no-repeat;
	width:280px;
	height:126px;
	text-indent:-1000em;
	overflow:hidden;
	padding:0;
	margin:0;
}

div.description{
	float:right;
	width:500px;
	text-align:justify;
	font-size:10px;
}

h2 {
	font-family:arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	margin:10px 0 0 0;
	line-height:20px;
	font-size:12px;
	border-bottom:1px solid #b3cdda;
	clear:both;
}
div.description h2 {
	text-align:right;	
	font-size:14px;
	border:none;
	line-height:12px;
}

h2 span{
	font-weight:normal;
	font-size:10px;
	text-transform:none;
	margin-left:95px;
	color:#b3cdda;	
}

div.row{
	margin:10px 0;
}

form {
	width:784px;
	margin:0 0 0 20px;
}
fieldset{
	border:0;
	margin:5px 0; padding:0;
}

fieldset.show, .twocols, div.twocols {
	margin:15px 0;
}
fieldset.hide legend {
	display:none;
}
fieldset.show legend {
	font-weight:bold;
	color:#b3cdda;	
	padding:0; margin:0; 
}

label, div.item label, div.row div.item label {
	display:block;
}

div.row label, div.inline div.item label  {
	display:inline;
}
div.row {
	clear:both;
}
div.item {
	float:left;
	width:260px;
}

.twocols div.item {
	width:390px;
}

.twocols textarea {
	width:370px;
}
div.item input {
	width:230px;
}
div.state{
	width:60px;
}

div.state input, input.date, div.item input.date{
	width:30px;
}

input.year, div.item input.year {
	width:60px;
}
div.city {
	width:200px;
}
div.city input {
	width:190px;
}

/* Education Section */
ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul li { margin:5px 0 0 0; padding:0;}

div.headings {
	float:left;
	width:260px;
}

div.education li {
	width:200px; margin-bottom:14px;
}


div.education li.two {
	margin-bottom:28px;
}

div.education fieldset {
	width:160px;
	float:left;
}

div.education fieldset h4{
	border-bottom:1px solid #b3cdda;
	display:block;
	font-weight:normal;
	font-size:10px;
	margin:10px 0 0 0; padding:0;
}
div.education fieldset input, div.education fieldset select, div.education fieldset textarea {
	display:block;
	margin:5px 0;
}

div.education fieldset input, div.education fieldset textarea {
	width:140px;
}

/* References Section */
div.references fieldset.show legend {
	text-transform:uppercase;
	font-weight:normal;
}

/* Skills Section */

div.skills label {
	float:left;
	display:block;
	width:220px;
}

div.skills textarea {
	float:right;
	width:510px;
}

div.skills div.item {
	width:780px;
	margin:15px 0;
}

/* History Section */
div.history fieldset legend {
	font-family:arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	font-size:12px;	
}
div.history div.salary span { display:block;}
div.history div.salary label {
	display:inline;
}

div.history textarea {
	width:780px;
}
div.history div.salary input {
	width:60px;
}

/* Agreement Section */
div.agreement {
	border-bottom:1px solid #b3cdda;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* Universal Clearing of Float Elements */
div.clear {
	clear:both;
}



