﻿

body 
{
    background-image: url(images/bg_body.gif);
    background-position: center;
    font-family: Tahoma;
    color: black;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 0px;
}

.bodyBack
{
    
}

h1
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 4px;
    color: #372F62;
    margin-bottom: 2px;
    
}

h2
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    background-image: url(images/pcw_icon2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-top: 10px;
}

h3
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -5px;
    letter-spacing: 2px;
    padding-bottom: 2px;
    color: #372F62;
}

h4
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1px;
    padding-bottom: 2px;
    letter-spacing: 2px;
}

h5
{
    font-family: Broadway, Tahoma;
    font-size: 22px;
    font-weight: normal;
    color: #372F62;
    margin-bottom: 2px;
    margin-top: 2px;
    line-height: 28px;
 
}

.fbtn-main
{
    background-color: #BDB7DD;
    color: #47496A;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: solid 1px #47496A;
    border-left: solid 1px #47496A;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}

.fbtn-main:hover
{
    background-color: #47496A;
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: solid 1px #47496A;
    border-left: solid 1px #47496A;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}

.form-dropdown
{
    background-color: #C6C6D9;
    border-top: solid 1px #47496A;
    border-left: solid 1px #47496A;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 5px;
    margin: 5px;
    height: 24px;
}

.featured_products
{
    padding: 5px;
}

.nav
{
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.nav a
{
    background-image: none;
	text-align: center;
	color: #372F62;
}


.nav_sel
{
	background-image: url(images/nav_back_sel.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #ffffff;
}

.nav_sel a
{
    background-image: none;
	text-align: center;
	color: #FFFFFF;
	
}

.titles
{
    border: solid 2px #e3e3e3;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-family: Tahoma;
    color: #372F62;
    background-color: #e3e3e3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    
}

.text
{
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 20px;
}

.text p
{
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 20px;
}



#homeWelcomeSection
{
    width: 380px;
    float: left;
}


/*this selector adjusts the height of the entire left column from the top of the site*/
#homeWhatsNew
{
    position:  relative;
    float: left;
    width: 250px;
    padding-left: 30px;
    padding-top: 0px;
    margin-top: 50px;
}

.homeSpotlights
{
    float: left;
    padding-left: 0px;
    font-size: 10px;
    padding-bottom: 10px;
    line-height: 16px;
}

.homeSpotlights img
{
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
}

.WelcomeText
{
    padding-left: 10px;
    margin-top: -10px;
    padding-top: 2px;
    clear: right;
    vertical-align: top;
}

/*.WelcomeText h2
{
    text-align: left;
	font-weight: bold;
	
    margin-top: -10px;
    padding-top: 2px;
    clear: right;
    vertical-align: top;
} */




.menuCss
{ 
    position: absolute; 
    top: 100px; 
    right: 10px;
    z-index: 1000;
}

.navText
{
    font-size: 11px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #e3e3e3;
}

#header
{
    position: relative;
    width: 960px;
    font-family: Century Gothic;
    height: 222px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
}
 
#wrapper
{
    width: 960px;
    overflow: hidden;
    border: solid 0px #333333;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    background-image: url(images/bg_content.jpg);
    background-repeat: repeat-y;
}

.footer
{
    background-image: url(images/bg_footer.gif);
    padding-top: 9px;
    padding-bottom: 5px;
    text-align: center;
    height: 33px;
    color: White;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    margin-top: 3px;
    font-size: 12px;
    clear: both;
}

body.home #mainNav a#home 
{
    color: #fff;
}

body.home #mainNav a:hover#home 
{
    color: #000;
}

.text ul
{
    list-style-type: circle;
    float: none;
    display: inline;
}

.text ul li
{
    float: none;
    list-style-type: disc;    
}

ul 
{
    margin: 0px;
    padding: 0;
    list-style: none;
    width: 960px;
}

ul a
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 12px;
}

ul li 
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
}



#mainNav 
{
    width: 960px;
}

#sideBar
{
    width: 214px;
    height: auto;
    float: left;
    margin: 10px;
    border: solid 2px #9A91C6;
}

#primaryContent
{
    position: relative;
    width: 680px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    z-index: 2;
}

#navigation 
{
    width: auto;
    font-family: Verdana;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    z-index: 50;
    height: auto;
    background-color: #e3e3e3;
    line-height: 16px;
    padding-bottom: 10px;
    
}

#navigation li a
{
    text-decoration: none;
    color: #000000;
    padding-bottom: 6px;
    
}

#navigation li 
{
    float: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    height: auto;
    text-decoration: none;
    color: #333333;
    border-bottom: dashed 1px #D7D7D7;
}

#navigation li:hover 
{
    float: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #cccccc;
    text-decoration: underline;
    color: #00FF00;
}


#navigation .blank
{
    float: none;
    background-color: #e3e3e3;
}

#navigation .blank:hover
{
    float: none;
    background-color: #e3e3e3;
}

.clear
{
    clear:both;
}


.header_images 
{
    width: 960px;
    z-index: 50;
    margin: 0;
    border-width: 0;
    padding: 0 0 0 0;
    display: block;
      
}

.header_images img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
}

.label
{
    font-weight: normal;
    border-bottom: dashed 1px #e3e3e3;
    padding-top: 2px;
    padding-bottom:4px;
    color: #000000;
}

.value
{
    border-bottom: dashed 1px #e3e3e3;
    padding-top: 4px;
    padding-bottom: 6px;
}

.value_required
{
    border-bottom: dashed 1px #e3e3e3;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-right: 85px;
    background-image: url(images/pcw_required.png);
    background-position: right;
    background-repeat: no-repeat;
    
}

.box
{
    border: solid 2px #e3e3e3;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Tahoma;
    color: #666666;
    font-size: 14px;
    letter-spacing: 2px;
}

.box:focus, input.box_selected
{
    border: solid 2px #7D6FBA;
}

.img_wrapper
{
    background: url(images/home_shadow.jpg) no-repeat bottom right;
    float: left;
    position: relative;
    margin-bottom: 15px;
	
}

.img_wrapper img
{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 10px;
    display: block;
    margin:  -10px 5px 5px 5px;
    position: relative;
}

img
{
    border: 2px solid #ffffff;
}

.text img
{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: block;
    margin:  -10px 5px 5px 5px;
    position: relative;
}

.text img.no_border
{
    border: 0px solid #a9a9a9;
    padding: 0px;
    display: block;
    margin:  0px 0px 0px 0px;
    position: relative;
}

/*img wrappers use an image to provide the drop shadow around main image on default page 
there are several different sizes */

.img_wrapper_250
{
    background: url(images/home_shadow_250.jpg) no-repeat bottom right;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.img_wrapper_250 img
{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: block;
    margin:  5px 5px 5px 0px;
    position: relative;
}

.img_wrapper_85
{
    background: url(images/home_shadow_85.jpg) no-repeat bottom right;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.img_wrapper_85 img
{
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: block;
    margin:  5px 5px 5px 0px;
    position: relative;
}

.img_wrapper_180
{
    background: url(images/home_shadow_180.jpg) no-repeat bottom right;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.img_wrapper_180 img
{
    background-color: #fff;
    background-position: 12px 12px;
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: block;
    margin:  5px 5px 5px 0px;
    position: relative;
}

.img_wrapper_360
{
    /*background: url(images/home_shadow_640_277.jpg) no-repeat bottom right;*/ 
	/*there are several "home_shadow" graphic sizes to choose from already 
	uploaded to the images file, choose one that best fits the suplied 
	graphic*/
	
    float: left;
    position: relative;
	margin-bottom: 15px;
	padding-top: -15px;
}

.img_wrapper_360 img
{
    background-color: #fff;
    background-position: 12px 12px;
    border: 1px solid #a9a9a9;
    padding: 5px;
    display: block;
    margin:  5px 5px 5px 0px;
    position: relative;
}


.modules
{
    float: left;
    padding: 10px;
    font-size: 14px;
    width: 180px;
    margin-right: 20px;
	line-height: 18px;
}

/* Use this class for images with no border */
img.noborder 
{
    border: solid 0px white;
    display: block;
}

.red_box
{
    background-color: #AE0000;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

/*#textBox {
	background-color: #e1e2f0;
	padding: 10px;
	

} */


/* these styles are for the "what's happening" section */

.whatsNew {
	font-size: 12px;
	line-height: 16px;
}

#whatsNew {
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	/*background-color: #999999;*/
}

#whatsNewContent {
	font-size: 12px;
	line-height: 16px;
	/*background-color: #999999;*/
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px
}

.whatsNewBox {
	/* background-color: #FFFFCC; */
}

#CC img
{
	border: solid 0px white;
    display: block;
}


