/*
Theme Name: Suzanne Nurse WordPress Theme
Theme URI: http://wordpress.org/
Description: Custom theme using the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> as a starting point.  Updated July 22, 2010.
Version: 0.3
Author: Issa Clarke
Author URI: http://designrightsolutions.com/
Tags: orange, custom header, fixed width, two columns, single column posts

	Suzanne Nurse v0.3
	 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:


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	background-color: #F0F0FF;
	background-color: #CC6600;
	background-color: #485971;
	background-color: #000040; 
	background-color: #3875B4; 
	
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}


.fullcolumn .entry p {
	font-size: 1.05em;

}
.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;
}

#footer {
	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

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;
	
	margin-top: 5px;
	margin-bottom: 5px;
	}

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;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	/*width: 760px;*/
	/* issa add */
	width: 960px;
	
	border: 1px solid #959596;
	}
/*
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}
*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	padding-top: 5px;
	margin: 0;
	}

h2 {
	/* margin: 30px 0 0; */
	margin: 5px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	text-align: left;
}

#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;
	
	
}


div.aligncenter-img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

.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 */


/* "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." */


/* Issa add April 12, 2010 */
.fullcolumn h2 {
    color: #CC6600;
    font-family: Garamond, 'Times Roman' , serif;
    font-variant: small-caps;
}
h3, h4 {
    color: #CC6600;
    font-family: 'Bookman Old Style' , 'Times Roman' , serif;
    font-family: 'Times Roman' , serif;
    font-family: 'New York', 'Times Roman' , serif;
    font-family: Georgia, 'Times Roman' , serif;
    font-family: Garamond, 'Times Roman' , serif;
    /*font-family: 'Crimson Text', 'Times Roman', serif;*/
    font-variant: small-caps;
}
h3 {
    color: #CC6600;
    font-size: 1.2em;
    font-size: 1.4em;
}
h4 {
    color: #CC6600;
    font-size: 1.1em;
    font-size: 1.2em;
    margin: 0 0 2px 0;
}
.heading {
    color: #CC6600;
    font-weight: bold;
}
div#page {
    background-color: #ACC4EA;
}

div#logo {
    float: left;
}
div#title {
    float: right;
    padding-left: 5px;
    /*
    background-image: url('images/.png');
    background-position: right top;
    */
    text-align: right;
    padding-right: 100px;
    padding-right: 75px;
    
}

div#title h1, div#title h2{
    font-size: 2em;
    margin: 1px 0 4px 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: right;
    color: #4452D0;
    color: #000080;
    color: #CC6600;
    background: none;
  
    font-weight: bold;
    /*background-color: #FFFFFF;*/
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://nurse2010wp.designrightsolutions.ca/wp-content/themes/SuzanneNurseV2/images/transparent5_white.png',sizingMethod='scale');*/
    /*background-image: url('images/transparent_white.png');
    background-image: url('images/transparent_white.gif');
    background-image: url('images/transparent5_white.png');*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('images/transparent5_white.png');*/
    /*background-image: url('images/transparent5_white2.png');*/
    background-image: url('images/transparent5_white.png');
    
    /* 
    position:absolute; 
    left:500px;
    height:400; width:600;*/
    /*background: url('images/transparent5_white.png') top left repeat-x transparent;*/
    /*_background-image: none;*/
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/transparent5_white.png', sizingMethod='scale');*/



    /*width: auto;*/
    
}
div#title h1 {
    font-size: 3em;
}
div#title h1 a, div#title h2 a{
    margin: 1px 0 7px 0px;    
}
div#title h2.t1 {
    margin: 1px 0px 0px 0px;
}
div#title h2.t3 {
    margin: 0px 0px 0px 0px;
}
div#title h2.t4 {
    margin: 1px 0px 0px 0px;
}
div#title_ie6 {
    float: right;
    display: none;
}
div#title.title_ON, div#title_ie6.title_ON {
    display: block;
}
div#title.title_OFF, div#title_ie6.title_OFF {
    display: none;
}
div#header {
    background-position: right bottom;
     
    padding: 5px;
    background-color: #FFFFFF;
    background-image: url('images/bground_005.JPG');
    background-image: url('images/IMG_1000_v04_750x479.gifX');
    background-image: url('images/bramptonback02.jpg');
    background-image: url('images/schoolback01.jpg');
    background-image: url('images/schoolback02.gif');
    background-repeat: no-repeat;
    
}  
#header a{
  text-decoration: none;
  color: #000000;
  color: #000080;
    color: #CC6600;
}
#header a img {
    border: 0px none #FFFFFF;
}
#header a:visited {
  color: #000000;
  color: #000080;
    color: #CC6600;
}
#header-spacer {
    background-color: #FFFFFF;
    height: 20px;
}
div#transition-block {
    height: 65px;
    background-color: #E3C21F; 
    background-color: #6F97DB; 

    background-image: url('images/header_gap_gradient.png');
    background-image: url('images/FFFFF-gradient-ACC4EA_h65-2.png');
} 

.fullcolumn .entry p {
	font-size: 1.05em;

}

.left_box {
    float: left;
    width: 360px;
    
    width: 460px;

    margin-left: 7px;
    background-color: #C0C0C0;
    background-color: #FFFFFF;
    /*border: solid 1px #FF9933;*/
    
        
}
.right_box {
    float: right;
    width: 360px;
    
    width: 460px;

    margin-right: 7px;
    background-color: #C0C0C0;
    background-color: #FFFFFF;
    /*border: solid 1px #FF9933;*/
}
.full_box {
    /*float: left;*/
    width: 675px; 
    width: auto; 
    margin-left: 7px; 
    margin-right: 7px;  
    background-color: #C0C0C0;
    background-color: #FFFFFF;
    /*border: solid 1px #FF9933;*/
}
div.shadow {
    background-color: #d3d3d3; 
    width: 15%;
    float: left;
    margin-right: 1em;
}
.left_box p, .right_box p, .full_box p {
	font-size: 1.05em;  
	margin: 0 0 8px 0;  
	/*margin: 0px;*/
	color: #000000;
}
.left_box, .right_box, .full_box {
	font-size: 1.1em;  
}
.left_box div.pic_caption, .right_box div.pic_caption, .full_box div.pic_caption {
	font-size: 1.1em;  
}
.left_box ul, .right_box ul, .full_box ul
{
    /*list-style-type: disc;*/
    /*border: thin solid red;*/
    color: #000000;
	font-size: 1.05em;
    margin-top: 0;
    margin-bottom: 25px;
	margin-left: 17px;
	padding-left: 0px; 
}
.left_box li, .right_box li, .full_box li {
	/*font-size: 1.1em;  */
	margin-bottom: 7px;
}
.left_box h3 a, .right_box h3 a, .full_box h3 a {
    color: #CC6600;
}
.left_block {
    float: left;
    width: 460px;
}
.first_row {
    height: 510px;
    height: 520px;
}
.bottom-marker, .top-marker {
    margin-top: 3px;
    text-align: center;
    margin-bottom: 4px;
}
.mid-marker {
    /*margin-top: 7px;*/
    padding-top: 37px;
    text-align: center;
    margin-bottom: 7px;
}
.bottom-marker img {
    /*
    height: 25px;
    width: 300px;
   
    height: 5px;
     */
}
.section_content {
    padding-left: 5px; 
    padding-right: 13px;
    margin: 0 0 0 0;
    /*background: url('images/sr.png') repeat-y top right;  */   
    /*background-color: #ACC4EA;*/
}
.section_title {
    /*background-image: url('images/gradient-8PET8.png');*/
    /*background: url('images/sr.png') repeat-y top right;*/
    /*background-color: #ACC4EA;*/
	margin: 0px;

}
.clear {
  clear: both;
}
div.section_spacer {
    height: 15px;
    clear: both;
}
div.inside_spacer {
    height: 1px;
    clear: both;
    /*background: #FFFFFF url('images/sb.png') repeat-x bottom left;*/     
}
div.top_bottom {
    /*background: url('images/sr.png') repeat-y top right;*/
    background-color: #FFFFFF;
}

.tl {
    font-size: 1px;

    height: 9px;
    height: 23px;
    width: 100%;
    background-color: transparent;
    
    /*background-color: #FFFFFF;*/
    background-image: url("images/top_left.gif");
    background-repeat: no-repeat;

    float: left;
    margin: 0;
    /*
    background-attachment: scroll;
    background-position: right 0px;
    margin-right: -17px;
    */    
}
.tr {
    font-size: 1px;

    height: 9px;
    width: 10px;
    height: 23px;
    width: 13px;
    background-color: transparent;
    
    /*background-color: #FFFFFF;*/
    background-image: url("images/top_right.gif");
    /*background-image: url("images/tr.png");*/
    background-repeat: no-repeat;
    background-position: top right;


    float: right;

    margin: 0;
    /*
    background-attachment: scroll;
    background-position: right 0px;
    margin-right: -17px;
    */
}
.bl {
    font-size: 1px;

    height: 9px;
    width: 100%;
    background-color: transparent;
    background-color: #C0C0C0;
    background-color: #FFFFFF;
    background-image: url("images/bottom_left.gif");
    background-repeat: no-repeat;

    float: left;
    display:inline;
  
}
.br {
    font-size: 1px;

    height: 9px;
    width: 10px;
    background-color: transparent;
    background-color: #C0C0C0;
    background-color: #FFFFFF;
    background-image: url("images/bottom_right.gif");
    background-repeat: no-repeat;

    float: right;
    display:inline;
  
}
.EventColumn {
    width: 500px;
}
.category-events {
    /*width: 600px;*/
    /*
    margin-left: auto;
    margin-right: auto;
    */
    /*border: thin solid purple;*/
    margin-left: 200px;
    margin-right: 200px;
}
hr.hr {
    color: #000000;   
    color: #FFFFFF;   
    display: block;
    height: 1px;
    clear: both;
}
div.more {
    margin: 8px 2px 5px 0;
    text-align: right;
}

p.form-sent {
    background-color: #FFFF00;
    font-weight: bold;
}

div#donate {
    text-align: center;
}
table#contact-form {
    width: 650px;
    border: 1px solid #000000;
}
table#contact-form tr td {

}
table#contact-form tr td.left {
    vertical-align: top;
    width: 130px;
}
input, select, textarea {
  
}
textarea {
  border: 1px solid #000000;
}
input.textinput {
  width: 200px;
  border: 1px solid #000000;
}
select.optioninput {
  width: 203px;
  border: 1px solid #000000;
}
input.button {
  background-image:url('images/split_blue.png');
  background-image:url('images/split_orange.png');  
  color: #FFFFFF;
  border: 1px solid #000000;

}
table.SchoolTable {
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
table.SchoolTable th, table.SchoolTable td {
   padding: 2px;
}
table.SchoolTable th.col1 {
    text-align: center;
    width: 300px;
}
table.SchoolTable th.col2 {
    text-align: center;
    width: 150px;
}
table.SchoolTable td.col1 {
    width: 300px;
}
table.SchoolTable td.col2 {
    text-align: center;
    width: 150px;
}

.comment_block {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.centre_text {
    text-align: center;
}
.error {
    color: #FF0000;
    background-color: #FFFF00;
}
.highlight {
    background-color: #FFFF00;
}
.wp-image-241 {
    border: solid 5px #CC6600;
}
img.size-thumbnail, img.size-medium, img.size-full {
    border: solid 5px #CC6600;
}
.first_row .aligncenter-img {
    /*border: solid 2px #CCCCCC;*/
}
/* 
horizontal navigation stylesheet

Issa Clarke - April 2010
*/

div#menublock {
    height: 55px;
    height: 28px;
    height: 40px;
    
    /*height: 155px;*/

    padding: 25px 5px 5px 7px;
    padding: 25px 5px 5px 0px;
    
    z-index: 150;

    /*
    background-color: #E3C21F; 
    background-color: #6F97DB; 

    background-image: url('images/header_gap_gradient.png');
    */
} 
div#menurow {
    width: 100%;
	width: 960px;
	height: 100%;
	/*border: 2px solid red;*/
	background-image:url('images/split_blue.png');
	background-color: #CC6600;
  background-color: #F69240;
  background-image:url('images/split_orange_40.png');  
  background-image:url('images/gradient_orange2_40.png');  
	background-repeat: repeat-x;
}
ul#menu {
  font-family:'Lucida Casual', 'Comic Sans MS';
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: Helvetica, sans-serif;
    font-variant: small-caps;

  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  
  margin-left: 0px;
  margin-left: 170px;
  padding-left: 0px;
  padding-bottom: 0;

    
  border-left: thin solid #FF9933;
  border-left: 1px solid #E3C21F;
  border-left: 1px solid #ACC4EA;
  
  
  /*
  background-color: silver;
  background-color: #FFCC66;
  */
  position: absolute;   /*use this but try a container box */
  
}
ul#menu li {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  
  /*width: 120px;*/
  width: 120px;
  
  
  display: block;
  float: left;
  
  font-size: 14px;  /******* OPTIONAL ***********/
  line-height: 20px;
  /*height: 10px;*/
  padding-bottom: 0;
  
  
  /* border: 1px solid #FF9933; */
  border-right: thin solid #FF9933;
  /*border-top: thin solid #FF9933;*/
  /*border-bottom: thin solid #FF9933;*/
  
  border-right: 1px solid #E3C21F;
  /*border-top: 1px solid #E3C21F;*/
  /*border-bottom: 1px solid #E3C21F;*/
  
  border-right: 1px solid #ACC4EA;
  
  
}
ul#menu li ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding: 0;
  display: block;
  
  width: 130px;
  /*position: absolute;*/
  border-bottom: 1px solid #E3C21F;
  border-bottom: 1px solid #ACC4EA;
   
}
ul#menu li ul.l2 li {
  width: 150px;
}
ul#menu li ul.l3 li {
  width: 190px;
}
ul#menu li ul.l4 li {
  width: 160px;
}
ul#menu li a {
  display: block;
  text-decoration: none;
  padding: 3px;
  line-height: 35px;
  color: #333333;
  color: #FFFFFF;
  /*color: #CC6600;*/
  font-size: 1.25em;
  font-weight: bold;
  background-color: #0000FF;
  background-color: #CC6600;

  
  background-image:url('images/menu-gradient.png');
  background-image:url('images/split_blue.png');
  background-image:url('images/split_orange_40.png');
  background-image:url('images/gradient_orange2_40.png');
  
}
ul#menu li a:hover {
	/*background-color: #FFFFFF;*/
    color: #FFFFFF;
   color: #C0C0C0;
}
ul#menu li a:visited {
  /*color: #333333;*/
  
}

ul#menu span {
	/*float: right;*/  /*removed, problems w ie*/
}
li#menu-spacer {
  visibility: hidden;
  position: absolute;
}


ul#menu li ul li a {
  /* display: none; */
  font-size: 1.20em;
  line-height: 25px;
}


ul#menu ul {
  /*display:none;*/
  margin-left: 0px;
  padding-left: 0px;
	position: absolute;
	width: 10em;
	left: -999em;
  
}

#menu li:hover ul, #menu li.sfhover ul  {
   /*display:block;
   width: 0px;*/
	left: auto;
	height: auto;
	
	/*
	height: 100px;
	width: 100px;
	border: 5px solid red;
    */
}

#menu li:hover ul li a, #menu li.sfhover ul li a {
  color: #FF0000;
  color: #C0C0C0;
  color: #FFFFFF;
  background-color: #0000FF;
  background-color: #4478D0;
  background-color: #F69240;
  background-color: #F47A00;
  background-color: #F97C00;
  
  background-image: none;
  background-image:url('images/pngmenu-gradient.png'); /*ie hack to remove image?*/
  width: 130px;
  width: auto;
  border-left: thin solid #FF9933;
  border-left: 1px solid #E3C21F;
  /*border-right: 1px solid #E3C21F;*/
  border-bottom: 1px solid #E3C21F;
  border-bottom: none;
  
  /*
  display: block;
  height: 30px;
  */
}

#menu li ul li a:hover {
   color: #FFFFFF;
  color: #C0C0C0;
   
}







/*-------------------------------------------------------*/   






