/* CSS Document */

body{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{ font-size: 18px; }

h2{
	font-size: 14px;
	background-image:url(imgs/bg_fade_long.jpg);
	background-repeat:repeat-y;
	padding-left: 7px;
	}

p{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
}

ul li{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	margin-bottom: 7px;
	list-style:disc;
	list-style-type:disc;
	list-style-image:url(imgs/ul_dot.gif);
}

ol li{
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	margin-bottom: 7px;
	list-style:upper-roman;
	list-style-type:upper-roman;
}

a:link, a:visited, a:active{
color:#666666;}
a:hover{
color: #999999;}

b, strong{
	font-size: 1.4em;
	display: inline;
	color: #666666;
}

#loginline{
color: #ffffff;}

#loginline .input_text{
text-align: center;
width: 150px; 
color:#666666; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
font-size:10px; 
background:#cccccc;

border:1px solid #999999;

}

.pullout {
	display: block;
	width: 202px;
	float: right;
	margin: 0px 15px 25px 15px;
}
.pullout h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
	background-image: url(imgs/pullout_head.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	margin:0px;
}
.pullout p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	padding: 5px;
	background-image: url(imgs/pullout_middle.jpg);
	margin:0px;
}
.pullout h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	padding: 5px;
	background-image: url(imgs/pullout_foot.jpg);
	margin:0px;
	font-style: italic;
	text-align: right;
	height: 33px;
	background-repeat: no-repeat;
}

#copyright{
	font-size:0.7em;
	font-weight:bold;
	white-space: nowrap;
}
#copyright a:link, #copyright a:visited, #copyright a:active{
	color: #000000;
}
#copyright a:hover{
	color: #333333;}

#navbar1 {
margin: 45px 0px 0px 0px;
}

#navbar1 a{
display: block;
height: 35px;
color: #333333;
font-size: 16px;
font-weight:bold;
text-decoration: none;
margin: 15px 5px 0px 5px;
padding: 3px 0px 3px 45px;
background-image:url(imgs/biglink_off.gif);
background-position:left;
background-repeat:no-repeat;
}
 #navbar1 a:hover{
background-image:url(imgs/biglink_on.gif);
}

#navbar1 a:selected{
	background-image: url(imgs/biglink_selected.gif);
}

/*sdk home*/
#dotarrows {
position: relative;
right: -85%;
bottom: -25;
}

.leftisbigger{
font-size: 1.1em;
font-weight:bold;}

.rightissmaller{
font-size: 1.1em;}

a.biglink:link, a.biglink:visited, a.biglink:active{
display:block;
width: 300px;
height: 35px;
border: 1px solid #000000;
background-image:url(imgs/biglink_off.gif);
background-position:left;
background-repeat:no-repeat;
padding: 0px 15px 0px 45px;
color:#000000;
text-decoration:none;

}

a.biglink:hover{
background-image:url(imgs/biglink_on.gif);}

/*CMS home*/
.headline {
font-size: 1.1em;
font-weight:bold;
padding: 15px 0px 25px 0px;}
