/* Start of CMSMS style sheet 'Menu' */
.vnav {
	position:relative;
	padding: 2px;
}

.vnav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.vnav ul ul {

}

.vnav li, .vnav li li {
	margin-top: 0;
        border-bottom: solid 1px #393e42;
}

.vnav a {
       font-size: 12px;
}

.vnav li a {
	display:block;
	padding: 8px 20px 4px 0px;
	text-decoration:none;
}

.vnav li a:link, .vnav li a:visited {
	color: #fff;
}

.vnav li a:hover, .vnav li a:active {
	background-color:#549b3a;
	color:#000;
}

.vnav li li a {
	display:block;
       padding: 4px 20px 4px 10px;
}
.vnav li li a:link, .vnav li li a:visited {
	color:#e6eaed;
}

.vnav li li a:hover, .vnav li li a:active {
	background-color:#549b3a;
	color:#000;
}

.vnav li li li a {
	padding-left:14px;
}

.vnav li li li a:link, .vnav li li li a:visited {
	background-color:#666666;
	color:#EEEEEE;
}

.vnav li li li a:hover, .vnav li li li a:active {
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:underline;
}

.currentpage {
	font-weight:bold;
}

/* Footer Navigation */

#footer  {
     margin-top: 10px;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer li {
	padding-right: 7px;
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #9d9897;
	font-size: 12px;
	text-decoration: none;
}	

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* End of 'Menu' */

/* Start of CMSMS style sheet 'Core' */
/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
html, body{height:100%;}

body, td, th, p , div, span {
      font-family: georgia, Verdana, Sans-Serif;
	color: #353537;
	font-size: 14px;
}

body {
	background: #003645;
	text-align: center;
	margin-top: 30px;
}
#page_wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;	
	border: solid 2px #fff;
	background: url('uploads/images/layout/page_wrapper.gif');	
}
#header {
	float: left;
	height: 220px;
	width: 760px;
	background: url('uploads/images/layout/header_bg_new.gif');
        text-align: right;	
}

#side_content {
	float: left;
	width: 144px;
	padding: 7px;
}

#content {
	float: right;
	width: 560px;
	padding: 20px 20px 20px 20px;
}

#left { 
    float: left;
    width: 260px;
}

#right {
    float: right;
    width: 260px;
}

#content img {
       border: 0;
}

.content_img {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

#footer {
	color: #fff;
	background-color: #549b3a;
	width: 747px;
	height: 16px;
	clear: both;
	text-align: right;
	padding: 5px 10px 10px 3px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 12px;
        color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

/* Text Formatting */
.page_title {
        font-size: 22px;
        font-family: Times, Bookman, serif;
	color: #003645;
	font-style: italic; 
        margin: 0;
}

p {
	font-size: 14px;
	margin-bottom: 18px;
        letter-spacing:0.5px;
/*	line-height: 150%; */
}

li  {
      font-family: Verdana, Sans-Serif;
}

#content li  {
      font-family: georgia,Verdana, Sans-Serif;
      font-size: 14px;
}

a, a:link, a:active, a:visited {
	color: #0062e7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        color: #165300;
}

ul { margin-left: 16px; list-style-type: square; font-size: 11px; padding: 0px; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Verdana,serif
	color: #003645;
	font-style: italic;
        margin-bottom: 10px;	
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

.special {
	color: #ffde2d;
}

/* Clearing */
.simple_clear {
	height: 1px;
	width: 100%;
	clear: both;
}
/* End of 'Core' */

