body {
	color:#000;
	font-size:1em;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
    background: #5d5d5d url('../img/bg.png') repeat 0 18px;
}

a {
	color: #36c;
}

a:link, a:visited {
	text-decoration:underline;
}

a:hover {
    text-decoration: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
	margin-bottom: .1em;
}


/*  HEADER  */

#header-print {
	display:none;
}

#header {
	color:#fff;
	background: url('../img/header-bg.jpg') no-repeat center bottom;
}

#header h1#logo {
    position: absolute;
    left: 20px;
    top: 50px;
}

#header h1#logo a {
	background-image: url('../img/logo.jpg');
    width: 291px;
    height: 68px;
    color: #000;
}
#header h1#logo a span {
	text-indent: -9000em !important;
}

#header #hphone {
    position: absolute;
    left: 700px;
    top: 90px;
	background: url('../img/phone.jpg') no-repeat 0 .45em;
    padding-left: 30px;
    font-size: 2.6em;
    color: #4a5d89;
}

#topnav {
    position:absolute;
    top: 310px;
    left: 6px;
	width: 879px;
	overflow: hidden;
	white-space: nowrap;
}

#topnav li:first-child {
	margin-left: 10px;
}

#topnav li {
	list-style-type: none;
    display: inline;
    padding:0px 10px 0px 7px;
    border-right: 2px solid #fff;
}

#topnav li.last {
    border-right: none;
}

#topnav li a {
	font: bold 14px Tahoma, Arial, Verdana, sans-serif;
	color:#fff;
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
}

#topnav li a:hover, #topnav li a.current  {
    color: #93aeeb;
}


/* CONTENT */

#share-btn {
	text-align: center;
	margin: 30px 0
}

#middle {
	background: url('../img/middle-bg.png') repeat-y 0 0;
}

#content {
    font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h2 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 1em;
}

#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
    color: #36c;
}

#content h4 {
    color: #36c;
}

#content p {
    margin-bottom: 1.2em;
}

#content ul {
    margin: 1.2em 3em;
}

#content ol {
    margin: 1.2em 3em;
}


/*  LEFT  */

#left {font-size: 1.1em;}

.box {
    background-color: #e4e4e5;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.box div {
    padding: 8px;
}

.box h3 {
    color: #fff;
    font-size:1.6em;
	font-weight:bold;
	padding: 3px 0 5px 12px;
    _padding: 4px 0 3px 12px;
    height: 20px;
    background: #ff6600 url('../img/box-title-bg.jpg') no-repeat 0 0;
	text-align: left;
}

#menu {
    border: none;
    margin: 8px 3px 0 3px;
	background-color: #4a5d89;
	padding: 3px 0;
}

#menu li {
	list-style: none;
	margin: 0 3px;
}
#menu li a {
    zoom:1;
    display: block;
    color: #fff;
	text-decoration: none;
	padding: 5px 12px;
	border-bottom: 1px solid #dbdbdb;
    background-color: #4a5d89;
    font: 1.2em Arial, serif;
}

#menu li a:hover {
	background-color: #96a5b7;
}

.box h4 {
    margin:1em 0 0.2em;
}

.box div li {
    list-style: none;
    padding-left: 12px;
    background: url('../img/bull.png') no-repeat 0 2px;
    margin: 0 0 .4em .4em;
}

.box div li a {
    color: #000;
    text-decoration: none;
}

.box div li a:hover {
    text-decoration: underline;
}

.box label {
	display: block;
    margin: 4px 0 2px 0;
}

.box input {
	width:150px;
	margin-top: 2px;
	height:16px;
    border: 1px solid #bbbaba;
}

.box input#cap {
    width: 90px;
}

.box textarea {
	overflow:auto;
	width:150px;
	height:50px;
    border: 1px solid #bbbaba;
}

.box select {
	width:150px;
    border: 1px solid #bbbaba;
}

.box button, .box input.submit-btn {
    font-size: 11px;
	line-height: 19px !important;
    background: url('../img/button-bg.png') no-repeat 0 0;
    display: block;
    width: 67px;
	height: 19px !important;
	border: none;
    margin: 10px 0 0 44px;
	padding: 0;
	vertical-align: middle;
    color: #fff;
    cursor: pointer;
}
.box p {
	font: 13px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.box p.blue {
	color: #1c48ae;
}


/* RIGHT */

#right {
    font-size: 1.1em;
}

/* FOOTER */

#footer {
    font: 1.1em Arial, sans-serif;
    background: url('../img/footer-bg.png') no-repeat center bottom;
	text-align: center;
}

#footer ul {padding: 26px 0 14px 0;}

#footer li {
	list-style: none;
	display: inline;
}

#footer li a {
	color: #000;
	text-decoration: none;
	margin:0 8px;
}

#footer li a:hover {
	text-decoration: underline;
}
#footer #copy {
	margin: 26px 0;
}

.box a.hearmore {
}

.box blockquote {
	margin-top:4px;
	padding:16px 20px 0 20px;
	background:url(../img/bq.png) no-repeat top left;
}

.box blockquote a {
}

.box blockquote em {
	display:block;
	text-align:right;
	font-style:normal;
}




