
* { padding: 0; margin: 0; outline: 0; }

body
{
	font-family: Helvetica,Verdana,sans-serif; /*"Myriad Web Pro", Tahoma, Sans-Serif;*/
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #010101;
	padding-bottom: 10px;
}

#containerBGText { 
	width: 100%;
	min-height: 850px;
	background-image: url(../images/background_texts.png);
	background-position: 0px 150px;
	background-repeat: repeat;
	overflow: hidden;
}

#containerBGStripes { 
	width: 100%;
	min-height: 850px;
	background-image: url(../images/background_stripes.png);
	background-position: 0px 155px;
	background-repeat: repeat-x;
	overflow: hidden;
}

#containerBGHeader { 
	background-color: #ffffff;
	background-position: 0px 0px;
	max-height: 100px;
}

#contentBody { 
	height: 300px; 
	width: 795px; 
	margin: 0px auto;
	
	/*border: solid 2px red;*/
}

#logoTop { 
	padding: 30px 0px 10px 250px;
	position: relative;
	height: 20%;
	border: solid 0px transparent;
	
	/*border: solid 2px orange;*/
}

#logoImage { 
	width: 140px; 
	font-size: 0px; 
	line-height: 0px;
	position: absolute; 
	top: 20px; 
	left: 0px;
	
	border: solid 2px transparent;
}

#logoImage a { 
	background: url(../images/xcg_logo.png);
	display: block; 
	height: 70px; 
	text-indent: -4000px; 
}

.pod_image { 
	position: relative; 
	float: left; /* optional */
	
	/*word-wrap:break-word; in conjunction with left property, decides the text position */
}

.pod_text { 
	position: absolute; 
	top: 12px; 
	word-wrap: break-word;/* in conjunction with left property, decides the text position */ 
	left: 13px; 
	width: 167px; /* optional, though better have one */
	
	font-family: Helvetica,Verdana,sans-serif; /*"Myriad Web Pro", Tahoma, Sans-Serif;*/
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #ffffff;
}

a img { 
	border: 0; 
}

a { 
	color: #5c7025; 
	text-decoration: underline; 
	cursor: pointer; 
	word-wrap:break-word;/* in conjunction with left property, decides the text position */ 
}

a:hover { 
	text-decoration: none; 
}

.separator { 
	background: url(../images/separator.gif) repeat-x 0 bottom;
}

.pod_image_footer { 
	position:relative; 
	float:left; /* optional */
	height: 30px;
}
.pod_image_footer .pod_text_footer { 
	position:absolute; 
	top:5px; 
	/* word-wrap:break-word;/* in conjunction with left property, decides the text position */ 
	left:20px; 
	
	/* width:185px; optional, though better have one */
	
	/* border: 1px solid red; */
}

.alignleft {
	float: left;
	
	/*border: 1px solid green;*/
}
.alignright {
	float: right;
	
	/*border: 1px solid black;*/
}

.clearfix {
	clear: both;
}

ul {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-type:square;
	
	/*border: 1px solid red;*/
}

.footer{
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	padding: 1px;
	-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	
	/*border:3px solid #999;
	padding:1em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;*/
	
	font-family: Helvetica,Verdana,sans-serif; /*"Myriad Web Pro", Tahoma, Sans-Serif;*/
	font-size: 10px;
	text-transform: uppercase;
	color: #9d8e8e;
	
	background-color: #fff;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

blockquote {
	quotes: none;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	width: 400px;
	font: italic normal 12px Helvetica /*12pt/1.2em Georgia*/;
	color: #888;
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

blockquote p {
	display: inline;
}

