/*
	--- Studio One Basics Style Sheet v 2.1 - brent@mimoymima.com
*/

body { margin: 0; padding: 0; background: #FFF; }

#SON * { font-size: 12px; margin: 0; padding: 0; }

/* -- Headings */
#SON h1 { font-size: 18px; }
#SON h2 { font-size: 16px; }
#SON h3 { font-size: 15px; }
#SON h4 { font-size: 13px; }
#SON h5 { font-size: 13px; }
#SON h6 { font-size: 12px; }

/* -- Standard Elements */
#SON a, #SON img { border: 0; }

/* Note: hr changed to #999 for ibm program, you may want to change back to #CCC */
#SON hr { border: 0; color: #999; background-color: #999; height: 1px; clear: both; margin: 5px; }
#SON .ClearAll { visibility: hidden; clear: both;  margin: none! important;  padding: none! important; font-size: 0; height: 0px; }

/* -- Form Elements */
#SON label, input, select { vertical-align: middle; }
#SON span label { display: inline; }
#SON object { border: none !important; }

/* -- Font Sizes */
#SON sup, #SON sub, #SON .Note { font-size: 90%; }

/* -- Tables */
#SON .DataTable { width: 100%; }
#SON .DataTable td, .DataTable th { padding: 2px 0; }
#SON .DataTable th { text-align: left; vertical-align: bottom; }

#SON .LayoutTable { voice-family: "\"}\""; voice-family: inherit; width: 100%; }
#SON .DummyRuleForIE50Win { }
#SON .LayoutTable th { vertical-align: bottom; }
#SON .LayoutTable td  { vertical-align: top; }

/* -- Lists */
#SON .NoBullet { list-style-type: none; }

#SON .LinkList { list-style-type: none; color: #FC3; margin-bottom: 1em; }
#SON .LinkList li { margin-bottom: 1em; padding-left: 18px; }
#SON .LinkList li a { padding-left: 18px; margin-left: -18px; }

#SON .HorizList { float: left; }
#SON .HorizList li { list-style-type: none; float: left; }

#SON .PDFList { margin-bottom: 1em; }
#SON .PDFList li { list-style-type: none; line-height: 1.4em; background: url(../images/bullet.pdf.sm.gif) 0 0 no-repeat; padding-left: 22px; margin-bottom: .5em; }
#SON .PDFList li a { padding-left: 22px; margin-left: -22px; }

#SON .VidList { margin-bottom: 1em; }
#SON .VidList li { list-style-type: none; line-height: 1.4em; background: url(../images/bullet.vidlink.sm.jpg) 0 0 no-repeat; padding-left: 22px; margin-bottom: .5em; }
#SON .VidList li a { padding-left: 22px; margin-left: -22px; }

#SON .FormList LI { list-style-type: none !important; margin-bottom: 1em; text-indent: -20px; padding-left: 20px; vertical-align: top; }
#SON .FormList LI label { color: #336; vertical-align: top; margin-left: 7px; }
#SON .FormList LI label:hover { color: #B81F21; cursor: pointer; }	
