body {
  background:#555454 url('../img/bg.jpg') 0px 10px;
  color: #555454;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
  
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: 
	#005DD1;
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.topgap{
	height:33px;
	margin-top:5px;
	background-color:#251931;
	-moz-box-shadow: 0px 3px 3px #000; /* Firefox */
	-webkit-box-shadow: 0px 3px 4px #000; /* Safari, Chrome */
	box-shadow: 0px 3px 4px #000; /* CSS3 */
}
.container_24 {
  margin-bottom: 20px;
  height:600px;
}


#header{
	margin-top:35px;
	background-color:white;
	margin-bottom:20px;
	height:209px;
	background:#ffffff url(../img/header_bg.jpg) no-repeat bottom right;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

	-moz-box-shadow: 3px 3px 3px #000;
		-webkit-box-shadow: 3px 3px 3px #000;
		box-shadow: 3px 3px 3px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.relative{position:relative;}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.bottom-shadow {
		-moz-box-shadow: 3px 3px 3px #000;
		-webkit-box-shadow: 3px 3px 3px #000;
		box-shadow: 3px 3px 3px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.logo img{
	
	height:160px;
	margin-left:25px;margin-top:25px;
}
.menuContainer{
	height:160px;	
}
.header .titleContainer{
	height:100%;
}
.titleContainer .title{
	position:relative;
	top:70px;
	width:100%;
	font-family:Georgia, serif;
	font-size:20px;
	color:#919191;
}

.titleContainer .contactInfo{
	text-align:right;
	position:relative;
	right:0;
	top:102px;
	font-family:PT Serif;
	font-size:15px;
	color:#000;
	padding-right:18px;
}
.top_menu_div{
	padding:10px;
	position:relative;
	
	height:150px;
}

/* nav-utility */

#navig-top {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 0px;
	z-index: 500;
}    

#navig-top li {
  float: left;
margin: 0;
display: block;
position: relative;
z-index: 500;
vertical-align: middle;
padding: 0px 20px;
font-size: 20px;
  }
#navig-top li.first{
	padding-left:0px;
}
#navig-top li.last{
	float:right;
	padding-right:0px;
}

#navig-top li a {
	font-family:"Conv_RopaSans-Regular";
	font-size:18px;
	display: block;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
	line-height: 30px;
	vertical-align: middle;
	color:#fff;
  }    
#navig-top li a.first{
	padding-left:35px;
}
#navig-top li a.last {
	padding-right:35px;
}
#navig-top li a:hover,#navig-top li a.current {
	color:#b0b0b0;
}

#navig-top a.selected {
  color:#de2328;
}


#gallery{
	height:466px;
	margin-top:35px;
	margin-bottom:35px;
	overflow:hidden;
}


.boxContainer{
	background-color:#F1F1F1;
	margin-bottom:25px;
	padding:25px;
}

.boxContainer .title h2{
	font-family:"Conv_RopaSans-Regular", sans-serif;
	margin:0;padding:0;
	color:#251931;
	font-size:30px;
	text-align:left;
	margin-bottom:30px;
    font-style: italic;
}
.boxContainer .titleDesc{
	font-size:18px;
	color:#000000;
	font-family:PT Serif;
	padding-bottom:15px;
}
.boxContainer .detail{
	font-size:18px;
	color:#000000;
	font-family:PT Serif;
}
.padl0r20{margin-left:0px;margin-right:30px;}
.padTop20{padding-top:20px;}
.font15{
	font-size:15px;
}
.boxContainer .detail ul{
	font-family:Georgia, serif;
	padding:0px;
	margin:0px;margin-left:15px;
}
.boxContainer .detail ul li{
	font-size:18px;
	padding:0px 0 0 20px;
	font-style: italic;
	color: #6a6a6a;
}

.boxContainer .detail ul.pb20 li{
	padding-bottom:20px;
}
	

.bottom-shadow2 {
		border:1px solid #B1B1B1;
		-moz-box-shadow: 3px 3px 3px #999999;
		-webkit-box-shadow: 3px 3px 3px #999999;
		box-shadow: 3px 3px 3px #999999;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#footer{
	height:37px;
	background-color:rgba(0,0,0,0.22);
	border:1px solid gray;
	margin-bottom:30px;
	font-size:13px;color:white;opacity:1;
	font-family:arial;
}
#footer .copy{ 
	line-height:37px;
	vertical-align:middle;
	padding-left:25px;
}
#footer .terms{ 
	float:right;
	line-height:37px;
	vertical-align:middle;
	padding-right:25px;
}
.h50{height:50px;}
.blue{color:#005dd1;font-weight:bold;}
.iframe_hide{
	position:absolute;
	height:55px;width:100%;
	background-color:white;
}

label{
	color:#0066e5;
	font-size:18px;
	float:right;
	line-height:24px;
	text-align:right;
	vertical-align:middle;
}
.input{
	font-family:PT Serif;
	width:100%;
	height:24px;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #99C2F5;
}
.black{color:#000000;}



textarea.input{
	font-family:PT Serif;
	height:100px;resize: none
}
.button{
	background:#2C1342;
	color:white;
	text-transform:uppercase;
	font-size:18px;
	width:125px;
	height:30px;
}
.w200{
	width:200px;
}
.right{float:right}
#error{
	color:#FF0000;
}
input.error {
	border: 1px solid red;
}
label.error{
	color:red;
}
input[type=checkbox].error {
	background-color:#FF0000;
}


.detail ul li,.detail ol li{ padding-bottom: 5px;
padding-top: 5px;
margin-left: 20px;
padding-left: 20px;}


.detail ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
.detail ol li {
    display: block;
    margin-bottom: .5em;
}

.detail ol li:before {
   display: inline-block;
    content: counter(item) ") ";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
}

.refresh{
	width: 200px;
	height: 20px;
	vertical-align: bottom;
	text-align: right;
	margin-top: -10px;
}
.refresh a{
	color:blue;
}
.pt_sharif{
	font-family:PT Serif;
}
#contactInfo{
	font-family:PT Serif;
	font-size:18px;
	color:#6a6a6a;
	padding:10px 15px;
}
#contactInfo .cpname{
	font-size:17px;
	color:#2c1342;
	font-weight:bold;
}
.font17{
	font-size:17px;
}
.hasQuestion{
	font-family:Georgia, serif;
	font-size:20px;
	color:#6a6a6a;
	padding:0;
	margin:0;
}

.privacy {
	font-family:PT Serif;
	font-size: 12pt;
	color: #444;
	background-color: white;
	padding: 20px;
	height: 500px;
	overflow: auto;
}
#mailsent{
	font-family:PT Serif;
	font-size: 21px;
	color: #6a6a6a;
}