@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bkgrd.jpg);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#1E1E1E;
	margin:0px;
	padding:0px;
	z-index:999;
}

/*start header*/

#headcontainer {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	height: 135px;
}	
#head {
	height:135px;
	width: 1000px;
	padding:0px;
	margin:0px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(images/headnew.jpg);
}
/*end header*/

/*start main section*/

#container {
	width: 1000px;
	min-height:800px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(images/mainshad.jpg);
	background-repeat:repeat-y;
	/*magic line*/
	overflow:hidden;
	
}
#maincolumn {
	width: 970px;
	margin:0px auto;
	padding:0px;
}
h1 {
	color: #151539;
	font-size:22px;
	padding: 0px;
	margin: 0px;
}
.top_text{
	font-size:16px;
	margin:0px;
	padding-left:12px;
	padding-top: 0px;
	padding-right:20px;
	line-height:120%;
	color:#111137;
}
/*start left column*/

#maincolumnleft {
	width: 600px;
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
}
#title {
	margin-bottom:3px;
	margin-top:0px;
	
}
#team {
	width:600px;
	margin-top:25px;
	margin-left: 0px;
	padding-right:0px;
	float:left;
	background-image:url(images/meetourteam.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#team ul {
 	padding: 45px 0px 0px 0px;
  	margin: 0px;
}
#team ul li {
  	display: inline;
  	list-style-image:none;
	float:left;
	padding:0px 19px 0px 0px;
	width:120px;
}
#team ul li a {
	list-style-image:none;
}

#trainees {
	width:600px;
	margin-top:25px;
	margin-left: 0px;
	padding-right:0px;
	float:left;
	background-image:url(images/trainees.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#trainees ul {
 	padding: 45px 0px 0px 0px;
  	margin: 0px;
}
#trainees ul li {
  	display: inline;
  	list-style-image:none;
	float:left;
	padding:0px 19px 0px 0px;
	width:365px;
}
#trainees ul li a {
	list-style-image:none;
}

.gold14 {
	color:#996600;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.gold14 a:link, .gold14 a:active, .gold14 a:visited {
	color:#996600;
	text-decoration:none;
	font-weight:normal;
}
.gold14 a:hover, .gold14 a:visited hover {
	color:#996600;
	text-decoration:underline;
	font-weight:normal;
}
.greenlink {
	color:#13871c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.greenlink a:link, .greenlink a:active, .greenlink a:visited {
	color:#13871c;
	text-decoration:none;
}
.greenlink a:hover, .greenlink a:visited hover {
	color:#13871c;
	text-decoration:underline;
}
.greenlink2 {
	color:#13871c;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
}
.greenlink2 a:link, .greenlink2 a:active, .greenlink2 a:visited {
	color:#13871c;
	text-decoration:none;
}
.greenlink2 a:hover, .greenlink2 a:visited hover {
	color:#13871c;
	text-decoration:underline;
}
.purplelink {
	color:#3C3C60;
	font-size:15px;
	font-weight:bold;
}
.purplelink a:link, .purplelink a:active, .purplelink a:visited {
	color:#3C3C60;
	text-decoration:underline;
	font-weight:normal;
}
.purplelink a:hover, .purplelink a:visited hover {
	color:#ABACCB;
	text-decoration:underline;
}
.ltpurplelink {
	color:#ABACCB;
	font-size:16px;
	font-weight:bold;
}
.ltpurplelink a:link, .ltpurplelink a:active, .ltpurplelink a:visited {
	color:#ABACCB;
	text-decoration:none;
}
.ltpurplelink a:hover, .ltpurplelink a:visited hover {
	color:#ABACCB;
	text-decoration:underline;
}
.whitetxt {
	color:#FFFFFF;
	font-size:14px;
}
.whitetxt a:link, .whitetxt a:active, .whitetxt a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.whitetxt a:hover, .whitetxt a:visited hover {
	color:#ABACCB;
	text-decoration:underline;
}
.italic {
	color:#999;
	font-size:14px;
	font-style:italic;
	font-weight:100px;
}
#textbox {
	background-color:#F8F8F8;
	border:1px solid #BBBBC8;
	width: 600px;
	height:330px;
	float:left;
	background-image:url(images/Colimore.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
#textboxsml {
	background-color:#F8F8F8;
	border:1px solid #BBBBC8;
	width: 600px;
	height:200px;
	float:left;
	margin:30px auto;
	padding-top:10px;
}
.smalltext {
	font-size:12px;
}
#box_lft {
	float:left;
	margin:0px auto;
	padding-top:10px;
}
#box_right {
	float:right;
	margin:0px auto;
	padding-top:10px;
}
#box_lft ul {
	list-style:disc;
}
#box_right ul {
	list-style:disc;
}
#box_lft li {
	padding-top:4px;
	padding-bottom:4px;
}
#box_right li {
	padding-top:4px;
	padding-bottom:4px;
}
#list_lft {
	float:left;
	margin:0;
	padding: 10px 0px 0px 0px;
	width:350px;
}
#list_right {
	float:right;
	margin:0px;
	padding: 10px 0px 0px 0px;
}
#list_lft ul {
	list-style:none;
}
#list_right ul {
	list-style:none;
}
#list_lft li {
	padding: 4px 0px 4px 0px;
}
#list_right li {
	padding: 4px 0px 4px 0px;
}
/*begin right column*/

#maincolumnright {
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:right;
	vertical-align:top;
}
#offices {
	background-image:url(images/offices.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:341px;
	height:329px;
	padding-left:10px;
}
#officetextcontainer{
	font-weight:13px;
	color:#101035;
	padding-top:220px;
	margin-left:113px;
	
}
.img_border {
	border:1px solid #BBBBC8;
}
#blogcontainer {
	padding:0px;
}
#blog{
	background-image:url(images/blog.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:320px;
	width:322px;
	padding:0px;
	margin:40px auto;
}
.blogtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 60px 20px 0px 20px;
	color:#D0E3EE;
	font-weight:bold;
	line-height: 120%;
}
.blogtitle a:link {
	color:#D0E3EE;
	text-decoration:none;
}
.blogtitle a:active {
	color:#D0E3EE;
	text-decoration:none;
}
.blogtitle a:visited {
	color:#D0E3EE;
	text-decoration:none;
}
.blogtitle a:hover {
	color:#D0E3EE;
	text-decoration:underline;
}	
.blogtitle a:visited hover {
	color:#D0E3EE;
	text-decoration:underline;
	font-size:11px;
}
.blogtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 22px 20px 0px 20px;
	color:#D0E3EE;
	font-weight:bold;
	line-height: 120%;
}
.blogtext a:link {
	color:#D0E3EE;
	text-decoration:none;
	font-size:11px;
}
.blogtext a:active {
	color:#D0E3EE;
	text-decoration:none;
	font-size:11px;
}
.blogtext a:visited {
	color:#D0E3EE;
	text-decoration:none;
	font-size:11px;
}
.blogtext a:hover {
	color:#D0E3EE;
	text-decoration:underline;
	font-size:11px;
}	
.blogtext a:visited hover {
	color:#D0E3EE;
	text-decoration:underline;
	font-size:11px;
}
#goldbox {
	background-image:url(images/goldlbox.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
	width: 272px;
	height:218px;
	
}
#morecontent {
	padding-left:18px;
}
/*end right column*/

#botshad {
	background-image:url(images/botshad.png);
	background-repeat:no-repeat;
	height:13px;
	width:1000px;
	background-position:center;
	margin:0px auto;
	padding:0px;
}

/*end main*/

/*start footer*/
#foot_wrapper {
	width: 960px;
	padding-top:20px;
	margin:0px auto;
}
#footerbkrd{
	background-image:url(images/foot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:67px;
	margin:0px auto;
	padding:0px;
	font-size:14px;
	color:#FFF;
	/*added to keep footer below posts*/
	clear:both;
	vertical-align:baseline;

}
#foot_lft {
	float:left;
	margin:0px auto;
}
#foot_right {
	float:right;
	margin:0px auto;
    font-size:14px;
	color:#FFF;
}
#foot_right a:link, #foot_right a:active, #foot_right a:visited {
	color:#FFF;
	text-decoration:none;
}
#foot_right a:hover, #foot_right a:visited hover {
	color: #ABACCB;
	text-decoration:none;
}

/*end footer*/
