/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}
body {
	color:#000;
	font:62.5%/1 'UniversLightCondensedRegular', Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	color:#585544;
	padding-bottom:15px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*----------------------*/
/*    Global Elements   */
/*----------------------*/
body,
input,
textarea {
	color: #585544;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	color:#585544;
	padding-bottom:15px;
}
ul {
	list-style: square;
	padding:0 0 15px 15px;
}
ol {
	list-style: decimal;
	padding:0 0 15px 15px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left:15px;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link {
	color: #494949;
	text-decoration:underline;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:active,
a:hover {
	color: #000;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*----------------------*/
/*     page structure   */
/*----------------------*/
#container {
	width:100%;
	background:url(img/bgr_top_bar.jpg) repeat-x;
	padding:31px 0 27px 0;
}
#wrapper {
	width:760px;
	margin:0 auto;
}
nav {
	width:760px;
	height:57px;
}
nav ul {
	padding:0;
	padding-left:196px;
	list-style:none;
}
nav ul li {
	float:left;
	padding-right:20px;
	list-style:none;
}
nav ul li a {
	display:block;
	float:left;
	font-size:21px;
	color:#fefefe !important;
	line-height:32px;
	width:94px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none !important;
}
.nav_yellow a {
	background:#d27a23;
}
.nav_green a {
	background:#869021;
}
.nav_blue a {
	background:#596f7c;
}
nav ul li a:hover {
	text-decoration:none;
	color:#fefefe;
}
.title {
	width:760px;
	padding-bottom:20px;
}
.title h2 {
	font-weight:normal;
	font-size:41px;
	color:#fbfdfa;
	font-family:'AmericanaBTRoman';
	padding:0;
	line-height:41px;
}
#main_content {
	width:757px;
	overflow:hidden;
	padding-left:3px;
}
#content {
	width:265px;
	float:left;
	padding-top:18px;
	color:#585544;
}
#content p {
	font-size:20px;
	color:#585544;
	line-height:23px;
	padding:0;
	padding-bottom:20px;
}
#content p strong {
	font-family:'UniversCondensedBoldItalic';
	font-weight:normal;
}
#content_rgtcol {
	width:467px;
	float:right;
	margin-bottom:14px;
}
#content_rgtcol img {
	display:block;
}