/* 
WCA Design elements CSS

 */
 
 /* Left Col Elements */
 
.leftbuttons img{
	width: 223px;
	text-align: center;
	margin: 0 0 20px 10px;
}
.leftbuttons-gap{
	width: 223px;
	text-align: center;
	margin: 60px 0 0 0;
}
.leftbuttons-gap2{
	width: 223px;
	text-align: center;
	margin: 30px 0 0 0;
}

.leftbuttons2 img{
	width: 223px;
	text-align: center;
	margin: 0 0 0 10px;
}
.leftbuttons2 p{
	width: 223px;
	line-height: 1.1em;
	text-align: center;
	margin: 5px 0 10px 10px;
}
.leftbuttons2 p a:link{
	color: #2462bc;
	text-decoration: none;
}
.leftbuttons2 p a:visited{
	color: #2462bc;
	text-decoration: none;
}
.leftbuttons2 p a:hover{
	color: #069622;
	text-decoration: underline;
}
.leftbuttons2 p a:active{
	color: #069622;
	text-decoration: underline;
}
/* Search Forms */

.searchform {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.searchinput {
	color: #003C5B;
	background-color: transparent;
	background-color: white;
	margin: 0 0 0 0;
	border: 1px solid #003C5B;
	padding: 4px 3px 3px 5px;
	font-size: 0.9em;
	width: 150px;
	
}



.gobutton {
	padding: 0 4px 0px 10px;
}

/* Right */

#homemainbutts {
	margin: 20px 0 30px 10px;
}

#homemainbutts .img1 img {
	width: 190px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#homemainbutts .img2 img {
	width: 190px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#homemainbutts .img3 img {
	width: 190px;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
}




#right .content .styledlink a:link {
	color: #2462BC;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px;
	background-color: #EFEFEF;
	border: 1px solid #C3C3C3;
	text-align: center;
}
#right .content .styledlink a:visited {
	color: #2462BC;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px;
	background-color: #EFEFEF;
	border: 1px solid #C3C3C3;
	text-align: center;
}
#right .content .styledlink a:hover {
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px;
	background-color: #069622;
	border: 1px solid #069622;
	text-align: center;
}
#right .content .styledlink a:active {
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px;
	background-color: #069622;
	border: 1px solid #069622;
	text-align: center;
}



#right .content .announcement {
	margin-top: 30px;
	margin-bottom: 30px;
}

#right .content .announcementtable {
	width: 640px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right .content .announcementtablehdr {
	width: 640px;
	height: 16px;
	background-image: url(../imgs/misc/announcement_top.gif);
	background-repeat: no-repeat;
}

#right .content .announcementtableftr {
	width: 640px;
	height: 15px;
	background-image: url(../imgs/misc/announcement_bott.gif);
	background-repeat: no-repeat;
}

#right .content .announcementtabletd {
	width: 640px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-color: #F0F0F0;
	border-right: 2px solid #2462BC;
	border-left: 2px solid #2462BC;
}

#right .content .announcementtabletd h3{
	color: #2462bc;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 0;
}
#right .content .announcementtabletd h3 a:link {
	color: #2462bc;
	text-decoration: none;
}
#right .content .announcementtabletd h3 a:visited {
	color: #2462bc;
	text-decoration: none;
}
#right .content .announcementtabletd h3 a:hover {
	color: #069622;
	text-decoration: underline;
}
#right .content .announcementtabletd h3 a:active {
	color: #069622;
	text-decoration: underline;
}



#right .content .announcementtabletd p{
	color: #333333;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 10px;
}
#right .content .announcementtabletd p a:link {
	color: #333333;
	text-decoration: none;
}
#right .content .announcementtabletd p a:visited {
	color: #333333;
	text-decoration: none;
}
#right .content .announcementtabletd p a:hover {
	color: #069622;
	text-decoration: underline;
}
#right .content .announcementtabletd p a:active {
	color: #069622;
	text-decoration: underline;
}






/* Context Menu */
#left .content ul{
	color: #666666;
	margin: 10px 20px 40px 10px;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.1em;
	text-decoration: none;
}

#left .content li{
	color: #666666;
	margin: 0;
	padding: 10px 0;
	font-size: 1.0em;
	line-height: 1.1em;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	width: 223px;
}

#left .content li a:link {
	color: #666666;
	text-decoration: none;
}
#left .content li a:visited {
	color: #666666;
	text-decoration: none;
}
#left .content li a:hover {
	color: #069622;
	text-decoration: none;
}
#left .content li a:active {
	color: #069622;
	text-decoration: none;
}







/* Shopping Cart Styles */
.shopcartdisplay {
	margin: 10px 0 15px 13px;
	padding: 0;
}

.shopcartdisplaytable {
	width: 223px;
}
.shopcartdisplayhdr {
	width: 223px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.shopcartdisplayftr {
	width: 223px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.shopcartdisplaybdy {
	width: 223px;
	height: 14px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #C2C1AA;
	border-left: 1px solid #C2C1AA;
	background-color: white;
}

.shopcartdisplaybdy h4{
	color: #2462bc;
	font-size: 1.1em;
	margin: 0 5px 5px 5px;
}

.shopcartdisplaybdy p{
	color: #666666;
	font-size: 0.9em;
	margin: 0 0 5px 5px;
	line-height: 1.1em;
}

.shopcartdisplaybdy a:link, .shopcartdisplaybdy a:visited{
	color: #2462bc;
	text-decoration: none;
	
}
.shopcartdisplaybdy a:hover, .shopcartdisplaybdy a:active{
	color: #2462bc;
	text-decoration: none;
	
}

