.dummy{}

body {
	margin: 0px;
}

/* Navigation */
#nav {
	height: 65px;
	background-image: url('../_images/nav_slice.gif');
}

/* Global */
body, td, span, div, li {
	color: #000;
	font-size: 11px;
	font-family: verdana,arial;
	line-height: 16px;
}
input, select, textarea {
	color: #000;
	font-size: 11px;
	font-family: verdana,arial;
}
form {
	margin: 0px;
}

#footer {
	margin-top: 30px;
}
#content {
	padding-left: 28px;
	padding-top: 30px;
}

.darkyellow {
	color: #FFCC00;
	font-size: 11px;
	font-family: verdana,arial;
}
.darkyellowTitle {
	color: #FFCC00;
	font-size: 13px;
	font-family: verdana,arial;
}
a.darkyellow {
	color: #FFCC00;
	font-size: 11px;
	font-family: verdana,arial;
	text-decoration: underline;
}
a:hover.darkyellow {
	text-decoration: none;
}
.white { color: #fff; }
.white a { color: #fff; }

.yellow {
	color: #ff0;
	font-size: 11px;
	font-family: verdana,arial;
}
.yellowsmall {
	color: #ff0;
	font-size: 10px;
	font-family: verdana,arial;
}
a.yellow {
	color: #ff0;
	font-size: 11px;
	font-family: verdana,arial;
	text-decoration: underline;
}
a:hover.yellow {
	text-decoration: none;
}
.yellow14px {
	color: #ff0;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana,arial;
}
.black {
	color: #000;
	font-size: 11px;
	font-family: verdana,arial;
}
.lightblue {
	color: #00FFFF;
	font-size: 11px;
	font-family: verdana,arial;
}
a.lightblue {
	color: #00FFFF;
	font-size: 11px;
	font-family: verdana,arial;
	text-decoration: none;
}
a:hover.lightblue {
	text-decoration: underline;
}
.darkblue {
	color: #003399;
	font-size: 11px;
	font-family: verdana,arial;
}
a.darkblue {
	color: #003399;
	font-size: 11px;
	font-family: verdana,arial;
	text-decoration: underline;
}
a:hover.darkblue {
	text-decoration: none;
}
.smaller{
	font-size: 10px;
}
.smallerlightblue{
	font-size: 10px;
	color: #00FFFF;
}
.smallerprivacy{
	color:#000000;
	font-size: 10px;
}
/* Home */
#home {
	background-color: #3433CD;
	background-image: url('../_images/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
#homeNews {
	background-color: #3433CD;
	background-image: url('../_images/bg_home2.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* About Us */
#aboutUs {
	background-color: #0D61FF;
	background-image: url('../_images/aboutus/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Clients */
#clients {
	background-color: #7A9F69;
	background-image: url('../_images/ourclients/bg_circle.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
#clientsSub {
	background-color: #7A9F69;
	background-image: url('../_images/ourclients/bg_clouds.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Executive/Employment */
#employment {
	background-color: #3433CD;
	background-image: url('../_images/employment/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Fundraising */
#fundraising {
	background-color: #4977FB;
	background-image: url('../_images/fundraising/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Contact Us */
#contactUs {
	background-color: #569824;
	background-image: url('../_images/contactus/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
.formStyle {
	color: #000;
	font-size: 11px;
	width: 160px;
}
.textArea {
	color: #000;
	font-size: 11px;
	width: 325px;
	height: 120px;
}
.requiredStar {
	color: #FFF;
	font-size: 12px;
}
.officeText {
	padding-right: 15px;
	padding-bottom: 15px;
}

/* Our Offices */
#ourOffices {
	background-color: #F1C12F;
	background-image: url('../_images/ouroffices/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Our Services */
#ourServices {
	background-color: #3433CD;
	background-image: url('../_images/ourservices/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
.content {
	padding: 0px 20px 0px 8px;
	height: 60px;
	font-size: 11px;
}

/* Netzel Career Opportunities */
#careers {
	background-color: #FFAF03;
	background-image: url('../_images/careers/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}

/* Our Staff */
#ourStaff {
	background-color: #FFAF03;
	background-image: url('../_images/ourstaff/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
#ourStaff .name{ font-size:12px; color:black;}
#ourStaff .position{ font-size:11px; color:black; font-style:italic;}
#ourStaff .more_info_link a{ font-size:11px; color:#003399;}
#ourStaff .bio_image { width: 63px; padding-bottom:18px;}
#ourStaff .bio_image img{ border: 1px solid white; width:60px;}
.name {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.hide							{ display: none; }
.show 							{ display: block ; }
.bgcolorLightBlue 				{ background-color: #EDF3FE; }
.error							{ padding: 10px 8px; color: #FF3366; }

