/*

Designed and coded by 454 Creative Corp.
http://www.454creative.com

*/

/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}
/*-------------------------------------------    
General
-------------------------------------------*/

body {
	background: #314654 url(/images/bg.jpg) 0 0 repeat-x;
	font: 12px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0 18px 0 18px;
	}
	
.smallest {font-size:9px; line-height:12px;}
.smaller {font-size:10px; line-height:14px;}
.small {font-size:11px; line-height:16px;}
.normal {font-size:12px; line-height:18px;}
.large {font-size:13px; line-height:20px;}
.larger {font-size:14px; line-height:22px;}
.largest {font-size:15px; line-height:24px;}
.bold {font-weight:bold;}
.normal {font-weight:normal;}
.italic {font-style:italic;}
.strike {text-decoration:line-through;}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

p {
	margin: 0 0 18px 0;
	}

p:last-child {
	margin: 0;
	}

p.p {
	margin: 0 0 18px 0;
	}

.p {
	margin: 0 0 18px 0;
	}

p.grey {
	background-color: #e1e1e1;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	color: #333;
	margin: 0 0 18px 0;
	padding: 6px;
	}

.caps {
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.alignleft {
	text-align: left;
	}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}

fieldset {
	border:none;
	}
legend {
	display:none;
	}

/*-------------------------------------------    
Links
-------------------------------------------*/

a:link, a:visited {
	color: #3d77a6;
	text-decoration: underline;
	}

a:hover {
	color: #2e5b7f;
	text-decoration: underline;
	}

a:active {
	color: #202d35;
	text-decoration: underline;
	}

a img {
	border: none;
	}

/*-------------------------------------------    
Headings
-------------------------------------------*/

h1 { }

h2 {
	border-bottom: 1px solid #999;
	color: #993333;
	font: 24px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 14px 0;
	padding: 0 6px 6px 6px;
	}

h2.individual {
	border-bottom: none;
	color: #993333;
	font: 18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 21px;
	margin: -3px 0 0 0;
	padding: 0;
	}

h3 {
	background-color: #e6e6e6;
	border-top: 6px solid #65747f;
	border-bottom: 1px solid #ccc;
	color: #333;
	display: block;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 100%;
	margin: 0 0 9px 0;
	padding: 6px;
	text-transform: uppercase;
	}

h4 {
	color: #333;
	font: 12px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}

h5 {
	color: #333;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}

h5.caps {
	color: #333;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h1.nobold, h2.nobold, h3.nobold, h4.nobold, h5.nobold {
	font-weight: normal;
	}

h1.extra, h2.extra, h3.extra, h4.extra, h5.extra {
	margin: 0 0 9px 0;
	}

h1.p, h2.p, h3.p, h4.p, h5.p {
	margin: 0 0 18px 0;
	}


/*-------------------------------------------    
Lists
-------------------------------------------*/

ol {
	margin: 0;
	padding: 0;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul:last-child {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li {
	margin: 0;
	padding: 0;
	}

ul.list {
	color: #999;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.list li {
	background: #fff url(/images/listbg.jpg) 0 6px no-repeat;
	margin: 0 0 0 1px;
	padding: 0 0 0 12px;
	}

ul.list li:hover {
	background: #fff url(/images/listbghover.jpg) 0 6px no-repeat;
	margin: 0 0 0 1px;
	padding: 0 0 0 12px;
	}

ul.list li.nolink {
	background: #fff url(/images/listbg.jpg) 0 6px no-repeat;
	margin: 0 0 0 1px;
	padding: 0 0 0 12px;
	}

ul.list li.nolink:hover {
	background: #fff url(/images/listbg.jpg) 0 6px no-repeat;
	margin: 0 0 0 1px;
	padding: 0 0 0 12px;
	}

ul.list li a:link, ul.list li a:visited {
	color: #3d77a6;
	display: block;
	padding:0;
	margin:0;
	text-decoration: none;
	}

ul.list li a:hover {
	color: #2e5b7f;
	display: block;
	text-decoration: none;
	}

ul.list li a:active {
	color: #202d35;
	display: block;
	text-decoration: none;
	}





/*-------------------------------------------    
Structure & Layout
-------------------------------------------*/

/*-- General --*/

#wrap {
	background-color: #314654;
	margin: 24px auto 24px auto;
	padding: 0;
	width: 854px;
	}

#header {
	background-color: #314654;
	color: #fff;
	margin: 0 0 18px 0;
	padding: 0 12px 0 12px;
	width: 100%;
	}

#logo {
	height: 46px;
	margin: 0;
	padding: 0;
	width: 183px;
	}

#logo a { background: url(/images/logo.jpg) 0 0 no-repeat; display:block; height:46px; text-indent: -9000px; width: 193px; }
#logo a:hover { background:url(/images/logo.jpg) 0 -46px no-repeat; display: block; height: 46px; text-indent: -9000px; width: 183px; }
#logo a:active { background:url(/images/logo.jpg) 0 -92px no-repeat; display: block; height: 46px; text-indent: -9000px; width: 183px; }

.container {
	background: #fff;
	border-bottom: 6px solid #202d35;
	color: #333;
	margin: 0;
	padding: 18px 12px 18px 12px;
	width: 830px;
	}

.container.homeintro {
	background: #fff url(/images/homeintro.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #ccc;
	color: #333;
	height: 168px;
	margin: 0;
	padding: 0;
	width: 854px;
	}

.container.home {
	background: #fff;
	border-bottom: 6px solid #202d35;
	color: #333;
	margin: 0;
	padding: 36px 12px 36px 12px;
	width: 830px;
	}

#footer {
	color: #b7bec3;
	font-size: 11px;
	line-height: 15px;
	margin: 0 auto;
	padding: 0 0 24px 0;
	text-align: center;
	width: 830px;
	}

#footer a:link, #footer a:visited {
	color: #b7bec3;
	text-decoration: underline;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

#footer a:active {
	color: #b7bec3;
	text-decoration: underline;
	}

.one {
	float: left;
	margin: 0 10px 0 0;
	width: 95px;
	}

.two {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
	}

.three {
	float: left;
	margin: 0 10px 0 0;
	width: 305px;
	}

.four {
	float: left;
	margin: 0 10px 0 0;
	width: 410px;
	}

.five {
	float: left;
	margin: 0 10px 0 0;
	width: 515px;
	}

.six {
	float: left;
	margin: 0 10px 0 0;
	width: 620px;
	}

.seven {
	float: left;
	margin: 0 10px 0 0;
	width: 725px;
	}

.one.last, .two.last, .three.last, .four.last, .five.last, .six.last, .seven.last {
	margin: 0;
	}





/*-------------------------------------------    
Navigation
-------------------------------------------*/

#nav {
	background: #314654 url(/images/navbg.jpg) 0 0 no-repeat;
	height: 33px;
	margin: 0;
	padding: 0 12px 0 12px;
	width: 830px;
	}

#nav ul {
	list-style: none;
	}

#nav li {
	display: inline;
	float: left;
	height: 33px;
	margin: 0 6px 0 0;
	padding: 0;
	}

#nav li.last {
	margin: 0;
	}

/*-- Nav Home --*/
#nav-home { width: 54px; height: 33px; }
#nav-home a { background: transparent url(/images/nav-home.jpg) 0 0 no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-home a:hover { background-position: 0 -33px; }
#nav-home a:active { background-position: 0 -66px; }
#nav-home.current { background: transparent url(/images/nav-home.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-home.current a { background: transparent url(/images/nav-home.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }

/*-- Nav Webcasts --*/
#nav-webcasts { width: 77px; height: 33px; }
#nav-webcasts a { background: transparent url(/images/nav-webcasts.jpg) 0 0 no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-webcasts a:hover { background-position: 0 -33px; }
#nav-webcasts a:active { background-position: 0 -66px; }
#nav-webcasts.current { background: transparent url(/images/nav-webcasts.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-webcasts.current a { background: transparent url(/images/nav-webcasts.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }

/*-- Nav Support --*/
#nav-support { width: 71px; height: 33px; }
#nav-support a { background: transparent url(/images/nav-support.jpg) 0 0 no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-support a:hover { background-position: 0 -33px; }
#nav-support a:active { background-position: 0 -66px; }
#nav-support.current { background: transparent url(/images/nav-support.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }
#nav-support.current a { background: transparent url(/images/nav-support.jpg) 0 -99px no-repeat; display: block; height: 33px; text-indent: -9000px; }





/*-------------------------------------------    
Tabs
-------------------------------------------*/


.tabs ul.tabNavigation li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	}

.tabs ul.tabNavigation {
	border-bottom: 6px solid #202d35;
	list-style: none;
	margin-bottom: 18px;
	}

.tabs ul.tabNavigation li {
	background-color: #65747f;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 200px;
	}

.tabs ul.tabNavigation li a {
	display: block;
	padding: 6px 6px 6px 6px;
	}

.tabs ul.tabNavigation li.last {
	margin: 0;
	}

.tabs ul.tabNavigation li:hover {
	background-color: #2e5b7f;
	}

.tabs ul.tabNavigation li:active {
	background-color: #202d35;
	}

.tabs ul.tabNavigation li a.selected {
	background-color: #202d35;
	}





/*-------------------------------------------    
Search
-------------------------------------------*/

#search {
	background: #314654 url(/images/searchbg.jpg) 0 0 no-repeat;
	height: 29px;
	margin: 10px 0 0 0;
	width: 200px;
	}

#search #search-input {
	background: none;
	border: none;
	color: #333;
	float: left;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 6px;
	width: 161px;
	}

#search #search-go {
	float: right;
	margin: 1px 1px 0 0;
}





/*-------------------------------------------
Support Form
-------------------------------------------*/

.formsection {
	margin: 0 0 9px 0;
	}

.textinput1 {
	background-color: #f6f6f6;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #666;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 186px;
	}

.textinput1:focus {
	background-color: #ffffcc;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #333;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 186px;
	}

.textinput2 {
	background-color: #f6f6f6;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #666;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 396px;
	}

.textinput2:focus {
	background-color: #ffffcc;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #333;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 396px;
	}

.textarea {
	background-color: #f6f6f6;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #666;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 396px;
	height: 170px;
	}

.textarea:focus {
	background-color: #ffffcc;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #333;
	display: block;
	font: 13px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	margin: 6px 0 0 0;
	padding: 6px;
	width: 396px;
	height: 170px;
	}

.submit {
	background: #fff url(/images/submit.jpg) 0 0 no-repeat;
	float: right;
	height: 27px;
	text-indent: -9000px;
	width: 52px;
	}

.submit:hover {
	background: #fff url(/images/submit.jpg) 0 -27px no-repeat;
	height: 27px;
	text-indent: -9000px;
	width: 52px;
	}

.submit:active {
	background: #fff url(/images/submit.jpg) 0 -54px no-repeat;
	height: 27px;
	text-indent: -9000px;
	width: 52px;
	}





/*-------------------------------------------
Extras
-------------------------------------------*/

.padding {
	margin: 0;
	padding: 0 6px 0 6px;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.none {
	margin: 0;
	padding: 0;
	}

.small {
	font-size: 11px;
	line-height: 15px;
	}

.returnto {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 6px 0;
	}

.eventlogo {
	margin: 36px 0 36px 0;
	padding: 0;
	text-align: center;
	width: 608px;
	}

#sidead {
	background: #fff url(/images/advertbg.jpg) 0 0 no-repeat;
	height: 651px;
	margin: 0 0 18px 0;
	padding: 0;
	text-align: center;
	width: 200px;
	}

#sidead:last-child {
	background: #fff url(/images/advertbg.jpg) 0 0 no-repeat;
	height: 651px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 200px;
	}

#advertisement {
	padding: 30px 0 0 0;
	}

.presentations-section {
	border-bottom: 1px solid #ccc;
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}

.presentations-section:last-child {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 9px 0;
	}

.individual-section {
	border-bottom: 1px solid #ccc;
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}

.individual-section:last-child {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 9px 0;
	}

.individual-section.dark {
	border-bottom: 1px solid #999;
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}

.individualtitle {
	border-bottom: 1px solid #999;
	padding: 0 0 6px 0;
	}

.sectiondark {
	border-bottom: 1px solid #999;
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}

.sectionlight {
	border-bottom: 1px solid #ccc;
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	}

.sectiondark.noborder, .sectionlight.noborder {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0;
	}

.light {
	color: #666;
	}

.player {
	margin: 0;
	padding: 5px 0 0 0;
	}

.big {
	font-size: 18px;
	line-height: 18px;
	}

#reitlogohome {
	background: #fff url(/images/reitlogohome.jpg) 0 0 no-repeat;
	display: block;
	height: 62px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -9000px;
	width: 293px;
	}

#reitlogohome a {
	background: #fff url(/images/REITWorld.jpg) 0 0 no-repeat;
	display: block;
	height: 62px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -9000px;
	width: 293px;
	}

#microphone {
	background: #fff url(/images/microphone.jpg) 0 0 no-repeat;
	float: left;
	height: 48px;
	margin: 3px 0 0 0;
	padding: 0 12px 0 0;
	text-align: center;
	text-indent: -9000px;
	width: 40px;
	}

#homeintrotext {
	float: left;
	width: 241px;
	}

#wmp-home {
	background: #ffffcc;
	border: 1px solid #ffcc66;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	line-height: 15px;
	margin: 36px auto 0 auto;
	padding: 11px;
	text-align: left;
	width: 596px;
	}

#wmp-individual {
	background: #ffffcc;
	border: 1px solid #ffcc66;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	line-height: 15px;
	margin: 0 auto;
	padding: 11px;
	text-align: left;
	width: 386px;
	}

#wmplogo {
	float: left;
	height: 31px;
	margin: 0 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo a:link, #wmplogo a:visited {
	background: #fff url(/images/wmplogo.jpg) 0 0 no-repeat;
	float: left;
	height: 31px;
	margin: 0 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo a:hover {
	background: #fff url(/images/wmplogo.jpg) 0 -31px no-repeat;
	float: left;
	height: 31px;
	margin: 0 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo a:active {
	background: #fff url(/images/wmplogo.jpg) 0 -31px no-repeat;
	float: left;
	height: 31px;
	margin: 1px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo-individual {
	float: left;
	height: 31px;
	margin: 4px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo-individual a:link, #wmplogo-individual a:visited {
	background: #fff url(/images/wmplogo.jpg) 0 0 no-repeat;
	float: left;
	height: 31px;
	margin: 4px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo-individual a:hover {
	background: #fff url(/images/wmplogo.jpg) 0 -31px no-repeat;
	float: left;
	height: 31px;
	margin: 4px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmplogo-individual a:active {
	background: #fff url(/images/wmplogo.jpg) 0 -31px no-repeat;
	float: left;
	height: 31px;
	margin: 5px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 88px;
	}

#wmptext {
	float: left;
	}

#wmptext-home {
	float: left;
	width: 496px;
	}

#wmptext-individual {
	float: left;
	width: 286px;
	}
	
	
	
	
	
#flash-individual {
	background: #ffffcc;
	border: 1px solid #ffcc66;
	font: 11px 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
	line-height: 15px;
	margin: 0 auto;
	padding: 11px;
	text-align: left;
	width: 386px;
	}

a#flashlogo {
	background: #fff url(/images/flashplayericon.gif) 0 0 no-repeat;
	float: left;
	height: 49px;
	margin: 2px 12px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 56px;
	}

#flashtext {
	float: left;
	width: 315px;
	}	

.captcha {
	margin: 6px 0 0 0;
}

.strike {
	text-decoration:line-through;
	}

.red {
	color: #b11714;
	}

.green {
	color: #009900;
	}

#reitlogosmall {
	display: block;
	float: right;
	height: 36px;
	margin: 0 9px 0 0;
	padding: 0;
	text-align: left;
	width: 171px;
	}

#reitlogosmall a:link, #reitlogosmall a:visited, #reitlogosmall a:hover, #reitlogosmall a:active {
	background: #fff url(/images/REITWorld.jpg) 0 0 no-repeat;
	display: block;
	height: 36px;
	margin: 0 9px 0 0;
	padding: 0;
	text-align: left;
	text-indent: -9000px;
	width: 171px;
	}

.ad {
	border: 1px solid #e3e3e3;
	height: 160px;
	margin: 0 auto 18px auto;
	padding: 0;
	width: 160px;
	}
	
#cloud {text-align: center;}
#cloud a {font-size: 11px; line-height: 20px; text-decoration: none; padding: 2px 5px; margin: 2px 0; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; white-space:pre;}
#cloud a.large {font-size: 13px; text-decoration: none;}
#cloud a.larger {font-size: 16px; text-decoration: none;}
#cloud a.largest {font-size: 18px; text-decoration: none;}
#cloud a:hover {background:#ebf1f7;}
	
	
/***** 960 Grid  ******************************************************************************************/ 

.container_12,.container_16{width:960px; margin-left:auto; margin-right: auto;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.container_12 .push_3,.container_16 .push_4{left:240px}.container_12 .push_6,.container_16 .push_8{left:480px}.container_12 .push_9,.container_16 .push_12{left:720px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_16 .push_1{left:60px}.container_16 .push_2{left:120px}.container_16 .push_3{left:180px}.container_16 .push_5{left:300px}.container_16 .push_6{left:360px}.container_16 .push_7{left:420px}.container_16 .push_9{left:540px}.container_16 .push_10{left:600px}.container_16 .push_11{left:660px}.container_16 .push_13{left:780px}.container_16 .push_14{left:840px}.container_16 .push_15{left:900px}.container_12 .pull_3,.container_16 .pull_4{left:-240px}.container_12 .pull_6,.container_16 .pull_8{left:-480px}.container_12 .pull_9,.container_16 .pull_12{left:-720px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.container_16 .pull_1{left:-60px}.container_16 .pull_2{left:-120px}.container_16 .pull_3{left:-180px}.container_16 .pull_5{left:-300px}.container_16 .pull_6{left:-360px}.container_16 .pull_7{left:-420px}.container_16 .pull_9{left:-540px}.container_16 .pull_10{left:-600px}.container_16 .pull_11{left:-660px}.container_16 .pull_13{left:-780px}.container_16 .pull_14{left:-840px}.container_16 .pull_15{left:-900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}