/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   font-size: 12px;
   font-family: Verdana, sans-serif;
   color: #000;
   background: #9fa797 url(../images/bg-body.gif) repeat-y scroll left top;
}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h1, h2, h3, h4, h5, h6 {
   margin-bottom: 5px;
   font-weight: normal;
}

h1 {
	width: 373px;
	height: 127px;
	background: url(../images/bg-h1.gif) no-repeat left top;
	margin: 34px 0 0 11px;
	text-indent: -9999px;
}

h2 {
	font-size: 21px;
	font-family: Georgia, sans-serif;
	color: #29645a;
	margin-bottom: 10px;
}

   #col-2 h2 {
      font-size: 18px;
      color: #FFF;
      margin-left: 35px;
   }

h3 {
   font-size: 16px;
   border-bottom: 1px solid #8C9385;
   border-top: 1px solid #8C9385;
   padding: 2px 2px 4px;
   background: #A4AC9D;
}

h4 {
   font-size: 14px;
   font-weight: normal;
}

/* paragraphs etc. */
p {
   line-height: 1.5;
   padding-bottom: 10px;
}

#col-2 p {margin-left: 60px;}

small {
	font-size: 80%;
	color: #333;
}

/* lists */
ul {
   list-style: square;
   line-height: 1.5;
   margin-top: 0;
}

li ul {
   margin-bottom: 0;
}

ol {
   
}

/* links */
a, a:visited {
   color: #29645a;
   text-decoration: none;
}

a:hover {
   color: #1D4740;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

/* horizontal rule */
hr {
   
}


/*-------------------------------------------------------
   CONTAINER
-------------------------------------------------------*/
#container {
   width: 960px;
   background: url(../images/bg-container.gif) repeat-y left top;
   float:left;
   text-align: left;
}

/*--------------------------------------------------
	COL-1
	Width: 577px
--------------------------------------------------*/
#col-1 {
	width: 577px;
	float: left;
}

/*--------------------------------------------------
	COL-2
	Width: 383px
--------------------------------------------------*/
#col-2 {
	width: 383px;
	float:left;
	color: #FFF;
}

/*--------------------------------------------------
	BRANDING
--------------------------------------------------*/
#branding {
	width: 575px;
	height: 200px;
	background: #646b5e;
	float:left;
}

/*-------------------------------------------------------
   MASTHEAD
-------------------------------------------------------*/
#masthead {
   height: 234px;
   width:383px;
   float:left;
   background: url(/images/uploads/headers/bg-masthead01.jpg) no-repeat left top;
   margin-bottom: 35px;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
   width: 575px;
   height: 34px;
   float:left;
   background: #1a5474;
   text-align: center;
}

#mainnav ul {
   margin: 0;
   padding: 0 0 0 17px;
   list-style: none;
   float: left;
}

#mainnav li {float:left}

#mainnav li a, #mainnav li a:visited {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	padding: 0 8px;
	text-decoration: none;
}

#mainnav li a:hover {
	background: #144058;
}

/*
   SUBNAV
-------------------------------------------------------*/
#subnav {
	width: 381px;
	color: #333;
	text-align:left;
	float: left;
	margin-bottom: 35px;
	margin-top: -35px;
	background-color: #1a5474;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#subnav li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#subnav li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #1a5474;
	color: #fff;
	text-decoration: none;
}

#subnav li a:hover {
	background-color: #144058;
	color: #fff;
}

#subnav li li {
   border-bottom: 0;
}

#subnav li li a {
   padding-left: 30px;
}
/*-------------------------------------------------------
   MAIN CONTENT
-------------------------------------------------------*/
#content {
   padding: 35px 35px 35px 25px;
   float:left;
   width: 517px;
}

/*-------------------------------------------------------
   FOOTER
-------------------------------------------------------*/
#footer {
   float:left;
   background: transparent url(../images/bg-footer.gif) no-repeat left top;
   height: 40px;
   width: 587px;
   color: #FFF;
}

#footer p {
	font-size: 10px;
	margin: 10px 0 0 -10px;
}

#footer a, #footer a:visited {
   color: #FFF;
   text-decoration: underline;
}

#footer a:hover {text-decoration: none;}