/* resume_screen.css CSS Document */
a:link    {  text-decoration: none; }
a:hover   {  color: #339900; text-decoration: underline; }
a:active  {  color: #996600; text-decoration: none; }
a:visited {  text-decoration: none; color: purple; }
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
/*	background-image: url(images/taghive.png); */
	background-repeat: no-repeat;
	background-position: 80% 25%;
	margin-bottom: 20px;
}
hr.subsectionRule {
}
div#resume {
    /* Center the page's content.
       This is the official CSS 2.0 for
	   modern, standards-complient Web browsers.
	 */
	margin-left:  auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	width: 610px;    
	clear: both;
}
div#resume #resumetitle {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(/resume/images/@.gif);
}
div#resume #contactInfo {
	float: right;
	width: 40%;
}
div.sectionwrapper {
	clear: both;
	margin: 0px;
	padding: 0px;	
}
div.sectionbody {
	background-color: #FFFFFF;
	border: 1px solid #CCCC00;
	float: right;
	left: -1px;
	margin: 0px;
	padding: 0.4em 0.4em 0.4em 0.4em;
	width: 405px;
	position: relative;
	z-index: 20;
}
div.sectionbody p, ul {
	margin-top: 0px;
}
div.sectionbody p.sub {
	margin-left: 2.6em;
}
div.sectionbody li {
	margin-top: 0.6em;
}
div.sectionbody.stacked {
	border-bottom: none;
}
h2.sectiontitle {
	background-color: #FFFFCC;
	border: 1px solid #CCCC00;
	border-right: none;
	color: #000000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	left: 12px;
	margin: 0px 0px 0px 11px;
	padding: 0.1em 0.4em 0.1em 0.0em;
	position: relative;
	text-align: right;
	text-size: large;
	text-transform: lowercase;
	width: 170px;
	z-index: 10;
}
ul {
	list-style-type: square;
}
hr {
	color: #CCCCCC;
	width: 70%;
	text-align: right;
}
div#titleContainer {
	background-image: url(images/web_indexed.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 142px;
	margin: 0px;
	z-index: 20;
	color: #333333;
}
h1#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: lowercase;
	color: #7B7B7B;
	font-size: 260%;
	margin: 0px;
	letter-spacing: 0.6em;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
	font-size: x-large;
}
.details {
	background-color: #FFCC99;
	border: 1px solid #FF9999;
	padding: 0.4ex;
}
h4 {
	margin-left: 0.4em;
	color: #484848;
}
#tblSkills {
	font-size: small;
}
