/* CSS Document */

body,td,th,p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/m2/web/graphics/generalBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
        font-size: 12 px;
}

h1 {
	font-size:25px;
	color:#0f3869;
	line-height:25px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#000000;
	line-height:25px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	color:#555555;
	line-height:25px;
	font-weight:bold;
}

h4 {
	font-size:15px;
	color:#555555;
	line-height:20px;
	font-weight:normal;
	display:inline;
	padding-bottom:0px;
	margin-bottom:0px;
}

a {
	color:#0B3E78;
	text-decoration:none;
}

a:hover {
	color:#565656;
	text-decoration:underline;
}

#homePage{
	width:100%;
	height:auto;
	
}


#center{
	width:770px;
	margin:0 auto;
	padding:0 auto;
}

#overall{
	float:left;
	width:770px;
}

#navigation1{
	float:left;
	width:770px;
	height:30px;
}
	#navigation1-searchArea{
		float:left;
		width:160px;
		padding-right:16px;
	}

		.navigation1-searchfield{
			width:160px;
			padding:1px 3px 1px 3px;
			font-size:10px;
			height:14px;
			margin-top:4px;
			border:2px solid #6C6C6C;
			background-color:#FFFFFF;
			color:#6C6C6C;
		}
		
		#navigation1-searchButton{
			float:left;
			padding-top:7px;
		}
	
	#navigation1-rssArea{
		float:left;
		padding-top:8px;
		padding-left:20px;
	}
	
	#navigation1-navigation{
		float:left;
		width:250px;
		padding-left:50px;
		font-size:10px;
		font-weight:bold;
	}
	
		#navigation1-navigation ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#navigation1-navigation li{
			float: left;
			margin-top:7px
			
		}
		
		#navigation1-navigation a{
			height: 14px;
			padding:1px 15px 0px 10px;
			margin-right:5px;
			float: left;
			display: block;
			color:#FFFFFF;
			text-decoration: none;
			text-align: left;
			border-left:1px solid #FFFFFF;
		}
		
		#navigation1-navigation a:hover{
			background-color:#5f7da1;
		}

	#navigation1-home{
		float:right;
		padding-right:10px;
	}

#navigation2{
	float:left;
	width:770px;
	height:55px;
}

	#navigation2-navigation{
		float:left;
		width:400px;
		padding-left:20px;
		font-size:10px;
	}
	
		#navigation2-navigation ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		#navigation2-navigation li{
			float: left;
		}
		
		#navigation2-navigation a{
			padding:25px 25px 3px 15px;
			float: left;
			display: block;
			color:#666666;
			text-decoration: none;
			text-align: left;
			border-left:1px solid #CDCDCD;
		}
		
		#navigation2-navigation a:hover{
			background-image:url(/m2/web/graphics/navigation2RO.gif);
			background-position:top left;
			background-repeat:no-repeat;
		}

	#navigation2-home{
		float:right;
		padding-right:10px;
	}

#navigation3{
	float:left;
	width:730px;
	padding:0 20px 0 20px;
	margin-top:4px;
	height:36px;
	background-image:url(/m2/web/graphics/navigation3BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-weight:bold;
}

	#navigation3 ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#navigation3 li{
		float: left;
	}
	
	#navigation3 a{
		padding:10px 0px 10px 0px;
		width:156px;
		margin:0px 13px 0 13px;
		float: left;
		display: block;
		color:#414141;
		text-decoration: none;
		text-align: center;
	}
	
	#navigation3 a:hover{
		background-image:url(/m2/web/graphics/navigation3RO.jpg);
		background-position:center;
		background-repeat:no-repeat;
		color:#FFFFFF
	}
	
.divider{
	width:1px;
}

.MainSection {
	width:430px;
}

#mainContent body {
	width:20px;
}

#mainContent {
	float:right;
	width:430px;
	margin-top:20px;
	padding:20px 40px 20px 40px;
	line-height:19px;
	background-image:url(/m2/web/graphics/generalHeader.jpg);
	background-position:top;
	background-repeat:no-repeat;
        font-size: 13px;
        font-weight: 200;
}

	#mainContent-Navigation a{
		color:#818181;
		text-decoration:none;
		background-image:url(/m2/web/graphics/readMore.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:12px;
		margin-left:20px;
		font-weight:bold;
	}
	
	#mainContent-Navigation a:hover{
		color:#000000;
	}
	
	#mainContent-NewsOverall {
		float:left;
		width:390px;
		background-image:url(/m2/web/graphics/latestNewsBG.jpg);
		background-position:top;
		background-repeat:no-repeat;
		margin:20px 0 0px 0;
		padding:20px 20px 3px 20px;
	}
	
	#mainContent-NewsOverall .h2 {
		display:inline;
		float:left;
		width:390px;
	}
	
	#mainContent-NewsBottom {
		float:left;
		width:430px;
		height:17px;
		background-image:url(/m2/web/graphics/latestNewsBGbottom.jpg);
		background-position:top;
		background-repeat:no-repeat;
		margin:0px 0 20px 0;
	}
	
	#mainContent-News {
		float:left;
		background-image:url(/m2/web/graphics/readMore.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding-left:12px;
		padding-bottom:15px;
		width:390px;
	}
	
		#mainContent-News a{
			color:#818181;
			text-decoration:none;
			font-weight:bold;
                        font-size:105%;

		}
		
			.smalldate {
				font-size:10px;
			}
	
	#mainContent-News a:hover{
		color:#000000;
	}
	
	#mainContent-row {
		float:left;
		width:430px;
		padding-bottom:20px;
	}
	
	#mainContent-left {
		float:left;
		width:200px;
		padding-right:15px;
	}
	
	#mainContent-right{
		float:left;
		width:200px;
		padding-left:15px;
	}

#sideContent {
	float:right;
	width:220px;
	padding:20px 0 20px 30px;
}

        #sideContent-submitPressRelease {
                float:left;
                width:180px;
                height:45px;
                padding:30px 10px 0px 20px;
                background-image:url(/m2/web/graphics/button_bkg_small.jpg);
                background-position:center;
                background-repeat:no-repeat;
                color:#FFFFFF;
		margin-left: 10px;
        }

        #sideContent-existingCustomer {
                float:left;
                width:180px;
                height:45px;
                padding:15px 10px 0px 20px;
                background-image:url(/m2/web/graphics/button_bkg_big.jpg);
                background-position:center;
                background-repeat:no-repeat;
                color:#FFFFFF;
                margin-left: 10px;
		margin-bottom: 14px;
        }

        #sideContent-newCustomer {
                float:left;
                width:180px;
                height:45px;
                padding:15px 10px 0px 20px;
                background-image:url(/m2/web/graphics/button_bkg_big.jpg);
                background-position:center;
                background-repeat:no-repeat;
                color:#FFFFFF;
                margin-left: 10px;
        }

	#sideContentButton a {
		color:#FFFFFF;
                margin-left: 10px;
	}


        #sideContentButtonBig a {
                color:#FFFFFF;
                margin-left: 10px;
        }


	#sideContent-howSignUp {
		float:left;
		width:180px;
		height:95px;
		padding:20px 20px 0px 20px;
		background-image:url(/m2/web/graphics/howSignUpBG.jpg);
		background-position:center;
		background-repeat:no-repeat;
		color:#FFFFFF;
	}
	
	#sideContent-howSignUpTop {
		float:left;
		width:180px;
		padding-bottom:10px;
		border-bottom:1px solid #818181;
	}
	
	#sideContent-howSignUpBottom {
		float:left;
		width:180px;
		padding-top:10px;
		text-align:center;
	}
	
	#sideContent-button a{
		float:left;
		width:120px;
		height:18px;
		padding:7px 30px 5px 30px;
		background-image:url(/m2/web/graphics/sideButton.gif);
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		color:#FFFFFF;
		text-decoration:none;
	
	}
	
		#sideContent-howSignUpTop a{
			color:#FFFFFF;
			text-decoration:none;
			background-image:url(/m2/web/graphics/readMore.gif);
			background-position:left;
			background-repeat:no-repeat;
			padding-left:10px;
		}
		
	#sideContent-productFAQ {
		float:left;
		width:180px;
		height:46px;
		padding:15px 20px 0px 20px;
		background-image:url(/m2/web/graphics/productFAQbg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		color:#FFFFFF;
		margin-top:20px;
	}
	
		#sideContent-productFAQ a{
			color:#FFFFFF;
			text-decoration:none;
			background-image:url(/m2/web/graphics/readMore.gif);
			background-position:left;
			background-repeat:no-repeat;
			padding-left:10px;
			margin-top:3px;
		}
		
	#sampleNews-title {
		float:left;
		width:390px;
		padding:20px 20px 0px 20px;
	}
		
		
	#sampleNews-header {
		float:left;
		width:390px;
		margin-top:20px;
		padding:20px 20px 20px 20px;
		color:#07468D;
		font-size:15px;
		line-height:22px;
		font-weight:bold;
		background-image:url(/m2/web/graphics/sampleNews-header.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	
	#sampleNews-middle{
		float:left;
		width:390px;
		padding:20px 20px 20px 20px;
		background-image:url(/m2/web/graphics/sampleNews-middle.jpg);
		background-position:top;
		background-repeat:repeat-y;
	}
	
	#sampleNews-middle-break{
		width:390px;
		border-top:1px solid #818181;
		margin-top:20px;
		padding-top:5px;
	}
	
	
		#sampleNews-middle-break a{
			color:#818181;
			text-decoration:none;
			background-image:url(/m2/web/graphics/readMore.gif);
			background-position:left;
			background-repeat:no-repeat;
			padding-left:12px;
			margin-left:20px;
			font-weight:bold;
		}
	
	#sampleNews-bottom{
		float:left;
		width:430px;
		height:13px;
		background-image:url(/m2/web/graphics/sampleNews-bottom.jpg);
		background-position:top;
		background-repeat:no-repeat;
		margin-bottom:40px;
	}
	
	.sampleNewsHeader {
		font-weight:bold;
		font-size:20px;
	}
	
	.sampleNewsDetails {
		font-weight:bold;
		color:#575757;
	}
	
	#sideNews-title {
		float:left;
		width:213px;
		padding-left:11px;
		font-size:17px;
		font-weight:bold;
		padding-bottom:15px;
	}
	
	#sideNews-top{
		float:left;
		width:213px;
		height:11px;
		background-image:url(/m2/web/graphics/sideNews-top.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-top:20px;
		border-top:1px solid #818181;
		margin-top:20px;
		
	}
	
	#sideNews-middle{
		float:left;
		width:173px;
		background-image:url(/m2/web/graphics/sideNews-middle.jpg);
		background-position:top;
		background-repeat:repeat-y;
		padding:9px 20px 12px 20px;
	}
	
		#sideNews-middle a{
			float:left;
			color:#666666;
			text-decoration:none;
			background-image:url(/m2/web/graphics/readMore.gif);
			background-position:top left;
			background-repeat:no-repeat;
			padding-left:11px;
			padding-bottom:15px;
			font-weight:bold;
			width:163px;
		}
		
		#sideNews-middle a:hover{
			color:#000000;
			text-decoration:none;
		}
	#sideNews-bottom{
		float:left;
		width:213px;
		height:8px;
		background-image:url(/m2/web/graphics/sideNews-bottom.jpg);
	}
	
	.submitButton{
		width:130px;
		padding:3px 0px 2px 0px;
		background-image:url(/m2/web/graphics/sideButton.gif);
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		color:#FFFFFF;
		background-color:#FFFFFF;
		text-decoration:none;
	
	}
	
		#general-nav a{
			float:left;
			color:#0B3E78;
			text-decoration:none;
			background-image:url(/m2/web/graphics/readMore.gif);
			background-position:top left;
			background-repeat:no-repeat;
			padding-left:11px;
			padding-bottom:15px;
			font-weight:bold;
			width:163px;
		}
		
		#general-nav a:hover{
			color:#000000;
			text-decoration:none;
		}
		
		.formField{
			width:200px;
			padding:1px 3px 1px 3px;
			font-size:10px;
			border:1px solid #6C6C6C;
			background-color:#FFFFFF;
			color:#333333;
		}
	
	
#footer {
	float:left;
	width:770px;
	font-size:10px;
	padding:30px 0 30px 0;
}	
	#footer-top {
		float:left;
		width:770px;
		margin-bottom:10px;
	}	
	
		#footer-top a{
			color:#000000;
			text-decoration:underline;
			background-image:url(/m2/web/graphics/footerLinks.jpg);
			background-position:left;
			background-repeat:no-repeat;
			padding-left:20px;
			margin-right:15px;
			height:19px;
		}
	
	#footer-middle {
		float:left;
		width:770px;
		height:45px;
		background-image:url(/m2/web/graphics/footerBackground.jpg);
		background-position:top right;
		background-repeat:repeat-x;
	}
	
	#footer-bottom {
		float:left;
		width:770px;
	}
	
		#footer-bottomLeft {
			float:left;
			width:140px;
			text-align:left;
			margin-top:15px;
		}
		
		#footer-bottomRight{
			float:left;
			width:300px;
			text-align:left;
			margin-top:15px;
		}
		
		#designed{
			float:right;
			width:150px;
			text-align:center;
			padding-right:65px;
			margin-top:6px;
		}
		
		#designed a {
			color:#000000;
			text-decoration:underline;
		}
		
			#footer-bottomRight a{
				color:#000000;
				text-decoration:none;
			}

