/* Base */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
table {
    font-size: 100%;
}


a {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}
a:hover,
a:visited:hover {
	text-decoration: underline;
	color: #000000;
}
a:visited{
	color: #000000;
}
p {
    margin: 0.25em 0 1em 0;
    line-height: 1.25em;
}
hr {
    border: 0;
    height: 1px;
    color: #a6a6a6;
    background-color: #a6a6a6;
    margin: 0.5em 0 1em 0;
}
h1 {
	font-family: 'Gill Sans', 'Gill Sans MT', Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	font-weight: lighter;
	margin: 0 0 0.3em;
	line-height: 1em;
}


.netscape4 {
	display: none;
}
.visualClear {
	clear: both;
}
.colorOrange {
	color: #cc6633;
}
.colorBlack {
	color: #000000;
}
.noBold {
	font-weight: normal;
}


/* Layout */
#layout-wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.visualWrapper {
	padding: 1.7em 1.4em 2em 4em;
}
#portal-top {
	margin: 0 0 40px;
}
#portal-columns-wrapper {
	margin: 0;
	padding: 0;
}
#portal-column-content {
	width: 530px;
	float: left;
	margin: 0;
}
#portal-column-content #content {
	margin: 0;
	font-size: 1.2em;
}
#portal-column-right {
	float: right;
	width: 17.7em; /*177px*/
	overflow: hidden;
}
#portal-footer {
	margin-top: 20px;
	font-size: 0.9em;
}

/* 5 Reasons */
#portlet-reasons {
	border: 1px solid #a6a6a6;
	padding: 7px 7px 5px 4px;
}
.reasonList {
	font-size: 1.3em; 
	font-weight: bold;
	color: #cc6633;
	text-align: right;
	margin: 0;
	padding-left: 1.5em;
}
.reasonList li {
	margin: 0.3em 0;
}
#title-5reasons {
	font-size: 1.8em;
	font-family: 'Gill Sans', 'Gill Sans MT', Trebuchet, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 5.5em 0 0;
}

#banner-mac {
	margin: 0 0 5px;
	background: #e4701e;
}

