/*
------------------------------------------------------

CSS stylesheet
Synergy Professional Associates
www.synergy-ins.com
created by Matthew Raoul

------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}



/*
------------------------------------------------------
General Page
------------------------------------------------------
*/

body {
	background-color: #4a4a4a;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 610px;
	text-align: left;
	margin: 0 auto;
}

a:focus, a:hover, a:active { outline:none } 

/*
------------------------------------------------------
Header
------------------------------------------------------
*/

#header {
	width: 610px;
	height: 67px;
	background-image: url(images/headerBkrd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 32px;
}

/*
------------------------------------------------------
Navigation
------------------------------------------------------
*/

#nav {
	width: 610px;
	height: 35px;
	list-style: none;
	background-image: url(images/navBkrd.jpg);
	background-repeat: repeat-x;
}

#nav li {
	float: left;
	height: 35px;
	overflow: hidden;
}

#nav li a {
	display: block;
	line-height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	background-position: center top;
}

#navProfile {
	width: 147px;
	background: url(images/buttonProfile.gif) no-repeat;
	height: 35px
}
#navProducts {
	width: 100px;
	background: url(images/buttonProducts.gif) no-repeat;
	margin-left: 6px;
	height: 35px
}
#navProducers {
	width: 107px;
	background: url(images/buttonProducers.gif) no-repeat;
	margin-left: 6px;
	height: 35px
}
#navApplications {
	width: 121px;
	background: url(images/buttonApplications.gif) no-repeat;
	margin-left: 6px;
	height: 35px
}
#navContact {
	width: 111px;
	background: url(images/buttonContact.gif) no-repeat;
	margin-left: 6px;
	height: 35px
}

#nav li a:hover {
	background-position: 50% -35px;
}

#nav li a.activeNav, #nav li a.activeNav:hover {
	background-position: 50% -70px;
}

/*
------------------------------------------------------
Top
------------------------------------------------------
*/

#top {
	height: 195px;
	background-image: url(images/topBkrd.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	text-align: center;
}

/*
------------------------------------------------------
Info Box
------------------------------------------------------
*/

.box {
	width: 303px;
	background-image: url(images/boxBack.gif);
	float: right;
	margin: 0 0px 0 0px;
}

.firstBox {
	margin: 0 0px 0 0;
}

.topBox {
	margin: 0 0 7px 4px;
	float:left;
}

.boxContent {
	padding: 20px 20px 15px;
	background-image: url(images/boxBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
}

.boxContent strong {
	color: #FFFFFF;

}

.boxContent .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
------------------------------------------------------
Bottom
------------------------------------------------------
*/

/*"Bottom" is no longer used. See FOOTER*/

/*
------------------------------------------------------
Logo
------------------------------------------------------
*/

#header a {
	display: block;
	text-indent: -1000px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 592px;
	overflow: hidden;
}

/*
------------------------------------------------------
General Text
------------------------------------------------------
*/

body {
	color: #ded9cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

h2 {
	text-indent:-1000px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 8px;
}

.childBox h2 {
	border-bottom-color: #E3DCC4;
}

.boxContent .bottomButton {
	margin-top: 10px;
	display: block;
	line-height: 20px;
	text-indent: -1000px;
	overflow: hidden;
	background-position: center top;
}

.boxContent .bottomButton:hover {	
	background-position: 50% -28px;
}

/*
------------------------------------------------------
Page Specific Elements
------------------------------------------------------
*/

#homeWelcome {
	background-image:url(images/headerWelcome.gif);
	background-repeat: no-repeat;
	height: 13px;	
}

#homeApplications {
	background-image:url(images/headerForms.gif);
	background-repeat: no-repeat;
	height: 13px;	
}

#homeQuoting {
	background-image:url(images/headerQuoting.gif);
	background-repeat: no-repeat;
	height: 13px;	
}

#homeContact {
	background-image:url(images/headerContact.gif);
	background-repeat: no-repeat;
	height: 13px;	
}

#homeCtaLearnMore {
	background-image:url(images/ctaLearnMore.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 144px;
}

#homeCtaApplications {
	background-image:url(images/ctaApplications.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 125px;
}

#homeCtaQuoting {
	background-image:url(images/ctaQuoting.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 144px;
}

#homeCtaContact {
	background-image:url(images/ctaContact.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 88px;
}

.icon {
	float: left;
	margin-left: -7px;
	margin-right: 7px;
	padding-bottom: 15px;
}

/*
------------------------------------------------------
Child Page Specific Elements
------------------------------------------------------
*/

.childBox {
	color: #6A6048;
	width: 260px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
}

#contactForm {
	color: #6A6048;
	width: 260px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
	margin: 32px 0 0 0;
}

.wideBox {
	color: #6A6048;
	width: 540px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
	margin: 0 0 0 0;
}

.childBox a{
	color: #F55531;
}

.wideBox a{
	color: #F55531;
}

.wideBox p {
	padding: 0 0 20px 0;
}

.childBox a:hover{
	color: #B72709;
}

.wideBox a:hover{
	color: #B72709;
}

.leftChildBox {
	margin-left: 10px;

}

.leftChildBoxPadding {
	margin-left: 10px;
	padding-top: 58px;
}

.pullQuote {
	text-align: center;
	padding: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8CDAB;
	border-bottom-color: #D8CDAB;
	color: #6A6048;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: normal;
	line-height: 18px;
}

#topPadding {
	height: 195px;
	background-image: url(images/topBkrd.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#topPadding1 {
	height: 253px;
	background-image: url(images/topBkrd1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#topChild {
	background-repeat: repeat-y;
	background-image: url(images/topBkrdTile.jpg);
	text-align: center;
}

#topChildContent {
	background-repeat: no-repeat;
	background-image: url(images/topBkrd.jpg);
	background-position: bottom;	
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;	
}

#footer {
	width: 610px;
	height: 50px;
	background-image: url(images/bottomChildBkrd.jpg);
	background-repeat: no-repeat;
	color: #8B8B8B;
	text-align: center;
	padding: 25px 0 40px 0;
	
}

#footer a{
	color:#DDD;
	font-size:12px;
	font-weight:bold;
}

#footer a:hover{
	color: white;
}

#footer span {
	color:#DDD;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

#footer .copyright {
	display:block;
	color: #777;
	font-size:11px;
	font-weight:normal;
	margin: 10px 0 0 0;
	letter-spacing:normal;
}

#childColumnBlocker {
	clear: both;
}

/*
------------------------------------------------------
Child Page List Elements
------------------------------------------------------
*/


.boxContent ul{
	list-style-type: none;
}

.boxContent li {
	height: 26px;
	margin-top: 3px;
}

.boxContent li a{
	display: block;
	line-height: 26px;
	background-position: center top;
	color: #D7D2C6;
	text-decoration: none;
}

.listPDF {
	background: url(images/listPDF.gif) no-repeat;
	height: 26px;
	width: 220px;
	padding-left: 40px;
}

.listPDF2 {
	background: url(images/listPDF2.gif) no-repeat;
	height: 26px;
	width: 200px;
	padding-left: 60px;
}

.listPDF3 {
	background: url(images/listPDF3.gif) no-repeat;
	height: 26px;
	width: 200px;
	padding-left: 60px;
}

.boxContent li a:hover {
	background-position: 50% -26px;
	color: #FFFFFF;
	text-decoration: underline;
}

#pdfDownload {
	background-image: url(images/pdfDownload.gif);
	height: 81px;
	width: 117px;
	padding-left: 120px;
	padding-right: 20px;
	font-size: 11px;
	padding-top: 10px;
}



/*
------------------------------------------------------
Individual Page Specific Elements
------------------------------------------------------
*/

#profileHeader {
	background-image: url(images/aboutUsTitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 555px;
	
}

#productsHeader {
	background-image: url(images/productsTitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 555px;
}


#usLiabilityHeader {
	background-image:url(images/headerchildUSLiability.gif);
	background-repeat: no-repeat;
	height: 24px;
}


#contactHeader {
	background-image: url(images/contactUsTitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 555px;
}

#producersHeader {
	background-image: url(images/producerTitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 555px;
}

#applicationsHeader {
	background-image: url(images/downloadFormsTitle.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 500px;
	
}

.sectionHeader {
	color: #F55531;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9927B;
}

.midSectionHeader {
	color: #5F5741;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBC5B4;
}

.childBox ul {
	padding-left: 20px;
	list-style-type: square;
	color: #1C8082;
}

/*
------------------------------------------------------
Form Elements
------------------------------------------------------
*/

form a {
	display: block;
	line-height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	background-position: center top;
}

form a:hover {
	background-position: 50% -24px;
}

#clickSend {
	background-image:url(images/clickSend.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 50px;
}

.inputfield {
	border: 1px solid #FFFFFF;
	background-color: #e7e4d0;
	margin-bottom: 3px;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8D805C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 4px;	
	background-image: url(images/formBkrd.gif);
	background-repeat: repeat-x;
}

.inputArea {
	border: 1px solid #FFFFFF;
	background-color: #e7e4d0;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8D805C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 6px;
	padding-bottom: 3px;
	background-image: url(images/formBkrd.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 248px;
}



/*
------------------------------------------------------
Design Delux New Page Styles
------------------------------------------------------
*/

#wrapper #topChild #topChildContent .childBox .introText {
	width: 490px;
	font-size:12px;
	font-weight: bold;
	padding: 20px 30px 30px 30px;
	letter-spacing: 0px;
	line-height: 17px;
	color:#555;	
	background-color: #EEE;
	border: 1px solid  #DDD;
	margin: 20px 0 0 0;
}

.introText strong {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #F55531;
}

#innerWrap {
	width: 548px;
	border: 2px solid #45c9cb;
	position:relative;
}

#imageLeft {
	float: left;
}

#imageRight {
	float: right;
}

.clear{ /* use sparingly */
	clear: both; 
	height: 0; 
	font-size: 0; 
}

#imageTop {
	position: absolute;
	left: 76px;
	background-color:#391111;
	width: 400px;
	height: 36px;
}

#imageBottom {
	position: absolute;
	left: 76px;
	bottom: 0px;
	background-color:#391111;
	width: 396px;
	height: 60px;
	background-image:url(images/products-inner-bottom.jpg);
	background-repeat:no-repeat;
}

#productContents {
	position: absolute;
	top: 60px;
	left: 76px;
	width: 396px;
}


#productContents a{
	display: block;
	background-image: url(images/products-item-bkg.jpg);
	background-repeat:no-repeat;
	height: 25px;
	width: 340px;
	margin: 0 0 0 27px;
	text-decoration:none;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0 0 50px;
	
}


#productItems {
	margin: -10px 0 30px 90px;
	font-size: 12px;
}

#productItems li a {
	font-weight:bold;
	font-size: 11px;
	line-height: 20px;
	color: #1c8082;
	background-image:none;
	margin: -5px 0 -12px -50px;
}

#productItems li a:hover {
	color: #F55531;
}

#phoneNum {
	margin:  15px 0 0 40px;
	float: left;
}

#phoneNum p{
	float: right;
	margin-left: 30px;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	color: #987778;
}

#phoneNum img {
	padding-top: 5px;
}


/*
------------------------------------------------------
Rogue/Landing Page Styles by Design Dleux
------------------------------------------------------
*/

#rogueInnerWrap {
	background-image: url(images/topBkrdTile.jpg);
	padding: 30px;
	padding-top: 80px;
	color:#555;
	font-size: 11px;
	position:relative;
}

#rogueContent {
	border: 3px solid #c32a26;
	position:relative;
}

#topBox {
	height: 230px;
	width: 544px;
	border-bottom: 3px solid #c32a26;
	position: relative;
	z-index:100;
}

#topBox2 {
	background-color: #ffdd93;
	background-image:url(images/topBox-BG.jpg);
	border: 3px solid #B00;
	width: 500px;
	padding: 20px 0px 20px 15px;
	margin: -25px 0 0 12px;
	position: relative;
	z-index:200;
}

#topBox2 p {
	font-weight: bold;
	font-size: 13px;
	color:#016263;
	line-height: 16px;
}

#topBoxShadow {
	width: 486px;
	height: 32px;
	background-image:url(images/topBoxShadow.jpg);
	margin: 0 0 0 30px;
}

#botBox {
	height: 119px;
	width: 544px;
	background-image: url(images/botBoxBG.jpg);
	border-top: 3px solid #c32a26;	
}

#botBox2 {
	background-color: #fefcd1;
	background-image:url(images/botBox2-BG.jpg);
	border: 1px solid #f3ba5d;
	text-align: center;
	width: 440px;
	height: 30px;
	padding: 15px 30px 30px 30px;
	margin: -40px 0 0 20px;
	position:relative;
}

#botBox2 p {
	font-weight: bold;
	color:#222;
	font-size: 11px;
	position:absolute;
	top:15px;
	width: 430px;
}

#botBox2 p strong {
	font-size: 11px;
	border-bottom: 2px solid black;
}

.address {
	color:#ffcc99;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	text-align:center;
	padding: 20px 0 0 0;
}

#wrapBotImg {
	height: 14px;
	width: 610px;
	background-image:url(images/wrapBotBG.jpg);
}

#rogueColLeft {
	float: left;
	width: 255px;
	padding: 0px 10px 10px 0px;
	margin: -5px 0 40px 5px;
	font-size: 11px;
	line-height:15px;
	font-weight:bold;
	
}
#rogueContent #rogueColLeft h1 {
	color: #007071;
	font-size:17px;
	font-weight: bold;
	background-color: #e9f4f4;
	padding: 6px 20px 9px 10px;
	line-height: 20px;
	margin: 0 0 45px 0;
}

#rogueColLeft p {
	padding: 0 5px 16px 10px;
	margin: -30px 0 24px 0;
}

#rogueColLeft .lowerPara {
	margin: 20px 0 0 0;
}

#rogueColLeft ul {
	margin: -24px 0 20px 45px;
}

#rogueColLeft ul li {
	margin: 0 0 11px 0;
}

#rogueColLeft ul ul {
	margin: 4px 0 3px 25px;
}

#rogueColRight {
	float: right;
	width: 255px;
	padding: 0px 0px 10px 10px;
	margin: -5px 5px 40px 0;
	font-size: 11px;
	line-height:15px;
	font-weight:bold;
}

#rogueContent #rogueColRight h1 {
	color: #007071;
	font-size:17px;
	font-weight: bold;
	background-color: #e9f4f4;
	padding: 6px 20px 9px 10px;
	line-height: 20px;
	margin: 0 0 45px 0;
}


/*The following styles are to space out the right column on the product pages*/
#rogueColSpacer1{height: 57px;}

#rogueColSpacer2{height: 77px;}

#rogueColSpacer3{height: 37px;}

#rogueColSpacer4{height: 67px;}

#rogueColSpacer5{height: 67px;}







#rogueColRight p {
	padding: 0 5px 16px 10px;
	margin: -30px 0 24px 0;
}

#rogueColRight .lowerPara {
	margin: 20px 0 0 0;
}

#rogueColRight ul {
	margin: -24px 0 20px 45px;
}

#rogueColRight ul li {
	margin: 0 0 11px 0;
}

#rogueColRight ul ul {
	margin: 4px 0 3px 25px;
}



/*
------------------------------------------------------
Home Page Styles by Design Dleux
------------------------------------------------------
*/

#homeContent {
	width: 614px;
	background-image:url(images/homeContent-BG.jpg);
}

#homeContentTop {
	background-image: url(images/homeContent-BG-top.jpg);
	height: 20px;
}

#homeContentBot {
	background-image: url(images/homeContent-BG-bot.jpg);
	height: 20px;
}

#featureBox {
	padding: 0 0 0 30px;
	position:relative;
}

.float-cleared{ /* use sparingly */
	clear: both; 
	height: 0; 
	font-size: 0; 
}

#featureBoxPara {
	height: 141px;
	width: 510px;
	position:absolute;
	top: 130px;
	left: 55px;
}

#featureBoxPara p {
	margin:  20px 30px 20px 35px;
	font-size: 13px;
	font-weight:bold;
	line-height:18px;
	color:#2b514b;
	
}

#featureBoxPara p span {
	font-size:19px;
	padding: 0 2px 0 0;
}

#homeLowBox {
	width: 554px;
	margin: 6px 0 0 30px;
	background-image:url(images/homeLowBox-BG.jpg);
	position: relative;
	
}

#homeLowBoxTop {
	width: 554px;
	height: 58px;
	background-image:url(images/homeLowBox-BG-top.jpg);
}

#homeLowBoxBot {
	width: 554px;
	height: 21px;
	background-image: url(images/homeLowBox-BG-bot.jpg);
}

#homeLowBoxTop img {
	position:absolute;
	top: 13px;
	left: 25px;
}

#homeLowBox h3 {
	color: #fec93f;
	font-size:18px;
	line-height: 14px;
	padding: 25px 0 5px 17px;
}

#homeLowBox ul{
	margin: 15px 0 40px 45px;
	
}

#homeLowBox ul li {
	list-style: url(images/homeLowBoxBullet.jpg);
	padding: 5px 0 5px 0px;
}

#homeLowBox p {
	text-align:center;
	padding: 10px 0 10px 0;
	font-style:italic;
	color: #fec93f;
	font-size:14px;
	font-weight:bold;
	background: #4a4a4a;
	margin: 25px 0 15px 27px;
	width: 500px;
	border: 1px solid #888;
}

#smallLogo {
	float: left;
	margin: 0 15px 15px 0;
}



.wideBox ul {
	margin: -24px 0 20px 75px;
	font-weight:bold;
	color: #007071;
	padding: 0 0 20px 0;
}

.wideBox ul li {
	margin: 0 0 9px 0;
}

.wideBox ul ul {
	margin: 4px 0 3px 25px;
}

.profileList {
	margin: 45px 0 0 40px;
}

.listItemOne {
	display: block;
	background-color: #DDD;
	border: 1px solid #AAA;
	width: 300px;
	height: 20px;
	padding: 6px 0 0 6px;
}

.phoneNumber img {
	margin: 0 0 20px 0;
}

#bindingStamp img {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index:300;
}

.aboutpara {
	margin: 0 10px 0 115px;
}

#footer span .footerHighlight {
	color: #FFCF00;
	font-size:12px;
	letter-spacing: 1px;
}

#footer .caliDBA {
	display:block;
	color: #AAA;
	font-size:10px;
	font-weight:normal;
	margin: 10px 0 0 0;
	letter-spacing:normal;
}

#print {
	display: none;
}









