/***********************************************/
/* sptcgift.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;	
	width: 100%;
	color: #006699;	
	background:url(blue-block.gif) #A0B6CE repeat; 
}
* {margin:0; padding:0;}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Tahoma, Verdana, Arial;
 font-size: 130%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 130%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topbg {
	background: url(images/161-top-bg-ltblue2.jpg) #fff repeat-x;
	width: 100%;
	margin:0;
	padding: 0;
	height: 161px;
}
#topbg:after {
        content: ".";
        line-height: 1px;
        font-size: 1px;
        clear: both;
}/*to stretch the container div to contain floated list */

#masthead{
	background: url(161-masthead.jpg) no-repeat;
	height: 198px;
	margin-top: -19px;
	padding:0;
	border-bottom: 0px solid #cccccc;
}/* holds the SPTC logo    */                             
/* CSS Tabs */
#navcontainer {
		position:absolute;
        background: transparent;
        margin-top: 140px;
		width:750px;
		margin-left:80px;
        padding: 0 0 0 0;
        font-family: georgia, serif;
        text-transform: lowercase;
}

/* 
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}to stretch the container div to contain floated list */

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        font-size: 0.75em;
}

ul#navlist li {
        display: block;
        float: left;
        width: 139px;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.4em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #000000;
        text-decoration: none;
		background: url(images/Sand2.jpg) #F5E5CD;
        /*background: #f7f2ea;*/
		height: 20px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
		background: url(DoverWhite-tab.jpg) #ffffff;
        /*background: #f0e7d7;*/
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
		background: url(DoverWhite-tab.jpg) #ffffff;
        border-color: #aaab9c #fff #fff #ccc;
}

#pageName{
	float: left;
	margin-left: 10px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	font-family: Tahoma,Verdana, Arial;
}



/* THE CONTAINTER HOLDS THE BODY OF THE PAGE - 3 columns without navigation */

#container{
position: relative; /* this gives the div positioning so that an absolutely positioned div (AP Div) can be placed within it. Otherwise, the AP Div would be placed relative to the body element (or the last positioned parent element). */
background: url(images/Sand2.jpg) #F5E5CD;
	width: 785px;
	margin-left: 47px;
	margin-top: -2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#container ul{
	list-style:disc;
	margin-left: 0px;
	padding-left: 0px;
}
#container ul li{
	list-style:disc;
	padding-bottom:4px;
	margin-left: 20px;
}
#block1{
	width: 518px;
	height: 810px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	border-top: 2px solid #B9AA94;
	border-left: 2px solid #B9AA94;
	border-right: 2px solid #B9AA94;
	border-bottom: 2px solid #B9AA94;
	font-family:Tahoma, Verdana, Times;
	font-size: 80%;
	color: #2B4264;
	background-color:#fff;
	line-height: 1.1em;
	background-color:#fff;
	display: block;
}
#page {
	position: relative;
	margin: 50px 30px 30px 30px;
	padding: 20px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Times;
	font-size: 98%;
	color: #2B4264;
	background-color:#fff;
	line-height: 1.15em;
	display: block;
}
#page p {
	padding-bottom: 10px;
	}
#paypal {
	vertical-align: bottom;
	bottom: 0;
	padding-bottom: 10px;
}

#block1 p {
	padding: 14px 10px;
	margin-top: 0px;
}
#block1header {
	background: url(images/blockheader-bg2.jpg) repeat-x #525E70;
	color: #fff;
	font-family: Tahoma,Verdana, Arial;
	height: 20px;
	display: block;
	padding: 8px 10px 2px 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 3px solid #B9AA94;
}
#block1left{
	float:left;
	width: 160px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px; 
	padding-right: 4px; 
	padding-left: 7px;
	background-color: #fff;	
	border-left: 1px solid #546076;
	border-top: 1px solid #546076;
	border-right: 1px solid #546076;
	border-bottom: 1px solid #546076;
	height: 764px;
}
#block1center{
	float: left;
	width: 160px;
	margin-top:0px;
	background-color: #fff;
	border-top: 1px solid #546076;
	border-right: 1px solid #546076;
	padding-top:10px; 
	padding-left: 7px;
	padding-right: 5px;
	border-bottom: 1px solid #546076;
	height: 764px;
}
#block1right{
	float:left;
	width: 160px;
	margin-top:0px;
	background-color: #fff;
	border-top: 1px solid #546076;
	border-right: 1px solid #546076;
	padding: 10px 5px;
	padding-left: 6px;
	padding-right: 5px;
	border-bottom: 1px solid #546076;
	height: 754px;
}
#block2{
	width: 230px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	border-top: 2px solid #B9AA94;
	border-left: 0px solid #B9AA94;
	border-right: 2px solid #B9AA94;
	border-bottom: 2px solid #B9AA94;
	font-family: Tahoma,Verdana, Times;
	font-size: 85%;
	color: #627797;
	background: url(images/sand4.jpg) #F8F9D1;
	line-height: 1em;
	display: block;
	height: 810px;
}
#block2 p {
	padding: 5px 10px;
	margin-top: 0px;
	font-color: #fff;
}
#block2header {
	background-color:  #525E70;
	width: 218px;
	color: #ffffff;
	height: 20px;
	display: block;
	padding: 8px 0px 2px 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 3px solid #B9AA94;
}
#block2header h2{
	font-family: Arial,sans-serif;
 font-size: 114%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#block2col{
	clear:both;
	padding: 10px;
	background: url(images/sand4.jpg);
	border: 1px solid #534741;
	display:block;
	color: #334d55;
}
#block2col p {
	color: #334d55;
	text-align: left;
	font-size: 95%;
}
	
#block2orn {
	position: realtive;
	padding: 10px;
	background: url(images/sand4.jpg);
	border: 1px solid #534741;
	display:block;
	color: #334d55;
	text-align: left;
	height: 200px;
}
#block2orn p {
	color: #334d55;
	text-align: left;
	font-size: 95%;
}
#block2EVENTS {
	position:relative;
	width: 218px;
	padding: 4px 5px;
	background: url(images/sand4.jpg) #F2F3CA;
	border: 1px solid #534741;
	color: #334d55;
	text-align: center;

}
#block2EVENTS p {
	color: #334d55;
	padding: 5px;
	text-align: left;
	font-size: 95%;
}
.imggift {
	text-align: left;
	float: left;
	border: #000 1px solid;
	margin-right: 8px;
}
.imgcont {
	border: 1px solid #546076;
}
.rghtimg {
	border: 1px solid #534741;
}
#siteInfo{
	clear: both;
	width: 785px;
	font-size: 75%;
	color: #006699;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
/************** #advert styles **************/

#advert{
	width:100px;
	height: 100px;
	padding: 10px;
	border: 1px solid #006699;
	background-color: #FFFFFF;
}

#advert img{
	display: block;
}


/* these float styles can be used to float images with text next to them */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.brclear { /* Use a break with this class to clear float containers on both sides */ 
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 
.clearrt { /* Use a break with this class to clear float containers only on the right */ 
clear:right; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 4px 0px 2px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/


#siteInfo img{
	clear:both;
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#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 ***********/

#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;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
