
/** browser reset **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, del, dfn, 
em, font, img, b, u, i, center,
dl, dt, dd, ol, ul, li, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}







/** body **/

body {
/**	font-family: Helvetica, Arial, Verdana, sans-serif;**/
	font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color:#000;
	background-color:#000;
	}	
	
	
#container {
	width: 770px;
	height: 600px;
	background: grey;
	margin: .15em auto
}


#flashMovie {
	overflow: hidden;
}


#topNav {
	background: url(../images/Top_Nav_Background.png) no-repeat;
	width: 770px;
	height: 22px;
	overflow: hidden;
}


#topNavGallery {
	background: url(../images/Top_Nav_Background_gallery.png) no-repeat;
	width: 770px;
	height: 22px;
	overflow: hidden;
}


#content {
	background: url(../images/Content_Background.gif) no-repeat;
	width: 770px;
	height: 243px;
	overflow: hidden;
}


#contentGallery {
	background: url(../images/Content_Background_Gallery.png) no-repeat;
	width: 770px;
	height: 243px;
	overflow: hidden;
}


#bottomRightLinks {
	float: right;
}


#rightLink01 {
	padding: 0 0 0 107px;
}


#rightLink02 {
	padding: 40px 0 0 59px;
}


.copyrightTxt {
	font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 8pt;
	color:#fff;
}

.xclusiveElement {
	color:#7fb21a;
	font-weight:bold;
}






/** imageRollovers **/

/*  --Top Right--  */ 
a.link01 {
	display: block;
	width: 145px; 
	height: 80px;
	text-indent:  10000px;
	overflow: hidden;
	background: url("../images/main_rlink-Top.png")  top left no-repeat;
	display: block;
}

a.link01:hover {
  background-position:  bottom left; 
}


/*  --Bottom Right--  */ 
a.link02 {
	display: block;
	width: 192px; 
	height: 79px;
	text-indent:  10000px;
	overflow: hidden;
	background: url("../images/main_rlink-Bottom.png")  top left no-repeat;
	display: block;
}

a.link02:hover {
  background-position:  bottom left; 
}







/** links **/

a:link, a:visited{
	/**	font-family: Helvetica, Arial, Verdana, sans-serif;**/
	font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	text-decoration: none;
	color:  #7fb21a;
}


a:hover, a:active{
	/**	font-family: Helvetica, Arial, Verdana, sans-serif;**/
	font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	text-decoration: underline;
	color:  #666666;
}




a.crType, v.crType {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D9D9D9;
	}


.crType {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D9D9D9;
	}





