/* common overrides */
#header,
#navstub,
#footer {
	background-color: white;
	}
#middle {
	background-color: #AF2030;
	}
	
#nav {
	background-image: url(/templates/card01/navbg.jpg);
	height: 100%;
	}

#content {
	}

	
#menuarea {
	color: white;
	}

.MenuPad {
	color: white;
	}

.NavLink:link,
.NavLink:visited,	
.NavLink:hover,
.NavLink:active {
	color: white;
	}	
#MSearch {
	display: block;
	margin: 5px;
	text-align: left;
	color: white;
	font-size: xx-small;
	clear: both;
	}
#MSrch {
	width: 120px;
	}
	
/* site specific stuff */

#topheader {
	width: 100%;
	height: 70px;
	border-bottom: 2px solid black;
	position: relative;
	}

	#thSig {
		width: 500px;
		height: 100%;
		float: left;
		background: white no-repeat top left url(/skins/pgicards/SiteLogo1.jpg);
		}
	#thGraphic {
		width: 250px;
		height: 100%;
		float: left;
		background: no-repeat top right url(/skins/pgicards/HeaderImage1.jpg);
		display: none;
		}
	#thNavs {
		position: relative;
		float: left;
		}

		#thNavLinks {
			position: absolute;
			top: 25px;
			left: 35px;
			height: 30px;
			}
		
		#thNavLinks li {
			float: left;
			}
		#thNavLinks li a {
			color: blue;
			font-size: x-small;
			font-weight: bold;
			margin: 0 20px 0 0;
			border-right: 1px solid silver;
			padding-right: 10px;
			text-decoration: none;
			}


#TNSrch {
	text-align: right;
	}
#TSearch {
	font-family: Arial ;
	size: xx-small;
	display: inline;
	}
#TSrch {
	display: inline;
	}

#RC,
#EAL {
	background-color: #2A5935;
	background-image: url(/templates/card01/navbg.jpg);
	}
#RC div.titlebar,
#EAL div.titlebar {
	background-color: #2A5935;
	}
	
/* Tom's CSS */
.TopNavC    /*sets font for cards top nav links */ {  	font-family: arial;  	font-size: 12px;  	font-weight: bold;  	color: #333333;    text-decoration: none;   }.TopNavC2    /*sets font for cards top nav links - NEW hor nav w/ color bg */ {  	font-family: arial;  	font-size: 12px;  	font-weight: bold;  	color: #ffffff;    text-decoration: none;   }.TopHedTagC{  	font-family: arial;  	font-size: 18px;  	font-weight: bold;  	color: #333333;  }.TopHedPhC{  	font-family: arial;  	font-size: 22px;  	font-weight: bold;  	color: #AF2F3E; }
