/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Trebuchet MS, helvetica, sans-serif;
	background: #fff;
	color: #333;
	text-align: center;
	padding:0;
	}

#page {	width:900px; margin:0 auto; background:url('images/page_bg.jpg') repeat-x #004d9f; text-align:left;	}
#page_shadow{width:920px; margin:0 auto; background:url('images/page_shadow.jpg') repeat-y;}

#page_bottom_shadow { margin:0 auto; width:920px; height: 15px; background:url('images/page_bottom_shadow.png') no-repeat top left; }
#page_white_shadow { margin:0 auto; width:920px; background:url('images/page_white_shadow.png') repeat-x top left; }

#header {position:relative; padding:0; height:120px; width:884px; margin:0 8px;}

#logo {position:absolute; top:0px; left:10px;}

/* The first menu with tabs */
#menu {position:absolute; bottom:-1px; left:0px; background: url(images/menu/menu_bg.png) repeat-x bottom; height:40px; vertical-align: bottom;}
#menu ul {list-style:none; padding:0; margin:0;}

#menu ul li { float:left; background: url(images/menu/menu_in_grey.png) no-repeat left bottom; height: 40px; }
#menu ul li a { color:#004d9f; font-size:16px; text-decoration:none; height:27px; display:block; padding: 13px 5px 0 17px}
#menu ul li a:hover { color:#ffffff; }
#menu ul li a:active{ color:#000000; }
#menu .page-item-12 { background: url(images/menu/menu_grey_first.png) no-repeat left bottom; padding-right:3px;} /* First tab - home */
#menu .page-item-27 { } /* First tab - home */

#menu ul .last { background: url(images/menu/menu_grey_last.png) no-repeat left; width:15px; } 	
#menu ul .last_white { background: url(images/menu/menu_white_last.png) no-repeat left; width:15px; } 	

#menu ul .current_page_item { background: #fff url(images/menu/menu_in_white.png) repeat-x bottom left;  }
#menu ul .after_current{ background: url(images/menu/menu_inon_last.png) no-repeat bottom left;  }
#menu ul .current_page_item  a{ color:#ff6600; background: url(images/menu/menu_inon_first.png) no-repeat bottom left;   }
#menu ul .current_page_item  a:hover{ color:#ff6600; }

#menu ul .first_white { margin-left: -2px;}
#menu ul .first_white a { height: 32px; background: url(images/menu/menu_white_first.png) no-repeat left top; margin-right: 1px;} /* First tab  */

/* extra tab */
#menu_extra {position:absolute; bottom:-1px; right:265px; height:40px; vertical-align: bottom;}
#menu_extra ul {list-style:none; padding:0; margin:0;}

#menu_extra ul li { float:right; background: url(images/menu/menu_in_grey.png) no-repeat left bottom; height: 40px; }
#menu_extra ul li a { color:#004d9f; font-size:16px; text-decoration:none; height:27px; display:block; padding: 13px 5px 0 17px}
#menu_extra ul li a:hover { color:#ffffff; }
#menu_extra ul li a:active{ color:#000000; }
#menu_extra ul .current_page_item  .extra_tab_link { background: url(images/menu/menu_first_white_extra.png) no-repeat top left; padding-bottom:2px;  }

#menu_extra ul .extra_last { background: url(images/menu/menu_blue_last.png) no-repeat left; width:15px; } 	
#menu_extra ul .extra_last_white { background: url(images/menu/menu_white_last.png) no-repeat left; width:15px; }

#menu_extra ul .extra_tab { color:#c4c4c4; background: url(images/menu/menu_in_blue.png) repeat-x top left; }
#menu_extra ul .extra_tab a{ padding: 12px 4px 0 11px; color:#c4c4c4; background: url(images/menu/menu_blue_first.png) no-repeat top left; }

#menu_extra ul .current_page_item { background: #fff url(images/menu/menu_in_white_extra.png) repeat-x top left;  }
#menu_extra ul .current_page_item  a{ color:#ff6600; background: url(images/menu/menu_inon_first.png) no-repeat bottom left;   }
#menu_extra ul .current_page_item  a:hover{ color:#ff6600; }


/* The second menu */
#secondary_menu {position:absolute; bottom:0; right:5px; padding-bottom:4px; font-size:14px;}
#secondary_menu ul {list-style:none; padding:0; margin:0;}
#secondary_menu ul li {float:left;}
#secondary_menu ul li a { height:20px; margin:0px 10px 0px 0px;  padding-left:10px; border-left:1px solid #00a7e7; color:#004d9f; font-size:12px; text-decoration:none; }
#secondary_menu ul li a:hover { text-decoration:underline; }
#secondary_menu ul li.current_page_item a {color:#ff6600;}
#secondary_menu ul .page-item-2 a{ border: none };

#content { width:900px; font-size: 1.2em; clear:both; text-align:left;}

#footer { width:880px; margin:0 auto; padding:0 10px; background:url('images/footer_bg.jpg') repeat-x ; text-align:left; height:30px;	}
/* Footer links */
	#footer_links { margin-left: 15px; }
	#footer_links ul { list-style:none; margin:0; padding:0; padding-top:10px; }
	#footer_links ul .page_item{ float:left; }
	#footer_links ul li a{ margin:0px 10px 0px 0px; color:#ffffff; padding-left:10px; border-left:2px solid #0099ff; }
	#footer_links ul .page-item-12 a{ border: none; }

/* Stylesheet of wordpress */	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	/*color: #06c;*/
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	/* clear: both; */
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*These are specs for the main page font, 
following a client request we should use 
Trebuchet MS in the nav region and 
for h1/h2/h3 headings, and Arial for 
paragraph and h4 (new)
h1, h2, nav: Arial, helvetica, sans-serif 
p, h3: Arial, helvetica, sans-serif
*/

/* Styling of panels */
#content_clear, #content_clear h1, #content_clear h2, #content_clear h3, #content_clear p  { margin:0; padding: 0; font-weight: normal; text-align:left;}

#content_clear .white_panel{ font-color:#000000; font-size: 12px; text-align:left; }
	#content_clear .white_panel h1 { font-size:36px; color:#ff6600;  }
	#content_clear .white_panel h2 { font-size:24px; color:#004D9F;  }
	#content_clear .white_panel h3, #content_clear .white_panel h3 a{ color:#004D9F; padding-bottom:5px;  }
	#content_clear .white_panel h4, #content_clear .white_panel p  { font-family: Arial, helvetica, sans-serif; font-size: 12px; padding-top:6px;}
	#content_clear .white_panel h4 { font-weight: bold; }
	#content_clear .white_panel a { color:#ff6600 }
	#content_clear .white_panel a:hover , .white_panel h3 a:hover{ text-decoration:underline; }
	#content_clear .white_panel a:visited , .white_panel h3 a:visited{ color:#333399 }

#content_clear .blue_panel{ font-color:#ffffff; font-size: 12px; text-align:left; }
	#content_clear .blue_panel h1 { font-size:36px; color:#ff6600;  }
	#content_clear .blue_panel h2 { font-size:24px; color:#ffcc00;  }
	#content_clear .blue_panel h3, #content_clear .blue_panel h3 a{ font-size:18px; color:#FFCC00 ; padding-bottom:5px;}
	#content_clear .blue_panel h4, #content_clear .blue_panel p  { font-family: Arial, helvetica, sans-serif; font-size: 12px; padding-top:6px; }
	#content_clear .blue_panel h4 { font-weight: bold; }
	#content_clear .blue_panel a { color:#99BBFF }
	#content_clear .blue_panel a:hover { text-decoration:underline; }
	#content_clear .blue_panel a:visited { color:#9999FF; }

#content_clear .navigation_posts{ position:absolute; bottom:0px; right: 15px;	text-align: right;	font-size: 10px; color: #999999;	}
#content_clear .navigation_posts a{ color: #999999; }
#content_clear .navigation_posts a:visited { color: #999999; }
#content_clear .navigation_posts a:hover{ color: #ff6600; }

/* Breadcrumbs */
#content_clear .white_panel .breadcrumbs { position: absolute; right:20px; top: -5px; font-size: 10px; color:#bbbbbb; }
#content_clear .white_panel .breadcrumbs a, #content_clear .white_panel .breadcrumbs a:visited{ color: #999999; font-weight: bold;}
#content_clear .white_panel .breadcrumbs a:hover{ text-decoration:underline; }

/* --- Styles */

/* Added by redbull - all template sections */
/* Subscribe */
#subscribe { width: 400px; float:right; margin: 35px 5px 0px 0px; line-height:30px; color: #999999; font-size:14px; font-weight:normal;}
#subscribe a{ font-size:14px; text-align: center; color: #ffffff; display:block; float:right; margin-left:10px; text-decoration:none; background:url(images/buttons/btn_subscribe_blank.png) no-repeat top left; width:159px; height:39px; }
#subscribe a:hover{ color:#ff6600;  background:url(images/buttons/btn_subscribe_blank.png) no-repeat top right;}
#subscribe a:active{ color:#000000; background:url(images/buttons/btn_subscribe_blank.png) no-repeat top right; }

/* Box on 1-3a 1-3b, white square */
#box { float: left; width:630px; margin-left:4px; }
	#box_top_section {background:url('images/box_top_3sec.png') no-repeat top left; height:10px; width:630px; }
	#box_mid_section { position:relative; background:url('images/box_mid_3sec.png') repeat-y top left ; width:600px; font-size: 1.2em; min-height:525px;height:auto!important;height:525px; padding: 0px 15px; padding-top:5px }
	#box_bot_section {background:url('images/box_bot_3sec.png') no-repeat top left; height:50px; width:630px; }

/* Sidebar shadow for 4a, 4b */
.sidebar_shadow {background:url('images/sidebar_shadow.png') repeat-y; }

/* Sidebar 4a+4b */
#sidebar_big { float: right; width:260px; margin-right: 5px; color:#ffffff;}
#sidebar_big_top {background:url('images/sidebar_big_top.png') no-repeat top left; height:10px; width:260px; }
#sidebar_big_mid {position:relative; background:#001b53 url('images/sidebar_big_mid.png') repeat-x; width:235px; font-size:1.2em;  min-height:525px;height:auto!important;height:525px; margin:0px 5px 0px; padding:5px 5px 0px 10px; }
#sidebar_big_bot {background:url('images/sidebar_big_bot.png') no-repeat top left; height:50px; width:260px; }

/* Sidebar 4a */
#sidebar1 { float: right; width:260px; margin-right: 5px; color:#ffffff; }
#sidebar1_top {background:url('images/sidebar_top_1.png') no-repeat top left; height:10px; width:260px; }
#sidebar1_mid {position:relative; background: #001b53 url('images/sidebar_mid_1.png') repeat-x; width:230px; font-size:1.2em;  min-height:295px;height:auto!important;height:295px; margin:0px 5px 0px; padding:5px 10px 0px; }
#sidebar1_bot {background:url('images/sidebar_bot_1.png') no-repeat top left; height:40px; width:260px; clear:right; }

/* Sidebar 4b */
#sidebar2 { float: right; width:260px; margin-right: 5px; color:#ffffff; }
#sidebar2_top {background:url('images/sidebar_top_2.png') no-repeat top left; height:10px; width:260px; }
#sidebar2_mid {position:relative; background:#001c54 url('images/sidebar_mid_2.png') repeat-x; width:230px; font-size:1.2em;  min-height:175px;height:auto!important;height:175px; margin:0px 5px 0px; padding:5px 10px 0px; }
#sidebar2_bot {background:url('images/sidebar_bot_2.png') no-repeat top left; height:50px; width:260px; }


/* Sidebar 4b */
#bottom_long { float: left; width:630px; margin-left: 5px; color:#ffffff; }
	#bottom_long_shadow { background:url('images/bottom_long_shadow.png') repeat-y; } 
	#bottom_long_top {background:url('images/bottom_long_top.png') no-repeat top left; height:10px; width:630px; }
	#bottom_long_mid {position:relative; background:#001c54 url('images/bottom_long_mid.png') repeat-x; width:600px; font-size:1.2em;  min-height:175px;height:auto!important;height:175px; margin:0px 5px 0px; padding:5px 10px 0px; }
	#bottom_long_bot {background:url('images/bottom_long_bot.png') no-repeat top left; height:50px; width:630px; }

/* Large content on all sections */
#large_box_row_top {background:url('images/section_single_row_top.png') no-repeat top left; height:10px; width:900px; }
#large_box_row_mid {position:relative; background:url('images/section_single_row_mid.png') repeat-y; font-size:1.2em; padding:0 20px; width:860px; min-height:295px;height:auto!important;height:295px; padding-top:5px;}
#large_box_row_bot {background:url('images/section_single_row_bot.png') no-repeat top left; height:40px; width:900px; }

/* Large content on all 1st row */
#large_box_top {background:url('images/large_box_top.png') no-repeat top left; height:10px; width:900px; }
#large_box_mid {position:relative; background:url('images/large_box_mid.png') repeat-y; font-size:1.2em; padding:0 20px; width:860px; min-height:525px;height:auto!important;height:525px; padding-top:5px;}
#large_box_bot {background:url('images/large_box_bot.png') no-repeat top left; height:50px; width:900px; }

.section_single_shadow { width:210px; background: url('images/section_single_shadow.png') repeat-y top left; }
/* Bottom sections b1,b2,b3 */
.section_single { width:210px; float:left; color:#ffffff;}
.section_single_top {background:url('images/section_sinlge_top.png') no-repeat top left; height:10px; width:210px; }
.section_single_mid {position:relative; background:#001b54 url('images/section_single_mid.png') repeat-x; font-size:1.2em; width:180px; min-height:175px;height:auto!important;height:175px; margin:0px 5px 0px; padding:5px 10px 0px; }
.section_single_bot {background:url('images/section_single_bot.png') no-repeat top left; height:50px; width:210px; }

/* Upper sections a1-a3 white */
#box_a13 { float:left; margin-left:4px; width:630px;}
#box_a13_top {background:url('images/box_a13_top.png') no-repeat top left; height:10px; width:630px; }
#box_a13_mid {position:relative; background:url('images/box_a13_mid.png') repeat-y; font-size:1.2em; padding:0 15px; width:600px; min-height:295px;height:auto!important;height:295px; padding-top:5px;}
#box_a13_bot {background:url('images/box_a13_bot.png') no-repeat top left; height:40px; width:630px; }

/* Bottom sections b1-b2 */
#box_b12_shadow { background: url('images/box_b12_shadow.png') repeat-y; }
/* Blue */
#box_b12 { width:420px; float:left; margin-left: 4px; color:#ffffff;}
#box_b12_top {background:url('images/box_b12_top.png') no-repeat top left; height:10px; width:420px; }
#box_b12_mid {position:relative; background:#001b53 url('images/box_b12_mid.png') repeat-x; font-size:1.2em; width:390px; min-height:175px;height:auto!important;height:175px; margin:0px 5px 0px; padding:5px 10px 0px; }
#box_b12_bot {background:url('images/box_b12_bot.png') no-repeat top left; height:50px; width:420px; }
/* Whtie */
#box_b12_white { width:420px; float:left; margin-left: 4px;}
#box_b12_white_top {background:url('images/box_b12_white_top.png') no-repeat top left; height:10px; width:420px; }
#box_b12_white_mid {position:relative; background: url('images/box_b12_white_mid.png') repeat-y; font-size:1.2em; width:390px; min-height:175px;height:auto!important;height:175px; padding:5px 15px 0px; }
#box_b12_white_bot {background:url('images/box_b12_white_bot.png') no-repeat top left; height:50px; width:420px; }

/* Colors */
.orange { color:#ff6600; }
.black { color:#000000; }
.darkblue { color:#00205c; }
.lightblue { color:#00a7e7; }
.yellow{ color:#ffcc00; }

/* Buttons */
#content_clear .p_button { display:block; position:absolute; bottom: -40px; right: 20px; 
	line-height:30px; font-size:12px; font-weight:normal; cursor: pointer;  }
#content_clear .p_button a , #content_clear .p_button a:visited{ display:inline-block;width:150px; height:40px; background:url('images/buttons/btn_learn_blank.png') no-repeat top left; color:#000000; text-align:center; font-weight:normal; text-decoration: none; }
#content_clear .p_button a:hover{ text-decoration: none; color:#ff6600; background:url('images/buttons/btn_learn_blank.png') no-repeat top right; }
#content_clear .p_button a:active{ color:#000000; background:url('images/buttons/btn_learn_blank.png') no-repeat top right; }

#content_clear .p_button_glass { position:absolute; bottom: -50px; right: 15px; 
	line-height:30px; font-size:12px; font-weight:normal; cursor: pointer; }
#content_clear .p_button_glass a, #content_clear .p_button_glass a:visited{ display:inline-block; width:150px; height:50px; background:url('images/buttons/btn_learn_glass_blank.png') no-repeat top left; color:#000000; text-align:center; font-weight:normal; text-decoration: none; }
#content_clear .p_button_glass a:hover{ text-decoration: none; color:#ff6600; background:url('images/buttons/btn_learn_glass_blank.png') no-repeat top right;}
#content_clear .p_button_glass a:active{ color:#000000; background:url('images/buttons/btn_learn_glass_blank.png') no-repeat bottom left;}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#content_clear #box_mid_section  .p_button , #content_clear #box_mid_section  .p_button_glass{ right: 15px; }
#content_clear #sidebar_big_mid .p_button , #content_clear #sidebar_big_mid .p_button_glass{ right: 10px; }
#content_clear #sidebar1_mid .p_button, #content_clear #sidebar1_mid .p_button_glass{ right: 10px;}
#content_clear #sidebar2_mid  .p_button, #content_clear #sidebar2_mid  .p_button_glass{ right: 10px;}
#content_clear #large_box_row_mid .p_button, #content_clear #large_box_row_mid .p_button{ right:20px; }
#content_clear #large_box_mid  .p_button, #content_clear #large_box_mid  .p_button_glass{ right:20px; }
#content_clear .section_single_mid  .p_button, #content_clear .section_single_mid  .p_button_glass{ right: 10px; }
#content_clear #box_a13_mid  .p_button, #content_clear #box_a13_mid  .p_button_glass{ right: 15px;}
#content_clear #box_b12_mid  .p_button, #content_clear #box_b12_mid  .p_button_glass{ right: 10px; }
#content_clear #box_b12_white_mid  .p_button, #content_clear #box_b12_white_mid  .p_button_glass{ right: 15px; }
#content_clear #bottom_long_mid  .p_button, #content_clear #bottom_long_mid  .p_button_glass{ right: 10px; }

#content_clear #box_mid_section  li{ background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #sidebar_big_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #sidebar1_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #sidebar2_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;padding-left:12px; margin-top:6px;}
#content_clear #large_box_row_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #large_box_mid  li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear .section_single_mid  li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #box_a13_mid  li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #box_b12_mid  li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #box_b12_white_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
#content_clear #bottom_long_mid li{  background: url(images/dot.gif) no-repeat left top; list-style:none;  padding-left:12px; margin-top:6px;}
/* Overriding of styles */

.faq_title { padding-left: 15px !important; background: url(images/faq_close.jpg) 0 5px no-repeat; cursor: pointer; }
.faq_title_open { padding-left: 15px !important; background: url(images/faq_open.jpg) 0 5px no-repeat; cursor: pointer; }
.faq_content { padding-left: 15px; }
