body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin-top: 0px;
	background-color: #002d62;
	background-image: url(/images/bk.jpg);
	background-repeat: repeat-x;
}
/*----------gallery---------------*/
#gallery {width:230px;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 7px 7px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #aa996e;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0; }
#gallery ul li a:hover {white-space:normal; border-color:#7587af;}
#gallery ul li a:hover img {position:absolute; right:-55px; top:0; width:auto; height:auto; margin-top: 185px; }

/*----------content---------------*/
.servicebox {
	background-image: url(/images/servicebox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 142px;
	width: 520px;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 5px;
}
.content {
	background-image: url(/images/pagetextbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 55px;
	padding-left: 20px;
	width: 499px;
	line-height: 22px;
}
.panel{
	background-image: url(/images/mainpanelbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 315px;
	padding-right: 20px;
	padding-left: 20px;
}
/*----------headings---------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#A78E65;
	text-transform:lowercase;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003366;
	padding: 0;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	padding: 0;
	margin-bottom: 0px;		
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;	
}
/*----------Forms---------------*/

input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

/*----------Uploader---------------*/

.uploadWrapper {
	background-color:#fff;
	border-right:3px solid #7587ad;
	border-left:3px solid #7587ad;
	border-bottom:5px solid #7587ad;
	text-align:left;
	width:700px;
}
.uploadWrapper p {
	padding:8px;
}
span.requiredField, p.required {
	color:#A78E65;
}
p.required {
	font-size:10px;
	font-weight:bold;
	padding:2px;
	margin:4px 0;
}
.uploadReview * {
	font-size:12px;
}
.uploadReview {
	background-color:#e7e7e7;
}
.uploadReview td {
	background-color:#fff;
}
.rowOdd, .rowOdd td {
	background-color:#f7f6f5;
	border-top:1px solid #e7e6e5;
	border-bottom:1px solid #e7e6e5;
}

.errorMessage {
	background-image:url(/images/bg_error.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:5px 5px 5px 50px;
	color: #990000;
	font-weight:bold;
}
.successMessage {
	background-image:url(/images/icon_success.gif);
	background-position:8px 6px;
	background-repeat:no-repeat;
	background-color:#f7f6f5;
	border-top:1px solid #7587ad;
	border-bottom:1px solid #7587ad;
	padding:5px 5px 5px 30px;
	color: #9010101;
	font-weight:bold;
}

/*----------Copyright---------------*/
.copyright { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  cursor: default;

}

a.copyright:link  { 
  color            : #ffffff;
 cursor: default;

}
a.copyright:visited  { 
  cursor:text;
    color            : #ffffff;
	
;
}
a.copyright:hover  { 
  cursor: default;
    color            : #ffffff;

}
a.copyright:active  { 
 cursor: default;
   color            : #ffffff;

}
/*----------Lists---------------*/
ul {
	list-style-image: url(/images/arrow.gif);
}
/*----------Links---------------*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: underline;
	color: #135681;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #71364A;
}
a:active {
	text-decoration: underline;
}
