* {
 margin: 0px;
 padding: 0px;
}

html {                
 background: #749706 url(gfx/page_layout/html_bg.png) repeat-x left top;;  
 margin: 0px;
 padding: 0px;
 margin-left: -1px;
 overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 5px 0px 0px 0px;      
  background: transparent;
  font: 70% Verdana,Sans-serif;
  line-height: 140%;
  line-height: 140%;
  text-align:center;
  color: black;        
  }  
  
#container {                 
  background: transparent;
  width: 958px;
  margin: 0 auto;
  border: 0px;
  border-width:0 1px;
  text-align: left;  
  color: black;
  position: relative;
  padding: 0px 0px 20px 0px; 
}

/* Social Bar */

#social_bar {
	position: absolute;
	right: 0px;
	top: -5px;
	list-style: none;
	background: #2C6FD0 url(gfx/page_layout/social_bg.png) repeat-x left bottom;
	padding: 3px 6px 4px 6px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 600px;

}
#social_bar ul.social_media_links {
	list-style: none;
}
#social_bar ul.social_media_links li {
	list-style: none;
	margin: 0px 4px 0px 4px;
	float: left;
}
#social_bar ul.social_media_links li a {
	position: relative;
	top:  0px;
	left: 0px;
	display: block;
	height: 30px;
	width: 31px;
	overflow: hidden;
	color: black;
	text-decoration: none;
	text-indent: -1000px;
	background: transparent url(gfx/social_media/Social-Media-Icons-large.png) no-repeat 0px 0px;
}
#social_bar ul.social_media_links li a.facebook { background-position: -40px 0px; }
#social_bar ul.social_media_links li a.youtube { background-position: -80px 0px; }
#social_bar ul.social_media_links li a.twitter { background-position: -120px 0px; }

#social_bar ul.social_media_links li a:hover {
	left: 0px; 
	top: -1px;
}


#container #header #social_bar p.tweet   { color: white; }
#container #header #social_bar p.tweet a { color: white; text-decoration: none; }
#container #header #social_bar p.tweet a:hover { text-decoration: underline; }




/* Header */
#header {
    width: 958px;
	height: 179px;
	position: relative;
	background: white url(gfx/page_layout/header_with_nav_bar_bg.png) no-repeat left bottom;
}
#header a.logo {
	position: absolute;
	top: 72px;
	left: 14px;
}
#header a.logo img {
    border: 0px;
}
#header p.tel {
	position: absolute;
	top: 85px;
	right: 10px;
	background: transparent url(gfx/page_layout/phone_icon.png) no-repeat left 50%;
	color: #004489;
	padding: 0px 0px 0px 30px;
	font-size: 20px;
}
#header p.address {
    position: absolute;
    top: 105px;
    right: 10px;                                                                    
    color: #004489;        
    font-size: 1em;
    text-align: right;
}  
#header a.get_quote {
	position: absolute;
	top: 107px;
	right: -5px;
	color: white;
	background: transparent url(gfx/page_layout/ribbon-curved-ends.png) no-repeat left 0px;
	font-size: 14px;
	padding: 2px 30px 6px 20px;
	text-decoration: none;
}         

#header #loginForm {
    position: absolute;
    top: 115px;
    right: 0px;  
}
#header #loginForm p {
    float: left;
    margin: 0px 7px 0px 0px;
    font-size: 14px;
}
#header #loginForm p input {
    border: 1px solid #004489;
    width: 100px;
    font-size: 14px;
}    
#header #loginForm input.login_button {
    position: relative;
    top: -2px;
    right: -5px;
    color: white;
    background: transparent url(gfx/page_layout/ribbon-curved-ends.png) no-repeat left 0px;
    font-size: 14px;
    padding: 1px 20px 6px 20px;
    text-decoration: none;
    border: 0px;    
}

                      
/* Header Navigation */
#header ul.top_navigation {
	position: absolute;
	top: 144px;
	left: 0px;
	width: 958px;
	height: 35px;
	overflow: hidden;

}
#header ul.top_navigation li { 
	list-style: none;   
    float: left;                                                                 
    background: transparent url(gfx/page_layout/nav_line.png) no-repeat -5px 0px;                                                                
}
#header ul.top_navigation li a {                                                               
    background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat right -75px; 
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
    line-height: 100%;
	padding: 11px 15px 10px 15px;
	float: left;      
    position: relative;                                                                                                                                           
}
#header ul.top_navigation li.home { background: transparent url() no-repeat right -75px; }
#header ul.top_navigation li a.home { background: transparent url() no-repeat left -75px; }  

#header ul.top_navigation li a:before {                                                     
    background: transparent url(gfx/page_layout/nav_line.png) no-repeat right 0px;
    content:" ";
    display:block;
    width: 10px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: -5px;
} 
#header ul.top_navigation li.active a,                             
#header ul.top_navigation li a:hover { background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat left -144px; }
#header ul.top_navigation li.home.active a { background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat left 2px; }
#header ul.top_navigation li.home a:hover { background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat left 2px; }                                                                                                                                      

/* Level clearing rules */

#level_two hr,
#level_three hr {
	width: 1px;
	height: 1px;
	clear: both;
	color: #78a1c7;
	border-color: #78a1c7;
	background: #78a1c7;
	border: 0px;
    margin: 0px;
    padding: 0px;
}


/* Level 2 */
#level_two {
	background: white url(gfx/page_layout/level_two_3col_bg_short_lines.png) no-repeat left bottom;
	position: relative;
	margin: 10px 0px 0px 0px;
}
        
#level_two h1 {
	background: transparent url(gfx/page_layout/portfolio_nav_bar_bg.png) no-repeat left top;
	font-weight: normal;
	color: #fee0d3;
	width: 970px;
	height: 43px;
	position: relative;
	left: -6px;
    font-size: 1.4em;
}
#level_two h1 span.strapline {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
}
#level_two h1 span.links {
	display: block;
	position: absolute;
	top: 10px;
	left: 420px;
    font-size: 0.9em;
}

#level_two h1 a {
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	padding: 3px 8px 3px 8px;
	margin: 0px 2px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
#level_two h1 a:hover,
#level_two h1 a.active {
	background: #c7e4ff url(gfx/page_layout/blue_banner_nav_item_active_bg.png) repeat-x left top;
    color: #004489;

}


#level_two div.column {
	width: 319px;
	float: left;
	position: relative;
}
#level_two div.column ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
}

#level_two div.column ul li {
	list-style: none;
	margin: 0px 0px 5px 15px;
}
#level_two div.column ul li a {
    color: #004489;
	font-size: 1.2em;
	line-height: 140%;
	text-decoration: none;
}
#level_two div.column ul li a:hover {
	text-decoration: underline;
}
#level_two div.column h1 {
	background: transparent url(gfx/page_layout/content_std_top_bg.png) no-repeat left top;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	left: 0px;
	font-size: 1.5em;
	line-height: 140%;
	color: #004489;
	width: 319px;
	height: auto;		
}
#level_two div.column p {
	margin: 0px 10px 20px 10px;
	font-size: 1.3em;
	line-height: 140%;
	color: #004489;
}
#level_two div.column p strong {
	color: #49670d;
}

/* Date Column */
#level_two div.column.dates h2 {
	background: transparent url(gfx/page_layout/home_dates_heading.png) no-repeat left top;
	position: relative;
	top: -5px;
	left: 10px;
	width:299px;
	height: 38px;
	padding: 5px 0px 0px 15px;
	overflow: hidden;
	color: white;
	font-weight: normal; 
}
#level_two div.column.dates  ul li {
    margin: 0px 15px 0px 15px;
}

#level_two div.column.dates  ul li a {
    padding: 5px 5px 5px 5px;
    display: block;
    border-bottom: 1px solid #698CB0;
}
#level_two div.column.dates  ul li a:hover {  
    text-decoration: none;
    background: #D0E8FF;
}


/* Feedback Column */

#level_two div.column.feedback {
    padding: 100px 0px 0px 0px;
}

#level_two div.column.feedback h2 {
	background: transparent url(gfx/page_layout/feedback_heading.png) no-repeat right top;
	position: absolute;
	top: -5px;
	right: -7px;
	width: 96px;
	height: 95px;
	text-indent: -1000px;
	overflow: hidden;
}

#level_two div.column.feedback p.quote {
   text-align: center;
   padding: 0px 20px 0px 20px;
}
#level_two div.column.feedback p.quote_by {
   text-align: center;
   margin: 0px;
   padding: 0px 20px 10px 20px; 
   font-style: italic;
   font-size: 0.9em; 
}


/* main_content */
#portfolio_page,
#std_page {
	background: white url(gfx/page_layout/std_page_bg.png) repeat-y left top;
    width: 958px;
	min-height: 400px;
    position: relative;
	margin: 10px 0px 10px 0px;
	padding: 0px;
    font-size: 1.1em;
    color: black;
}      
#portfolio_page{
    background: white url(gfx/page_layout/portfolio_page_bg.png) repeat-y left top;
}
#portfolio_page:before,
#std_page:before {
	background: transparent url(gfx/page_layout/std_base_bg.png) no-repeat left bottom;
	content:" ";
	display:block;
    width: 958px;
	height: 97px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}   
#portfolio_page:before{
    background: transparent url(gfx/page_layout/portfolio_page_base_bg.png) no-repeat left bottom;  
}     

#portfolio_page hr.clear,
#std_page hr.clear {
	width: 1px;
	height: 1px;
	clear: both;
	color: #78a1c7;
	border-color: #78a1c7;
	background: #78a1c7;
	border: 0px;
    margin: 0px;
    padding: 0px;
}

#lhs_nav_col {
	width: 234px;
	float: left;
    padding: 0px 0px 97px 0px;
}

#lhs_nav_col ul,
#lhs_nav_col ul li {
	list-style: none;
}
#lhs_nav_col ul li.active ul li {	margin: 0px 0px 0px 20px; }

#lhs_nav_col ul li {
    margin: 0px 0px 7px 0px;
}
#lhs_nav_col ul li a {
	text-decoration: none;
	color: #004489;
	display: block;
	padding: 4px 4px 4px 20px;
    font-size: 1.2em;
    background: transparent url(gfx/page_layout/nav_bullets.png) no-repeat 5px 7px;  
}
#lhs_nav_col ul li.active ul li a { color: #004489; background: transparent url(gfx/page_layout/nav_bullets.png) no-repeat 5px 7px; }

#lhs_nav_col ul li a:hover,
#lhs_nav_col ul li.active a,
#lhs_nav_col ul li.active ul li a:hover,
#lhs_nav_col ul li.active ul li.active a {
	color: #49670d;
    background: transparent url(gfx/page_layout/nav_bullets.png) no-repeat 5px -285px; 
}

#std_page #content_col,
#portfolio_page #content_col {
	width: 495px;
	font-size: 1em;
	line-height: 140%; 
	float: left; 
    padding: 0px 0px 97px 0px;
}    
#portfolio_page #content_col {
	width: 553px;
	font-size: 1em;
	line-height: 140%; 
	float: left; 
    padding: 0px 0px 97px 0px;
}    


#std_page h1,
#portfolio_page h1 {
	background: transparent url(gfx/page_layout/portfolio_nav_bar_bg.png) no-repeat left top;
	color: white;
	font-weight: normal;
    width: 964px;
	padding: 4px;
	font-size: 1.6em;
	margin: 0px 0px 20px 0px;
	padding: 30px 0px 30px 10px;
	position: relative;
	top: 0px;
	left: -6px;    
}    
#portfolio_page h1 {
    background: transparent url(gfx/page_layout/h1_portfolio_bg.png) no-repeat left top;
}
#portfolio_page h1 span.sub_section,
#std_page h1 span.page {
    position: absolute;
    top: 37px;
    left: 250px;
}
#portfolio_page h1 span.page {
    position: absolute;
    top: 30px;
    left: 410px;
}

#std_page #content_col div.main_content {
	margin: 0px 20px 0px 20px; 
}

div.main_content ul li {
	margin: 0px 0px 5px 20px;
}

div.main_content h2,
div.main_content h3,
div.main_content h4,
div.main_content h5 {
	color: #004489;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
} 
#std_page #content_col div.main_content p {
    margin: 0px 0px 15px 0px;
}
div.main_content a {
	color: #004489;
	text-decoration: none;
	border-bottom: 1px dotted #004489;
}   
div.main_content a:hover {
	border-bottom: 1px solid #46c400;
}
   
   
div.main_content a.book {                                                                  
    background: #004489 url(gfx/page_layout/header_with_nav_bar_bg.png) no-repeat 50% bottom;
    color: white;
    display: block;
    text-decoration: none;
    margin: 10px 30px 10px 30px;
    padding: 5px;
    text-align: center;
}   
   
div.main_content a.book:hover {                                                                  
    background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat -5px -144px;
}


   
div.main_content form#registerForm table tr th {
     background: #D8E6AB;
     padding: 3px;
     text-align: right;
     font-weight: normal;
     font-size: 1.2em;
}
div.main_content form#registerForm table tr td {
    background: #EFF3E0;
    padding: 3px;
}
div.main_content form#registerForm table tr td input,
div.main_content form#registerForm table tr td textarea {
     font-size: 1.2em;
     border: 1px solid #D8E6AB;
     width: 280px;
}
div.main_content form#registerForm table tr td.submit {
    background: white;
    text-align: right;
}
div.main_content form#registerForm table tr td input.submit {
    text-align: center;                                                                                                 
    background: transparent url(gfx/page_layout/top_nav_buttons_bg.png) no-repeat -5px -144px;
    border: 0px;
    color: white;
    padding: 3px;
}


                                                                                                                                                                                                                                                                          

/* RHS column on Standard pages */ 

#std_page #rhs_col {
	position: relative;
	float: right;
	top: 0px;
	right: -6px;
	width: 175px;
	font-size: 1em;
	line-height: 140%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 97px 0px;
	background: #a0c8ea;
}         
#std_page #rhs_col h2 {
	background: transparent url(gfx/page_layout/rhs_col_head_bg.png) no-repeat left top;	
	padding: 6px 6px 19px 6px;
	position: relative;
	left: -6px;
	font-weight: normal;
	color: white;
	font-size: 1.4em;
}

#std_page #rhs_col ul {
    margin: 0px 0px 20px 0px;
    list-style: none;
}                    
#std_page #rhs_col ul li {
	display: inline;
}
#std_page #rhs_col ul li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 5px;
    border-bottom: 1px solid #004489;
}
#std_page #rhs_col ul li a:hover {
    color: #004489;
}

                                           



/* level 3 */
#level_three {
	background: #D0E8FF url(gfx/page_layout/sign_up_bar_bg.png) no-repeat left top;
	position: relative;       
	margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
    width: 958px;
}

#level_three p.subscribe_intro {
    background: transparent url(gfx/page_layout/e-book_heading.png) no-repeat left top;
    padding: 10px 10px 0px 100px; 
    margin: 0px;
    position: relative;
    top: -6px;
    left: -6px;
    color: #004489;
    font-size: 1.2em;
    line-height: 140%;
    height: 96px;
}
#level_three form {
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 30px;
    right: -5px;
    text-align: right; 
}
#level_three form p {
	text-align: left;
    margin: 0px 0px 5px 0px;
}
#level_three form fieldset {
    border: 0px;
    font-size: 1.2em;
    color: #004489; 
    display: inline;       
}       
#level_three form fieldset div.formrow {
	float: left;
}
#level_three form fieldset div.formrow label {
}

#level_three form fieldset input {
    border: 1px solid #004489;
    background: white;
    margin: 2px 10px 7px 2px;  
    width: 150px;
    font-size: 1.1em;
} 
#level_three form fieldset input.subscribe_button {                     
    background: transparent url(gfx/page_layout/ribbon-curved-ends.png) no-repeat left top;  
    border: 0px;
    color: white;
    width: 100px;
    margin: 2px 0px 0px 0px; 
    font-size: 14px;
    padding: 1px 20px 6px 20px;
    text-decoration: none;
   }                                                          

/* Footer */
#footer {
    background: #8AABCA url(gfx/page_layout/footer_bg.png) no-repeat 0px 0px; 
    width: 958px;
    height: 81px;
    position: relative;
}
#footer ul { margin: 0px 0px 0px 15px; list-style: none;}
#footer ul li { display: inline; list-style: none; }
#footer ul li a {
    display: block;
    font-size: 1.2em;
    padding: 1px 10px 3px 5px;
    float: left;
    background: transparent url(gfx/page_layout/footer_nav_division_line.png) no-repeat right 0px; 
    color: #004489;
    text-decoration: none;
}     
#footer ul li a:hover {
    text-decoration: underline;
}

#plus_one_button {
	position: absolute;
	left: 510px;
	top: 57px;
}

#twitter_logo {
	position: absolute;
	top: 57px;
	left: 318px;
}
 
#footer a.fsb_logo,
#footer a.accredit_logo {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
}
#footer a.accredit_logo {
    right: 80px;
}

      
#footer p.copyright { 
    position: absolute;
    bottom: 3px;
    left: 20px;
    font-size: 1em;
    color: #004489;
}
#footer p.copyright a{
    color: #004489;
    text-decoration: none;
}                                      
#footer p.copyright a:hover {
    text-decoration: underline;
}

#footer div.fb-like {
    position: absolute;
    bottom: 3px;
    left:400px;
}
#esubscription {
	margin-top: -30px;
}
#esubscription .esubscribe fieldset {
	border: 0px;
	position: relative;
	padding: 10px;
}
#esubscription .esubscribe .formrow {
	height: 30px;
}
#esubscription .esubscribe .formrow.submit {
	margin-top: -20px;
}
#esubscription .esubscribe input {
	position: absolute;
	right: 180px;
	width: 190px;
}


      