/*---Global---*/
body{
	margin: 0px;
	color: #2B2B2B;
	background: #000000 url(../images/caplan-studios-bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a{
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}
/*---GlobalEnd---*/
/*---Main---*/
#main{
  width: 963px;
  padding: 0 2px;
  overflow: hidden;
  margin: 0 auto;
}
/*---MainEnd---*/

#toppadding{
  width: 963px;
  height: 17px;
}
#outter{
  border: 2px solid #FCBA64;
}
#homeheaderimage{
  width: 959px;
  height: 324px;
}
#subpageheaderimage{
  width: 959px;
  height: 324px;
}
#bottompadding{
  width: 959px;
  height: 17px;
  background: #FFFFFF;
}
#navigationbox{
  color: #FFFFFF;
  width: 959px;
  height: 50px;
  background: #EA6F34;
}
#company{
	width: 311px;
	height: 50px;
	margin: 0px;
	float: left;
	color: #FCBA64;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
}
#companytext{
  padding: 12px 0px 0px 37px;
  font-style: italic;
}

#mainnav{
  width: 648px;
  height: 50px;
  float: right;
}
.navigation{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	letter-spacing: 1px;
	/* line-height: 75px; */
  position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
.navigation li{
  float: left;
  width: 108px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.navigation li a{
  float: right;
  width: 108px;
  height: 50px;
  padding: 18px 0px 0px 0px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  background: url(../images/nav-bg.gif);
}
.navigation li a:hover{
  color: #EA6F34;
  text-decoration: none;
  background-position: 0 -50px;
}
.navigation li a span{
  /* padding: 0px 35px 0px 0px; */
  text-align: center;
}

#homecontent{
  color: #2B2B2B;
  width: 959px;
  background: #FFFFFF;
}
.homecontentright{
  padding-top: 17px;
  color: #2B2B2B;
  background: #d9d7fd;
}
.hometext{
	padding: 10px 33px 10px 33px;
	text-align: left;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.hometext p{
  margin: 17px 0px 10px 0px;
}
.hometext p a{
  color: #28256B;
  text-decoration: underline;
}
.hometext p a:hover{
  color: #EA6F34;
  text-decoration: underline;
}
.hometext H1{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #28256B;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.hometext H2{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #28256B;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
.hometext H2 a{
  color: #28256B;
  text-decoration: underline;
}
.hometext H2 a:hover{
  color: #EA6F34;
  text-decoration: none;
}
#footer {
  width: 963px;
  margin: 0px;
}
#companyfooter {
  width: 465px;
  margin: 0px;
  padding: 15px 0px 20px 35px;
  float: left;
  color: #8A87C6;
}
#cwsfooter {
  width: 428px;
  margin: 0px;
  padding: 15px 35px 20px 0px;
  float: right;
  text-align: right;
  color: #4E4B88;
}
#cwsfooter a {
  color: #4E4B88;
  text-decoration: none;
}
#cwsfooter a:hover {
  color: #4E4B88;
  text-decoration: underline;
}

#contactContentL {
  float: left;
  width: 393px;
  padding-top: 19px;
}
#contactContentL P {
  margin-top: 0px;
  text-align: justify;
}
#contactContentR {
  float: right;
  width: 500px;
  padding-top: 19px;
}
#contactContentR TD {
  color: #455e5f;
}
