/******************************************************************************
'******************************************************************************
' Name:		corporatestyle.css
' Author:	Heather Olsen
' Purpose:	Style Sheet 
' Date:     10/16/2006
'******************************************************************************
'******************************************************************************
/*--------------------------------------------
/* Colors:
/---------------------------------------------
	 #000000	Black
	 #0000FF 	Blue
	 #000066  	Dark Blue 
     #253C60    Darker Blue
     #527489    Blue Grey 
	 #FFCC00    Gold 
	 #990033    Maroon :  RGB  97, 0, 5
	 #FFFFCC    Lite Yellow 
	 #660033    Burgandy
	 #FFFFFF    White
	 #666666    Dark Gray
	 #D3D3D3    Light Gray
     #C3C3B7    Med. Gray     
     #777777    Gray
  
*/


BODY	{
	SCROLLBAR-BASE-COLOR: #A2A292;
	}


/* HMO 11-4-06 change color from brown to dark blue */
/*a:link		{ color: #996633; text-decoration: none }*/

a:link		{ color: #01245b; text-decoration: none }

a:visited	{ color: #253C60; text-decoration: none }

a:active	{ color: #253C60; text-decoration: none }

/* color is lite blue */
a:hover		{ color: #6699FF; text-decoration: none }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
 
/*HMO 11-4-06 change Font size from 11 to 12  */
/*TABLE		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }*/
TABLE		{ COLOR: #000000; FONT: 14px verdana, arial, sans-serif; font-weight: normal; }

.title {
    COLOR: #000000;
    FONT: 20px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6
}


/* HMO 11-14-06 change color from grey #777777 to burgany;#660033; */
.subtitle	{ COLOR: #660033; FONT: 16px verdana, arial, sans-serif; font-weight:bold; line-height: 1.6;}

/*HMO 11-4-06 .biglink change Font size from 12px to 16px. */
.biglink {
    FONT: 16px verdana, arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    TEXT-DECORATION: none;
    line-height: 1.6;
}

/*.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }*/
    .biglink:hover {
        FONT: 16px verdana, arial, sans-serif;
        font-weight: bold;
        font-style: normal;
        TEXT-DECORATION: underline;
        line-height: 1.6;
    }

/*HMO 11-4-06 change from justify to left*, added font-weight: normal;/
.just 		{text-align: left; font-weight: normal;}

/*HMO 11-4-06 added .justbold, .sidebartitle , .subTitleHeader  */
.justbold {
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
}

.sidebartitle {
    COLOR: #660033;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}
.subTitleHeader {
    COLOR: #000000;
    FONT: 16px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

.copyright {
    COLOR: #666666;
    FONT: 12px verdana, arial, sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

.smalltitle {
    COLOR: #000000;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

.careertitle {
    COLOR: #666666;
    FONT: 16px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

.phonetitle {
    COLOR: #000000;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}



.list {
    COLOR: #000000;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: normal;
    line-height: 1.6;
}






/* HMO 4-14-08 - added Right Sidebar Code (copied from Fallon Picture framing */
/* RIGHT SIDEBAR CODE */

.sidebar-area		{
			border-left: #90A9CE 1px solid;			
			/* HMO - added right, top and bottom borders */
			border-right: #90A9CE 1px solid;
			border-bottom: #90A9CE 1px solid;
			border-top: #90A9CE 1px solid;			
			/*background-color: #E6EDF8;    light blue*/			 
			background-color: #D3D3D3;     /* HMO 4/16/08 - changed to lite gray */
			width: 140px;    
			}

.sidebar-pagewidth {
    /*background-color: #E6EDF8;    light blue*/
    background-color: #D3D3D3; /* HMO 4/16/08 - changed to lite gray */
    /*width: 150px; */
    width: 200px;
}

.sidetext {
    COLOR: #333333;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

.sidetitle {
    COLOR: #1C509B;
    FONT: 16px arial, verdana, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}

.sideborders		{ border: #74747B 1px solid; }

.sidebar-table 		{
			COLOR: #000000;
			WIDTH: 135px;
			BORDER: #000000 0px solid;
			}

.sidebar-frame		{
			width: 200px;
			height: 600px;
			min-height: 550px;
			margin: 0px;
			padding: 0px;
			BORDER: #999999 0px solid;
			}



/*HMO 4/14/08 - added this too - This is bottom Blue Bar*/
/* BOTTOM PAGE LINE */

.pagebars	{
		border-top: #1C509B 1px solid;
		border-bottom: #1C509B 1px solid;
		background-color: #1C509B; 
		height: 20px;
		}




/* HMO End - Right Sidebar Code */
















 /* SETUP PAGES FOR PRINTING */


@media print {
.printhide 	{ display:none;}
.printhelp	{ width:600px; }
TABLE 		{ COLOR: #000000; }
}
@media screen{
.printonly { display:none }
}





 /* MAIN PAGE IMAGE BACKGROUND COLOR */
/* HMO change from Grey #C3C3B7 to White:FFFFFF */


.imagebackground	{background-color:#C3C3B7;}




 /* NEWS PAGE IMAGE BORDERS */

.borders	{ border: #000000 1px solid; }





 /* GALLERY SLIDESHOW AND POPUP CODE */

.Galborder	 	{ border: #FFFFFF 5px solid; }

A:hover .Galborder 	{ border: #000000 1px solid; }

.Popupborder	 	{ border: #FFFFFF 10px solid; }

.picturecomments {
    COLOR: #666666;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

.picturetitle {
    COLOR: #000000;
    FONT: 14px verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}







.button-popups {background-color:#E2E3DE;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 10pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }

.buttonon-popups {background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 10pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.dropdown {	COLOR: #333333;
		WIDTH: 180PX;
		FONT: 14px verdana, arial, sans-serif; }


.textarea	{ FONT: 16px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

.submitbutton { FONT: 12pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		cursor:hand;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFFFFF; }

.submitbuttonon { FONT: 12pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		cursor:hand;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFCC99; }


.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		background-image: url("picts/shadeform.gif");
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT: #000000 1px solid;
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid }



.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }


.searchbutton {	background-color:#E2E3DE;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 10pt;
		height: 20px;
		width: 40px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }








