* {
	margin: 0;
	padding: 0;
}

body {
	background: #AECBE8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
}

.post div {
    line-height: 190%;
    margin-top: 1.5em;
}

/* orange */
a, h1, h2{
    color: #FE9C0F;
}

a {
	text-decoration: none;    
}

h2 {
	font-size: 24px;
}

h3, h4 {
	font-weight: normal;
    display: inline;
}

.post h2, .post h3{
	font-size: 12px;
	margin-bottom: 1em;
	letter-spacing: -0.05em;    
    display: inline;
    color: #AECBE8;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a:hover {
	text-decoration: underline;
    font-weight: bold;
    background: #EEEEEE;
    padding: .2em .5em;
    
    -moz-border-radius-topleft: 9px;
    -khtml-border-top-left-radius: 9px;
    border-top-left-radius: 9px;

    -moz-border-radius-topright: 9px;
    -khtml-border-top-right-radius: 9px;
    border-top-right-radius: 9px;

    -moz-border-radius-bottomleft: 9px;
    -khtml-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;

    -moz-border-radius-bottomright: 9px;
    -khtml-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
    
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* ******************************************************** */
/* Logo */

#logo a img{
	margin: 1em 2em 0em 2em;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* ******************************************************** */
/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ******************************************************** */
/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* ******************************************************** */
/* Banner */

#banner {
	margin: 0 auto;
	padding: 0;
}

/* ******************************************************** */
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}

/* ******************************************************** */
/* Content */

#content {
    margin: 2em auto;
	width: 960px;
    background: #FFFFFF;
    -moz-border-radius-topleft: 30px;
    -khtml-border-top-left-radius: 30px;
    border-top-left-radius: 30px;

    -moz-border-radius-topright: 30px;
    -khtml-border-top-right-radius: 30px;
    border-top-right-radius: 30px;

    -moz-border-radius-bottomleft: 30px;
    -khtml-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;

    -moz-border-radius-bottomright: 30px;
    -khtml-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
    padding-bottom: 30px;
}

#main_content {
    float: left;
    width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post {
	padding: 0 20px;
    color: #AECBE8;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}
/* ******************************************************** */

/* Sidebar */
#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar ul li {
    text-align: right;
}

/* dotted underline */
#sidebar li li, #sidebar ul li h2,  #sidebar ul li h1{
	border-bottom: 1px dotted #FE9C0F;
}
#sidebar ul li h2,  #sidebar ul li h1{
    margin-bottom: .2em;
    font-size: 18px;
}

/* bullet  */
#sidebar li li {
	margin: 0;
	padding: 5px 1em;
    background-image: url(/images/layout/bullet.gif);
    background-repeat: no-repeat;
    background-position: center right;    
    text-align: left;
    padding-left: -1em;
}

#sidebar li li.no-bullet {
    background-image: none;
}

#sidebar li li a {
    background-image: url(/images/layout/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .38em;
    z-index: 99;
    padding-left: 1em;
    margin-left: -1em;
}

/* section title */
#sidebar ul li h2 {
	margin-bottom: 1.5em;
    padding-bottom: .1em;
	font-size: 18px;
    display: inline;
}

/* ******************************************************** */
/* Calendar */

#sidebar #calendar {
	padding: 0;
	background: url(images/img08.jpg) no-repeat;
}

#calendar caption {
	margin: -20px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

/* ******************************************************** */
/* Footer */

#footer {
	background: #AECBE8;
    background: #FE9900;
    display:table;
    width: 100%;
}

div#footer3{
    width: 105%;
    padding-bottom: 20px;
    margin-left: -35px;
    text-align: right;
}

#footer3 ul li {
    background: #FE9900;
    float: left;
    height: 24px;
    color: white;
}

#footer3 ul {
    list-style-type: none;
}
#footer3 ul li img{
	background: #AECBE8;
}

#footer2 {
    background: #FE9900;
    width: 100%;
}

#footer2, #footer2 table, #footer2 tr, #footer2 tbody, #footer2 td, #footer2 img{
    padding: 0;
    margin: 0;
    border: 0px;
    height: 24px;
}

#footer img{
	background: #AECBE8;
}

#right-arrow {
    margin-right: -40px;
    float: right;
}
#left-arrow {
    margin-left: -30px;
}

.legal {
    display: table-cell;
	margin: 0;
	line-height: normal;
	color: #FFF;
    font-size: 8pt;
    padding-right: .5em;
    width: 92%;
    text-align: right;
    height: 12px;
}

/* ******************************************************** */
/* QR Codes */
.qrcodes {
    text-align: center;    
}
.qrcodes h2 {
    text-align: left;
    margin-bottom: .5em;
}
.qrcodes span {
    display: inline-table;
    text-align: center;
}

/* ******************************************************** */
/* QR Codes */
#messaging {
    background
}