body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2em;
	text-align:justify;
	
}
body {
	margin-top: 0px;
}

/*bullets*/
ol {
	display:block;
	list-style-image: url("../images/bullet.gif");
}

ul {
	display:block;
	list-style-image: url("../images/smallest_bullet.jpg");
}
	
/*links*/	
	
a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
	
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#newslinks a {
 	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:13px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/arrow_link.jpg") 5px 12px no-repeat;
}

#newslinks a:hover{
	background: #ffffff url("../images/arrow_link_on.jpg") 5px 12px no-repeat;
	color:#CCCCCC;
	text-decoration:none;
	
}

.newslinksText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:13px;
	text-decoration: none;

}

#headerNav a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:10px;
	text-decoration: none;
}

#headerNav a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.headerNavText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navigation a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	line-height:10px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/arrow_link.jpg") 5px 45% no-repeat;
}
	
#navigation a:hover {
	background: #ffffff url("../images/arrow_link_on.jpg") 5px 45% no-repeat;
	color:#CCCCCC;
	text-decoration:none;
}
	
.navText {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
	line-height:10px;
	text-decoration: none;
}

#subnavigation a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #666666;
	line-height:15px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/arrow_link.jpg") 5px 45% no-repeat;
}

#subnavigation a:hover {
	background: #ffffff url("../images/arrow_link_on.jpg") 5px 45% no-repeat;
	color:#CCCCCC;
	text-decoration:none;
}

.subnavText {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #666666;
	line-height:15px;
	text-decoration: none;
}


/*borders*/

.textborder {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}


.breakline {
	height:3px;
	background-image:url(http://staging.scottandscottllp.com/cmm/images/breakline.jpg);
	background-repeat:repeat-x;
}


/*titles*/
h1 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	display: inline;
}

h2 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	display: inline;

}

h3 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	display: inline;
}

h4 {
	color:#666666;
	font-size:22px;
	font-weight:bold;
	display: inline;
}

h5 {
	color:#666666;
	font-size:22px;
	font-weight:normal;	
	display: inline;
}


/*backgrounds*/

.header_tag {
	height: 75px;
	background-image:url("../images/siia_header02.jpg");
	background-position:top;
	background-repeat:no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 25px;
	line-height: 17px;
}

#titleBar {
	background-image:url(../images/siia_title_tile.jpg);
	background-repeat: repeat-x;
	min-height: 24px;
}	

.gradient {
	background-image:url("../images/grad_back.jpg");
	background-position:top;
	background-repeat: repeat-x;
}

.cell_background {
	background-image:url("../images/gradient.jpg");
	background-position:top;
	background-repeat: repeat-x;

}
 
div.transOFF {width: 100%; background-color: white; }
div.transON {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans25 {width: 100%; background-color: white;opacity:.30;filter: alpha(opacity=30); -moz-opacity: 0.30; }
div.trans75 {width: 100%; background-color: white;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }
div.trans100 {width: 100%; background-color: white;opacity:.100;filter: alpha(opacity=100); -moz-opacity: 0.100; }
div.transON  {width: 100%; background-color: white;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }


/*images*/
.image_right {
	float:right;
	padding: 10px;
}

.image_left {
	float: left;
	padding: 10px;

}

.sub-title { 
	color:#666666;
	font-size:12px;
	font-weight:bold;
	
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.job-title { 
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.content {
	text-align: justify;
	line-height: 2em;
}




