/*-- Main Body Section Style --*/

body {
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
}
a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #FF9900;
}
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;
}
table.details
{
	text-align: left;
	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: 2.0;
}

/*-- Left Body Section Style --*/

#leftBody {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	float: left;
	width: 50%;
	text-align: left;
	line-height: 2.0;
}
#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;
}
#webWork {
	text-align: left;
}
/*thumbnails of featured work*/
.thumbnailLeft {
	text-align: center;
	display: inline;
	float: left;
	width: 120px;
	border: 1px solid #999;
	margin: 0 12px 12px 0;
	margin-left: 5px;
	padding: 8px;
}

/*-- Right Body Section Style --*/

#rightBody {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	float: right;
	width: 50%;
	text-align: right;
	line-height: 2.0;
}
.clearboth { clear: both; }
#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;
}
#graphicWork {
	text-align: right;
}
/*thumbnails of featured work*/
.thumbnailRight {
	text-align: center;
	display: inline;
	float: right;
	width: 120px;
	border: 1px solid #999;
	margin: 0 12px 12px 0;
	padding: 5px;
}

/*-- 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;
	width:85%;
}
