 /*  Main Layout */

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #A2A2A2;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:90%;
	color: #FFFFFF;
	margin-bottom: 20px;
}


 /* Text and Links */

a {
	color: #FF9900;
	text-decoration: none;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

a:focus {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFCC33;
	text-decoration: none;
	}

a:visited { 
	color: #FF9900;
	text-decoration: none;
	}

.deletelink {
	color: #FF3300;
}
	
.whitelink {
	color: #FFF;
}


.img_shadowbox {
	border-color: #FF9900;
} 

h2 {
	color: #FFFFFF;
	font-size:14px;
	font-weight:normal;
	background-color: #3D3D3D;
	padding: 3px;
	padding-left: 5px;
	width: 600px;
	margin-top: 10px;
}

h3 {
	color: #FFFFFF;
	font-size:11px;
	font-weight:normal;
	background: url("../images/leftboxbg.gif");
	padding: 2px;
	width: 145px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	color: #FFFFFF;
	font-size:14px;
	font-weight:normal;
	background-color: #3D3D3D;
	padding: 3px;
	padding-left: 5px;
	width: 562px;
	margin-top: 0px;
}

.sdn_form { 
background-color: #FF9900;
border:0px solid #FF9900;
}

.navbar {
	color: #FFFFFF;
	font-weight:normal;
	text-align:left;
	margin-bottom: 5px;
	font-size:110%;
}

.sectiontitle {
color: #FFFFFF;
font-size:150%;
font-weight:normal;
text-align:left;
margin-bottom: 5px;

}


 /* Footer */

#footer {
	height: 35px;
	width: 950px;
	text-align: left;
	clear: both;
	position: relative;
}

 /* Holding Page CSS */

 #above-wrapper{
	width: 700px;
	text-align:right;
	margin-bottom:10px;
}

#wrapper_holding {
	width: 700px;
	text-align:left;
	background: no-repeat url(../images/holdingpage_bg.gif) #333333;
	padding: 10px;
	padding-bottom:0px;
}
#wrapper_holding_footer {
	width: 700px;
	text-align:left;
	background: url(../images/holdingpage_bg_footer.gif);
	padding: 10px;
	height:10px;
	font-size:70%;
}

.greybox {
	width: 680px;
	text-align:left;
	background: no-repeat url(../images/holdingpage_greybg.gif);
	padding: 10px;
}

.greybox2 {
	width: 680px;
	text-align:left;
	background: #3D3D3D;
	padding: 10px;
}

.greybox_small {
	width: 680px;
	height:100px;
	text-align:left;
	background: no-repeat url(../images/holdingpage_greybg_small.gif);
	padding: 10px;
}

.bullets {
	list-style:url(../images/bullet_orange.gif);
	padding-left:10px;
	margin-left: 10px;
}

.bullets li {
	margin-bottom: 5px;
}

form {
	margin: 0;
	padding:0;
}