/* Default CSS */

/* Basic elements */

body { 
	font: 8pt/16pt verdana;
	color: #10215e; 
	background: #fff; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
p { 
	font: 8pt/16pt verdana; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: bold 12pt verdana; 
	letter-spacing: 1px; 
	margin: 0px; 
	color: #600;
	}
acronym {
	border-bottom: dotted #10215e 1px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7abcd9;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #12579f;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #efbb64;
	}

/* Specific div elements */

#container {
	background:#fff;
	margin: 0px;
	padding: 0px;
	width: 740px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
.clear {
	clear: both;
	}
#header {
	background: url(ui_assets/folio_pageHeader.gif) no-repeat top left;
	height: 100px;
	margin: 0px;
	/* Firefox border removal fix */
	padding: 1px;
	/* */
	}
#header h1 span {
	display: none;
	}
#header h2 span {
	display: none;
	}
#mainText {
	background: url(ui_assets/folio_maintxt_bg_mid.gif) top right repeat-y;
	padding: 0px 0px 0px 0px;
	width: 492px;
	float: left;
	margin: 0px;
	}
#mainText p {
	padding: 10px 30px 10px 25px;
	}
/* Main text elements */	

#sectionOne {
	background: url(ui_assets/folio_maintxt_bg_top.gif) top right no-repeat;
	padding: 20px 0px 0px 0px;
	width: 492px;
	float: right;
	margin: 0px;
	}
#sectionOne h3 {
	width: 492px;
	height: 40px;
	background: url(ui_assets/folio_introduction_hdr.gif) top left no-repeat;
	}
#sectionOne h3 span {
	display: none;
	}
	
#sectionTwo {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 492px;
	float: right;
	}
#sectionTwo h3 {
	width: 492px;
	height: 40px;
	background: url(ui_assets/folio_inspiration_hdr.gif) no-repeat;
	}
#sectionTwo h3 span {
	display: none;
	}
	
#sectionThree {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 492px;
	float: right;
	}
#sectionThree h3 {
	width: 492px;
	height: 40px;
	background: url(ui_assets/folio_implementation_hdr.gif) no-repeat;
	}
#sectionThree h3 span {
	display: none;
	}
	
#footer	{
	background: url(ui_assets/folio_maintxt_bg_bot.gif) bottom right no-repeat;
	width: 492px;
	text-align: center;
	padding-top: 150px;
	float: right;
	margin: 0px;
	}
#footer a:link, #footer a:visited { 
	margin-left: 10px; 
	}

/* Nav link list */
#navList {
	width: 248px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	}
#navlist2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#navList h3.navigation{
	margin: 0px 0px 0px 0px;
	width: 248px;
	height: 36px;
	background: transparent url(ui_assets/folio_sitenav_hdr.gif) no-repeat top right;
	}
#navList h3.navigation span{
	display: none;
	}
#navList ul {
	background: url(ui_assets/folio_navtxt_bg_mid.gif) repeat-y;
	padding: 0px 0px 110px 0px;
	margin: 0px;
	width: 248px;
	list-style-type: none;
	}
#navList ul li {
	width: 185px;
	margin: 0px;
	padding: 5px 0px 0px 45px;
	display: block;
	background: url(ui_assets/folio_bullet.gif) 25px 5px no-repeat;
	}

	
/* Style link list */

#linkList {
	width: 248px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	}
#linklist2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#linkList h3.select {
	margin: 0px 0px 0px 0px;
	width: 248px;
	height: 36px;
	background: transparent url(ui_assets/folio_designsel_hdr.gif) no-repeat top right;
	}
#linkList h3.select span {
	display: none;
	}
#linkList ul {
	background: url(ui_assets/folio_navtxt_bg_mid.gif) repeat-y;
	padding: 0px 0px 160px 0px;
	margin: 0px;
	width: 248px;
	list-style-type: none;
	}
#linkList ul li {
	width: 185px;
	margin: 0px;
	padding: 5px 0px 0px 45px;
	display: block;
	background: url(ui_assets/folio_bullet.gif) 25px 5px no-repeat;
	}

/* Extra Divs */
#extraDiv2 {
	}
#extraDiv1 {
	}
