.Line-Vertical-Right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9C7D4;
}
.Line-Vertical-Left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9C7D4;
}
.Font-Menu-Horizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.BG-Main {
	background-attachment: fixed;
	background-image: url(img/BG-Main.gif);
	background-repeat: repeat;
	background-position: center top;
}

.BG-Workarea {
	background-attachment: fixed;
	background-image: url(/img/BG-Workarea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.borderRadius {
	box-shadow:7px 7px 7px #000000;
   border:2px solid #b57d02;
   border-radius:4px;
   -moz-border-radius:4px; 
}
.Border-Main-Sides {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Boarder-Workarea-Sides {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: outset;
	border-left-style: inset;
	border-right-color: #990000;
	border-left-color: #999999;
}
.Line-Horz-White-1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.Line-Horz-White-2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.Font-Menu-Vertical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h1.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7e601e;
	text-decoration: none;
	margin-left:15px;
}
h1.headerlrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #520000;
	text-decoration: none;
	margin-left:15px;
}
p.maintxt {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: normal;
	color: #403f3f;
	text-decoration: none;
	margin-left:15px;
	margin-right:15px;
	margin-top:8px;
	margin-bottom:15px;
}
.maintxtlink {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: bold;
	color: #520000;
	text-decoration: underline;
}
.maintxtlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: bold;
	color: #7e601e;
	text-decoration: underline;
}
.sideimage {
	box-shadow:5px 5px 5px #000000;
   border:2px solid #dd7505;
   border-radius:4px;
   -moz-border-radius:4px; 
   height: 225px;
   width: 150px;
}
.Font-Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.Box-All {
	border: 1px solid #000000;
}

.FONT-norm {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.fontNorm2 {
	font-family: Tahoma;
	font-size: 14px;
}


/* Modified CSS */

.page-container {
	padding: 0 20px;
}
.executive-package-list {
	text-align: justify;
}
.executive-package-list ul {

}
.executive-package-list ul li {
	padding: 16px 0 0;
	line-height: 25px;
}

.questionnaire-form {
	background: #dedcdc;
    padding: 15px;
    border-radius: 10px;
}
.questionnaire-form h2 {
    margin: 0 0 15px 0;
    padding: 10px;
    background: #520100;
    color: #fff;
}
.questionnaire-form tr {
	height: 37px;
}