/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* START */

body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	min-height:100%; /* For Modern Browsers */
    height:auto !important; /* For Modern Browsers */
    height:100%; /* For IE */ 
	}

 h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

h1 { 
	font-size: 11pt; 
	margin-bottom: 1px;
	width: 100%;
}

h2 {
	margin-bottom: 8px;
	padding: 0 0 0 0;
	font-size: 15pt;
}

h3 {
	padding: 0px 0 0 7px;
	font-size: 16px;
	margin-top:5px;
	margin-bottom:3px;
	background: url(../images/vm-h3-background.jpg) no-repeat;
	padding-left:20px;
}

p {
	margin-top: 10px;
	line-height: 1.4;
	font-size:10pt;
}

a {
	color: #7BB500;
	text-decoration:underline;
	line-height: 1.4;
	font-size:10pt;
}

a:hover {
	text-decoration: none;
}



/* Header */

#container {
	width: 952px;
	margin: 0 auto;
	padding: 0px;
	color:#777;
}

#mainmenu {
	font-family: Arial, serif-serif;
	float:left;
	font-size:11pt;
	font-weight: normal;
	color: #7BB500;
	height: 80px;
	margin-top:15px;
}

#mainmenu li {
	float:left;
	display: block;
	width:115px;
	border-left: 1px solid #999;
	color:#777;
	font-size:9pt;
	padding-left:5px;
}
#mainmenu a {
	float:left;
	display:block;
	padding-bottom:0px;
	text-align:center;
	height: 25px;
	text-decoration:none;
	color: #7BB500;
	font-size:13pt;
}

#mainmenu a:hover {
	text-decoration:underline;
}


/* Content */

#rightcolumn {
	clear: both;
	float: right;
	width: 748px;
	padding: 0 0 0 0;
 }

#rightcolumn-top{
	float: left;
	margin-top:20px;
	width: 748px;
	padding: 0 0 0 0;
}

#rightcolumn-top h1{
	font-size:28px;
	line-height:1.5;
}

#rightcolumn-top h2{
	font-size:22px;
}

#leftcolumn {
	float: left;
	width: 204px;
		
}
#leftcolumn-submenu{
	float: left;
	width: 204px;
	background: url(../images/vm-submenu.jpg) no-repeat;
	background-color:#eeeeee;
	min-height:295px;
}
#leftcolumn-submenu h2{
	font-size:16px;
	color:#fff;
	padding-top:15px;
	padding-left:20px;
	text-align:right;
	margin-right:10px;
	display:block;
}
#leftcolumn-submenu p{
	font-size:13px;
	color:#fff;
	padding-top:5px;
	text-align:right;
	margin-right:10px;
	display:block;
}
#leftcolumn-submenu p a{
	color:#fff;
}
#leftcolumn-submenu ul {
	padding-top:20px;
	padding-right:11px;
	display:block;
}
#leftcolumn-submenu li {
	text-align:right;
	color:#fff;
	font-size:12px;
         list-style-type: none;
}
#leftcolumn-submenu li a {
	text-align:right;
	color:#fff;
	font-size:15px;
	line-height:1.5;
         text-decoration:none;
}
#leftcolumn-submenu li a:hover {
         text-decoration:underline;
}


#leftcolumn-news{
	float:left;
	font-size:16px;
	margin-top:20px;
	padding-left:2px;
}

#leftcolumn-links{
	float:left;
	font-size:16px;
	margin-top:10px;
	padding-left:2px;
}
#leftcolumn-links p{
	margin:0px;
	padding:0px;
}



#contentbox-left {
	overflow:hidden;
	float:left;
	min-height:290px;
	width: 410px;
	padding-left:20px;
	padding-right:5px;
	padding-top:8px;
	line-height:1.5;
}
#contentbox-left h1{
	font-size:20px;
	color:#7BB500;
	line-height:1.2;
}

#contentbox-left ul,ol {
	padding-top:11px;
	padding-bottom:11px;
	padding-left:16px;
         list-style-position: outside;
	line-height:1.7;
}
#contentbox-left li {
	font-size:12px;
         list-style-type: disc;
}
#contentbox-right {
	overflow:hidden;
	float:right;
	min-height:290px;
	width: 300px;
}

#content-left {
	clear:both;
	float:left;
	width: 340px;
	padding-left:20px;
	padding-top:0px;
	line-height:1.5;
	margin-left:10px;
}
#content-right {
	overflow:hidden;
	float:left;
	width: 350px;
	padding-left:20px;
	padding-top:0px;
	line-height:1.5;
}
#content-left p{
	padding-bottom:9px;
}
#content-right p{
	padding-bottom:9px;
}
#content-right h1{
	font-size:20px;
	color:#7BB500;
	line-height:1.0;
}
#content-center {
	overflow:hidden;
	float:left;
	width: 690px;
	padding-left:20px;
	padding-top:0px;
	line-height:1.5;
	margin-top:10px;
}
#content-left h1{
	font-size:20px;
	color:#7BB500;
	line-height:1.0;
}





/* Footer */

#spacer {
	clear:both;
	float: left;
	min-height:20px;
	height:20px;
}

#footer {
	clear:both;
	float: left;
	width: 700px;
	height: 40px;
	padding:10px;
	padding-left:20px;
	background: url(../images/vm-footer-background.jpg) no-repeat;
	color:#fff;
	font-size:13px;
	line-height:1.5;
}

#footer p {
	color: #ffffff;
}

#copynotice {
	float: left;
	margin-top:2px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#content-left ul,ol {
	padding-top:11px;
	padding-bottom:11px;
	padding-left:16px;
         list-style-position: outside;
	line-height:1.7;
}
#content-left li {
	font-size:12px;
         list-style-type: disc;
}
#content-right ul,ol {
	padding-top:11px;
	padding-bottom:11px;
	padding-left:16px;
         list-style-position: outside;
	line-height:1.7;
}
#content-right li {
	font-size:12px;
         list-style-type: disc;
}


/* TABLES */
.table-header {
	COLOR: #ffffff; BACKGROUND-COLOR: #7BB501; FONT-SIZE:11pt;
}
.table-row-even {
	BACKGROUND-COLOR: #E9EFAA;
	COLOR: #333333;
}
.table-row-odd {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #333333;
}
.table-row-bottom TD {
	VERTICAL-ALIGN: bottom
}
.table-row-middle {
	VERTICAL-ALIGN: middle
}
.package-table {
	FONT-FAMILY: Arial,Helvetica;
	FONT-SIZE: 10pt;
	MARGIN: 0px 0px 10px; WIDTH: 100%
}
.package-table P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.package-table-td1 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; TEXT-ALIGN: left; WIDTH:50%;
}
.package-table-td2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; BORDER-LEFT: #ffffff 1px solid; PADDING-TOP: 4px; TEXT-ALIGN: center
}
.package-table-colspan {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 4px; BORDER-LEFT: #ffffff 1px solid; PADDING-TOP: 4px; TEXT-ALIGN: center
}
.table-row-even {
	background-color: #E9EFAA;
	color: #333333;
}
tr .table-row-odd {
	background-color: #FFFFFF;
	color: #333333;
}
.table-row-bottom TD {
	VERTICAL-ALIGN: bottom
}
.table-row-middle {
	VERTICAL-ALIGN: middle
}


#content-left .csc-textpic-above img {
	margin-bottom:20px;
}
#content-right .csc-textpic-above img {
	margin-bottom:20px;
}
#content-left .csc-textpic-below img {
	margin-bottom:10px;
}
#content-right .csc-textpic-below img {
	margin-bottom:10px;
}


.fileitem {
	padding-bottom:5px;
}
.fileitem a {
	color:#7BB500;
}
.deep1 {
	padding-left:20px;
}
.item {
	padding-bottom:5px;
}
.list{
	padding-bottom:5px;
}

#mailformsword {
	padding:3px;
	border:1px solid #777;
}
#mailformscols{
	padding:3px;
	border:1px solid #777;
}
.csc-mailform-field {
	padding:3px;
}
#mailformsubmit {
	padding:3px;
	background-color:#fff;
	border:1px solid #777;
	margin-left:65px;
}
#mailform {
	margin-top:20px;
}

.tx-irfaq-dynheader {
	padding:5px;
}
.tx-irfaq-pi1 p {
	padding-bottom:11px;
}

#reflist {
margin-top:10px;
margin-bottom:10px;
}
