/* reset thanks to Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

pre{
	text-align: left;
	font-family: monospace;
}

form
	legend{
		font-weight: bold;
		font-size: 14px;
	}

small{
	font-size: 10px;
}
small.red{
	font-size: 10px;
	color: red;
}

.readonly{
	background: #CCC;
	color: #888;
}

.redborder{
	border: 2px solid red;
}

.linkbutton{
	background: none;
	border: 0;
	color: blue; 
	text-decoration: none;
	cursor: pointer;
}
.linkbutton:hover{
	color: black; 
	text-decoration: underline;
}

.naked {
	border: 0;
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic code goes here */

.image {
	background-repeat: no-repeat;
	background-image: url('../images/primefind.png');
}

.clearboth { clear: both; }
b { line-height: 1.5; }

a { text-decoration: none; }
a:link { color: blue; border-bottom: 1px solid blue; }
a:visited { color: purple; border-bottom: 1px solid purple; }
a:active { color: red; border-bottom: 1px solid red; }
a:hover { color: black; border-bottom: 1px solid black; }

html, body { height: 100%; }

body {
	width: 100%;
	text-align: center;
	position: relative;
	background: #f0f1f4 url('../images/body-back.png') repeat-x;
}

	#container {
		margin: 0 auto;
		width: 830px;
		text-align: left;
	}
	
		#header {
			position: relative;
			background-color: white;
			height: 195px;
		}
		
			#header #strip.image {
				background-repeat: repeat-x;
				background-position: 0 -110px;
				height: 41px;
				background-color: black;
			}
			
			#header #logo {
				position: absolute;
				left: 15px;
				top: 0;
				width: 164px;
				height: 46px;
				background-position: 0 -195px;
			}
			
				#logo a {
					width: 164px;
					height: 46px;
					border:0;
					display: block;
				}
			
			#header #searchform {
				text-align: right;
			}
			
				#searchform input {
					float: right;
					margin-top: 12px;
				}
				
				#searchform #s {
					margin-right: 8px;
				}
				
				#searchform #sbut {
					float:right;
				}			
			
				#searchform label.image {
					background-position: -170px -195px;
					height: 41px;
					width: 157px;
					display: block;
					float: right;
					color: transparent;
				}
				
			#header .pad {
				padding: 15px 15px 0;
			}
			
			#header #navbar {
				width: 800px;
				height: 102px;
				background-position: 0 0;
				position: relative;
				text-align: left;
			}

				ul.nav {
					position: absolute;
					left: 681px;
					top: 49px;
				}
			
				ul.nav li {
					padding-left: 20px;
					font-size: 10px;
					height: 14px;
					line-height: 1.5;
				}
				
					ul.nav a:link,
					ul.nav a:visited {
						color: #c7cbfa;
						border-bottom: none;
					}
					
						ul.nav a:hover {
							color: white;
							border-bottom: 1px solid white;
						}
			
					ul.nav #home {
						background-position: -784px -250px;
						margin-bottom: 3px;
					}
					
					ul.nav #contactus {
						background-position: -784px -268px;
						margin-bottom: 3px;
					}
					
					ul.nav #affiliate {
						background-position: -784px -286px;
					}
					
			#bread {
				color: white;
				background-color: #c8c9d0;
				line-height: 1.5;
				padding: 3px;
				font-weight: bold;
			}
			
				#bread a:link,
				#bread a:visited {
					color: white;
					border-bottom: 1px solid white;
				}
				
				#bread a:hover {
					color: #1e2a62;
					border-bottom: 1px solid #1e2a62;
				}
				
				
	#content {
		background-color: white;
	}
	
		#content p {
			line-height: 1.3;
			margin-bottom: 15px;
		}
		
			#content p.justify {
				text-align: justify;
			}
	
		#content .pad {
			padding: 0 15px 15px 15px;
		}
		
			h1 {
				font-size: 30px;
				color: #8c8dac;
				font-weight: normal;
				margin-bottom: 15px;
			}
			
				h1.nospace {
					margin-bottom: 4px;
				}
			
			h2 {
				font-size: 30px;
				color: #8c8dac;
				padding: 15px 0 5px 0;
				border-bottom: 1px solid #8c8dac;
				clear: both;
				font-weight: normal;
			}
                h2.sub {
                    font-size: 12px;
                    color: #767777;    
                    margin: 0 0 5px 0;
                    padding: 0;      
                    font-weight: normal;
                    border-bottom: 0;
                    clear: none;
                }
			
			h4 {
				color: #767777;
				font-weight: normal;
				margin-bottom: 4px;
			} 
			
			#subtxt {
				margin-top: 10px;
				line-height: 1.5;
				float: right;
				text-align: right;
				color: #4f65c9;
			}
			
				span.pagenation { color: #4f65c9; line-height: 1.5; }
			
				#subtxt a:link,
				#subtxt a:visited,
				span.pagenation a:link,
				span.pagenation a:visited {
					color: #4f65c9;
					border-bottom: 1px solid #4f65c9;
				}
				
				#subtxt a:hover,
				span.pagenation a:hover { color: black; border-bottom: 1px solid black; }
				
					span.pagenation a {
						margin-left: 4px;
					}
				
					span.pagenation a:link,
					span.pagenation a:visited {
						font-weight: bold;
					}
				
					#subtxt span.pagenation a.selected,
					span.pagenation a.selected { border-bottom: 0; }
				
			#contentmain {
				float: left;
				width: 600px;
			}
			
				#contentmain .pad {
					padding: 0 13px 0 0;
				}
			
				#frontpic {
					width: 220px;
					height: 146px;
					background: url('../images/pic.jpg');
					float: left;
					margin: 0 13px 0 0;
				}
				
				ul.collist { float: left; width: 195px; font-size: 13px; margin-top: 15px; }

					ul.collist a:link,
					ul.collist a:visited { border-bottom: 0; font-weight: bold; color: #4f65c9; }
						ul.collist a:hover { color: black; }
					
					ul.collist li { background-position: -785px -193px; padding-left: 10px; margin-bottom: 6px; }
					ul.collist li img { display: none; }
					
				#contentmain .office {
					margin-bottom: 15px;
				}
					
					#contentmain .office .pad {
						border: 1px solid #767777;
						padding: 1px;
					}
					
						.hdr {
							min-height:28px;
							height:auto !important;
							height:28px;
							background-position: 0 -472px;
							background-color: #373c8d;
						}
						
							.hdr h3,
                            .hdr h3 a, 
							.hdr .rating .rate {
								color: white;
								font-weight: bold;
								font-size: 14px;
								padding: 7px 0 7px 5px;
                                text-decoration: none;
                                border: 0;
							} 
							
								.hdr .rating .rate {
									padding: 7px 0 7px 0px;
									margin-right: 5px;
								}
							
							.hdr .rating {
								width: 140px;
								float: right;
							}
							
								.hdr .rating div {
									float: left;
								}
								
								.hdr .rating .image {
									height: 28px;
									width: 11px;
									background-position: -330px -195px;
								}
						
						#contentmain .office .bdy { position: relative; }
										
						#contentmain .office .bdy .pad { padding: 10px; border: 0; }
						#contentmain .office .bdy strong { line-height: 1.3; }
						
							.bdy .img,
							.ftr .request {
								text-align: center;
								width: 143px;
								float: left;
							}
							
							#office .bdy .img { width: 215px; }
                            .img a {border: 0px;}
							
								#contentmain .office .bdy .img .pad,
								#contentmain .office .bdy .desc .pad {
									padding: 0 10px 0 0; border: 0;
									min-height: 44px;
								}
							
							.bdy .desc,
							.ftr .schedule {
								text-align: justify;
								color: #373c8d;
								width: 290px;
								float: left;
							}
							
								.bdy .brief {
									width: 433px;
									line-height: 1.3;
									font-weight: bold;
									clear: left;
								}
								
									#contentmain .office .bdy .brief .pad {
										padding-left: 143px;
									}
							
								#office .bdy .desc { width: 348px; }
								
	
							ul.opt li { line-height: 1.5; }
							
							ul.opt a:link,
							ul.opt a:visited {
								font-weight: bold;
								border-bottom: 1px solid #373c8d;
								color: #373c8d;
								font-size: 13px;
							}
							
							.callus {
								float: left;
								width: 130px;
								line-height: 1.3;
								font-weight: bold;
								color: #4f65c9;
							}
							
						.ftr { background-color: #c8c9d0; padding: 3px 3px; }
							
							.ftr .schedule { text-align: center; }
							.ftr .request { text-align: left; }
							.ftr .add { text-align: right; }
							
							.ftr input { color: #373c8d; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; padding-top: 2px; padding-bottom: 2px; }
							
					#office ul.add { margin-bottom: 15px; line-height: 1.3; font-size: 13px; }
					
					#officeinfo { line-height: 1.3; }
						.interlink { float: right; line-height: 1.5; }
						.pics { float: left; line-height: 1.5; }
						.interlink a:link, .pics a:link { border: 0; }
						#officeinfo h3, #officeinfo h3 a { font-size: 16px; color: #4F65C9; text-decoration: none;}   
						p.available { color: #373C8D; font-weight: bold; }
						
						ul.services,
						ul.static, 
						ul.transport { margin-bottom: 15px; }
									
							ul.static { width: 195px; float: none; }
							
							ul.services { float: left; width: 195px;}
							
							ul.services li,
							ul.static li,
							ul.transport li { padding-left: 12px; background-position: -785px -352px; margin-bottom: 3px; }
							
							ul.services li.ttl { list-style-type: none; padding-left: 0;}
							
						.pic { width: 293.5px; float: left; }
							#officeinfo .pic .pad { padding: 0 0 10px 0; }
							
						#map { width: 100%; height: 587px; }
							
					#footbread strong a:link,
					#footbread strong a:visited {
						font-size: 14px;
						color: #172975;
						border-bottom: 1px solid #172975;
					}
					
						#footbread span.pagenation { float: right; }
							
			
			#contact,
			ul#other,
			ul#vacancies {
				width: 200px;
				float: right;
				margin-bottom: 15px;
			}
			
				ul#other li,
				ul#vacancies li {
					display: inline;
					color: #172975;
					line-height: 1.5;
				}
				
				ul#vacancies li { display: block; }
				ul#vacancies li.image { padding-left: 10px; background-position: -785px -190px; }
				
					ul#other li a:link,
					ul#other li a:visited,
					ul#vacancies li a:link,
					ul#vacancies li a:visited {
						border-bottom: 0;
						color: #4f65c9;
						font-weight: bold;
					}
					
						ul#other li a:hover,
						ul#vacancies li a:hover {
							color: black;
						}
			
				#contact .pad {
					background-color: #4f65c9;
					border: 1px solid #172975;
					padding: 2px;
				}
				
					#contact h2, #contact h3 {
						background-color: #172975;
						padding: 6px 0 6px 4px;
						color: white;
						font-size: 14px;
						font-weight: bold;
						border-bottom: none;
						margin: 0;
					}
					
						#contact h3 {
							font-size: 24px;
							text-align: center;
							padding: 4px 0 4px 4px;
						}
					
					#contact p {
						color: white;
						font-weight: bold;
						text-align: center;
					}
					
						#contact p.interest {
							text-align: left;
							padding: 0 0 0 0;
						}
			
						#contact p.interest a {
							color: white;
							border-bottom: 1px solid white;
						}
						
							#contact p.interest a.naked {
								border-bottom: 0;
							}
					
					#contactform {
						padding: 8px;
					}
					
						#contactform label {
							clear: both;
							display: block;
							color: white;
							font-weight: bold;
							line-height: 1.5;
						}
						
						#contactform input {
							margin-bottom: 4px;
						}
						
							#contactform input.text {
								width: 160px;
							}
						
						#contactform input#number {
							width: 90px;
							margin-right: 4px;
						}
						
div.block {
	float: right;
	display: block;
	width: 200px;
}
						

form#contactus
	label{
		
	}
form#contactus
	input.text{
		width: 200px;
		border: 1px solid #777;
	}
form#contactus
	textarea{
		width: 450px;
		height: 200px;
		border: 1px solid #777;
		font-family: verdana;
	}
						
	ul.search{
		margin-top: -10px;
		margin-bottom: 20px;
		padding-top: 0;
	}
		ul.search li{
			list-style: square;
			padding: 0;
			margin-left: 20px;
			margin-bottom: 10px;
		}
				
	#footer {
		clear: both;
		height: 28px;
		background-position: 0 -472px;
		background-repeat: repeat-x;
		text-align: right;
		font-size: 12px;
		color: white;
		font-weight: bold;
	}
	
		#footer a {
			color: #FFF;
			border-bottom: 1px solid #FFF;
		}
	
		#footer .pad {
			padding: 7px 15px 0 0;
		}
		
ul.resources{
	margin-bottom: 15px;
	margin-top: 10px;
}
ul.resources
	ul{
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: 10px;
	}

.mapbubble {
	width: 300px;
	font-weight: normal;
	padding-bottom: 20px
}
	
/*lightbox*/
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0;}#jquery-lightbox a img{border:none;}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}#lightbox-container-image{padding:10px;}#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;border:0;}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}#lightbox-container-image-box > #lightbox-nav{left:0;}#lightbox-nav a,#lightbox-nav a:link{outline:none;border:0;}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;text-border:0;}#lightbox-nav-btnPrev{left:0;float:left;}#lightbox-nav-btnNext{right:0;float:right;}#lightbox-container-image-data-box{font:10px Verdana, Helvetica, sans-serif;background-color:#fff;line-height:1.4em;overflow:auto;width:100%;margin:0 auto;padding:0 10px;}#lightbox-container-image-data{color:#666;padding:0 10px;}#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left;}#lightbox-image-details-caption{font-weight:700;}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em;}#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:.7em;border:0;}

