/*new employment stuff*/

#the-top .employment-toc {

    float: right;
    width: 190px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0 0 5px 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px;
}
    
    #the-top .employment-toc p,
    #the-top .employment-toc h5 {
    
        padding: 0;
        margin: 0 0 5px 0;
    }
    
    #the-top .employment-toc h5 {
        
        font-size: 1.1em;
    }
    
    #the-top .employment-toc h5.red {
        
        color: #990000;
        display: block;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    #the-top .employment-toc ul {
        
        list-style-type: none;
        padding: 0;
        margin: 0 0 5px 0;
    }
    
        #the-top .employment-toc ul li {
            
            display: block;
            border-top: 1px dotted #ccc;
            padding-top: 3px;
            padding-bottom: 3px;
        }
        
        
        #the-top .employment-toc ul li a {
            
            font-size: 11px;
        }
        
        #the-top .employment-toc ul li:first-child {
            
            border: 0;
        }

#the-top a.job-link {
    
    display: inline-block;
    background-color: #990000;
    color: #fff;
    padding: 0.5em;
    text-decoration: none;
    font-weight: normal;
    border-radius: 5px;
}

    #the-top a.job-link:after {
    
        content: '\25BC';
        padding-left: 0.5em;
    }
    
    #the-top a.job-link.download:after {
    
        content: '\25BA';
    }
    
    #the-top a.job-link.return:after {
        
        content: '';
    }
    
    #the-top a.job-link.return:before {
        
        content: '\25C0';
        padding-right: 0.5em;
    }
    
    #the-top a.job-link:hover {
        
        background-color: #ff0000;
    }

#the-top #job-list {

    display: block;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 1em 1em 0 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    font-size: 1.1em;
}

    #the-top #job-list p,
    #the-top #job-list ul,
    #the-top #job-list ul li {
    
        padding: 0;
        margin: 0;
        line-height: 1em;
    }
    
    #the-top #job-list p {
    
        font-size: 1.2em;
        font-weight: bold;
    }
    
    #the-top #job-list ul {
    
        list-style-type: none;
        display: block;
        padding: 0.5em 0 0.5em 0;
        margin-bottom: 0.5em;
    }
    
    #the-top #job-list ul li a {
        
        text-decoration: none;
        display: block;
        padding: 0.5em 0 0.5em 0;
        color: #555555;
        border-top: 1px dotted #ccc;
    }
    
    #the-top #job-list ul li a:hover {
    
        color: #ff0000;
    }
    
    #the-top #job-list ul li:first-child a {
        
        border: 0;
    }

/*tabbed contact forms*/

#the-top .faux-tabs {

	display: block;
	/*background-color: #f1f1f1;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 1em 1em 0 1em;*/
}

	#the-top .faux-tabs ul {
		
		padding: 0;
		margin: 0;
		color: #000;
		list-style-type: none;	
		display: block;
		height: 1%;
		overflow: auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
		#the-top .faux-tabs ul li {
			
			display: block;
			float: left;	
			background-color: #f1f1f1;
			width: 50%;
		}
		
			#the-top .faux-tabs ul li span {
				
				display: block;
				border-bottom: 1px solid #ccc;
				padding: 1em 1em 1em 1em;
				text-align: center;
				background-color: #fff;
			}
			
			#the-top .faux-tabs ul li:first-child span {
	
				border-right: 1px solid #ccc;
			}
			
			#the-top .faux-tabs ul li:last-child span {

				border-left: 1px solid #ccc;
			}
			
			#the-top .faux-tabs ul li:first-child.active-tab span {
					
				background-color: #f1f1f1;
				border-bottom: 1px solid #f1f1f1;
				border-right: 1px solid #f1f1f1;
				font-weight: bold;
			}
			
			#the-top .faux-tabs ul li:last-child.active-tab span {
					
				background-color: #f1f1f1;
				border-bottom: 1px solid #f1f1f1;
				border-left: 1px solid #f1f1f1;
				font-weight: bold;
			}
			
			#the-top .faux-tabs ul li:first-child.active-tab span a,
			#the-top .faux-tabs ul li:last-child.active-tab span a {
				
				text-decoration: none;	
			}

#the-top .contact-form-quick {
	
	border-top: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 1em 0.5em 1em;
	font-size: 14px;
	background-color: #f1f1f1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 1em;
}

#the-top .contact-form-quick p {
	
	display: block;	
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	line-height: 1.5em;
	text-align: right;
}

	#the-top .contact-form-quick p:first-child {
		
		border-top: 0;	
	}
	
	#the-top .contact-form-quick p:last-child {
		
		border-bottom: 0;	
	}

#the-top .contact-form-quick label {

	display: inline-block;	
	color: #000;
	vertical-align: middle;
	width: 28%;
	padding-right: 2%;
	text-align: left;
}

	#the-top .contact-form-quick label.required:after {
		
		content: '*';	
		color: #ff0000;
	}

#the-top .contact-form-quick input.text,
#the-top .contact-form-quick textarea.textarea {

	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;	
	font-size: 1em;
	width: 66%;
	padding: 2%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	border-radius: 10px;
	border-top: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
    line-height: 1.5em;
}

#the-top .contact-form-quick textarea.textarea {
	
	min-height: 200px;	
}

#the-top .contact-form-quick form fieldset {

    border: 0;
    padding: 0;
    margin: 0;
}

#the-top .contact-form-quick input.submit,
#the-top .contact-form-quick input.reset {

	font-size: 1em;
	color: #fff;
	background-color: #990000;	
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0.5em;
	display: inline-block;
	border-radius: 5px;
	margin: 0 0 0 1em;
}

/*badges gallery*/

	#maincontent #badges {
	
		display: block;
		height: 1%;
		overflow: auto;
		min-width: 102px;
		max-width: 505px;	
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
		
		#maincontent #badges a {
		
			display: block;
			float: left;
			width: 100px;
			height: 100px;
			text-decoration: none;	
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		
			#maincontent #badges a img {
			
				border: 0;
				padding: 0;
				margin: 0;
				display: block;
				height: 100px;
				width: 100px;	
			}

/* tradeshow "table" */

	.tshow-month { border-bottom: 1px solid #ccc; font-size: 2em; padding: 1em 0 1em 0; }
	.tshow-section { padding: 1em 0 1em 0; height: 1%; overflow: auto; border-bottom: 1px solid #ccc; }
	.tshow-image { width: 25%; float: left; overflow: hidden; }
	.tshow-image img { max-width: 90%; height: auto; }
	.tshow-desc { width: 75%; float: right; overflow: hidden; }
	.tshow-desc a { font-weight: bold; }

/* Page Numbers for Content Push */

#pagenumber {
    float: left;
    color: red;
    font-size: 24px;
    margin: 0px;
    padding: 8px;
    border: 3px solid red;
}

/*Homepage edit for Graco Awards */

#maincontent #graco_container {
	
	height: 160px;
	overflow: hidden;
	clear: both;
	background-image: url('/images/graco_bg2.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	#maincontent #graco_container .graco_left div,
	#maincontent #graco_container .graco_right div {
	
		padding: 10px 10px 0px 10px;
	}

	#maincontent #graco_container h3 {
	
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 7px 0px;	
		line-height: 1em;
	}
	
	#maincontent #graco_container p {
		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
	}

	#maincontent #graco_container .graco_left {
		
		width: 408px;
		float: left;
	}
	
		#maincontent #graco_container .graco_left a,
		#maincontent #graco_container .graco_right a {
		
			display: block;
			float: right;
			height: 22px;
			width: 119px;
			background-image: url(/images/go_now_graco.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;	
			margin-top: 4px;
			text-indent: -9999px;
			outline: none;
		}
		
			#maincontent #graco_container .graco_right a {
			
				background-image: url(/images/shop_now_graco.png);	
			}
	
	#maincontent #graco_container .graco_right {
		
		width: 408px;
		float: right;
	}

/* global housekeeping rules */
body {
    font: 12px Helvetica, Geneva, Arial, sans-serif;
    background: url(../images/background.jpg) repeat-x;
    margin-top: 0px;    
    behavior:url("js/csshover.htc");
}

td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-weight:lighter;
    line-height: 30px;
    letter-spacing: 1.25px;
    color: #333333;
    margin:0px;
    padding: 0px;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: lighter;
    color: #333333;
    margin: -2px 0px 0px 0px;
    padding: 0px;
}

h3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin: 10px 0px 5px 21px;
    padding: 0px;
}

h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 5px 14px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;

}

h5 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin: 0px;
    padding: 15px 0px 5px 0px;
    width: auto;
    height: auto;
}

h6 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0px -10px 0px;
    padding: 0px;
    width: auto;
    height: auto;
}

.red {color: #CC0000}

p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

.glossary {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px!important;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

a {
    font-size: 12px;
    color: #333333;
}

a:hover {
    color: #666666;
}

#frontlinks {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    
}

.frontlinks ul {
    margin-left: 20px;
    padding: 0px;
    left: 0;
}

.frontlinks li {
    margin: 0px;
    padding: 0px;
}

.frontlinks a, .frontlinks a:visited {
    text-decoration: none !important; 

}

.frontlinks a:hover {
    color: #666666 !important;
    text-decoration: underline !important;

}

.bodylinks a, .bodylinks a:visited {
    font-size: 12px;
    color: #666666;
    text-decoration: underline;

}

.bodylinks a:hover {
    color: #000000;
    text-decoration: underline;

}

.body ul {
    margin: 0px;
    padding: 0px;
}

.body li {
    list-style-type: none;  
    margin-left: -20px;
    padding: 0px;
}

.body li li {
    margin-left: 20px;
    list-style-type:square;
}

/* header rules */

#header {
    background-image: url(../images/logo_background.jpg);
    background-repeat:no-repeat;
    width: 833px;
    height: 135px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #999999;
}

#header p {
    color: #FFFFFF!important;
    font-weight: bold;
    text-align: right;
    margin: 3px 27px 11px 0px;
    padding: 0px;
}

#logo {
    width: 115px;
    height: 115px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: absolute;
}

#shoponline {
    margin: 0px;
    padding: 2px 27px 0px 0px;
    height: auto;
    width: auto;
    color: #FFF;
    text-align: right;
    vertical-align: text-bottom;
    font-size: 8px;
}

#shoponline a {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-decoration:none;
}

#shoponline a:hover {
    color: #FFF!important;
    text-decoration:underline!important;
}


/* Top form rules */

#box {
    height: 50px;
    margin: 0px;
    padding: 0px 20px 0px 645px;
}

#box input {
    position: absolute;
    border: 1px solid silver;
    height: 14px;
    margin: 0px;
    padding: 2px 0px 0px 4px;
    font-size: 10px;
    line-height: 10px;
    float: left;
}

#box_image {
    margin: -15px 0px 0px 0px;
    padding: 0px;
    width: 56px;
    height: 19px;
    float: right;
}

/* Drop-down Rules */

#dropdown_wrapper {
    height: 16px;
    margin: -2px 0px 0px 0px;
    padding: 0px 0px 0px 133px;
    bottom:0;
}

/* Drop-down menu rules */

.menu {
width:700px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
}
.menu ul ul {
width:78px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
margin: 0px;
padding: 0px 20px 0px 0px;
float:left;
width:auto;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none!important;
text-align: left;
color:#000; 
height:20px; 
margin: 0px; 
padding: 0px; 
width: auto;
line-height:16px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:70px;
w\idth:70px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:10px;
left:0; 
width:110px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:10px;
t\op:11px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color: #333;
border-bottom: 1px solid white; 
height:auto; 
line-height:14px; 
padding:5px 10px; 
width:155px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:110px;
w\idth:119px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {
background:#CCC;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#DDDDDD url(../images/menu_arrow.gif) right no-repeat;
}

.menu ul ul :hover > a {
background: #DDDDDD;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#DDDDDD;
border-bottom: 1px solid silver;
border-left: 1px solid silver;
width: 80px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
color: #000000;
background:#CCCCCC;
border-bottom: 1px solid white;
border-left: 1px solid white;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:auto;
top:20px;
left:0; 
width:100px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:175px; 
top:0;
width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/* Military Gallery Rules */

#military {
font-family: verdana, arial, sans-serif;
width:605px;
margin:0px;
padding: 0px;
float: right;
}

/* main content rules */

#maincontent {
    width: 833px;
    margin: 0px;
    padding: 0px;
}

#maincontent2 {
    width: 617px;
    margin: 0px 0px 40px 213px;
    padding: 0px;
}

#maincontent p {
    margin: 0px;
    padding: 22px;
    line-height: 16px;
}

#maincontent_left {
    width: 390px;
    float: left;
    padding: 10px 10px 10px 70px;
    margin: 0px;
}

#maincontent_left p {
    margin-top: 10px;
    padding: 0px;
    line-height: 16px;
}

#maincontent_left ul {
    list-style-type: none;
}

#maincontent_left li {
    line-height: 20px;
}

#maincontent_left2 {
    width: 390px;
    float: left;
    padding: 12px 10px 0px 23px;
    margin: 0px;
}

#maincontent_right {
    width: 325px;
    float: right;
    margin: 0px;
    padding: 0px;
}

.maincontent_left ul, li{
    font-size: 12px;
    line-height: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
}

#maincontent_right2,
#maincontent_right2_max_width {
    width: 605px;
    margin: 0px 0px 30px 215px;
    padding: 0px;
}

#maincontent_right2_max_width {

    width: auto;
    margin-left: 0;
}

.form_left {
    background-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
    text-align: right;
    padding-right: 7px;
    padding-top: 6px;
}
.form_right {
    background-color: #DDDDDD;
    padding: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
}



#maincontent_right2 p,
#maincontent_right2_max_width p {
    margin: 5px 0px 15px 0px;
    padding: 0px;
    line-height: 16px;
}

#maincontent_right2 ul,
#maincontent_right2_max_width ul, li {
    color: #666666;
    line-height: 16px;
}

#narrowcolumn_left {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 270px;
    height: auto;
    float: left;
}

#narrowcolumn_left p{
    margin: 5px 0px 15px 0px;
    padding: 0px;
    line-height: 16px;
}

#narrowcolumn_right {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 270px;
    height: auto;
    float: right;
}

#narrowcolumn_right p{
    margin: 5px 0px 15px 0px;
    padding: 0px;
    line-height: 16px;
}







/* content images and caption styles */
#contentImg p img {
	float: left;
	width: 350px;
}

#contentImg p {
	margin: 0;
	padding: 0;
}

#contentImg p.captionText {
	/*float: left;*/
	margin: 0 auto;
	width: 320px;
	padding: 5px 5px 10px;
	font: bold 10px/1.3 Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px solid #CCC;
}

#contentImg a {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;
}

#contentImg a:hover {
	color: #999;
}

#contentImg.fltright {
	float: right;
	width: 350px;
}

#contentImg.fltleft {
	width: 350px;
	float: left;
	/*margin: 0 5px 0 0;*/
}







/* interior left navigation rules */

#leftnav {
    width: 173px;
    height: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    float: left;
}

#leftnav_corners,
#leftnav_corners2 {
    margin: -2px 0px -2px 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
}

#leftnav ul {
    list-style:none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#leftnav li {
    margin: 0px;
    font-size: 12px;
    padding: 0px;
}

#leftnav ul ul{
    list-style:none;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    border: none;

}

#leftnav ul ul li{
    margin: 2px 0px 2px 0px;
    padding: 2px 3px 4px 15px;
    font-size: 12px;
    width: 150px;
}

#leftnav ul ul li a{
    margin: -4px 0px -4px -15px;
    padding-left: 15px;
    width: 153px;
}

#leftnav ul ul li strong{
    margin: -4px 0px -4px -15px;
    padding-left: 15px;
    width: 153px;
}

#leftnav a {
    margin: 2px 0px 2px 0px;
    padding: 2px 3px 4px 6px;
    font-size: 12px;
    color: #333333;
    text-decoration: none!important;
    display: block;
    width: 162px;
    height: auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#leftnav a:hover {
    color: #000000!important;
    text-decoration: none;
    background-color: #F6F6F6!important;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

#leftnav a:visited {
    color: #333333;
    text-decoration: none;
}

#leftnav_title {
    font-weight: bold;
    border-bottom: 1px solid silver!important;
    border-top: none;
}

#leftnav li strong {
    margin: 2px 0px 2px 0px;
    padding: 2px 3px 4px 6px;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    display: block;
    width: 162px;
    height: auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}




/* secondary content rules */
#secondcontent {
    width: 833px;
    background-color: #EEEEEE;
    margin: 0px;
    padding: 0px;
}

#secondcontent p {
    margin: 0px 15px 10px 22px;
    line-height: 16px;
}

#secondcontent_left {
    height: 175px;
    margin: 0px;
    padding: 0px;
    width: 274px;
    float: left;
    background-color: #EEEEEE;
    border-left: 1px solid #C0C0C0;
}

#secondcontent_middle {
    height: 175px;
    width: 280px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    border-left: 1px solid #C0C0C0;
}

#secondcontent_right {
    height: 175px;
    width: 274px;
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

.secondcontent_arrow {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 18px;
    height: 18px;
    position: absolute;
}

#secondcontent_topcorners {
    width: 833px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

#secondcontent_bottomcorners {
    width: 833px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

/* second content rules for interior box */

#secondcontent2 {
    width: 831px;
    background-color: #EEEEEE;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

#secondcontent2 p {
    margin: 0px 15px 10px 22px;
    line-height: 16px;
}

#secondcontent_left2 {
    min-height: 300px;
    margin: 0px;
    padding: 0px;
    width: 415px;
    float: left;
    background-color: #EEEEEE;
    /*border-left: 1px solid #C0C0C0;*/
}

#secondcontent_right2 {
    min-height: 300px;
    width: 415px;
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    border-left: 1px solid #C0C0C0;
    /*border-right: 1px solid #C0C0C0;*/
}

.secondcontent_arrow2 {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 18px;
    height: 18px;
    position: absolute; 
}

/* tertiary content rules */
#thirdcontent {
    width: 833px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

#thirdcontent_left {
    width: 533px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#thirdcontent_left p {
    margin: 15px 10px 20px 0px;
    padding: 0px;
    line-height: 16px;
}

#thirdcontent_left a {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.thirdcontent_imageleft {
    margin: 15px 15px 5px 0px;
    padding: 0px;
    height: auto;
    width: auto;
    float: left;
}

.thirdcontent_imageright {
    margin: 15px 15px 5px 10px;
    padding: 0px;
    height: auto;
    width: auto;
    float: right;
}

/* custom content rules */
#customcontent {
    width: 831px;
    background-color: #EEEEEE;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    margin: 0px;
    padding: 00px;
}

#customcontent p {
    margin: 0px;
    margin-bottom: 10px;
    line-height: 16px;
}

#signup {
    width: 533px;
    margin: 20px 0px 0px 0px;
    padding-top: 20px;
    background-repeat:repeat-y;
}

#signup_interior {
    width: 545px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    background-repeat:repeat-y;
}

#signup p {
    margin: 19px 0px 20px 0px;
    line-height: 16px;
}

#signup_interior p {
    margin: 0px 20px 30px 0px;
    line-height: 16px;
}

#thirdcontent_right {
    width: 282px;
    float: right;
    margin: 0px;
    padding: 0px;
}

#thirdcontent_right p {
    margin: 0px;
    padding: 0px 10px 20px 15px;
    line-height: 16px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#thirdcontent_right_link {
    font-size: 12px;
    margin-left: 200px;
    text-align: right;
    text-decoration: underline;
}


#signup_interior {
}

#signup_interior form {
    margin-top: -25px;
}

#signup_interior input {
    border: 1px solid silver;
    height: auto;
    margin: auto;
    padding: 2px 0px 0px 4px;
    font-size: 10px;
    line-height: 10px;
}

#signup_interior textarea {
    border: 1px solid silver;
    height: auto;
    margin: auto;
    padding: 2px 0px 0px 4px;
    font-size: 10px;
    line-height: 10px;
}

.radio {
    border: none!important;
}

#contact form, input, textarea {
    border: 1px solid #666666;
    height: auto;
    margin: auto;
    padding: 2px;
    font-size: 12px;
    line-height: 13px;
}


/* footer rules */

#footer {
    width: 833px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

#footer a {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

#footer a:hover {
    color: #333333;
    text-decoration: underline!important;
}

#footer a:visited {
    color: #333333;
    text-decoration: none;
}

#footer p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    text-align: center;
    border-top: 1px solid silver;
}

#copyright {
    width: 833px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#copyright p {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}

#pullquote {
    width: 212px;
    height: 125px;
    margin: 0px;
    padding: 40px 20px 0px 25px;
    background-image:url(../images/pullquote.gif);
    background-repeat: no-repeat;
}

#pullquote p {
    font-size: 14px!important;
    color: #333333!important;
}
.logo {
    padding-right: 20px;
}

/* Other Misc. */

ul.formErr li {

	color: #ff0000;	
}

/* Product Mining Form */

.webform {

	border-radius: 15px;
	border: 1px solid #ccc;
	padding: 10px;
}
	.webform form {
		
		margin: 0px;
		padding: 0px;
		line-height: 1em;
		border: 0px;
	}
	
		.webform form fieldset {
			
			margin: 0px;
			padding: 0px;
			line-height: 1em;
			border: 0px;
		}
			
			.webform form fieldset ul {
				
				display: block;
				list-style-type: none;
				margin: 0px;
				padding: 0px;
				clear: both;
				margin-bottom: 10px;
				height: 1%;
				overflow: auto;
				border-top: 1px dotted #ccc;
				padding-top: 10px;
			}
			
				.webform form fieldset ul li:first-child {
				
					text-align: right;	
				}
			
				.webform form fieldset ul li {
					
					display: block;
					float: left;
					width: 50%;
				}
				
					.webform form fieldset ul li label {
					
						padding-right: 20px;	
					}
					
					.webform form fieldset ul li input.wf_text {
						
					}
					
					.webform form fieldset ul li textarea {
					
						width: 90%;	
						font-family: arial, sans-serif;
					}

blockquote.testimonial {
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0.5em 0;
    padding: 0.25em 30px;
    position: relative;
    color: #383838;
}

blockquote.testimonial p {
    font-size: 1.2em;
    line-height: 1.4 !important;
}

blockquote.testimonial a {
    font-size: inherit;
}


blockquote.testimonial p i,
blockquote.testimonial p em {
    font-style: normal;
}

blockquote.testimonial:before {
    line-height: 1.6;
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote.testimonial cite {
    color: #999999;
    font-size: 1.2em;
    display: block;
    margin-top: 5px;
    font-style: normal;
}

blockquote.testimonial cite:before {
    content: "\2014 \2009";
}

blockquote.testimonial ~ hr {
    background-color: silver;
    border: none;
    height: 1px;
    margin: 1.5em 0 1.5em -10px;
}
