/* 
 * General styles
 * 
 */
/* body */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e2e2df;
	margin: 0px;
	padding: 0px;
}
/* h1 is used for the large headers in the page */
h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #2e2c24;
	margin: 0px;
}
/* Links */
a {
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #990000;
}
img {
	border: none;
}
/* 
 * Top two divs 
 */
#div-all {
}
#div-container {
	width: 768px;
	position: relative;
	margin: 30px auto 0 auto;		/* auto for left and right margins centres the page */
	padding: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
/* 
 * Top navigation bar 
 */
#div-topnav {
	text-align: right;
	line-height: 30px;	/* to centre a single line of text in a div, make the line height the same as the text height */
	height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#div-topnav a {
	text-decoration: none;
}
#div-topnav-home {
	float:left;
	position:relative;
	left:15px;
	height: 30px;
	line-height: 30px;
	background: url('../images/bg-homelink.gif') no-repeat left;
}
.div-topnav-top-page {
	background-color: #000000;
}
.div-topnav-page {
	background-color: #FF0000;
}
/* Top nav bar links - two types, one for the main page and one for the content pages */
#div-topnav a {
	margin-right: 15px;
}
.div-topnav-top-page a:link,
.div-topnav-top-page a:visited {
	color: #dbe09e;
}
.div-topnav-top-page a:hover {
	color: #ffffff;
}
.div-topnav-page a:link,
.div-topnav-page a:visited {
	color: #ffffff;
}
.div-topnav-page a:hover {
	color: #ff9900;
}
/* 
 * Title and subheading 
 */
#div-header {
}
.div-header-top-page {
	margin: 0 0 20px 0;
}
#div-header h1 {
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #99491A;	
	margin: 0 0 0 20px;
}
#img-logo {
	margin: 10px 0 0 0;	/* top margin to create white space between title bar and image */
}
.div-menu {
	font-size: 14px;
	color:#555555;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 130px;
	text-align:center;
}
/* menu bar links */
.div-menu a {
	text-decoration: none;
}
.div-menu a:link, .div-menu a:visited {
	color: #555555;
}
.div-menu a:hover {
	color: #000000;
}
.div-menu a:active {
	color: #555555;
}
.div-menu-1 {
	background-color: #efefef;
}
.div-menu-2 {
	background-color: #999999;
}
/* 
 * Slideshow 
 */
#div-slideshow {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#div-slideshowcopy {
	height: 576px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#div-slideshow form {
	margin: 0px;
	padding: 0px;
}
#div-slideshow-small {
	margin: 0 0 20px 0;
	height: 180px;
	text-align:center;
}
#div-slideshow-small form {
	margin: 0px;
	padding: 0px;
}
/* 
 * Page content
 */
#div-content {
	margin: 20px 0 0 0;
	overflow: hidden;
	line-height: 20px;
}
#div-content-left {
	padding: 0 20px 0 10px;
	float: left;
	width: 400px;
	text-align: justify;		/* This justifies all the text in the left content div */
}

#div-content-form {
	padding: 0 20px 0 10px;
	float: left;
	width: 650px;
	text-align: justify;		/* This justifies all the text in the left content div */
}

#div-content-income {
	padding: 0 20px 0 10px;
	float: left;
	width: 700px;

	text-align: justify;		
	background-image: url(../images/female_doctor.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#div-benefits {
	width: 550px;
	height: 190px;
	text-align: justify;		/* This justifies all the text in the left content div */
	margin-top: 50px;
	margin-left: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../images/benefits-bg.jpg);
	background-repeat: no-repeat;
}

#div-benefits-left {
    float:left;
	width: 275px;
	height: 150px;

	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#div-benefits-left ul{
    text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

#div-benefits-right {
    float:left;
	width: 275px;
	height: 150px;

	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#div-benefits-right ul{
    text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

#div-benefits h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}

#div-work-environment {
	width: 450px;
	height: 190px;
	text-align: justify;
	margin-top: 50px;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../images/environment-bg.jpg);
	background-repeat: no-repeat;
}

#div-work-environment ul{
    text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 0px;
}

#div-work-environment h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}

#div-eligable {

	width: 450px;

	text-align: justify;
	margin-top: 30px;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

#div-eligable ul{
    text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 0px;
}

#div-eligable h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}

#div-tom {
	width: 460px;
	height: 80px;
	text-align: left;
	margin-top: 30px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/tom-bg.jpg);
	background-repeat: no-repeat;
}

#div-tom a {
	color: #000000;
}

#div-tom p {

line-height: 16px;
	padding: 0px;
	margin: 0 px;
}

#div-content-right {
	float: right;
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 25px 0 25px 25px;
}
/*
 * Boxes used on the front page
 */
.box {
	float: left;
	width: 240px;	
	height: 140px;
	margin: 0;
}
#boxblue {
	float:left;
}
#boxgreen {
	float:left;
	margin-left:24px;
}
#boxred {
	float:right;
}
.box a {
	width: 210px;	
	height: 110px;
	padding: 15px;
	display: block;					/* Display block to give the link a fixed width and height */
	font-size:13px;
	line-height: 18px;
	text-decoration: none;	/* No underlining of words */
}
.box-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	height:auto;
	font-weight: normal;
	margin: 0 0 5px 0;
	display: block;
}
/* Box links */
.box a:link, .box a:visited {
	color: #2e2c24;
}
#boxred a {
	background: url(../images/frontimages/1.jpg) no-repeat 0px 0px;
}
#boxblue a {
	background: url(../images/frontimages/2.jpg) no-repeat 0px 0px;
}
#boxgreen a {
	background: url(../images/frontimages/3.jpg) no-repeat 0px 0px;
}
#boxred a:hover, #boxblue a:hover, #boxgreen a:hover { background-position: 0px -140px; }
.quote {
	background: url('../images/icon-blockquote.gif') no-repeat left top; 
	margin: 0 0 60px 0;
	color: #7b7a7a;
}
/*
 * Quotes
 */
.quote p {
	margin: 0 0 5px 0;
	text-indent: 30px;
}
.quote span {
	font-size: 11px;
}
/*
 *  Miscellaneous links
 */
#div-apply-link {
	border:1px solid #666666;
	background-color:#FFFF33;
	padding:20px;
	text-align:center;
}
#div-apply-link h1 {
	font-size:18px;
}
#div-requestinfo img {
	border:1px solid #999999;
	float: left;
	margin: 0 10px 0 0;
}
#div-requestinfo {
	font-weight: bold;
}
/* 
 * Footer 
 */
#div-footer {
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
}
.style1 {font-size: 16px}
.style8 {	font-size: 24px;
	font-weight: bold;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style13 {
	font-size: 17px;
	font-weight: bold;
}
.style16 {color: #000000}

.style18 {color: #FFFF00}


.style17 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style20 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style19 {color: #333333}
.style21 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; }
.style22 {font-size: 12px}

