/*----------------------------------------------------------*/
/*	Pacific Gateway Insurance Agency Website Stylesheet		*/
/*		Designed By Kari Meyer								*/
/*		Copyright 2005 National Indemnity Company			*/
/*----------------------------------------------------------*/

/*	Sitewide Styles	*/
body {
	background-color: #100C52;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}
p {
	margin-top: 0px;
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	color: #100C52;
	margin-top: 0px;
}
h1,
h2,
h3 {
	text-decoration: underline;
	text-align: center;
	margin-bottom: .5em;
}
h4,
h5,
h6 {
	margin-bottom: .1em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .8em;
}
a:link {
	color: #4B4780;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #424173
	font-weight: 300;
}
a:visited {
	color: #605E80;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #605E80;
	font-weight: 300;
}
a:hover,
a:visited:hover {
	border-bottom-style: solid;
	border-bottom-color: #D3D1E6;
	color: #D3D1E6;
	text-decoration: none;
	border-bottom-width: 0.1em;
	font-weight: 300;
}
a:active,
a:focus {
	color: #110E39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #110E39;
}
hr {
	height: 2px;
	width: 66%;
	color: #150E79;
	margin-top: 0.5em;
	margin-bottom: 1em;
	display: block;
}
fieldset {
	border:none;
}

	/*	Container	*/
#Container {
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	top: 0px;
	border: none;
	display: block;
	bottom: 0px;
	height: auto;
	position: relative;
	background-image:  url(../images/container.gif);
}

		/*	Title Bar	*/
#Heading {
	overflow: hidden;
	position: relative;
	z-index: 20;
	height: 0px;
	width: 740px;
	left: 0px;
	top: 0px;
	display: block;
	background-image:  url(../images/Title.gif);
	padding-top: 152px;
	visibility: visible;
}
			/* Logo  */


			/*	Slogan	
#Slogan {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 0px;
	left: 0px;
	top: 0px;
	text-align: right;
	background-color: #CEC78C;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
	padding-left: 340px;
	width: 420px;
	visibility: inherit;
}*/

		/*	Navigation Styles	*/
			/*	Main Menu	*/
#Navigation,
#MainNavigation,
#HotPages{
	position: relative;
	left: 0px;
	overflow: visible;
	list-style-type: none;
	background-color: #818358;
	border: none;
	z-index: 0;
	display: block;
	width: 150px;
	height: auto;
	margin: 0px;
	float: left;
	padding-left: 0px;
}
#Navigation ul {
	margin: 0px;
}
#MainNavigation a,
#MainNavigation a:visited,
#MainNavigation a:hover,
#MainNavigation a:visited:hover {
	display: block;
	height: 0px;
	width: 150px;
	padding-top: 30px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	border: none;
	z-index: 0;
}
#MainNavigation ul {
	display: none;
	margin: 0px;
	padding-left: 0px;
}


				/*	Home	*/
#Home {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -0px 0px;
	display: block;
}
#Home a:hover {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}

				/*	Coverage	*/
#Coverages {
	background-position: 0px -30px;
	background-image: url(../images/navsprites.png);
	background-repeat: no-repeat;
	display: block;
}
#Coverages a:hover {
	background-image: url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -30px;
}
				/*	Binding Procedures	*/
#Binding {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
}
#Binding a:hover {
	background-image:  url(../images/navsprites.png);
	background-position: -150px -60px;
	background-repeat: no-repeat;
}
				/*	Applications */
#Applications {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	display: block;
}
#Applications a:hover {
	background-position: -150px -90px;
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
}
					/*	Applications Sub-Menu	*/
						/*	Applications By Cover	*/
#AppsByCover {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	display: block;
}
#AppsByCover a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -120px;
}
						/*	Applications By State	*/
#AppsByState {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	display: block;
}
#AppsByState a:hover {
	background-image:  url(../images/navsprites.png);
	background-position: -150px -150px;
	background-repeat: no-repeat;
}

				/* Online Services */
#Services {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	display: block;
}
#Services a:hover {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -180px;
}
					/*	Online Services Sub-Menu	*/
						/*	Certificates */
#CertificateServices {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -210px;
	display: block;
}
#CertificateServices a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -210px;
}

#MailServices {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -240px;
	display: block;
}
#MailServices a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -240px;
}

				/*	Contact	*/
#Contact {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -270px;
	display: block;
}
#Contact a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -270px;
	overflow: hidden;
}
					/*	Contact Sub-Menu	*/
						/*	About Us	*/
#AboutContact {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	display: block;
}
#AboutContact a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -300px;
}	
						/*	Claims	*/
#ClaimsContact {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -330px;
	display: block;
}
#ClaimsContact a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -330px;
}
				
						/*	Questions	*/
#QuestionsContact {
	background-image:   url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: 0px -360px;
	display: block;
}
#QuestionsContact a:hover {
	background-image:  url(../images/navsprites.png);
	background-repeat: no-repeat;
	background-position: -150px -360px;
}
	

			/*	Hot Pages	*/
#HotPages {
	top: 20px;
}
#HotPages a,
#HotPages a:visited,
#HotPages a:hover,
#HotPages a:visited:hover {
	display: block;
	height: 0px;
	width: 150px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	border: none;
	z-index: 0;
}
#OnlineQuoting a {
	padding-top: 80px;
}
#OnlineQuoting {
	background-image: url(../images/OnlineQuoting.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#OnlineQuoting a:hover {
	background-image:  url(../images/OnlineQuoting.jpg);
	background-repeat: no-repeat;
	background-position: -150px -0px;
}
/*#Nicorater a {
	padding-top: 70px;
}
#Nicorater {
	background-image: url(../images/nicorater.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#RRIQ a {
	padding-top: 90px;
}
#RRIQ {
	background-image: url(../images/RRIQMainPage.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}*/

/*
#FastLane a,
#FastLane a:visited,
#FastLane a:hover,
#FastLane a:visited:hover {
	display: block;
	height: 0px;
	width: 150px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	border: none;
	z-index: 0;
	padding-top: 50px;
}

#FastLane {
	background-image: url(../images/hotpages.png);
	background-repeat: no-repeat;
	background-position: 0px -70px;
	margin-top: 20px;
}
#FastLane a:hover {
	background-image: url(../images/hotpages.png);
	background-repeat: no-repeat;
	background-position: -150px -70px
}
		/*	End Navigation Styles	*/

		/*	Content	*/
#Content {
	width: 540px;
	position: relative;
	display: block;
	z-index: 0;
	right: 0px;
	float: right;
	padding-right: 10px;
	padding-left: 5px;
}
		/*	Others	*/
			/*	Animated Graphic	
#AnimatedGraphic {
	background-image: url(../images/graphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 0px;
	width: 250px;
	padding-top: 70px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	background-color: #9C9EB5;
	padding-left: 510px;
	right: 0px;
	z-index: 10;
}*/
#Footer {
	font-size: .6em;
	text-align: center;
	display: block;
	background-color: #B9BB95;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 740px;
	position: relative;
	margin-top: auto;
	clear: both;
	top: 20px;
}
#Footer a:link {
	color: #000000;
	border: #000000;
	font-weight: 400;
}
#Footer a:hover {
	color: #9C9EB5;
	border: #9C9EB5;
}

