body {
	background-color: #fff;
	color: #636363;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #fe4110;
	text-decoration: none;
}

p {
	margin: 0px 0px 1em 0px;
}

ul {
	list-style-type: square;
  margin-top: 0px;
  margin-bottom: 1em;
	margin-left: 25px;
}
html>body ul {
	margin-left: 0px;
	padding-left: 25px;
}

ol {
  margin-top: 0px;
  margin-bottom: 1em;
	margin-left: 25px;
}
html>body ol {
	margin-left: 0px;
	padding-left: 25px;
}

li {
	margin: 0px 0px 0.2em 0px;
	padding: 0px;
}

img {
	border: 0;
}


.page {
	margin: 0 auto;
	width: 930px;
}

.content {
	line-height: 1.5em;
	margin: 40px auto 0 auto;
	padding-bottom: 25px;
	text-align: left;
	width: 930px;

}

.page h1 {
	color: #636363;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

.page h2 {
}

.page h3 {
	color: #636363;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

.page h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 16px 0;
}

.header {
	background: url(images/tagline.gif) no-repeat 530px 22px;
	height: 67px;
	margin-top: 40px;
	text-align: left;
}

a.logo {
	background: url(images/logo.gif) no-repeat 0 0;
	border: 0;
	display: block;
	margin: 0 0 0 7px; 
	width: 457px;
	height: 59px;
}

a.logo:focus {
	outline: 0;
}

a.logo span {
	display: none;
}



/* content layout styles */

.colLeft {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
	width: 540px;
}

.colRight {
	display: inline;
	float: right;
	margin: 0 15px 50px 0;
	width: 345px;
	
}

.ArcolLeft {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
	width: 340px;
}

.ArcolRight {
	display: inline;
	float: right;
	margin: 0 15px 50px 0;
	width: 545px;
	
}


/* navPrimary styles */

.navPrimary {
	background: url(images/dot.gif) repeat-x 0 3px;
	height: 50px;
}

.navPrimary .items {
	float: right;
}

.navPrimary .dropdown {
	float: left;
	padding-top: 20px;

}

.navPrimary a {
	border-top: solid 3px #fff;
	display: inline;
	float: left;
	line-height: 50px;
	margin: 0 15px 0 0;
	text-decoration: none;
	text-transform: lowercase;
}

.navPrimary a.selected {
	border-top: solid 3px #ccc;
	color: #636363;
	font-weight: bold;
}

.navPrimary a:hover {
	border-top: solid 3px #ccc;
}


/* navSecondary styles */

.navSecondary {
	border-top: solid 1px #e5e5e5;
	clear: both;
	height: 50px;
}

.navSecondary .items {
	float: right;
}

.navSecondary a {
	border-top: solid 3px #fff;
	color: #636363;
	display: inline;
	float: left;
	line-height: 50px;
	margin-right: 15px;
	text-decoration: none;
	text-transform: lowercase;
}

.navSecondary a.selected {
	border-top: solid 3px #ccc;
	font-weight: bold;
}

.navSecondary a:hover {
	border-top: solid 3px #ccc;
}



/* footer styles */

.footer {
	clear: both;
	color: #b7b7b7;
	padding-bottom: 20px;
	border-top: solid 1px #e5e5e5;
}

.footer .copyright {
	display: inline;
	float: left;
	font-size: 10px;
	text-align: right;
	padding: 25px 0 0 0;
}

.footer .copyright a {
	color: #b7b7b7;
}

.footer div.navCopyright {
	display: inline;
}

.footer div.navCopyright .items {
	display: inline;
}



/* miscellaneous styles */

a.back {
	display: block;
	float: right;
	font-size: 12px;
}

p.smallType {
	font-size: 11px;
}

img.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

img.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

img.alignLeft {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
}

img.alignRight {
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}

.clearBoth {
	clear: both;
}

.clear { 
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* features styles */

.features .item, .features .alt {
	width: 267px;
	margin-bottom: 25px;
}

.features .item {
	float: left;
}

.features .alt {
	float: right;
}

.features .image {
	margin-bottom: 14px
}

/* blog styles */

.blog .item {
	margin: 0 0 30px 0;
}

.blog .item .copy {
}

.blog .item .copy p {
	margin: 0;
}

.blog .item .date {
	font-size: 12px;
}

.blog .item h4 {
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
}

.blog .item .author {
	font-size: 11px;
	font-weight: bold;
}

.blog .item .link {
	color: #fe4110;
	font-size: 11px;
}


