@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #616C88 url(../_img/page_bg.gif) repeat-x top center;
}
p {
	margin: 8px 0; 
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

/* --------------------------------------- */
/* --( Wrap )-- */
/* --------------------------------------- */

	#wrap {
		background: url(../_img/wrap_bg.gif) repeat-y center top;
		margin: 0 auto;
		width: 911px
	}
	#corner {
		background: url(../_img/right-corner_bg.gif) no-repeat top right;
		margin: 0 auto;
		width: 268px;
		height: 157px;
		float: right;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#main_container {
		width: 911px;
		margin: 0 auto;
		background: url(../_img/content_bg.gif) no-repeat top;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}
	
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

	/* --( Logo )-- */
		#header h1 {
			margin: 0;
			padding: 1px 0 0 40px;
			float: left;
		}
		#header h1 a {
			display: block;
			width: 174px;
			height: 113px;
			text-indent: -3000px;
			background: url(../_img/head_logo.gif) no-repeat;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			padding: 23px 120px 0 0;
			margin: 0;
			float: right;
			color: #AFAFAF;
			text-align: right;
			font: 1.5em Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			position: relative;
		}
		#header p span {
			color: #0C2577;
		}
		
	/* --( Main Navigation )-- */
		#header ul,
		#header ul li {
			margin: 0;
			padding: 0;
		}
		#header ul {
			display: block;
			float: right;
			clear: right;
			padding: 0 19px 0 0;
			margin-top: 14px; /* Fixes an IE bug */
			width: 515px;
		}
		#header ul li {
			list-style: none;
			display: inline;
		}
		#header ul li a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #0C2677;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#header ul li a:hover {
			background-position: -103px 0px;
		}
		
		/* --( Drop Down )-- */
			#header ul li ul {
				background: #FFFFFF;
				border: 1px solid #CCCCCC;
			}
			#header ul li ul li {
				border-bottom: 1px solid #CCCCCC;
			}
			#header ul li.about_us ul {
				width: 100px; /* Define dropdown width */
			}
			#header ul li.about_us ul li a {
				width: 92px; /* Subtract link padding L&R from dropdown width */
			}
			#header ul li ul li a {
				width: auto;
				text-align: left;
				padding: 4px;
				color: #00add8;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#header ul li ul li a:hover {
				background: #998d7a;
				color: #FFF;
			}
			#header ul li:hover ul, /* pure CSS hover is removed below */
			#header ul li.sfHover ul {
				top: 35px;
			}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: left;
		padding: 15px 0 0 17px;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 2.2em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #284091;
	}
	#content h3 {
		font: 1.6em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #931918;
	}
	#content h4.note {
		font-size: .916em;
		font-weight: normal;
		line-height: 1.636;
	}
	#content h4.note strong {
		background-color: #990000;
		padding: .2em .5em;
		display: block;
		letter-spacing: 1px;
		color: #FFF;
	}
	#content h4.note span {
		padding: .2em .5em;
		display: block;
		border-top: 1px solid #660000;
		background-color: #fafafa;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
	}
	#content p {
		line-height: 1.5em;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	
/* --------------------------------------- */
/* --( Resume Services )-- */
/* --------------------------------------- */

	#resumeservices {
		width: 248px;
		float: right;
		background-image: url(../_img/resume-services_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
		position: relative;
	}
	
	#resumeservices h3 {
		display: block;
		margin: 0;
		padding: 19px 0;
		text-indent: -3000px;
	}
	#resumeservices p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#resumeservices p.name {
		text-align: right;
		font-size: .9em;
	}
	#resumeservices ul li {
		margin-bottom: .4em;
	}
	
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 0 0;
		margin-right: 11px;
		background-image: url(../_img/feat_bg2.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-color: #D7D7EE;
	}
	* html #feature {
		margin: 0 5px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #474792;
		font-weight: normal;
		margin: 0;
		padding: 0 0 8px;
	}
	#feature p {
		
		padding: 0 20px;
		line-height: 1.5em;
	}
	#feature div {
		padding: 0 20px;
		line-height: 1.5em;
	}
	span.foot {
		float: right;
		display: block;
		clear: right;
		text-indent: -3000px;
		background: url(../_img/feature_bg2_foot.gif) no-repeat top left;
		height: 8px;
		width: 248px;
		padding: 7px 0 0;
		margin-right: 11px;
	}
	* html span.foot {
		margin: 0 5px;
	}
	#memberships {
		float: right;
		clear: right;
		width: 248px;
		text-align: center;
	}
	#memberships img {
		padding: 0 20px 0 0;
		margin-bottom: 1em;
	}
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 911px;
		margin: 0 auto;
		background-color: #616C88;
		background-image: url(../_img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding: 36px 0 0 0;
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #AEB6C9;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #AEB6C9;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #F8F7F3;
	}
	#footer p.credit {
		color: #8F9BB6;
	}
	#footer p.credit a {
		color: #8F9BB6;
		text-decoration: underline;
		text-transform: none;
	}