/*
vividview master styles for screen media
 Dec 2004
*/


body {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #BFE3EB;
	color: #2B2216;
	font-family: georgia, times, serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}



/* ---(common elements )----------------------------- */	

h1 {
	font-family:  Verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #696969;
	padding: 0;
	padding-bottom: 0.15em;
	margin: 0;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #808080;
	padding: 0;
	margin: 0;
	}
h3	{
	font-family: Verdana, sans-serif;
	color: #808080;
	font-size: 75%;
	font-weight: normal;
	}

h3 a:link {
	text-decoration: none;
	color: #808080;
	}
h3 a:hover {
	color: #A9A9A9;
	}

h3 	{
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #808080;
	padding: 0;
	padding-top: 1.2em;
	margin: 0;
	}



	
/* ---( links )------------------------------- */



a:link	{
	color: #930;
	font-weight: bold;
	text-decoration: none;
	}
a:visited	{
	color: #909;
	}
a:hover	{
	color: #F32D0D;
	text-decoration: underline;
	}


/* ---( top )------------------------------- */

#container	{
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	width:  760px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;  /* actual size  */
	}

html>body #container  {  
	width: 750px;  /* be nice to Opera */
	}
 
#logohead	{
	height: 156px;
	width: 750px;
	padding: 0;
	border: 0;
	margin-bottom: 5px;
	}

/* ---(navigation )----------------------------- */


#nav	{
	text-align:center;
	height: 22px;
	width:  750px;
	background: url(img/redstrip.gif) repeat-x top;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #F32D0D;
	}

#nav ul	{
	float:left;
	padding: 1px;
    margin : 0;
    white-space : nowrap;
	}

#nav ul li	{
	display: inline;
	padding-left : 1.75em;
   	padding-right : 1.75em;
	}

#nav ul li a{
   letter-spacing: 1px;
   color : #fff;
   padding-bottom:7px;
   font-weight : bold;
   text-decoration : none;
   }

#navx a {
	font-weight: bold;
	margin:0;
	padding:0;
	text-decoration: none;
	color: #fff;
	display: inline;
	list-style: none;
	}
	
#nav ul li a:hover {
   color : #FFE790;
   background: url(img/menutab.gif) no-repeat;
   background-position: 50% 100%;
   }

#nav ul li a.active {
   color : #FFCE1C;
   background: url(img/menutab.gif) no-repeat;
   background-position: 50% 100%;
   }


.listadj	{
	position: relative;
	padding: 0;
	padding-left: 14px;
	border: 1px solid black;
	}	/* ---(side information )----------------------------- */

#sidepanel	{
	position: relative;
	float: left;
	background: none;
	padding: 10px 14px 19px 19px;
	margin: 0;
	border: 1px dashed #F97C00;
	width:  233px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 200px;  /* actual size  */
	}

html>body #sidepanel  {  
	width: 200px;  /* be nice to Opera */
	}

#sidepanel p {
	line-height: 1.5em;
	font-size: 90%;
	font-family: Verdana, sans-serif;
	}

/* ---( main column )----------------------------- */

#content	{
	float: right;
	margin-bottom: 5px;
	padding: 25px 26px 14px 26px;
	border: 0;
	border-left: 2px solid #F32D0D;
	border-right: 1px solid #F32D0D;
	width:  510px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 455px;  /* actual size  */
	}

html>body #content  {  
	width: 455px;  /* be nice to Opera */
	}
#content p	{
	line-height: 1.5em;
	padding: 0;
	}

#content img	{
	display: inline;
	padding: 8px 8px 0 0;
	border: 0;}	

.picholder	{
	display: block;
	}

#content h1, #contentwide h1 {
	color: #5E5E5E;
	}

#content h2 {
	padding: 0 0 1px 0;
	margin: 0;
	background: url(img/hdbg2.gif) no-repeat left bottom;
	}	
	
#introblock {
	background: #818164;
	color: #FFF;
	}

#photohead	{
	font-family:  Verdana, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #696969;
	padding: 0 0 4px 0;
	margin: 0 0 2px 0;
	background: url(img/hdbg2.gif) no-repeat left bottom;;
	}
#photohead a	{
	color: #BCBCBC;
	font-weight: normal;
	}
#photohead a:hover	{
	color: #696969;
	}

/* ---( main column - wide )----------------------------- */

#contentwide	{
	float: right;
	margin: 0;
	margin-bottom: 5px;
	padding: 10px 53px 14px 54px;
	border: 0;
	border-left: 2px solid #F32D0D;
	border-right: 1px solid #F32D0D;
	width: 750px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 640px;  /* actual size  */
	}

html>body #contentwide  {  
	width: 640px;  /* be nice to Opera */
	}
#contentwide p	{
	line-height: 1.5em;
	padding: 0;
	}
#contentwide h1	{
	clear: both;
	font-family:  Verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #696969;
	padding: 0 0 4px 0;
	margin: 0 0 2px 0;
	background: url(img/hdbg2.gif) no-repeat left bottom;
	}

#contentwide h3	{
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #B7B7B7;
	padding:  0 0 6px 0;
	margin: 0;
	background: url(img/hdbg2.gif) no-repeat bottom left;
	}
#contentwide h3 a, #contentwide h3 a:link	 {
	color: #808080;
	padding: 0;
	text-decoration: none;
	}

#contentwide h3 a:hover {
	color: #B7B7B7;
	}

#contentwide img	{
	display: block;
	padding: 4px 0;
	}	

.qtbreak	{
	display: block;
	font-size: 90%;
	}	
#websection img	{
	float: left;
	clear: both;
	padding: 4px 0 1.25em 0;
	}
#websection h1	{
	padding: 0 0 0.15em 0;
	margin: 0; 
	clear: both;
	}
#websection h2	{
	padding: 0 0 2px 0;
	margin: 0 0 3px 0; 
	}
#websection a	{
	color: #930;
	font-weight: bold;
	}

#websection a:hover	{
	color: #F32D0D;
	text-decoration: underline;
	}

#websection p	{
	padding: 0;
	margin: 0 0 10px 0; 
	}

.webblock	{
	text-align: left;
	float: right;
	width: 300px;
	}
	
	

/* ---( footer )----------------------------- */

#footer	{
	text-align: center;
	clear: both;
	font-family: Verdana, sans-serif;
	height: 22px;
	padding: 0;
	background:	#F66750;
	color: #fff; 
	font-size: 10px;
	}

#footer p	{
	margin: 0;
	padding: 0;
	padding-top:4px;
	}

#footer a	{
	padding: 0 8px;
	font-weight: normal;
	}

#footer a:link, #footer a:visited	{
	text-decoration: none;
	color: #FFF799;
	}
#footer a:hover	{
	color: #F32D0D;
	}	

/* ---( form )----------------------------- */
	
#realname, #email, #company, #comments {
	width: 300px;
	}

#contactform dd{
	margin: 0;
	padding: 4px 0 8px 0;
	}

#contactform {
	margin: 10px 0;
	padding: 2px 20px;
	background: #FFFDD5;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #747474;
	}
#contactform label {
	font-family: Verdana, serif;;
	font-weight: bold;
	color: #930;	
	}

#contactform input, textarea {
	border: 1px solid #FFB6B6;
	padding: 4px;
	background: #FFFFF9;
	}
#endgif	{
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	height: 60px;
	width: 233px;
	}