/* Start of CMSMS style sheet 'vrtisworks-nick' */
/* CSS Document */

body {
	background:#ffffff;
	text-align:center;
	margin:20px;
	padding:0;
	font-family:  verdana, arial, sans-serif;
        font-size: medium;
	color:#bfbf60;
	}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#bfbf60;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#ffffe6 url(uploads/images/background.gif) repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: url(uploads/images/background.gif) repeat-y top left;
	}
#header {
        background-color: #ffffbf;
        background-repeat: no-repeat;
        background-image: url(uploads/images/VWTitle.gif);
        background-position: 10px 0px;
	padding:10px;
	margin:0 auto;
	text-align:right;
	color:#bfbf60;
        height: 101px;
	}
#header h1 {
	font-size:200%;
        bottom: 20px;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#acbf60;
	z-index:100;
        color: #ffff80;
        font-size: small;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#acbf60;
	z-index:99;
        color: #ffff80;
        font-size: small;
	}
#centercol {
	position:relative;
	padding:0 240px;
        color: #000000;
	}
#footer {
	position:relative;
	bottom:0px;
	background:#ffffbf;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000000;
        font-size: small;
	}
.centerme {
        display: block;
        margin: 0 auto;
}
.smallcentered {
        display: block;
        margin: 0 auto;
       font-size: small;
}
#myframe { height: 600px; }
/* End of 'vrtisworks-nick' */

/* Start of CMSMS style sheet 'vrtisworks-nick-menu' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border: 1px solid #bfbf60; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #ffff80;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #acbf60; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive, #primary-nav a.menuactive { 
   background-color: #ffffbf; 
   color: #000000;
   font-weight: bold;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover,
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
   color: #acbf60;
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh,
#primary-nav a:hover, 
#primary-nav a.menuh, 
#primary-nav a.menuparenth, 
#primary-nav a.menuactiveh { 
   background-color: #ffffbf; 
   color: #acbf60
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #bfbf60; 
   border-top: 1px solid #bfbf60; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #ffffbf;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #bfbf60;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #bfbf60;
   border-right: 1px solid #bfbf60;
}

/* End of 'vrtisworks-nick-menu' */

/* Start of CMSMS style sheet 'vrtisworks-nick-passwordmaker' */
.wordsbox {
  width: 260px;
  background-color: #acbf60;
  padding: 5px;
  margin: 0px auto;
  font-family:  verdana, arial, sans-serif;
  font-size: medium;
  color:#000000;
}
.formbox {
  width: 260px;
  background-color: #acbf60;
  border: 1px dotted #333;
  padding: 5px;
  margin: 0px auto;
  font-family:  verdana, arial, sans-serif;
  }
.formrow {
  padding-top: 5px;
  width: 260px;
  height: 20px;
  }

.formlabel {
  float: left;
  width: 175px;
  text-align: right;
  font-family:  verdana, arial, sans-serif;
  font-size: small;
  }

.forminput {
  float: right;
  width: 50px;
  text-align: left;
  font-family:  verdana, arial, sans-serif;
  font-size: small;
  }
.formsubmit {
  text-align: center;
  margin: 0px auto;

/* End of 'vrtisworks-nick-passwordmaker' */

