/* sicmass Main CSS stylesheet */


html 
{
height: 100%;
margin-bottom: 1px;
}

body
{
background-image: url("style_images/bg.png");
margin: 0 0 0 0;
height: 100%;
font-size: 76%;
text-align: center;
min-width: 1000px;
}

div#header
{
background: url("style_images/header2.png") 0 0 no-repeat;
height: 110px;
}


#sddm
{	
	
	position: absolute;	
	margin: 0;
	margin-left: 19px;
	padding: 0;
	top: 110px;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	float: left;
	font: bold 12px Arial;
}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 3px 10px;
	background: #232323;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
background: #000;
color: #fff;
}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #707070;
	/*border: 1px solid #000000;*/

}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: 135px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #707070;
		color: #000000;
		font: 11px Arial bold;
}

	#sddm div a:hover
	{	background: #0480C7;
		color: #FFF;
}

#bdy
{
background-image: url("style_images/body.png");
width: 1000px;
margin: 0 0 0 0;
}

#footer
{
background: url("style_images/footer.png") 0 0 no-repeat;
height: 80px;
}

#mainad
{
position: relative;
left: 560px;
}

#quote
{
position: absolute;
font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
left: 820px;
top: 20px;
color: #FED207;
z-index: 33;
}


H1
{
FONT-WEIGHT: bold;
FONT-SIZE: 13px;
WIDTH: auto;
COLOR: #3e3e3e;
FONT-FAMILY: Tahoma, Verdana, arial, helvetica, sans-serif;
LETTER-SPACING: 1px;
TEXT-ALIGN: left;
background: url("style_images/h1.png") no-repeat;
}

H2
{
FONT-WEIGHT: bold;
FONT-SIZE: 13px;
PADDING-BOTTOM: 0px;
MARGIN: 12px 0px 5px;
COLOR: #0b5df2;
LINE-HEIGHT: 15px;
BORDER-BOTTOM: #0b5df2 1px solid;
TEXT-ALIGN: left;
FONT-FAMILY: Tahoma, Verdana, arial, helvetica, sans-serif;
}

H3
{
/*FONT-WEIGHT: bold;*/
FONT-SIZE: 10px;
COLOR: #3e3e3e;
FONT-FAMILY: Tahoma, Verdana, arial, helvetica, sans-serif;
height: 30px;
}

H4
{
FONT-SIZE: 10px;
COLOR: #0290BF;
FONT-FAMILY: Tahoma, Verdana, arial, helvetica, sans-serif;
}

P
{
TEXT-ALIGN: justify;
}
P.p1
{
PADDING-LEFT: 17px;
LINE-HEIGHT: 15px;
TEXT-ALIGN: justify;
}
P.p2
{
PADDING-LEFT: 17px;
MARGIN: 5px 0px 0px;
LINE-HEIGHT: 17px;
TEXT-ALIGN: justify;
}

ul 
{ 
list-style-image: url("style_images/li.png"); 
} 