body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body {
	background-color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	position: relative;
	font-size: 0.9em;
	line-height: 18px;

}
body {
	text-align: center;
	overflow: auto;
}
#container{
	background:#AAA url(../images/bg.gif) center repeat-y;
	overflow:hidden;
}
#wrapper {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 630px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8D8D8D;
	height: auto;
}
#header img#headerimg{
	margin-top:10px;
}
#header ul{
	display:block;
	margin:0px 17px;
	background-color: #999;
}
#header ul li{
	display:inline;
	list-style:none;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:1.4em;
	padding:0px 60px;
}
#header ul li a {
	color:#FFF;
	text-decoration: none;
}

#header ul li a:hover {
	color:#8CCE37;
	text-decoration: underline;
}

#watchvideo ul li {
	display:inline;
}

h1 {
	font-size: 21px;
	line-height: 47px;
	text-transform: uppercase;
}


.flashBox {
	display: block;
	height: 380px;
	padding-top: 10px;	/*width: px;*/	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	padding-bottom: 20px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.6em;
	font-weight: lighter;
	color: #247A4B;
}
#registerBox {
	background-color: #E0E1E2;
	padding: 10px;
	width: 180px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #90B497;
	margin-left: 20px;
}
#registerBox a {
	font-size: 1.1em;
	font-weight: lighter;
	color: #247A4B;
	text-decoration: none;
}
#registerBox a.hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.6em;
	font-weight: lighter;
	color: #666;
	width: 700px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
td {
	padding: 8px;
}
.grnFont {
	color: #458548;
}
.grnBG {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}

.navigationColor {
	background-color: #FFF;
}

/* butttons-----------------------------------------------------------------------------------*/

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.boldbuttons span{
	background: transparent url('http://www.gnldcontent.com/confcall/images/playvideo.jpg') no-repeat top right;
	display: block;
	padding: 6px 4px 6px 10px; /*Set 10px to be equal or greater than'padding-left' value above*/
	width: 168px;
	height:30px;
	color: #096;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
}

a:hover.boldbuttons span{ /* Hover state CSS */
	text-decoration: none;
	color: #BD9B08;
}

a.boldbuttons {background: transparent url('media/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}


#watchvideo {
	font-size: 1.1em;
	color: #666;
	background: transparent url(../images/playvideo.jpg) no-repeat;
	display: block;
	padding: 5px;	
	font-weight: lighter;
	width: 168px;
	height:39px;
}

/*
#watchvideo label {
	font-size: 1.1em;
	color: #666;
	background: transparent url(../images/playvideo.jpg) no-repeat;
	display: block;
	padding: 5px;	
	font-weight: lighter;
	width: 168px;
	height:39px;
}


#watchvideo label a {
	color: #666;
	text-decoration: none;
}*/

#footer {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 800px;
	clear: both;
	}
.clear{
	clear:both;
}

