	/*
	* Oregon DeMolay Website
     	* style.css
      	* Last Modifed: David Cramblett 2010.05.07
	*/

body {
        display: block;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCC;
	
}



/* MAIN CONTAINER
 *===========================================================================================*
 * Controls Position, Size and Color of Top - Logo Bar 
*/
div#container { 
        width: 850px;
        height: auto;
	margin: auto;
	background-color: #FFFFFF;
        border: thin solid black;
}



/* TOP BAR   
 *===========================================================================================*
 * Controls Position, Size and Color of Top - Logo Bar 
*/
#topBar { 
	position: static;
	width: 850px; 
	height: 50px;
	background-color: #ffcc00;
        	
}


#topBar.img {
        background-color: #ffcc00;
}


/* Controls Style for elements in topBar */ti
.headerLinks {
        color: #000033;       
	font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-align: right;
        text-decoration: none;
}

/* Controls position of JoinUs/Login links in topBar */
div.headerLinks {
	position: relative;
        left: -10px;
	top: -40px;
        align: right;
        text-align: right;
}

/* Controls color and effects of link states in topBar */
a.headerLinks {
	color: #000033;
        text-decoration: none;
}
a.headerLinks:link {
	color: #000033;
        text-decoration: none;
}
a.headerLinks:visited {
        color: #000033;
        text-decoration: none;
}
a.headerLinks:hover {
	color: #6699CC;
        text-decoration: none;
}

/* Controls style for "welcome user" message when logged in - in the topBar */
.headerUserId {
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}


/* SEARCH BAR
 *===========================================================================================
 * Controls Position, Size and Color of Google Search - Secondary Navigation Bar
*/
#searchBar {
	 position: static;
	 width: 850px;
	 height: 35px;
	 background-color: #000033;

}

/* Controls position for Secondary Navigation Links, when logged in - in the searchBar */
div.searchLinks {
	position: relative;
        float: left;
        left: 0px;
	top: 0px;
        padding: 7px 0px 7px 20px;
}

/* Controls position for the Google Search Tool in searchBar */
div.searchTool {
        position: relative;
        float: right;
        left:  0px;
        top:   0px;
        padding: 7px 10px 7px 0px;
}

/* Controls Style for elements in searchBar */
.search {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
}

/* Controls color and effects of link states in searchBar */
a.search {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
}
a.search:link {
        color: #FFFFFF;
        text-decoration: none;
}
a.search:visited {
        color: #FFFFFF;
        text-decoration: none;
}
a.search:hover {
        color: #6699CC;
        text-decoration: none;
}


/* HORIZONTAL BAR 1
 *===========================================================================================
 * Controls style of HR 1 between searchBar and Main Navigation
*/
#horzBar1 {
	 position: static;
	 width: 850px;
	 height: 1px;
	 background-color: #99CCFF;

}


/* HORIZONTAL BAR 2
 *===========================================================================================
 * Controls style of HR 2 between searchBar and Main Navigation
*/
#horzBar2 {
    position: static;
    width: 850px;
    height: 1px;
    background-color: #6699CC;

}


/* HORIZONTAL BAR 3
 *===========================================================================================
 * Controls style of HR 3 between searchBar and Main Navigation
*/
#horzBar3 {
    position: static;
    width: 850px;
    height: 4px;
    background-color: #FFFFFF;
}


/* MAIN NAVIGATION MENU 
 *===========================================================================================
 * Controls Position of dMain Navigation - style for menu controlled in drop_down_menu.css
*/
#menu-container {
    position: static;
    padding: 3px 0px 0px 65px;
    width: 775px;
    height: 27px;
    background-color: #FFFFFF;
}


/* HORIZONTAL BAR 4
 *===========================================================================================
 * Controls style of HR 4 between Main Navigation and Body 
 * Does not Disply when Main Image bar is shown
*/
#horzBar4 {
    position: static;
    float: left;
    width: 850px;
    height: 1px;
    background-color: #99CCFF;

}


/* HORIZONTAL BAR 5
 *===========================================================================================
 * Controls style of HR 5 between Main Navigation and Body 
 * Does not Disply when Main Image bar is shown
*/
#horzBar5 {
    position: static;
    float: left;
    width: 850px;
    height: 1px;
    background-color: #6699CC;
}


/* IMAGE BAR - (Only Displays on Home Page)
 *===========================================================================================
 * Controls position of imageBar
 * Only Displys on Main - Home Page
*/
#imageBar {
    position: static;
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Controls Style for images in imageBar */
img#bannerImmage {
	margin: 0px;
	padding: 0px 0px 0px 45px;
}



/* Page Content
 *===========================================================================================
 * Controls style of Page Content between Navigation and Footer
*/

#pageContent {
    position: static;
    width: 840px;
    height: auto;
    margin: 0px;
    padding: 5px;
    background-color: #FFFFFF;
}



/* NEWS BAR - (Only Displays on Home Page)
 *===========================================================================================
 * Controls position of News Bar - which includes Oregon DeMolay Logo, Hot Links and 
 * the Front page News Items
*/


/* Controls position for the hot links div */
div#hotLinks {
    position: relative;
    float:    left;
    width:    240px;
    height:   300px;
    margin:   10px 5px 10px 15px;
    padding:  10px 10px 10px 10px;
    border:   thin solid #000033;
    font-size: 10px;
}

#hotLinksTitle {
   color: #000033;       
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   margin: 15px 0px;
}


a.hotLinks {
        font-size: 10px;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.hotLinks:link {
        font-size: 10px;
        color: #6699CC;
        text-decoration: none;
}
a.hotLinks:visited {
        font-size: 10px;
        color: #6699CC;
        text-decoration: none;
}
a.hotLinks:hover {
        font-size: 10px;
        color: #000033;
        text-decoration: none;
}


div.hotLinksImg {
        position:   absolute;
        bottom:     0px;
        left:       45px;
        margin:     25px 0px 15px 0px;         
}


/* Controls position for news  div */
div#newsDiv { 
    position: relative;
    float:    right;
    clear:    right;
    width:    515px;
    height:   300px;
    align:    right;
    margin:   10px 15px 10px 5px;
    padding:  10px;
    border:   thin solid #000033;
}


/* Main Content - (Does not display on Home Page)
 *===========================================================================================
 * Controls position of Side Menu and Main Content of all pages
*/


/* Controls position of side menu div */
div#sideMenu {
    position: relative;
    float: left;
    width: 150px;
    margin: 0px;
    padding: 10px;
}



/* Controls position main content div */
div#mainContent { 
    position: relative;
    float: right;
    clear: right;
    width: 625px;
    align: right;
    padding: 10px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 13px;
    color: #000033;
    text-decoration: underline;
    font-weight: bold;
}
.title2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000033;
    text-decoration: none;
    font-weight: bold;
}

.mainText {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    color: #000000;
    text-decoration: none;
}



/* HORIZONTAL BAR 7
 *===========================================================================================
 * Controls style of HR 7 between body and footer
*/
#horzBar7 {
    position: static;
    clear: both;
    width: 850px;
    height: 1px;
    background-color: #333333;
}


/* HORIZONTAL BAR 8 (FOOTER)
 *===========================================================================================
 * Controls style of HR 8 which makes up page footer
*/
#horzBar8 {
    position: static;
    clear: both;
    width: 850px;
    height: 20px;
    background-color: #000033;
}

/* Controls style for footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* Controls color and effects of link states in footer */
a.footer {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.footer:link {
	color: white;
	text-decoration: none;
}
a.footer:visited {
	color: white;
	text-decoration: none;
}
a.footer:active {
	color: white;
	text-decoration: none;
}
a.footer:hover {
	color: white;
	text-decoration: none;
}


/* HORIZONTAL BAR 9
 *===========================================================================================
 * Controls style of HR 9 between footer and end of page
*/
#horzBar9 {
    position: static;
    clear: both;
    width: 850px;
    height: 1px;
    background-color: #333333;
}


/* DEFAULTS FOR SITE
 *===========================================================================================
*/


.bg {
        background-color: #FFFFFF;
}


.newsBanner {
        font-size: 24px;
        text-align: center;
        color: #f7b500;
        text-decoration: none;
        font-weight: bold;
	font-style:italic;
}


/* Controls Text in News and Event Titles */
.newsTitle {
        font-size: 15px;
        text-align: center;
        color: #000033;
        font-weight: bold;
        text-decoration: none;
}
a.newsTitle {
        font-size: 13px;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.newsTitle:link {
        color: #6699CC;
}
a.newsTitle:visited {
        color: #6699CC;
}
a.newsTitle:hover {
        color: #000033;
}


/* Controls Text in News Articles and Event Details */
.newsText {
        font-size: 13px;
        color: #000000;
        text-decoration: none;
}
a.newsText {
        color: #6699cc;
        font-weight: bold;
        text-decoration: none;
}
a.newsText:link {
        color: #6699cc;
}
a.newsText:visited {
        color: #6699cc;
}
a.newsText:hover {
        color: #000033;
}


input {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11px;
}

.menuLinks {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.menuLinks {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.menuLinks:link {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
}
a.menuLinks:visited {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
}
a.menuLinks:hover {
        font-size: 13px;
        text-align: center;
        color: #000033;
        text-decoration: none;
}

