/*
 * base css rules based on: base.css | v0.4 (06132010) | Thierry Koblentz (http://www.tjkdesign.com/articles/css-reset_versus_css-starter.asp)
 *
 * The purpose of this styles sheet is to set default styles for common browsers and address common issues (missing scrollbar, extended buttons in IE, gap below images, etc.)
 *
 * See: http://thinkvitamin.com/design/setting-rather-than-resetting-default-styling/
 * 
 */

html                                        { height: 100%; overflow-y: scroll; }
body                                        { height: 100%; background: #fff; color: #222; line-height: 1.4; }
body, input, button, textarea, select       { font-family: Lucida, Arial, Sans-Serif; font-size: 13px; }

h1, h2, h3, h4, h5, h6                      { font-family: Lucida, Aria, Sans-Serif; }
pre, tt, code, kbd, samp, var               { font-family: "Courier New", Courier, monospace; }

h1                                          { font-size: 1.5em;}
h2                                          { font-size: 1.4em;}
h3                                          { font-size: 1.3em;}
h4                                          { font-size: 1.2em;}
h5                                          { font-size: 1.1em;}
h6                                          { font-size: 1em;}
h1, h2, h3, h4, h5                          {font-weight: normal;}
a:link                                      { color: #7a7a7a;}
a:visited                                   { color: #7a7a7a; }
a:hover                                     { text-decoration: none; }
a:focus                                     { text-decoration: none; }
a:focus,:focus                              { outline: 1px dotted #000;}
a:hover,a:active                            { outline: none;}
body, p, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, button, textarea,
blockquote, th, td                          { margin: 0; padding: 0; }
fieldset, img                               { border: 0; }
img                                         { vertical-align: bottom; }
legend                                      { padding-bottom: .5em; }
table                                       { border-collapse: collapse; border-spacing: 0; }

th                                          { text-align: center; } 
tbody th                                    { text-align: left; } 

code, pre                                   { font-family: "Courier New", monospace, serif; font-size: 1em; }

blockquote, q, em, cite, dfn, i, cite,
var, address                                { font-style: italic; }
blockquote p:before, blockquote p:after,
q:before, q:after                           { content: ''; }
th, strong, dt, b                           { font-weight: bold; }
del                                         { text-decoration: line-through;} 
abbr, acronym                               { border-bottom: 1px dotted #333; font-variant: normal; } 
fieldset                                    {line-height: 1;}
ul                                          { margin-bottom: 20px; }
li                                          { list-style: none; }
input[type="checkbox"]                      { vertical-align: bottom; *vertical-align: baseline; }
input[type="radio"]                         { vertical-align: text-bottom; }

input, button, textarea, select,
optgroup, option                            { font-size: .9em; line-height: 1.4 !important; }

/* honey pot*/
div.sucker-field                            { display: none; }

/* this is to fix IE 6 and 7 which create extra right/left padding on buttons
 * the first declaration is for IE 6 and the second one is for all browsers.
 */
button,
input[type="submit"],
input[type="reset"],
input[type="button"],                        { *overflow: visible; padding: .2em .4em; }

/* html5 */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/


/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
    overflow: hidden;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
	zoom: 1;
}


/* --------- general styles ------------ */

body {
	background: url("common_images/main-tail-top.gif") repeat-x scroll 50% 0 #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body#sidecol {
    float: left;
    width: 238px;
}
html {
	background: transparent;
	min-width: 1000px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}
#wrapper-outer {
	background: url(common_images/main-tail-bot2.gif) repeat-x 50% 100%;
	width: 100%;
}
#wrapper-inner {
	width: 960px;
	overflow: hidden;
    margin: 0 auto;
}

#navi {
	position: absolute;
	top: 48px;
	right: -78px;
	width: 220px;
	height: 60px;
    margin-bottom: 0;
}

	#navi li {
		float: left;
		padding: 0 0 0 5px;
	}
	
		#navi li a {
	display: inline-block;
	height: 20px;
	overflow: hidden;
	font-size: 15px;
    font-family: arial, sans-serif;
	text-decoration: none;
	color: #929DA2;
		}
						
		#navi li a:hover {
			background-position: 0% 0%;
		}
/* nav */
nav {
	background: #5C1182;
	width: 960px;
	height: 47px;
	overflow: hidden;
	position: absolute;
	top: 105px;
	left: 0px;
}

	nav ul {
		overflow: hidden;
        padding-left: 15px;
	}
	
		nav ul li {
            float: left;
            margin-right: 20px;
		}
		
			nav ul li a:link, nav ul li a:visited {
                display: block;
                height: 47px;
                overflow: hidden;
                float: left;
                padding: 0 8px 0 8px;
                line-height: 50px;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
			}
			nav ul li:first-child a { padding-left: 24px; background: url("common_images/bg-icon-home.png") no-repeat scroll 0px 14px transparent; }
			nav ul li a:hover {
                color: #FA7426;
			}

#social_icons 						{ position: absolute; top: 15px; right: -105px; width: 275px; height: 32px; text-align: center; }
	#social_icons a					{ display: inline-block; margin: 0 4px; width: 32px; height: 32px; background: transparent url(common_images/bg-social-icons2.png) no-repeat 0 0; }
	#social_icons a:hover				{ opacity: 0.7; }
	#social_icons #subscribe_rss			{ background-position: -48px 0; }
	#social_icons #follow_twitter			{ background-position: -94px 0; }
	#social_icons #follow_facebook			{ background-position: -141px 0; }
	#social_icons #follow_linkedin			{ background-position: -189px 0; }
    
.twitter-like a                             { text-decoration: none; }
.twitter-like a:hover                       { text-decoration: underline; }

    
#login                                      { position: absolute; top: 30px; left: 380px; width: 400px; height: 40px; }
#login dl                                   { float: left; margin-right: 10px; }

section                                     { overflow: hidden; }
article                                     { overflow: hidden; }
div.right                                   { text-align: right; }
#content article p                          { padding: 0 10px 20px 0; }
#content article ul                         { padding: 0 10px 0 10px; }
.rule-bottom                                { border-bottom: 1px dotted #bbb; padding-bottom: 10px; margin-bottom: 20px; }
.rule-right                                 { border-right: 1px dotted #bbb; }
.rule-left                                  { border-left: 1px dotted #bbb; }
#content .rule-right p                      { padding-right: 10px; }

header h2                                   { position: absolute; top: 180px; left: 50px; font: normal 32px arial, sans-serif; color: #FFF; }
#intro                                      { overflow: hidden; padding-bottom: 10px; margin-bottom: 20px; }
#intro section.grid_9 h3,
#intro section.grid_12 h3                   { font: normal 26px lucida, arial, sans-serif; color: #394246; margin-bottom: 20px; font-weight: normal !important; }
#intro section.grid_3                       { float: right; text-align: center; }
#intro section.grid_5 h3,
#sidecol h3                                 { font: normal 18px arial, sans-serif; color: #5F6C72; text-transform: uppercase; text-align: center; padding-bottom: 5px; }
article h2                                  { font: normal 14px arial, sans-serif; letter-spacing: .5px; color: #394246; text-transform: uppercase; text-align: left; padding: 0 0 5px 0; }
#content h4                              { font: normal 14px arial, sans-serif; letter-spacing: .5px; color: #394246; text-transform: uppercase; text-align: left; padding: 0 0 5px 0; }
img.imgLeft { float: left; margin: 0 15px 5px 0; }
img.imgRight { float: right; margin: 0 0 5px 15px; }

.home-3col-fancy-heading                     { background: url(common_images/bg-home-fancy-heading.png) no-repeat 0 0; color: #fff; height: 50px; padding: 14px 0 0 12px; }

/* ============================= Vertical Menu Start ==========================*/

#vertmenu {
	width: 100%;
    margin-bottom: 20px;
}
#vertmenu li {
    text-align: left;
}
#vertmenu li.selected-parent a { color: #FFF; }
#vertmenu li a {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: 32px;
	color: #FFF;
    background: url(common_images/bullet-subnav.png) no-repeat 0 50%;
    padding-left: 14px;
}
.domestic #vertmenu li {
    background: #BCA4C7 url(common_images/bg-subnav-domestic.png) no-repeat 0 0;
}
.foreign #vertmenu li {
    background: #BCA4C7 url(common_images/bg-subnav-foreign.png) no-repeat 0 0;
}

#vertmenu li:hover,
#vertmenu li.selectedNavBlock {
    background-position: 0 -40px;
}
#vertmenu li a { margin-left: 6px; }
#vertmenu li ul { margin-bottom: 0; }
#vertmenu li ul li a { margin-left: 20px; }
#vertmenu li.selected-parent ul li a { color: #FFF; }


a.medpro-bullet {
	background: url("common_images/list-arrow.gif") no-repeat scroll 0 5px transparent;
	padding-left: 22px;
	padding-top: 5px;
	line-height: 20px;
	font-size: 13px;
}
ul.medpro-bullet { overflow: hidden; }
ul.medpro-bullet li, ul.side-list li {
	background: url("common_images/list-arrow.gif") no-repeat scroll 0 50% transparent;
	padding-left: 22px;
	line-height: 20px;
	font-size: 12px;
    color: #7a7a7a;
	text-align: left;
}
ul.side-list li { background-position: 0 3px; }
a.btn-login {
    display: block;
    width: 270px;
    height: 40px;
    background: url(common_images/btn-login.png) no-repeat 0 0;
    text-indent: -9999px;
}
a.btn-login:hover {
    background-position: 0 -40px;
}
a.btn-register {
    display: block;
    width: 270px;
    height: 40px;
    background: url(common_images/btn-register.png) no-repeat 0 0;
    text-indent: -9999px;
}
a.btn-register:hover {
    background-position: 0 -40px;
}

.side-box {
	margin: 10px 0px;
	width: 230px;
}

.side-box h3 {
	height: 40px;
	text-indent: -9999px;
} 

.side-box div {
	padding: 10px 20px 20px 20px;
	font-size: 11px;
	color: #333;
}
#hot-jobs h3 { background: url(common_images/title-hot-jobs.png) no-repeat;margin-bottom: 0; }
#hot-jobs div { background: url(common_images/content-hot-jobs.png) left bottom no-repeat; }

/* Test google map icon */

.USmap {
	background: url(common_images/googlemaps_80px.jpg) no-repeat 0% 0%;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

	a:hover {
		text-decoration: none;
	}

/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */


header {
	background: url(common_images/headerGreen.jpg) no-repeat 15px 158px; 
	position: relative;
	height: 485px;
}

/* Test smaller green header */

header#slimheader {
	position: relative;
	height: 255px; 
}
.domestic header#slimheader {
	background: url(common_images/color-bar-us.jpg) no-repeat 0 158px;
}
.foreign header#slimheader {
	background: url(common_images/color-bar-foreign.jpg) no-repeat 0 158px;
}
.unassigned header#slimheader {
	background: url(common_images/color-bar-client.jpg) no-repeat 0 158px;
}

#content {
	width: 960px;
    padding-bottom: 40px;
}
#content table.multi-col {
	margin: 20px 0;
}
#content table.multi-col td {
    vertical-align: top !important;
}
#content table.multi-col.three-column td {
    width: 293px;
    padding: 0 20px;

}
#content table.multi-col.four-column td {
	width: 214px;
    padding: 0 20px;
}
#content table.multi-col td.col1 {
	padding-left: 0;
}
#content table.multi-col.three-column td.col3,
#content table.multi-col.four-column td.col4 {
	padding-right: 0;
}
#content table.multi-col td.single {
	padding: 0;
}
#content table.multi-col td.col1,
#content table.multi-col td.col2,
#content table.multi-col td.col3 {
	border-right: 1px dotted #777;
}
#content table.multi-col.three-column td.col3 {
	border-right: 0;
}
div#content table.multi-col td table td {
	padding: 0 4px;
}

#content table.multi-col.three-column h2 {
	font-size: 20px;
}
#content table.multi-col.four-column h2 {
	font-size: 14px;
}

#content_header {
	width: 670px;
	float: left;
	margin-right: 30px;
}
#sidecol {
	width: 238px;
	float: right;
}
footer {
    clear: both;
	height: 56px;
	overflow: hidden;
    padding: 10px 0 0 0;
    color: #fff;
    text-align: center;
}
footer ul {
	float: left;
	padding: 8px 13px 0 0;
}

	footer ul li {
		float: left;
		padding: 0 4px 0 0;
	}

footer p {
    padding-top: 20px;
	font-size: 11px;
	color: #fcfcfc;
}

	footer p span {
		padding: 0 3px 0 0;
	}
	
	footer p a {
		margin: 0 0 0 3px;
		color: #FFF;
	}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 20px 10px 0;
	}
	
	img.fleft1 {
	float: left;
	margin: 5px 15px 20px 0;
	}

.fright {
	float: right;
	margin: 5px 20px 20px 0;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
	width: 230px;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
	width: 223px;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}


.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

#contact{
	position: absolute;
	top: 65px;
	right: 19px;
}
	#contact li {
		float: left;
		padding: 0 0 0 9px;
		}



/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 29px 9px 27px 29px;
}

#content #indent-1 {
	padding: 29px 9px 27px 10px;
}

#content p {
	padding: 0 0 19px 0;
	line-height: 1.357em;
	font-size: 13px;
	color: #7a7a7a;
}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-1 .inner {
		padding: 0 0 19px 0;
	}
	
	.row-1 .inner-1 {
		padding: 0 0 19px 19px;
	}

.row-2 {
	width: 100%;
	overflow: hidden;
}

	.row-2 .inner {
		padding: 17px 0 29px 0;
	}

.row-3 {
	width: 100%;
	overflow: hidden;
}

	.row-3 .inner {
		padding: 17px 0 29px 0;
	}

/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

/* Hot Jobs Header 

	.box .header { 
		background: url(common_images/title-hot-jobs.png) no-repeat;		margin-bottom: 0; }

*/

	.box .border-top {
		background: #efb137 url(common_images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(common_images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(common_images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(common_images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(common_images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(common_images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(common_images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(common_images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
	padding: 0px 20px 18px 20px;
	}
	
/* ============================== boxes END ====================================== */




/* ============================= faded slider START ===================================== */

#faded {
	width: 960px;
	height: 150px;
	position: absolute;
	top: 158px;
	left: 0;
}

	#faded a.prev {
		background: url(common_images/button-prev.gif) no-repeat 0% 0%;
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -1000px;
		position: absolute;
		top: 137px;
		left: 10px;
		z-index: 100;
	}
	
	#faded a.next {
		background: url(common_images/button-next.gif) no-repeat 0% 0%;
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -1000px;
		position: absolute;
		top: 137px;
		right: 10px;
		z-index: 100;
	}
	
	#faded ul {
		width: 100%;
		height: 327px;
		overflow: hidden;
	}
	
		#faded ul li {
			background: url(common_images/headerGreen.jpg) no-repeat 0% 0%;
			width: 373px;
			height: 307px;
			padding: 20px 525px 0 58px;
			overflow: hidden;
			position: relative;
			z-index: 1;
		}
		
/* test slim header fader here */		
		.slimBackground {
/*			background: url(common_images/headerGreenSlim.jpg) no-repeat 0% 0%; */
			width: 373px;
			height: 307px;
			padding: 20px 525px 0 58px;
			overflow: hidden;
			position: relative;
			z-index: 1;
		}
		
		
			#faded ul li img {
	position: absolute;
	top: 27px;
	right: 49px;
			}
			
			#faded ul li strong {
				display: block;
				letter-spacing: -2px;
				line-height: 1.2;
				font-size: 40px;
				font-weight: 400;
				color: #fff;
			}
			
				#faded ul li strong span {
					display: block;
					font-size: 30px;
				}
				
			#faded ul li p {
				word-spacing: -2px;
				padding: 0 0 34px 0;
				line-height: 1.6;
				font-size: 20px;
				color: #38755b;
			}
			
			#faded ul li em {
				display: block;
				float: left;
				padding: 0 11px 0 0;
				font-style: normal;
			}
			
				#faded ul li em a {
					background: url(common_images/button-1p.png) no-repeat 0% 0%;
					display: block;
					width: 140px;
					height: 29px;
					overflow: hidden;
					line-height: 30px;
					font-size: 1.167em;
					text-align: center;
					text-decoration: none;
					color: #fff;
				}
				
					#faded ul li em a:hover {
						color: #59a483;
					}
					
			#faded ul li i {
				display: block;
				float: left;
				padding: 0 11px 0 0;
				font-style: normal;
			}
		/*button-2.gif was here */	
				#faded ul li i a {
					background: url(common_images/button-1p.png) no-repeat 0% 0%;
					display: block;
					width: 140px;
					height: 29px;
					overflow: hidden;
					line-height: 30px;
					font-size: 1.167em;
					text-align: center;
					text-decoration: none;
					color: #fff;
				}
				
					#faded ul li i a:hover {
						color: #59a483;
					}
	
/* ============================== faded slider END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

header h1 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 267px;
	height: 99px;
}

	header h1 a {
	display: block;
	width: 256px;
	height: 97px;
	overflow: hidden;
	background-image: url(common_images/medproLogo3.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
	
		header h1 a span {
			display: none;
		}

h2 {
	text-transform: uppercase;
	padding: 0 0 12px 2px;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: 400;
	color: #394246;
}

	.FAQ {
	color: #4a0a6a;
	font-weight:bold;
		}

	h2 em {
		display: block;
		margin: 0 0 -11px 0;
		font-style: normal;
	}
	
	h2 i {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}

h3 {
	letter-spacing: -1px;
	line-height: 1.25em;
	font-size: 20px;
	font-weight: 400;
	color: #4a0a6a;
}

h3.extra {
	margin: -4px 0 0 0;
	padding: 0 0 2px 0;
}

	h3 strong {
		display: block;
		font-weight: 400;
	}
	
	h3 span {
		display: block;
		margin: -6px 0 0 0;
		letter-spacing: normal;
		line-height: 1.5em;
		font-size: 0.387em;
		text-transform: uppercase;
		color: #605e5b;
	}
	
	h3 em {
		display: block;
		margin: 0 0 -5px 0;
		font-style: normal;
	}

.link {
	float: left;
	line-height: 1.333em;
	font-size: 1em;
	font-weight: bold;
	color: #7a7a7a;
}

.line-ver-1 {
	background: url(common_images/line-ver.gif) repeat-y;
	width: 100%;
	background-position: 298px;
}

.line-ver-2 {
	background: url(common_images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-3 {
	background: url(common_images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-hor {
	background: url(common_images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 19px 0;
}

.line-hor1 {
	background: url(common_images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 36px 0;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 198px;
	padding: 13px 0 1px 0;
	overflow: hidden;
}

	#contact-form label {
		display: block;
		width: 100%;
		height: 26px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 188px;
		height: 14px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #dedede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #8c8c8c;
	}
	
	#contact-form textarea {
		background: none;
		width: 188px;
		height: 157px;
		padding: 2px 4px 2px 4px;
		border: 1px solid #dedede;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #8c8c8c;
	}
	
/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 17px 0;
}

.pic-indent1 {
	margin: 0 0 15px 0;
}

.list {
	overflow: hidden;
    line-height: 1.6;
}

	.list li {
		background: url(common_images/marker.gif) no-repeat 0 50%;
		padding: 0 0 0 14px;
		color: #74a791;
	}
	
		.list li a {
			color: #74a791;
            font-size: 13px;
            text-decoration: none;
		}
		.list li a:hover {
			color: #74a791;
            font-size: 13px;
            text-decoration: underline;
		}

.list-1 {
	overflow: hidden;
}

	.list-1 li {
		padding: 0 0 18px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #7a7a7a;
	}
	
	.list-1 li.extra {
		padding: 0 0 16px 0;
	}
	
		.list-1 li a {
			color: #7a7a7a;
		}
		
		.list-1 li strong {
			padding: 0 0 0 6px;
		}

.list-2 {
	width: 100%;
	padding: 2px 0 0 0;
	overflow: hidden;
}

	.list-2 li {
	float: left;
	width: 301px;
	padding: 0 20px 0 0;
	}
	
	.list-2 li.last {
		padding: 0;
	}
	
		.list-2 li img {
			float: left;
			margin: 0 16px 0 1px;
		}
		
		.list-2 li strong {
			display: block;
			padding: 4px 0 16px 0;
			line-height: 1.357em;
			font-size: 1.167em;
			font-weight: normal;
			color: #7a7a7a;
		}
		
			.list-2 li strong a {
				color: #7a7a7a;
			}
			
		.list-2 li p {
			overflow: hidden !important;
			padding: 0 !important;
			line-height: 1.357em !important;
			font-size: 1.167em !important;
			color: #7a7a7a !important;
		}
		
.list-2a {
	width: 100%;
	padding: 2px 0 0 0;
	overflow: hidden;
}

	.list-2a li {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
	}
	
	.list-2a li.last {
		padding: 0;
	}
	
		.list-2a li img {
			float: left;
			margin: 0 16px 0 1px;
		}
		
		.list-2a li strong {
			display: block;
			padding: 4px 0 16px 0;
			line-height: 1.357em;
			font-size: 1.167em;
			font-weight: normal;
			color: #7a7a7a;
		}
		
			.list-2a li strong a {
				color: #7a7a7a;
			}
			
		.list-2a li p {
			overflow: hidden !important;
			padding: 0 !important;
			line-height: 1.357em !important;
			font-size: 1.167em !important;
			color: #7a7a7a !important;
		}

.list-3 {
	width: 100%;
	padding: 2px 0 0 0;
	overflow: hidden;
}

	.list-3 li {
		background: url(common_images/line-hor.gif) repeat-x 0% 100%;
		width: 100%;
		overflow: hidden;
		vertical-align: top;
		line-height: 2.667em;
		font-size: 1em;
		color: #676666;
	}
	
		.list-3 li img {
			float: left;
			margin: 7px 12px 0 5px;
		}
		
		.list-3 li span {
			padding: 0 0 0 5px;
		}
		
		.list-3 li.last {
			background: none;
		}

.list-4 {
	width: 100%;
	padding: 11px 0 0 0;
	overflow: hidden;
}

	.list-4 li {
		float: left;
		width: 285px;
		padding: 0 85px 25px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #7a7a7a;
	}
	
	.list-4 li.extra {
		padding: 0;
	}
	
		.list-4 li strong {
			display: block;
			padding: 0 0 1px 0;
			line-height: 1.357em;
			font-size: 1.167em;
			font-weight: normal;
			color: #7a7a7a;
		}
		
		.list-4 li b {
			padding: 0 0 0 21px;
		}

.list-5 {
	width: 100%;
	margin: 0 0 -7px 0;
	overflow: hidden;
}

	.list-5 li {
		width: 100%;
		padding: 0 0 20px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.583em;
		font-size: 1em;
		color: #7a7a7a;
	}
	
		.list-5 li img {
			float: left;
			margin: 0 20px 0 0;
		}
		
		.list-5 li strong {
			display: block;
		}
		
		.list-5 li a {
			margin: 0 0 0 21px;
			font-weight: bold;
		}

.list-6 {
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #7a7a7a;
}

	.list-6 dt {
		font-weight: bold;
		color: #7a7a7a;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #7a7a7a;
		}
		
	.list-6 dd {
		padding: 0 0 13px 0;
	}

.list-7 {
	width: 100%;
	overflow: hidden;
}

	.list-7 li {
	float: left;
	width: 192px;
	padding: 0 20px 0 0;
	line-height: 1.583em;
	font-size: 1em;
	color: #7a7a7a;
	}
	
	.list-7 li.last {
		padding: 0;
	}
	
		.list-7 li img {
			margin: 0 0 15px 0;
		}
		
		.list-7 li strong {
			display: block;
		}
		
		.list-7 li b {
			padding: 0 0 0 21px;
		}

.list-8 {
	width: 100%;
	margin: 0 0 -17px -7px;
	overflow: hidden;
}

	.list-8 li {
		float: left;
		width: 305px;
		padding: 0 50px 23px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #7a7a7a;
	}
	
	.list-8 li.extra {
		padding: 0;
	}
	
		.list-8 li img {
			float: left;
			margin: 0 12px 0 0;
		}
		
		.list-8 li strong {
			display: block;
			padding: 20px 0 15px 0;
			line-height: 1.357em;
			font-size: 1.167em;
			font-weight: normal;
			color: #7a7a7a;
		}
		
		.list-8 li b {
			padding: 0 0 0 21px;
		}

.list-9 {
	padding: 0 0 5px 0;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #7a7a7a;
}

	.list-9 dd {
		width: 100%;
		padding: 0 0 16px 0;
		overflow: hidden;
	}
	
		.list-9 dd small {
			float: right;
			padding: 0 17% 0 0;
			font-size: 1em;
		}

.list-10 {
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #7a7a7a;
}

	.list-10 dt {
	padding: 0 0 1px 0;
	}
	
	.list-10 dd {
		width: 100%;
		overflow: hidden;
	}
	
		.list-10 dd small {
			float: right;
			padding: 0 10% 0 0;
			font-size: 1em;
		}

.list-11 {
	overflow: hidden;
	line-height: 1.357em;
	font-size: 1.167em;
	color: #7a7a7a;
}

	.list-11 dt {
		color: #7a7a7a;
	}
	
		.list-11 dt a {
			text-decoration: none;
			color: #7a7a7a;
		}
		
		.list-11 dt a:hover {
			text-decoration: underline;
		}

	.list-11 dd {
		padding: 0 0 17px 0;
	}

.list-indent {
	padding: 0 0 9px 0 !important;
}

.list-indent1 {
	padding: 0 0 19px 0 !important;
}

.visible {
	overflow: visible !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 25px 0 31px 29px;
}

	.privacy h3 {
		padding: 0 0 12px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 17px 0 !important;
	}

/* ============================== other END ====================================== */



/* ============================= Bubble End  ==================================*/

/* ============================= Cool Login Box ===============================*/


#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(common_images/login-box-backg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
	
}


/* ============================= Cool Login Box End ============================*/

/* ========================== Table Formatting =============*/

.box-table-a
{
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}

.box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

/* ------------------- form styles ------------------------/
/* form styles */

form fieldset {
	padding:10px;
	border: 1px solid #bbb;
	margin: 10px 10px;
}
form fieldset ul {
	margin-left: 20px;
}
form fieldset dl{
	margin-bottom:4px;
}
form fieldset dt{
	padding:0 5px;
}
form fieldset dt, fieldset dd{
	margin-bottom:4px;
}
form fieldset dt{
	float:left;
	margin-top: 5px;
}
form fieldset dt label {
	color: #444;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
form fieldset dl.inlineDL dt,fieldset dl.inlineDL dd{
	float:none;
	display:inline;
}
	form fieldset dl.inlineDL dd label{
		padding:0;
	}
form fieldset dl.blockDL dt{
	float:none;
	margin-bottom:1px;
	padding: 0;
}
form fieldset dl.blockDL dd{
	margin-right:5px;
	padding-right: 5px;
	margin-left: 0;
}
	form fieldset dl.blockDL dd input{
		margin-right:2px;
	}
	form fieldset dl.blockDL dd p {
		margin-left:0;
	}
	form fieldset dl.blockDL dd h4 {
		margin-left:0;
	}
form fieldset dl.block_inlineDL{
	float:left;
	margin-right: 10px;
}
	form fieldset dl.block_inlineDL dt{
		float:none;
		margin-bottom:1px;
		padding: 0;
	}
	form fieldset dl.block_inlineDL dd{
		padding:0;
		margin-right: 10px;
	}
form fieldset dl.side_by_side_radio_checkDL dt{
	float:none;
}
form fieldset dl.side_by_side_radio_checkDL dd{
	white-space:nowrap;
	display:block;
	float:left;
	padding:0 5px;
}
form fieldset dl.side_by_side_radio_checkDL dd input{
	margin-right:2px;
	border: none;
}
form fieldset dl.side_by_side_radio_checkDL dd label {
	color:#000;
}
form fieldset dl.two_col_radio_checkDL{
	float:none;
}
form fieldset dl.two_col_radio_checkDL dt{
	float:none;
	display:block;
}
form fieldset dl.two_col_radio_checkDL dd{
	float:left;
	display:block;
	width:50%;
}
	form fieldset dl.two_col_radio_checkDL dd input{
		margin-left:5px;
		margin-right: 2px;
		border: none;
	}
form fieldset input {border: 1px solid #aaa;}
form fieldset dl.no-border input { border: none;}
form legend {
	padding: 0 5px;
}
form legend span{
	color:#990000;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;	
}
form .required{
	color:#333;
}
form .required span {
	color: #990000;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}
.infoIcon{
position:relative;
}
.infoIcon span{
	display:none;
}	
	.infoIcon:hover span{
		position:absolute;
		top:0;
		left:25px;
		display:block;
		width:180px;
		color:#333;
		border:1px solid #bbb;
		background-color:#eee;
		font-size:80%;
		padding:2px;
	}
	.no_icon .infoIcon {
		background-image:none;
		padding-left:5px;
		text-decoration: none;
	}
		.no_icon .infoIcon span{
			display:inline;
			color:#000;
		}
			.no_icon .infoIcon:hover span{
				display:inline;
				border:	none;
				background:none;
				font-size:inherit;
				position:inherit;
				left:inherit;
				padding:0;
				color:#000;
			}

	form .submit_fieldset {
		border: none;
		text-align: left;
	}
	form select option {
		padding: 0 5px 0 2px;
	}
		
table {
	margin-left: 20px;
}
tableStyle1 {
	padding: 5px;
}

/* misc styles */
/* form styles */
.formButton {
	font: bold 110% Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #827B3E;
	border-bottom-color: #696432;
	border-right-color: #696432;
	padding: 1px;
	background: url(common_images/button_bg.gif) repeat-x;
}
.submitBtn {
background:#E8E8E8 url(common_images/button_gray_bg.png) repeat-x scroll 0% 0%;
border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style:solid;
border-width:1px;
color:#555555;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
font-weight:bold;
padding:2px;
margin: 5px 0;
}

/* -------------------- misc ------------------------ */
/* misc styles */
a.pdf {
	background: url(common_images/pdf_icon15px.gif) top left no-repeat;
	padding-left: 20px;
}
a.delete {
	background: url(common_images/delete_16px.gif) top left no-repeat;
	padding-left: 20px;
}
a.edit {
	background: url(common_images/edit_16px.gif) top left no-repeat;
	padding-left: 20px;
}
#content h4.hospital {
	background: url(common_images/hospital_icon_14px.gif) 0 2px no-repeat;
	padding-left: 16px;
}
.clear_both {
	clear: both;
}
.fade {
background:transparent url(common_images/fade_bg.gif) repeat scroll left top !important;
}
.notice {
	border: 1px solid #BB001C;
	background: #F4F4DF;
	padding: 10px;
	margin: 20px 20px 10px 20px;
	font-family: Arial, sans-serif;
}
.notice p {
	font-size: 100%;
	color: #000;
}
.notice ul li {
	color: #000;
}
.notice ul li strong {
	color: #000;
}
.notice-nice {
	border: 1px solid #D7D1B3;
	background: #F4F4DF;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
.notice-nice p {
	font-size: 100%;
	color: #000;
}
#content h3.important {
	color: #BB001C;
	background: url(common_images/alert.gif) no-repeat left 50%;
	margin-bottom: 0px;
	padding-left: 25px;
	border: none;
}
p.alert, noscript.alert {
	display: block;
	padding: 5px 5px 5px 22px;
	background: #ededdc url(common_images/alert_16px.gif) no-repeat 2px 6px;
	line-height: 1.5em;
	margin: 20px 20px 5px 20px !important;
	color: #CC0000;
	border: 1px solid #777;
}
#content p.alert {padding: 5px 5px 5px 19px; }
#content .float-box {
	border:1px solid #bbb;
	padding:2px;
	width:200px;
}
#content .float-box p, #maincol_inner .float-box h5 {
	margin-left:5px;
}
#content .float-box p {
	margin-bottom: 5px;
}
#content .float-box h3 {
background:#84599B none repeat scroll 0%;
color:#fff;
font-size:100%;
font-weight:bold;
letter-spacing:0.1em;
margin-bottom:5px;
margin-left: 0;
padding:4px;
text-align:center;
text-transform:uppercase;
}
#content .float-box h4 {
	margin-left: 5px;
}
#content .float-box ul li {
	list-style: disc;
    margin-left: 20px;
}
#content .left {
float:left;
margin-right:10px;
}
#content .right {
float:right;
margin-left:10px;
text-align: left;
}

form .invalidElement {

	background-color:#FDFF9D;

}
.inline {
	display: inline;
}
.article-end {
	background: url(common_images/hg_logo_16px.png) no-repeat top left;
}
p .first-letter {
	font: 3em Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	line-height:70%;
	color:#333;
	margin:4px 3px 0 0;
	float: left;
}
.imgLeftBorder {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 10px;
	padding-bottom: 15px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
.imgRightBorder {
	float: right;
	margin: 5px 10px 2px 10px;
	padding: 10px;
	padding-bottom: 15px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
.imgLeft {
	float: left;
	margin: 5px 10px 10px 0;
}
.imgRight {
	float: right;
	margin: 5px 10px 2px 10px;
}

p.top-page {
	text-align: right;
	margin-top: 20px !important;
}

p.top-page a {
	padding-right: 20px;
	padding-bottom: 4px;
	background: url(common_images/mp_logo_16px.png) no-repeat center right;
}
.highlight {
	background: #FFFa11;
}
.pullquote {
	background: url(common_images/pull_quote.png) no-repeat top left;
	margin-left: 50px;
	margin-right: 20px;
	padding: 20px 10px 10px 10px;
}
p.pullquote  {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555;
}
.left  {
		float: left;
		margin-right: 10px;		
	}
	.right  {
		float: right;
		margin-left: 10px;		
	}
dl.image-box  {
	padding: 10px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
		margin-top: 0;
		margin-right: 20px;
		width: auto;
	}
		dl.image-box dt {
			background: none;
			text-transform: none;
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: normal;
			padding: 0 15px 5px 5px;
			color: #000;
		}
			dl.image-box dd a {
				background: url(common_images/magnify_icon_16px.gif) no-repeat bottom right;
				padding-bottom: 18px;
				text-decoration: none;
			}
			dl.left {
				margin-left: 20px;
			}

	img.icon {
		float: left;
		margin: 5px 4px 0 0;
		border: 1px solid #E4E4BD;
	}

.multipleFormFields {
float:left;
margin-right:10px;
}
.altColor1 {
background:#EAE2EE;
}
.altColor2 {
background:transparent;
}
.highlight {background: #ff6;}

#main ol {margin-left: 20px;}
#main .column-group {
float:left;
margin:10px 0;
padding:4px;
width:620px;
}
#main .column-group h3 {
	margin-left: 0px;
}
#main .column-group ul {
	margin-left: 20px;
	margin-top: 0;
}
#main .two-column .first-column {
display:inline;
float:left;
padding-right:10px;
width:48%;
}
#main .two-column .last-column {
xborder-left:1px solid #CCCCCC;
padding-left:10px;
display:inline;
float:right;
width:48%;
}
#main .column-group ul {
margin-bottom:10px;
}
#main div.column-group .last-column p {
	margin-left:0;
	line-height: 1.4;
	font-size: 100%;
}
