html
{
	background-color: #EDEDED;
}


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

h3
{
	color:#109bd0;
	font-size:20px;
}
h2
{
	color:#109bd0;
	line-height: 25px;
	font-size:130%;
	font-weight:bold;		
}

fieldset span
{
	display:inline;
}

.button 
{
	background: url(../images/style/button_left.gif) no-repeat left top;
	width:40px;
	float: right;
	margin:0 5px 0 5px;
	
}
.button input
{
	background: url(../images/style/button_right.gif) no-repeat right top;
	border: none;
	width: 100%;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0px;
}
.button input:hover
{
	color: #FF901C;
}


#content
{
	margin: 0 auto;
	position: relative;
	min-width: 700px;
	max-width: 950px;  /* 760px based on image dimensions - not quite consistent with drip styles yet */
	z-index: 1;
	background: transparent url(../images/style/content_bg.gif) repeat-y bottom right;
	padding-right: 9px;
	text-align: center;
}
#content-wrapper
{
	background: transparent url(../images/style/content_bg.gif) no-repeat bottom left;
	padding-bottom: 40px;
}

#hd 
{
	position: relative;
}

#hd h1
{
	/*background: transparent url(../images/style/ncs_logo.png) no-repeat;*/
	background: transparent url(../images/logo.gif) no-repeat;
	height: 99px;
	text-indent: -9999px;
	margin-left: 10px;
}

#hd form
{
	background: transparent url(../images/style/email.png) no-repeat; 
	text-align:right;
	width:310px;
	height:40px;
	margin: 52px 13px 0 0;
	padding: 5px 0 0 0px;
	position: absolute;
	right:0;
	top:0;	
}

#hd form span input
{
	padding:1px 0 1px 1px;
	width:110px;
}

#hd form span input
{
	border: #A5ACB2 solid 1px;
}

#hd form span input:focus, #contact_form input:focus, #contact_form textarea:focus, #contact_form select:focus
{
	border: #109bd0 solid 1px;
	padding:1px;
}

#hd h2
{
	position: absolute;
	right: 13px;
	top: 8px;
	margin-right:30px;
	font-size: 15px;
}

#loading
{
	display: none;
	position: absolute;
	z-index: 10;
	right: 13px;
	top: 2px;
}

#mid
{
	margin-left: 17px;
	min-height: 200px;
	padding-right: 9px;
}

#mid .panel
{
	margin-bottom: 10px;
}

.float_r
{
	float:right;
	padding-top:3%;
}

.external_link
{
	padding-left:10px;
	font-size:75%;
}

#people
{
	margin:10px 0 0 0;
	float:right;
}

#modal
{
	text-align:left;
}

#profile p, #services p, #contact p, #support p
{
	padding:10px 0 10px 0; 
}
/* services */
#services
{
	width:50%;
	margin:0 auto 0 auto;
}
#services ul
{
	text-align:left;
	width:80%;
	/*margin:0 0 0 15px;*/
	margin:0 auto 0 auto;
}
#services ul li
{
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0;	
}
#services ul li ul li
{
	list-style: circle;
	padding: 2px 0 2px 0;
}

/* support */
#support
{
	width:50%;
	margin:0 auto 0 auto;
}
#support ul
{
	text-align:left;
	width:80%;
	/*margin:0 0 0 15px;*/
	margin:0 auto 0 auto;
}
#support ul li
{
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0;	
}
#support ul li ul li
{
	list-style: circle;
	padding: 2px 0 2px 0;
}
#support ol
{
	text-align:left;
	width:80%;
	/*margin:0 0 0 15px;*/
	margin:0 auto 0 auto;
}
#support ol li
{
	list-style: decimal;
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0;	
}
#support ol li ol li
{
	list-style-type: decimal;
	padding: 2px 0 2px 0;
}
/* contact */
#contact form
{
	width:350px;
	margin:0 auto 0 auto;
}


#contact #success{color:green;}
#contact #failed{ color:red;}
.success{color:green;}
.failed{color:red;}

.map { color: #109AD6; text-decoration: underline;}

#tag_content{
	/*
	background-image:url("../images/people.png");
	background-repeat: no-repeat;
	background-position: 100% 40px;
	*/
	height: 200px;
}

#tagline 
{
	font-size: 15px; 
	color: #2F2F2F; 
	margin-bottom: 10px;
	top: 0px;
	left: 5px;
	position: relative;
	font-style: italic; 
	font-family: verdana;
	width: 100%;
}

#tag_content p{
	/*float: left;
	clear: both;*/
	width: 50%;
	line-height: 150%;

}
#main_content a, #docdemo a
{
	color: #109AD6;
	text-decoration: underline;
	font-size: 110%;
}
#mediaPlayer
{
	z-index:500;
}

#apple h2
{
	font-size:170%;
	padding-bottom:10px;
}


