/* Min Height */
.prop {
	width:1px;
	float:right;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.minheight {
	height:400px;
}
/* COLORS */
.dark-prime-gradient {
	/*
	background-color: #003399;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#003399), to(#001177), color-stop(1.0, #001177));
   	background: -moz-linear-gradient(bottom, #002288, #003399 90%);
	color: #fff;
	*/
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fff), to(#eee), color-stop(1.0, #eee));
   	background: -moz-linear-gradient(bottom, #eee, #fff 90%);
	color: #333;
}
.dark-prime-gradient a {
	color: #339;
}
.light-prime-gradient {
	background-color: #5c82cc;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#5c82cc), to(#001177), color-stop(1.0, #001177));
   	background: -moz-linear-gradient(bottom, #002288, #5c82cc 90%);
	color: #fff;
}
.dark-second-gradient {
	background-color: #eee;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#eef), to(#fff), color-stop(1.0, #fff));
   	background: -moz-linear-gradient(bottom, #eef, #fff 90%);
	color: #ccc;
}
.dark-second-flat {
	background-color: #eee;
}
.light-second-gradient {
	background-color: #f2a76d;
	color: #fff;
}
.banner {
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
    text-shadow: #333 0px 0px 10px;
}
.banner .title {
	color: #fff;
}
.banner .title a {
	color: #fff;
}
.banner #subtitle {
	color: #ccccff;
}

div .section {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 4px #444;
	-moz-box-shadow: 2px 2px 4px #444;
	-webkit-box-shadow: 2px 2px 4px #444;
}

div.section .title {
    text-shadow: #333 0px 0px 1px;
}
div.section li {  
}
div.section a {
	text-decoration: none;
}
div.section a:hover {
    text-shadow: #fff 0px 0px 1px;
}

/* FONTS */
.banner .title {
    font-size: 260%;
    letter-spacing: -.1em;
    font-weight: bold;
    font-family: Frutiger, Lucida Grande, Sans-Serif;	
}
.banner #subtitle {
    font-size: 80%;
	font-weight: normal;
	font-family: Frutiger, Lucida Grande, Sans-Serif;	
}

div.section {
    font-family: Frutiger, Lucida Grande, Calibri, Sans-Serif;
}

.section ul {
    font-size: 100%;
}

.section li {
    list-style: none;
    font-weight: bold;
}
.section .title {
    font-size: 160%;
    font-weight: bold;
    letter-spacing: -0.1em;
	text-align: center;
	text-transform: uppercase;
}

/* LAYOUT */
body {
	margin: 0em 0em 0em 0em;
}

#sections {
    width: 800pt;
}

.section {
    width: 190pt;
    float: left;
    margin: 5pt;
    text-align: left;
}

.section .title {
    padding: 10pt;
}

.section ul {
    padding-left: 2.5em;
    margin-left: 0pt;
}

.section li {
    padding-left: 0pt;
    margin-right: 5pt;
    margin-bottom: .5em;
}

.banner {
    width: 800pt;
    text-align: left;
	padding: 10pt;
}
.banner .title {
    padding-top: 15pt;
    padding-bottom: 5pt;
    text-align: left;
    margin-left: 16pt
}
.banner #subtitle {
	text-align: left;
	margin-left: 10pt
	margin-bottom: 10pt
	padding-bottom: 10pt
}

/* SHAPES */

/*
#banner:before {
    background: transparent url(img/topleft10.png) no-repeat top left;
	content: url(img/topright10.png);
	text-align: right;
	display: block;
	border: none;
	padding: 0
	height: 25px;
	margin-bottom: -12pt;
}
#banner:after {
    background: transparent url(img/lowerleft10.png) no-repeat bottom left;
    content: url(img/lowerright10.png);
    text-align: right;
    display: block;
    border: none;
    padding: 0
    height: 25px;
}
.section:before {
    background: transparent url(img/topleft10.png) no-repeat top left;
	content: url(img/topright10.png);
	text-align: right;
	display: block;
	border: none;
	padding: 0
	height: 25px;
	margin-bottom: -12pt;
}
.section:after {
    background: transparent url(img/lowerleft10.png) no-repeat bottom left;
    content: url(img/lowerright10.png);
    text-align: right;
    display: block;
    border: none;
    padding: 0
    height: 25px;
}
*/
#fineprint, #fineprint a {
  color: #969696;
  font-size: small;
}
