﻿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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.3;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
strong,strong span{font-weight:bold;}

div,form{text-align:inherit}
body{margin:0;padding:0;background-color:#f7f7f7;text-align:center;font-family:Arial, Helvetica, Sans-Serif;color:#666;font-size:0.8em;}
a{font-weight: bold;color: #666;text-decoration: none;}
a:hover{color: #f00;text-decoration: underline;}
ul li {list-style-type:square;}
hr {height:1px;color:#eee;}

body, html
{
    height: 100%;
    text-align: center; /* for IE */
    margin: 0px;
    padding: 0px;
    background-color:#3c419c;
    color: #555;
    font-family: Arial;
    font-size: 11px;
    clear:right;
    
}

input.button {
    border:1px solid #555;
    background-color:#f5ad3f;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    padding:0 10px;
    
}

label.error {
    color:Red;
}
div.container {
    
    text-align: left; /* reset text alignment */
    width: 1002px; /* or a percentage, or whatever */
    margin: 0 auto; /* for the rest */
    position: relative;
    background-image:url('bgtile.jpg');
    margin-top:14px;
    
}


 
div#header {
    height:200px;
    position:relative;
    background-image:url('headerbg.jpg');
    background-repeat:no-repeat;
}



div#header div.logo {
    width:392px;
    height:89px;
    position:absolute;
    top:56px;
    left:69px;
    background-image:url(logo.jpg);
    
}
div#header #nav {
    background-image:url(navbg.gif);
    background-repeat:no-repeat;
    width:387px;
    height:31px;
    position:absolute;
    left:71px;
    bottom:0px;
}

div#header #nav ul {
    padding: 0;
    margin:6px 0 0 0;
    height:20px;
    padding-left:13px;
}


div#header #nav ul li:first-child a {
    border:none;
} 
div#header #nav ul li {
    display:inline-block;
    list-style:none;
    font-size:14px;
    float:left;
    height:20px;
}

div#header #nav ul li a {
    
    color: #fff;
    text-decoration: none;
    padding:0 10px;
    border-left:1px solid #fff;
    display:inline-block;
    
}

div#header #nav ul li a:hover {
    color:#ffe401;
}
div#header div.rightBox {
    width:359px;
    height:421px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:100;
    background-image:url('rightcorner.jpg');
    background-repeat:no-repeat;
}

div#content {
    padding:30px 71px;
    width:570px;
    
}
div#content h3 {
    font-size:1.3em;
    margin:0 0 1em;
    font-weight:bold
    
}

div#content h2 {
    font-size:1.6em;
    margin:0 0 1em;
    font-weight:bold
    
}

div#content p {
    margin:0px 0 12px 0;
    font-size:1em;
}

div#content p.large {
    font-size:1.1em;
    line-height:1.6em;
}
div#content ul {
    list-style-type: disc;
	list-style-position: outside;
	margin-left:16px;
	
}

div#content ul li {
    font-size:1em;
    line-height:1.4em;
}

div#content table {
    width:100%;    
    border:1px solid #ccc;
}


div#content table tr th {
    font-weight:bold;
}

div#content table tr th, div#content table tr td {
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
}

div#content table tr th, div#content table tr td {
    padding:1px 5px;
}
div#content div.form {
    padding:0;
    margin:0px;
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#fffbe5;
}

div#content div.form.glow {
    background-image:url("bgform.jpg");
    background-position:bottom;
    background-repeat:repeat-x;
    
}

div#content div.form div.field {
    
    background:transparent url("divider.gif") repeat-x scroll left bottom;
    padding:5px 10px 7px;
}

div#content div.form div.field.noborder
{
    background:none;
}

div#content div.form div.field label {
    width:160px;
    display:inline-block;
    font-size:1em;
    padding:0px 8px;
    
    
}

div#content div.form div.field label small {
    font-size:0.8em;
}
div#content div.form div.field div {
    padding:4px;
    display:inline;
}

div#content div.form div.field div.clear {
    clear:both;
    height:0px;
    padding:0px;
    border:0px;
    float:none;
}
div#content div.form div.field div input.textbox {
    border:1px solid #ccc;
}

div#content div.form div.field div .medium {
    width:160px;
}
div#content div.form div.field div .small {
    width:100px;
}
div#content div.form div.field div textarea,
div#content div.form div.field div input {
    border:1px solid #939393;
    width:316px;
}

div#content div.formsubmit {
    text-align:right;
    padding:10px 0;
}

div#content p.address {
    font-size:1.2em;
}
div#footer {
    height:111px;
    color:#c58e1b;
    background:url("footerbg.jpg");
    position:relative;
}
div#footer div.copynotice {
    position:absolute;
    bottom:40px;
    right:71px;
}

div#footer div.copynotice a {
    color:#c58e1b;
}

div#footer div.copynotice a:hover {
    text-decoration:underline;
}

/* calandar */
a.dp-choose-date {
	
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	
}