@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-image:url(images/bkg-pattern.png);
	width:auto;
	background-repeat:repeat-x;
	background-color:#6e513f;
	}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #5588cc;
    background-color: inherit;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #715442;
}

h3 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #367CC2;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #4B2C19;
}

strong {
	color: #5588cc;;
	font-style: normal;
	font-weight: bold;
    text-align: center;
	}

a {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #715442;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	font-family:  Tahoma, Geneva, sans-serif;
	color: #5588cc;
	text-decoration: none;
	
	}

ul {
	padding-left:50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #4B2C19;
	list-style-position: outside;
	list-style-image: url(images/bullets.png);
	line-height: 20px;
	padding-top: 25px;
	}

ul li {
	padding-left:15px;
	 }

#wrap {background-position: top;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;}

#bkg {
	background-image: url(images/bkg.png);
	background-position: top;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
	}

.container {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	float: left;
	width: 871px;
}

#top-container {
	width: 870px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 50px;
}

#logo {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 2.2em;
	float: left;
	color: #715442;
}

#top-nav {
	float: right;
}

.left-col {
	width: 500px;
	float: left;
}

.right-col {
	height: auto;
	width: 347px;
	float: right;
}

#left-col2 {
	width: auto;
	float: left;
}

#right-col2 {
	height: auto;
	width: auto;
	float: right;
}

.img1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #4B2C19;
}

.img2 {}

img {
  padding-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
}


/*form*/
#title {
	width: 320px;
	height: 26px;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #4B2C19;
}

form {
	width: 320px;
	padding: 12px;
    /* 	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5588cc;
	border-bottom-color: #5588cc; */

}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

.col2 {
	width: 195px;
	height: 31px;
	float: left;
	margin: 0;
}


div.row {
	clear: both;
	width: 335px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4B2C19;
	font-weight: bold;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 4px 0 5px 8px;
	padding: 1px;
}
/*form ends*/


/*table*/
#table {
	width: 390px;
	height: 188px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5588cc;
	border-right-color: #5588cc;
	border-bottom-color: #5588cc;
	border-left-color: #5588cc;
	vertical-align: top;
    margin-left: 190px;
		}

#table p {
	clear: both;
	width: 100%;
	margin: 0;
		}
#table span {
	float: left;
	padding: 15px 10px;
		}
	

#table span.col1 {
	width: 110px;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #5588cc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 15px;
		}

#table span.col2 {
	width: 355px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 16px;
		}

.caption {


	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #367cc2;
	font-weight:bold;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;

	}
 .enquiry{
   margin: 5px 0 10px 20px;
 }


/*table ends*/
#top {
text-align: left;
}
/* CODE TO ELIMINATE BOXES ON CODE CHECKERS */
a.valid {
text-decoration: none;
}

a.valid img {
border: 0;
}


#external-link {
	font-family:Arial, Helvetica, sans-serif;
     font-size:12px; color:#333;

	}
#external-link a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;

}
#external-link a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5588cc;
}
/*footer*/
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #fff;
}

#footer-link {
	float: right;
    color: #fff;
	}
