/***********************************************/
/* Kachina2col_leftNav.css                            */
/* Use with templates left-nav basic.dwt & fullpage basic.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF4D9;
	margin-left: 2em;
}

p {
	word-spacing: 0.1em;
	font-size: 1em;
	padding-bottom:0.25em;
	margin-left: .15em;		
}  

a:link, a:visited, a:hover {
	color: #056F86;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration:underline;
	color: #056F86;
	font-weight: bolder;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 2em;
 color: #8A4212;
}

h2{
	font-size: 1.75em;
	color: #8A4212;
	margin-top: 0.5em;
}

h3{
	font-size: 1.25em;
	color: #8A4212;
	font-weight: bold;
	
	margin-top: 0.5em;
}

h4{
	font-size: 1em;
	font-weight: normal;
	color: #8A4212;
	padding-top: 0.5em;
}




ul{
	list-style-type: square;
	color:#8A4212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: -0.5em;
	list-style-position: outside;
	padding-bottom: .5px;
}

label{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	width: 90%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #8A3D23;
	margin-top: .5em;
	margin-right: 0;
	
	margin-left: 1em;
	
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFCC99;
	
}

#content{
	float:right;
	width: 55%;
	padding-top: 0.5em;
	padding-right: 12em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

#contentFullPage{
	width: 90%;
	margin: 0;
	padding-top: .5em;
	padding-left: 1em;

}
/***********************************************/
/*Component Divs                               */
/***********************************************/
/*Note: I have not used this--HM*/
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 10px;
	white-space: nowrap;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 1em;
	padding: .2em .4em 0px 0px;
	color: #056F86;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#globalNav a:hover{
	font-style: normal;
	text-decoration: underline;
	color: #056F86;
}


/************* #breadCrumb styles Note: I have not used this--HM*************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}



/************** .story styles *****************/

.story {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px .5em;
}


/************* #siteInfo styles ***************/

#siteInfo{
width: 90%;
	vertical-align: middle;
	clear: both;
	font-size: 1em;
	color: #333333;
	padding: 1em 1em 1em 1em;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-color: #8A3D23;
	border-top-style: groove;
	border-top-width: .05em;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles Note: I have not used this--HM***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles Note: I have not used this--HM ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}



/*********** #relatedLinks styles ***********/

.relatedLinks{
	margin-left: 0.75em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	list-style-position: outside;
	width: auto;
}


#relatedLinks a:link{
	margin: 0em;
	padding: 0em 1em 1em 1em;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;}

#relatedLinks a:visited{
	margin: 0em;
	padding: 0em 0em 1em 1em;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;}
	
#relatedLinks a:link{
	margin: 0em;
	padding: 0em 0em 1em 1em;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;}


/*****************Class styles****************/
.QuoteItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}



li a:link{
	font-weight: bold;
	padding-bottom: .5px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.smallBrown {
	font-size: .75em;
	color: #8A4212;
}
/*id pages on global nav links*/
body.Home #aHome, 
body.Meetings #aMeetings,
body.News #aNews,
body.Jobs #aJobs,
body.Resources #aResources,
body.Join #aJoin,
body.Contact #aContact,
body.Site #aSite,
body.About #aAbout,
body.Competitions #aCompetitions
{
	color: #8A4212;
	background: #FEFDF1;	
	
}

/***to place images with space around them***/
/* adjust margins to change separation between the feature image and text flowing around it */
.imageleft {
	margin-right:0.75em;
	float:left;
	padding-top: 1em;

	padding-bottom: .1em;
} 
.imageright {
         margin-left:1em;
	float:left;
	padding-top: 1em;
} 



.Brown {
	font-size: 1em;
	color: #8A4212;
	font-weight: bold;
}
li {
	padding-bottom: .5em;
}
