html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {		
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
	font-size: 80%;
}
		
#container {
	margin-left:auto;
	margin-right:auto;
	width: 790px; 
	min-height:100%;
	text-align: left;
	background: url(images/img-container-bg.gif) repeat-y;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
    position:relative;
}

h1 {
	font-weight: bold;
	font-size: 120%;
	text-align: justify;
}

a {
	color: #01069b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}


#header {
	width: 790px;
	margin: 0 auto;
	height: 130px;
}

#content {
	width: 758px;
	border-top: 10px solid #5f61ff;
	background-color: #ffffff;
	margin: 0 auto;
}

#mainContent {
    width: 350px;
    margin-top: 12px;
    float: left;
    padding-bottom: 20px;
}

*html #mainContent {
    width: 350px;
    margin-top: 12px;
    float: none;
}

.clearFooter {
	height: 100px;
	clear: both;
}

#contentWrapper {
	overflow: hidden;
	clear: both;
	width: 100%;
}

#footer	{
	position: absolute;
	bottom: 0;
	width: 760px;
	padding-bottom: 10px;
	background: #d9d9ff url(images/img-footer-bg.gif) no-repeat;
	background-position: 0px bottom;
	margin-left: -1px;
	height: 70px;
	font-size: 80%;
	text-align: center;
}

#footerContent {
	border-top: 1px solid #5f61ff;
	width: 740px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#navigation {
    float: left;
    width: 170px;
    text-align: left;
    padding-left: 15px;
}

li {
	margin-bottom: 15px;
}

#navigation ul {
    border: 1px solid #5f61ff;
    background-color: #F5F5F5;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 130px;
}

#navigation li {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#navigation li a {
	color: #5f61ff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#holder {
    overflow: hidden;
    clear: both;
    margin-bottom: 80px;
}

#rightSection {
	float: right;
}

#leftSection {
	float: left;
}

.imgBorder {
	border: 1px solid #5f61ff;
}

.inputFields {
	border: 1px solid #5f61ff;
	font-family: verdana, tahoma, arial, sans-serif;
}

.inputError {
	border: 1px solid #5f61ff;
	background-color: #d9d9ff;
	font-family: verdana, tahoma, arial, sans-serif;
}

.submitButton {
	background-color: #e0dfe3;
	border: 1px solid #5f61ff;
	width: 120px;
}

.telNo {
	margin-top: -45px;
	left: 0px; 
	top: 0px;
	margin-left: 180px; 
	width: 360px;
	font-size: 165%; 
	font-weight: bold;
	color: #0000ff;
	text-align: center;
}

.telNo a {
	color: #0000ff;
}

#enlImgHolder {
	width: 445px;
	height: 320px;
	z-index: 999;
	background-color: #ffffff;
	border: 1px solid #5f61ff;
	text-align: center;
}

#largeImage {
}