/*global tags and elements*/
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Myriad, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
}
P, H1, H2, H3, UL, LI {
	margin: 0px;
	padding: 0px;
}
A {
	color: #636363;
}
A:hover {
	color: #70c098;
}















/*parent blocks*/
#maincontainer {
	width: 851px;
	margin-top: 20px;
	margin-left: 50px;
	border: 1px solid #000;
}
#header {
	background: url(images/v_logo_hed.gif) top right no-repeat;
	height: 128px;
	border-bottom: 1px solid #70c098;
}
#nav {
	background: #636363;
	height: 25px;
	vertical-align: middle;
	padding: 12px 34px 0 34px;
}
.navimg {
	padding-left: 40px;
}
#contentcontainer, #contentcontainer-sub {
	background-color: #efefef;
	height: 800px;
}
#copyright {
	margin-top: 18px;
	margin-left: 87px;
	font-family: Myriad, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 16px;
	padding-bottom: 20px;
	clear:both;
}
#contentcontainer-sub #inlineimage {
	background: url(images/image_sample.jpg) no-repeat;
	height: 128px;
	width: 321px;
	position:absolute;
	left: 581px;
	top: 188px; 
}
* html #contentcontainer-sub #inlineimage { top: 196px; }					/*for IE positioning*/

P.printversion { margin: 20px 0; }









/*offspring content blocks*/
#leftcontent {
	width: 390px;
	padding-top: 36px;
	padding-left: 36px;
	float: left;
	position:relative;
}
#leftcontent-sub {
	width: 566px;
	padding-top: 36px;
	padding-left: 36px;
	float: left;
	position:relative;
}
#leftcontent P, #leftcontent-sub P {
	font-size: 10pt;
	line-height: 13pt;
	color: #474747;
	padding-bottom: 10px;
}
#leftcontent H1, #leftcontent-sub H1 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}
#leftcontent-sub H1 {				/*extra padding on top of each H1 in sub pages */
	padding-top: 30px;
}
#leftcontent H1, #leftcontent H1 A, #leftcontent-sub H1, #leftcontent-sub H1 A {
	color: #7082c0;
}
#leftcontent H2, #leftcontent-sub H2 {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
#leftcontent-sub H2 {
	padding-top: 20px;
}
#leftcontent H3, #leftcontent-sub H3 {
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #666; 
	margin: 0 30px 0 30px;
}
.hed-h3 {
	font-size: 8pt;
	line-height: 12pt;
	color: #474747;
	padding-bottom: 20px;
	margin: 0 30px 0 30px;
}
.ul-h3 {
	/*margin-left: 16px;*/
	margin: 0 30px 20px 46px;
	list-style-image: url(images/bu_box1.gif);
	font-family: Myriad, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
}


















/*sidebar blocks*/
#rightcontent {									/*container for HP*/
	width: 346px;
	margin-top: 36px;
	float: left;
	margin-left: 57px;
}
*html #rightcontent {							/*IE positioning*/
	margin-left: 0;
	margin-right: 0;
	margin-top: 36px;
}
#rightcontent-sub {								/*container for sub pages*/
	width: 170px;
	top: 36px;
	float: left;
	margin-left: 57px;
	margin-top: 36px;
}
#leftsidebar {									/*container for sidebox 1 and 2*/
	float: left;
	width: 168px;
	margin-right: 8px;
}
#rightsidebar {									/*container for sidebox 3 and 4*/
	float:left;
	width:168px;
}
#rightcontent-sub #rightsidebar { margin-top: 175px; }						/*to accomodate inlineimage*/
#sidebox1, #sidebox3 {
	background-repeat: repeat-x;
	padding: 19px 14px 10px 14px;
	height: 240px;								/* to keep both side boxes level, the height must exceed the content */
	margin-bottom: 8px;
}
#sidebox1 {										/*top left*/
	background-image: url(images/b_box1.gif);
	background-color: #b7c0df;
	border: solid 1px #7082c0;
}
#sidebox3 {										/*top right*/
	background-image: url(images/b_box3.gif);
	background-color: #b7deca;
	border: solid 1px #70c098;
}
#sidebox2 {										/*bottom left*/
	background-image: url(images/b_box2.gif);
	background-repeat:no-repeat;
	background-color: #b7deca;
	padding: 14px 14px 14px 14px;
	height: 162px;								/* box height is 190 - 14x2 */
	margin-bottom: 8px;
	border: solid 1px #70c098;
}
#leftsidebar H1, #rightsidebar H1, 
#leftsidebar H1 A, #rightsidebar H1 A  {
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
}
#leftsidebar H1 A:hover, #leftsidebar H1 A:active, #rightsidebar H1 A:hover, #rightsidebar H1 A:active {
	text-decoration: underline;
}
#rightcontent A:hover {
	color: #000;
}










/*leftsidebars texts*/
#leftsidebar P, #rightsidebar P, #leftsidebar UL, #leftsidebar LI,
#rightsidebar UL, #rightsidebar LI {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #666666;
	padding-bottom: 10px;
}
#sidebox1 UL {
	margin-left: 16px;
	list-style-image: url(images/bu_box1.gif);	
}
#sidebox3 UL {
	margin-left: 16px;
	list-style-image: url(images/bu_box3.gif);	
}
.morelinkcontainer {
	text-align: right;
	vertical-align: bottom;
	position: relative;s
}
.morelink {
	font-family: Myriad, Geneva, Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
	font-weight: bold;
}
.morelink A, .morelink A:visited, .morelink A:active {
	color: #666;
}
.morelink A:hover {
	color: #7082c0;
}








#home_image {
	position: relative;
	left: -36px;
	top: -36px;
}
* html #home_image { padding: 0; margin: 0; }





/*voxaris news - wp styles*/

.feedback, .meta {
	display: none;
}
#comment, #comments, #postcomment, #commentform {
	display: none;
}


INPUT.field, TEXTAREA {
	width: 500px;
}