/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   

/* Color Schemes

#FFFFFF: White
 
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{
	background-color: #e6e6e6;
	text-align:left;
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#000;
	font-size: 10pt;
}

div#page
{
    background-image: url('/Template/Valleystream/Images/pageBkngd.png');
    background-repeat: repeat-y;
}

div#content
{


}

div#header
{

}

div#footer
{
	color:#fff;
	background-color: #042958;
}
div#layout
{
    background-image: url('/Template/Valleystream/Images/bodyBackground.gif');
    background-repeat: repeat-y;
}

/*bubble blocks styles*/
.bubbleBlock .importantLinks
{
    background-image: url('/Template/Valleystream/Images/QuickLinksHeader.gif');
    background-repeat: no-repeat; 
    line-height: .75;
    position: relative;
    left: -5px;
    font-size: 5pt; 
    width: 183px;
    height: 38px;
}
.bubbleBlock .top
{
    background-image: url('../images/bubbleCap.gif');
    background-repeat: no-repeat; 
    line-height: .75;
    font-size: 5pt; 
}
.bubbleBlock .body
{
    background-image: url('/Template/Valleystream/Images/bubbleBody.gif');
    background-repeat: repeat-y;   
    font-size: 7pt;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
    width: 158px;
}
.bubbleBlock .bottom
{
    background-image: url('/Template/Valleystream/Images/bubbleBase.gif');
    background-repeat: no-repeat; 
}   
.bubbleBlock table
{
    font-size: 5pt;
}
.bubbleBlock ul
{
    list-style-image: url('/Template/Valleystream/Images/arrow.gif');
}
.bubbleBlock li a:link
{
    text-decoration: none;
}
.bubbleBlock li a:visited
{
}
.bubbleBlock li a:hover
{
    text-decoration: underline;
}
.bubbleBlock p
{
    margin-bottom: 0px;
}
.bubbleBlock a:link
{
    font-size: 10pt;
    font-weight: bold;
    color: #042958;
}
.bubbleBlock a:visited
{
    font-size: 10pt;
    font-weight: bold;
    color: #042958;
}
.bubbleBlock a:hover
{
}

.bubbleContent li
{
    font-size: 10pt;
    font-weight: bold;
}





/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

img{

 	border: 0px;
	
	}


div
{

}

p
{
	font-size:1.1em;
	line-height:1.4em;
	margin:0 10px 1.5em 0;
	padding:0;
}
p#todaysDate
{
    font-weight: bold;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{
	font-size:25pt;
	line-height:1.5em;
	margin:0 0 0.5em;
	padding:0;
	color: #042958;
}


h2
{
	font-size:1.2em;
	line-height:1.5em;
	margin:5px 0 0;
	padding:0;
}



h3
{
	font-size:1.4em;
	line-height:1.3em;
	margin:0 0 0.5em;
	padding:0;
}



h4
{
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 0.25em;
	padding:0;
}

h5
{

}

h6
{

}



/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.center
{
	text-align:center;
}

div#search
{
	color:#000;
	text-align: right;
	background-image: url('/Template/Valleystream/Images/page_top.png');
	background-repeat: no-repeat;
	padding-top: 15px;
}
div#search div
{
    padding-right: 25px;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color:#042958;
	font-size:1em;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #042958;
}

a:hover
{
	color: #042958;
}

/* Header LINKS */
#header a,#header a:link,#header a:active
{
	text-decoration:none;
	color:#042958;
	font-size:.9em;
}

#header a:visited
{
	color:#042958;
	background-color:transparent;
}

/* END Header LINKS 
 Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color:#fff;
	font-size:.9em;
}

#footer a:visited
{
	background-color:transparent;
}

/* END Footer LINKS */


/* END LINKS 
 ///////////////////////////LISTS */
ul
{
	line-height:1.7em;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li
{
	margin:0;
	padding:0;
}

ol
{
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.5em;
	padding:0;
}

ol li
{
	font-size:1em;
	margin:0 0 0.25em 30px;
	padding:0;
}




/*////////////Table////////////////////////////////////////////*/


	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


