/*-- Main Body Section Style --*/
body {
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #00FF00;
}
a:visited {
  	color: #000000;
}
a:hover {
	color: #999999;
	border-bottom: 1px dotted #000000;
}
img { 
	margin: 0px; 
	border: solid 0px #FFFFFF;
}
hr {
	width: 80%;
}

/*-- Content Section Style --*/

#content {
	text-align: left;
	clear: both;
	width: 1024px;
	margin: 0 auto;
}

/*-- Main Header and Menu and Summary Text Section Style --*/

#header {
	font-family: Georgia;
	font-size: 14px;
	background:#FFFFFF url(images/rs.png) no-repeat left;
	height:230px;
}
#menu  {
	width: auto;
	margin: 0 auto;
	float: right;
	text-align: left;
	font-family: Georgia;
	font-size: 12px;
}
#menu  ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#menu ul li {
	width: 5em;
	display: inline;
	float: left;
	padding-top: 0px;
	list-style: none;
	text-align: center;
}
#menu ul li a {
  display: block;
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #222;
}
#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
#headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
table.details
{
	text-align: justify;
	font-family: Calibri;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	width: auto;
	background-color: #FFFFFF;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.details td
{
	background-color: #FFFFFF;
	color: #000;
	padding: 8px;
	text-align: left;
	border: 1px #fff solid;
	line-height: 1.5;
}

/*-- Left Body Section Style --*/

#leftBody {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	float: left;
	width: 40%;
	text-align: left;
	line-height: 1.5;
}
#leftBody .mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
#leftBody .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}

/*-- Right Body Section Style --*/

#rightBody {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	float: right;
	width: 60%;
	text-align: left;
}
#rightBody .mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
#rightBody .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 5px;
}
#rightBody #skillImages  {
	width: 80%;
	margin: 0 auto;
	float: right;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightBody #skillImages  ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#rightBody #skillImages ul li {
	width: 32px;
	display: inline;
	float: right;
	list-style: none;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 8px;
}
#rightBody #cvImg {
	text-align: right;
}
#rightBody #recentWork {
	text-align: right;
}
/*thumbnails of featured work*/
.thumbnail {
	text-align: center;
	display: inline;
	float: right;
	width: 173px;
	border: 1px solid #999;
	margin: 0 12px 12px 0;
	padding: 5px;
}
.clearboth { 
	clear: both; 
}
#skillList {
	float: left;
	width: 40%;
	margin-left: 4%;
}
#skillList ul {
	margin-left: 8%;
	list-style-image: url(images/bullet.png);
	padding-left: 10px;
}
#skillList ul li {
	height: 20px;
}
#linkList {
	float: right;
	width: 40%;
	margin-right: 4%;
}
#linkList ul {
	margin-left: 8%;
	list-style-image: url(images/bullet.png);
	padding-left: 10px;
}
#linkList ul li {
	height: 20px;
}
#linkList ul li a {
  border-bottom: 1px #00FF00 dotted;
}
#linkList ul li a:hover,
#linkList ul li a.active {
  color: #999999;
  border-bottom: 1px #000000 dotted;
}

/*-- Footer Section Style --*/

#footer {
	font-family: Calibri;
	font-size: 9pt;
	text-align: left;
	text-indent: 25px;
}

/*-- headings --*/

h1 {
	clear: both;
	margin: 10px 0;
	font-size: 12px;
	/*text-transform: uppercase;*/
	text-indent: 5px;
	color:#000000;
	background: url(images/line.png) repeat-x;
	width:100%;
}

h2 {
	clear: both;
	margin: 10px 0;
	text-indent: 5px;
	color: #ffffff;
	background: url(images/line.png) repeat-x;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 20%;
	display: block;
}

h3 {
	clear: both;
	margin: 10px 0;
	text-indent: 5px;
	color: #ffffff;
	background: url(images/line.png) repeat-x;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	display: block;
}
