﻿#servicePageContainer{
	width:100%;

	#topBar{
		width:100%;
		height:3px;
		float:left;
		background-color:#003366;
		margin-top:10px;
	}

	#serviceContentContainer{
		padding:10px;
		float:left;
		width:100%;
		
		#serviceTitleBar{
			width:100%;
			background-color:#eeeeee;
			height:80px;
			padding:30px;
			font-size:1.6em;
			font-weight:bold;
			color:#336699;	
		}

		.serviceFAQContainer{
			width:100%;
			float:left;
			margin-top:10px;

			.serviceFAQItem{
				width:100%;
				float:left;

				.serviceItemLabel{
					font-size:1.6em;
					font-weight:bold;
					color:#336699;
					float:left;
					width:3%;
					
			
				}

				.serviceItemLabelQ{
					.serviceItemLabel;
					line-height:20px;	
				}

				.serviceItemLabelA{
					.serviceItemLabel;
					line-height:30px;	
				}

				.serviceItemQ{
					width:97%;
					float:left;
					font-size:1.6em;
					font-weight:bold;
					color:#336699;	
					float:left;	
					line-height:20px;
				}

				.serviceItemA{
					width:97%;
					float:left;
					font-size:1.4em;
					float:left;	
					line-height:30px;
				}

				.serviceItemBottomBar{
					width:100%;
					height:0px;
					border-bottom-style:dashed;
					border-bottom-color:#003366;
					border-bottom-width:1px;
					margin-top:10px;
					float:left;	
					margin-bottom:10px;
				}
			}
		}
	}

	
}
