/* 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;
}

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

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

td { 
	vertical-align: middle;
}

/* -- */

body {
	font-family: Verdana;
	font-size:10px;
	/*background: #cecbbf;*/
	background: #ffffff;
}

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

a:hover, #menu a.active {
    color: #51543f;
}



/* ---[ 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;
	/*border: 1px solid #000000;*/
	}
	
p {
font-size: 1.1em;
line-height: 1.3em;
letter-spacing: 0;
text-align: left;
word-spacing: 0em;
text-decoration: none;
color: #515151;
padding-bottom: 6px;
/*margin-left:18px;*/
}

.more {
padding-top:4px;
}

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: #4a4d3c;
padding-bottom: 8px;
text-transform: uppercase;
}

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

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


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

/* ---[ links ]------------------------------- */
    
    
a:link, a:visited {
text-decoration: none;
color: #a09a85;
}

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

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


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


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

#headertop_level3 {
    display: inline;
    width: 955px;
    height: 135px;
    _height: 136px;
    clear: none;
    float:left;
    background: url(../images/layout/GOP-top-bg-955x134.jpg);
    background-repeat: no-repeat;
}


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

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

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


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

#no_header {
    margin-top:-2px;
    width: 955px;
    height:30px;
    clear: both;
    /*background: #ffffff;*/
    background-repeat: no-repeat;
    background: url(/images/layout/gop-line-bg-955x20.gif);
    /*background: #cecbbf;*/
}

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

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

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

/* -Main columns (layout)- */

#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;
	position: relative;
}

#rightcol {
	width: 268px;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	clear: none;
	float: left;
	position: relative;
}
    
div#contentline {
    width: 1px;
    height: 316px;
    vertical-align: top;
    background: #E2E3E3;
    padding: 0px;
    margin: 0px;
}


.keyline {
    border: 1px solid #525344;
	padding: 0px;
	margin: 0px;
}

.keylinelr {
    border-left: 1px solid #525344;
    border-right: 1px solid #525344;
}

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

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


/* ---[ 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: 180px;
	margin-top: 45px;
	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;
}

#menu li.selected {
    color: #51543f;
}

#menu a {
    font-size: 11px;
	float: left;
	width: auto;
	padding: 0px 10px;	
	text-decoration: none;
	color: #657E95;
}

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

#menu a.active {
    color: #51543f;
}

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

#submenu {
    color: #FFF;
    width: auto;
    height: 20px;
    padding: 0px 0px 0px 32px;
    float:left;
    background: #A19A85;
    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: #6A6964;
    background: #fff;
}

#submenu a.active {
    color: #6A6964;
    background: #fff;
}


/* ---[ 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;
}
