* {	
	padding: 0px;
	margin: 0px;
	font-family:arial;
	font-size:12px;
}

/* Added by James */
input[type="text"] 
{
border:1px solid #B8DCEA;	 
}

input[type="button"] 
{
	border:1px;	 
}

input[type="submit"] 
{
	border:1px;	 
}

/**/
 
body { 
	color:#666;
	background-color:#fff;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	
}

#wrapper {	
	width:1010px;
	margin:0px auto;
	
	
}

#wrapper .inner {
	background-color:#fff;
	float:left;
	padding:0px 10px 0px 10px;
}



/******************** Header Styles *********************/

#header { 
	background-image:url(/images/bg_header.jpg);
	background-repeat:no-repeat;
	width: 990px;
	height:259px;
	float:left;	
	margin-left:10px;
	margin-right:10px;
}

#headerleft {
	float:left;
	width:759px;
	height:259px;
}

#headerright {
	float:left;
	width:210px;
	height:283px;
}

/* Header Link Styles */

#headerlinks {	
	color:#747267;
	/*width: 759px;*/
	/*height:46px;*/
	width:719px;
	height:31px;
	float:left;
	clear:both;
	padding:15px 15px 0px 25px;
	background-image:url(/images/bg_headerlinks.jpg);
	background-repeat:no-repeat;
}


#headerlinks a {	
	padding:0px;
	text-decoration:none;	
	padding-left:2px;
	padding-right:2px;
	color:#747267;
}

#headerlinks a:hover {	
	text-decoration:underline;	
	color:#747267;
}

/* End Header Link Styles */


#logo-navigation2 {
	width:776px;
	height:117px;
	float:left;
}

#logo {	
	width: 283px;
	height:117px;
	float:left;	
}

/* Secondary Navigation Styles */

#navigation2 {
	width:476px;
	height:41px;
	float:left;
	margin-top:76px;
	vertical-align:bottom;
}

#navigation2 ul {	
	 margin: 0px;
	 padding: 0px;
	 list-style:none;
}


#navigation2 ul li {	
	float: left;	
}


#navigation2 ul li a {	
	display:block;
	padding:0px;
	text-decoration:none;	
}

#navigation2 ul li a:hover {	

}

/* Main Navigation Styles - see navigation.css for additional styles */

#navigation {	
	width:759px;	
	height:47px;
	float:left;
	margin:0px;
	padding:0px;
}

#announcements {
	width:759px;	
	height:47px;
	background-image:url(/images/bg_announcements.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}


#announcements p {
	padding:15px 25px 0px 25px;
}

#announcements a {
	width:776px;	
	height:47px;
	display:block;
	color:#666;
	text-decoration:none;
}

#announcements a:hover {
	color:#028ac0;
	text-decoration:none;
}


#photo {
	width:231px;
	height:259px;
	float:left;
}

#body {	
	width:990px;	
	background-color:#fff;
	padding:15px 0px 15px 10px;
	float:left;
	margin-left:10px;
}

#body2 {	
	width:530px;	
	background-color:#fff;
	padding:15px 0px 15px 10px;
	float:left;
	margin-left:10px;
	font-weight: bold;
}

#leftcol {
	width:675px;
	float:left;
	padding-right:20px;
	min-height:520px;
	border-right:1px dotted #dadbd3;
}

#rightcol {
	width:245px;
	padding-left:20px;
	padding-right:0px;
	float:left;
}

/******************** Content Styles *********************/
#member-login {
	width:260px;
	margin-bottom:10px;
	float:left;
}

#member-login-content {
	padding:15px 30px 5px 30px;
	background-image:url(/images/boxbg_memberlogin.jpg);
	background-repeat:repeat-y;
	color:#fff;
	
}	

#member-login-content a{
	color:#fff;
	text-decoration:underline;
}

#member-login-content a:hover{
	color:#fff;
	text-decoration:none;
}	


#benefit-spotlight {
	width:260px;
	margin-bottom:10px;
	float:left;
}

#benefit-spotlight h2{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-image:none;
	background-color:#00adf2;
	margin-bottom:2px;
	height:auto;
	padding:0px;
}

#benefit-spotlight-content {
	padding:15px 30px 15px 30px;
	background-image:url(/images/boxbg_benefitspotlight.jpg);
	background-repeat:repeat-y;
	color:#fff;
	
}	

#benefit-spotlight-content ul{
	margin-left:15px;
	margin-bottom:5px;

}	

#benefit-spotlight-content ul li{
	list-style:disc;
}	

/* Member Toolbar Styles */

.toolbar {
	width:260px;
	margin-bottom:10px;
	float:left;
}
.toolbar h4{
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding:10px 25px 1px 18px;	
	margin-bottom:2px;
}

.toolbar-content {
	background-image:url(/images/boxbg_memberlogin.jpg);
	background-repeat:repeat-y;
	color:#fff;
	padding:0px 0px 0px 7px;
	margin:0px;
}
		
.toolbar-content ul {
	margin:0px;
	padding:0px;
}

.toolbar-content ul li a {

}
.toolbar-content ul li a {
	display:block;
	list-style:none;
	background-color:#0db8af;
	padding:10px 25px 10px 18px;
	text-decoration:none;	
	width:203px;
	color:#fff;
	border-bottom:1px solid #06a9a0;
	font-size:16px;
	font-weight:normal;
}

.toolbar-content ul li a:hover {
	background-color:#6ad4ce;
}

.sublist {
	background-color:none;
	color:#fff;
	width:203px;
	margin-left:18px;
	margin-bottom:10px;

}

.sublist td {
	padding:2px;
}
.sublist a {
	background-color:none;
	border-bottom:none;
	color:#fff;
	text-decoration:none;
}

.sublist a:hover {
	background-color:none;
	border-bottom:none;
	color:#fff;
	text-decoration:underline;
}

.line {
	border-bottom:1px solid #06a9a0;
	width:246px;
}

/* End Member Toolbar Styles */

/* Forum Styles */

.forum {
	width:674px;
}

.forum-content {
	background-image:url(/images/bg_forum.gif);
	background-repeat:repeat-y;
	width:626px;
	padding:0px 22px 0px 22px;
}

.forum-row1 {
	background-color:#ebeae5;
	color:#8b897f;
	padding:0px 10px 10px 10px;
	border-bottom:1px solid #fff;
	font-weight:bold;
}

.forum-row2 {
	background-color:#ebeae5;
	color:#8b897f;
	padding:10px;
	border-bottom:1px solid #fff;
	font-weight:bold;
}

.forum-row3 {
	background-color:#fff;
	color:#8b897f;
	padding:10px;
	border-bottom:1px dotted #dadbd3;
	font-weight:bold;
}
/* End Forum Styles */

.formbox {
	background-color:#d9f3fd;
	width:615px;
	color:#0083b7;
	padding:10px 30px 30px 30px;
} 

.formbox hr {
	border-top:1px dotted #8ecee8;
	border-bottom-width:0px; 
	border-left-width:0px; 
	border-right-width:0px; 
	height:1px; 
	clear:both; 
	display:block; 
	margin:0px;
}

.box {
	width:335px;
	margin-bottom:10px;
	float:left;
}

.box-content {
	width:275px;	
	background-image:url(/images/boxbg.gif);
	background-repeat:repeat-y;
	font-weight:bold;
	padding:10px 30px 0px 30px;
	min-height:180px;
}

#leftcol .box ul { 
	list-style:none; 
	margin-bottom:0px;
	margin-top:0px;
	
} 

#leftcol .box li  {
	margin-bottom:0px; 
	background-image:url(/images/bullet.gif); 
	background-repeat:no-repeat; 
	padding-left:25px;
	padding-bottom:5px;
	padding-top:3px;
	background-position:0px 0px; 
} 

.row1 {
	border-bottom:solid 1px #d9f3fd;
	padding:5px;
}

.row2 {
	border-bottom:solid 1px #d9f3fd;
	padding:5px;
	color:#0083b7;
}


/******************** Global Styles *********************/

img { 
	border:0px; 
}

td { 
	vertical-align:top;
}

h1 {
	font-size:22px;
	color:#747267;
	margin-bottom:15px;
}

.h1 {
	font-size:22px;
	color:#747267;
	margin-bottom:15px;
}


h2 {
	font-size:18px;
	color:#747267;
	margin-bottom:10px;
	height:21px;
	padding:10px;
	background-image:url(/images/bg_h2.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#dadbd3;
}

h2 a{
	font-size:18px;
	color:#fff;
	margin-bottom:3px;
	background-color:#8b897f;
}

h3, h3 a {
	font-size:18px;
	color:#0083b7;
	font-weight: bold;
	margin-bottom: 5px;	
}

.h3 {
	font-size:18px;
	color:#0083b7;
	font-weight: bold;
	margin-bottom:5px;	
}


h4 {
	font-size:14px;
	color:#747267;
	font-weight: bold;
	margin-bottom: 3px;	
}

p {
	margin-bottom:10px;
}

#leftcol ul { 
	list-style:none; 
	margin-bottom:10px;
	margin-top:10px;
} 

#leftcol li { 
	margin-bottom:5px; 
	background-image:url(/images/bullet2.gif); 
	background-repeat:no-repeat; 
	padding-left:25px;
	padding-bottom:2px;
	padding-top:2px;
	background-position:0px 0px; 
}

hr {
	border-top:1px dotted #dadbd3;
	border-bottom-width:0px; 
	border-left-width:0px; 
	border-right-width:0px; 
	height:1px; 
	clear:both; 
	display:block; 
	margin:0px;
}

.welcome-text {
	font-size:24px;
	font-weight:bold;
	color:#747267;
}

a {
	color:#028ac0;
	text-decoration:underline;
	
}
a:hover {
	color:#028ac0;
	text-decoration:none;
}

.link { color:#0f8da4; text-decoration:none; }
.linkh2 { color:#a1191f; text-decoration:none; }
.linkh2:hover { color:#a1191f; text-decoration:none; }
.linksmall { font-size:10px; color:#045b6c; text-decoration:none; font-weight:normal; }
.whitelink { font-size:11px; color:#fff; text-decoration:none; }
.whitelink:hover { color:#fff; text-decoration:underline; }
.pagerlink { color:#af9c6a; text-decoration:none; }
.pagerlink:hover { color:#af9c6a; text-decoration:underline; }
.pagerlink_current { color:#af9c6a; background-color:#f2e8cd; padding:5px 8px 5px 8px;}
.pagerlink_current:hover { color:#af9c6a; text-decoration:underline; padding:5px 8px 5px 8px;}
.pagerheading { color:#0f8da4; text-decoration:none;  }

form { display:inline; margin:0px; padding:0px; }

.red { font-size:10px; color:#a71c3b; font-weight:bold; }

.bluetext { font-size:12px; color:#0083b7; font-weight:bold; }

.white { color:#fff; }

.WizardControlButton { text-align:right; }

.form0 { text-align:left; vertical-align:top; padding:10px; }
.form1 { text-align:left; color:#028ac0; font-weight:bold; padding:3px 5px 3px 0px; }
.form2 { text-align:left; color:#028ac0; vertical-align:top; padding:3px 0px 3px 0px;  }
.form3 { text-align:left; vertical-align:top; padding:10px; }
.form4 { border-bottom:1px dotted #c9c9c9; text-align:left; vertical-align:top; padding:10px;}
.form5 { border-bottom:1px dotted #c9c9c9; border-top:1px dotted #c9c9c9; text-align:left; vertical-align:top; padding:10px; }

.fields { border:1px solid #b8dcea; padding:2px;}



/******************** Footer Styles *********************/

#footer {
	background-image:url(/images/bg_footer.gif);
	background-repeat:no-repeat;
	width:990px;
	height:46px;
	color:#666;
	font-size:11px;
	text-align:center;
	float:left;
}

#footer p {
	padding:15px;
	font-size:11px;
}

#footer a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
}

/******************** End Footer Styles *********************/

/* job listing page items */
div.item {
	margin-top: 5px;
	padding: 3px;
}

div.item img {
	float: left; 
	margin: 0px 10px 5px 0px;
	border: none;

}

div.clearer {
	clear: both; 
	line-height: 0px; height: 0px;
}
.lists {
	margin-left: 30px;
	padding: 5px;
	line-height: 18px;
}

#about 
{
	text-align: center;
	padding: 10px;
}
#benefits {
	padding-top: 6px;
}


