/* CSS Document */

/* ---[ Get rid of browsers default settings ]------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

input, textarea, select {
    font: 11px Verdana;
    /*color: #B6B8BB;*/
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #284279;
    margin-right: 0px;
}



html, body {
height: 66%;
/* hide from ie mac \*/
height: 100%;
/* end */
}

a {
    font-size: 11px;
    text-decoration: none;
    color: #0a2b5e;
}

a:hover, #menu a.active {
    color: #0a2b5e;
}



/* -Align table to the top-- */

td { 
	vertical-align: middle;
}

/* -- */

body {
	font-family: Verdana;
	font-size:10px;
	background: #CCCCCC;
}


/* ---[ Generic image floaters ]------------------------------- */
/* Use the class selector at the bottom and click select class for images */

.leftimage {
margin-right: 5px;
margin-top: 3px;
float: left;
clear: both;
}

.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}


/* ---Main page holder (table class)--- */

.page {
	margin: 0px auto;
	padding: 0;
	width: 955px;
	height: 100%;
	vertical-align: middle;
	}

p {
font-size: 1.1em;
line-height: 1.3em;
letter-spacing: 0;
text-align: left;
word-spacing: 0em;
text-decoration: none;
color: #807060;
padding-bottom: 6px;
/*margin-left:18px;*/
}

li {
    font-size: 1.1em;
    color: #515151;
    padding-bottom: 6px;
    margin-left: 15px;
}

h1 {
font-size: 1.2em;
font-weight: normal;
line-height: 1.5em;
color: #0a2b5e;
padding-bottom: 8px;
text-transform: uppercase;
}

h2 {
font-size: 18px;
font-weight: normal;
line-height: 1.5em;
color: #0a2b5e;
padding-bottom: 4px;
}

h3 {
font-size: 1.2em;
font-weight: normal;
line-height: 1.5em;
color: #0a2b5e;
padding-bottom: 4px;
}

.smaller {
font-size: 1em;
line-height: 1.4em;
}

/* ---[ links ]------------------------------- */


a:link, a:visited {
text-decoration: none;
color: #0a2b5e;
}

a:active {
text-decoration: none; 	
color: #0a2b5e;
}

a:hover {
color: #0a2b5e;
text-decoration: none;
}

a#big:link, a#big:visited {
font-size: 1.2em;
font-weight: lighter;
line-height: 1.5em;
color: #0a2b5e;
padding-bottom: 4px;
text-decoration: none;
}

a#big:active {
text-decoration: none; 	
color: #0a2b5e;
}

a#big:hover {
color: #0a2b5e;
text-decoration: underline;
}

/* ---[ LAYOUT ]------------------------------- */
/* ---[ header top ]------------------------------- */


#headertop {
	display: inline;
	width: 955px;
	height: 134px;
	clear: none;
	float:left;
	background: url(/images/layout/stellar-header-955x134.jpg);
}

#headertop_green {
    display: inline;
    width: 955px;
    height: 134px;
    clear: none;
    float:left;
    background: url(/images/layout/MDL-topheader-green-bg-955x.jpg);
}

#headertop_grey {
    display: inline;
    width: 955px;
    height: 134px;
    clear: none;
    float:left;
    background: url(/images/layout/MDL-topheader-grey-bg-955x.jpg);
}

#headertop_gold {
    display: inline;
    width: 955px;
    height: 134px;
    clear: none;
    float:left;
    background: url(/images/layout/MDL-topheader-gold-bg-955x.jpg);
}   

#headerbottom {
	display: inline;
	width: 955px;
	height: 43px;
	clear: left;
	float:left;
	margin-bottom: 0px;
}

#logo {
	display: inline;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-left: 66px;
	/*margin: 15px 0px 0px 34px;*/
	/*_margin-top: 20px;*/
}

#logo_smc {
    display: inline;
    float: left;
    clear: left;
    margin-top: 12px;
    margin-left: 95px;
    /*margin: 15px 0px 0px 34px;*/
    /*_margin-top: 20px;*/
}   

#topmenu {
	display: inline;
	float: right;
	width: 340px;
	margin-top: 10px;
	margin-right: 16px;
	/*margin: 10px 16px 0px 0px;*/
	/*_padding-top: 15px;*/
	background:  none;
	height: 27px;
}


#image_header {
	width: 955px;
	height: 189px;
    clear: both;
	/*background: url(../images/layout/gop-home-bg-955x189.jpg) */;
}

#no_header {
    width: 955px;
    height: 20px;
    clear: both;
    background: #fff;
    background: url(/images/layout/MDL-topheader-bottomgrad.jpg);
}

#no_header_grey {
    width: 955px;
    height:20px;
    clear: both;
    background: #fff;
    background: url(/images/layout/MDL-bottomgrad-grey.jpg);
}

#no_header_gold {
    width: 955px;
    height:20px;
    clear: both;
    background: #fff;
    background: url(/images/layout/MDL-bottomgrad-gold.jpg);
}

#no_header_green {
    width: 955px;
    height:20px;
    clear: both;
    background: #fff;
    background: url(/images/layout/MDL-bottomgrad-green.jpg);
}

.colbar {
	width: 100%;
	height: 4px;
	background: #b7a06e;
	font-size: 0px;
}

.contentarea {
	background: #FFFFFF;
	height: 226px;
    overflow: auto;
  /*   mozilla */
     overflow: -moz-scrollbars-vertical;
     
    /*overflow: -moz-scrollbars-horizontal;*/
     /*IE or CSS 3 */
     overflow-y: auto; 
}

.maxcontentarea {
    background: #FFFFFF;
    height: 398px;
    overflow: auto;
    /* mozilla */
    overflow: -moz-scrollbars-vertical;
    /*overflow: -moz-scrollbars-horizontal;*/
    /* IE or CSS 3 */
    overflow-y: auto;
}

table.contentarea2 {
    height: 190px;
    width: 938px;
}

table.maxcontentarea {
    height: 190px;
    width: 938px;
}

td#contentline {
    width: 1px;
    vertical-align: top;
    /*background: url('/images/layout/single-line.gif');*/
}

div#contentline {
    width: 1px;
    height: 296px;
    background: #E2E3E3;
}

/* -Main columns (layout)- */

.floatimageleft {
    float:left;
    margin-top:3px;
    margin-right:10px;
    margin-bottom:3px;
}

.td_icon {
    padding-bottom: 5px;
    vertical-align: middle;
}

#leftcol {
	width: 150px;
	height: auto;
	padding-right: 38px;
	padding-left: 95px;
	padding-top: 10px;
	clear: both;
	float: left;
}

#midcol {
	width: 308px;
	height: auto;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 10px;
	clear: none;
	float: left;
}

#rightcol {
	width: 268px;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	clear: none;
	float: left;
}

#rightcol2 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	float: left;
}


/* ---[ News and publications styles ]------------------------------- */

#pname {
	color: #51543f;
	float: left;
	clear: none;
	width: 70%;
	padding: 0px 0px 4px;
	overflow:hidden;
}

#pdate {
	float: left;
	clear: none;
	width: 30%;
	overflow:hidden;
	padding: 0px;
}

#pname p {
	padding: 0px;
	}
	
#pdate p {
	padding: 0px;
	color: #787D5D;
}

.news {
clear: both;
padding: 0px 0px 10px;
}


/* ---[ Footer menu style ]------------------------------- */


#footer {
	clear: both;
	width: 887px;
	height: 20px;
	background: #FFF;
	color: #878888;
	padding-left: 68px;
	padding-bottom: 0px;
}

#fmenu {
	list-style: none;
	width: auto;
	padding: 0px;
	color: #c2c4c1;
}

#footer img {
	padding: 0px;
	margin: 0px;
}


#fmenu li {
    font-size: 10px;
	float: left;
	width: auto;
	padding: 0px 0px;
	list-style: none;
	height: 20px;
	font-size:1em;
}

#fmenu a {
    font-size: 10px;
	float: left;
	text-decoration: none;
	color: #a09a85;
	}

#fmenu a:hover {
	color: #51543f;
	}

#fmenu a.active {
	font-weight: bold;
}

/* ---[ main menu system ]------------------------------- */

#menu {
	margin-left: 220px;
	margin-top: 15px;
	list-style: none;
	width: auto;
	/*height: 15px;*/
	color: #c2c4c1;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0px 7px;	
}

#menu li.selected {
    color: #01294c;
}


#menu a {
    font-size: 11px;
	float: left;
	width: auto;
	text-decoration: none;
	color: #adacb1;
}

#menu a:hover {
	color: #01294c;
	text-decoration: none;
}

#menu a.active {
    color: #01294c;
}

/* ---[ main menu system ]------------------------------- */

#menu_gold {
    margin-left: 220px;
    margin-top: 62px;
    list-style: none;
    width: auto;
    /*height: 15px;*/
    color: #c2c4c1;
}   

#menu_gold li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0px 7px;   
}   

#menu_gold li.selected {
    color: #ffffff;
}


#menu_gold a {
    font-size: 11px;
    float: left;
    width: auto;
    text-decoration: none;
    color: #a09a85;
}

#menu_gold a:hover {
    color: #51543f;
    text-decoration: none;
}

#menu_gold a.active {
    color: #000000;
}

/* ---[ submenu system ]------------------------------- */

#submenu {
	color: #FFF;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 32px;
	float:left;
	background: #b7a06e;
	list-style: none;
	position:relative;
}

#submenu li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu a {
    font-size: 10px;
	float: left;
	padding: 4px 10px 0px 5px;
	height:16px;
	width: auto;
	text-decoration: none;
	color: #FFF;
}

#submenu a:hover {
    color: #FFF;
    background: #0a2b5e;
}

#submenu a.active {
	color: #FFF;
	background: #0a2b5e;
}

/* ---[ submenu system ]------------------------------- */

#submenu_green {
    color: #FFF;
    width: auto;
    height: 20px;
    padding: 0px 0px 0px 32px;
    float:left;
    background: #C5D3A6;
    list-style: none;
    position:relative;
}

#submenu_green li {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}   

#submenu_green a {
    font-size: 10px;
    float: left;
    padding: 4px 10px 0px 5px;
    height:16px;
    width: auto;
    text-decoration: none;
    color: #FFF;
}

#submenu_green a:hover {
    color: #6A6964;
    background: #f7f5f0;
}

#submenu_green a.active {
    color: #6A6964;
    background: #f7f5f0;
}

/* ---[ submenu system ]------------------------------- */
    
#submenu_grey {
    color: #FFF;
    width: auto;
    height: 20px;
    padding: 0px 0px 0px 32px;
    float:left;
    background: #C0C1C5;
    list-style: none;
    position:relative;
}

#submenu_grey li {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}   

#submenu_grey a {
    font-size: 10px;
    float: left;
    padding: 4px 10px 0px 5px;
    height:16px;
    width: auto;
    text-decoration: none;
    color: #FFF;
}

#submenu_grey a:hover {
    color: #6A6964;
    background: #f7f5f0;
}

#submenu_grey a.active {
    color: #6A6964;
    background: #f7f5f0;
}

/* ---[ submenu system ]------------------------------- */

#submenu_gold {
    color: #FFF;
    width: auto;
    height: 20px;
    padding: 0px 0px 0px 32px;
    float:left;
    background: #EAD18F;
    list-style: none;
    position:relative;
}

#submenu_gold li {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#submenu_gold a {
    font-size: 10px;
    float: left;
    padding: 4px 10px 0px 5px;
    height:16px;
    width: auto;
    text-decoration: none;
    color: #FFF;
}

#submenu_gold a:hover {
    color: #6A6964;
    background: #f7f5f0;
}

#submenu_gold a.active {
    color: #6A6964;
    background: #f7f5f0;
}


/* ---[ side menu system ]------------------------------- */

#sidemenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}

#sidemenu a {
    font-size: 11px;
    text-decoration: none;
    color: #152A7C;
}

#sidemenu a:hover {
    color: #ADA793;
}

#sidemenu a.active {
    color: #ADA793;
}

.rss-feed {
    height: 90px;
    width: 320px;
    margin-top: 5px;
    overflow: auto;
}

.rssincl-title {
  font-size: 1.2em;
  font-weight: lighter;
  line-height: 1.5em;
  color: #0A2B5E;

  background-image: url('/images/layout/MDL-arrow-13x13.gif');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 18px;
}

.rssincl-itemtitle {
  font-size: 1em;
}

.rssincl-entry {
  padding-bottom: 1em;
}

.rssincl-itemdesc {
  color:#807060;
}

