@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 0px; /* tabs */
	/*font: bold 11px/1.5em Verdana;*/ /* tabs */
	/*background-image: url("images/pagebg2.jpg");
	background-repeat: repeat-x;*/
}

input {
    background-color: transparent;
    border: 0px solid #555555;
	border-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF6600;
	padding: 2px;
} 


.contactForm .textfields input {
	padding: 4px;
    background-color: transparent;
    background-image: url('images/fieldbg.jpg');
    border-top: solid 1px #eeeeee;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #eeeeee;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF6600;
} 


.basicText {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	font-size: 12px;
	line-height: 20px;
}

.bold_orange {
	color: #e77715; /* ff6600 */
	font-weight: bold;
}


h2 { /* tabs */
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        color: #292929;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

#sitewrapper {
	width: 100%;
	height:: 100%;
	min-height: 800px;
	background-image: url("images/pagebg6.jpg");
	background-repeat: repeat-x;
}

#pagewrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url("images/mainbg_simple.jpg");
	background-repeat: no-repeat;
	
}

#pagewrapper_main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url("images/mainbg_gold2.jpg");
	/* background-image: url("images/mainbg2.jpg"); */
	background-repeat: no-repeat;	
}

#pagewrapper_30_70 {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url("images/mainbg_simple_2col_30-70.jpg");
	background-repeat: no-repeat;
	
}
#pagewrapper_70_30 {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url("images/mainbg_simple_2col_70-30.jpg");
	background-repeat: no-repeat;
	
}
#pagewrapper_3col {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url("images/mainbg_simple_3col.jpg");
	background-repeat: no-repeat;
	
}

#bodywrapper {
	margin-top: 20px;
	padding: 25px 50px 30px 50px;
	background-color: transparent;
	background-image: url("images/pagesides.png");
	background-position: 0px 80px;
	background-repeat: repeat-y;
	min-height: 300px;
	border: solid 0px red;
}

#bodywrapper_main {
	margin-top: 200px;
	padding: 25px 50px 20px 50px;
	background-color: transparent;
	background-image: url("images/pagesides.png");
	background-position: 0px 80px;
	background-repeat: repeat-y;
	min-height: 300px;
	border: solid 0px red;
}



#nav {
	width:100%;
	height:34px;
}
#navbar {
	margin-left: 12px;
}

#logo {
	margin-left: 60px;
	height: 120px;
}

#footer {
	background-color: #292929;
	height: 20px;
	width : 870px;
	margin: 0px auto 0px auto;
	padding: 7px 35px 2px 35px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#column1 {
	float: left;
	width: 298px;
	padding: 0px;
	border: solid 0px red;
	overflow: hidden;
}
#column2 {
	float: left;
	width: 298px;
	padding: 0px;
	border: solid 0px red;
	overflow: hidden;
}
#column3 {
	float: left;
	width: 298px;
	padding: 0px;
	border: solid 0px red;
	overflow: hidden;
}
.colpad {
	padding: 0px 22px 22px 22px;
}

/*- Menu Tabs B--------------------------- */

    #tabsB {
      /*float:left;
      width:100%;
      background:#F4F4F4;*/
      font-size:12px;
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
		padding:0px 10px 0px 37px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/navbg.png") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/navbg.png") no-repeat right top;
      padding:8px 24px 11px 14px; /* orig: 5px 15px 4px 6px */
	  /*padding:10px 24px 9px 18px;*/ /* w/ dynimg */
      color:#ffffff;
	  border-right: solid 2px #292929;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#ffffff;
      }
    #tabsB a:hover {
      background-position:0% -34px;
      }
    #tabsB a:hover span {
      background-position:100% -34px;
      }

        #tabsB #current a {
                background-position:0% -34px;
        }
        #tabsB #current a span {
                background-position:100% -34px;
				color:#ffffff;
        }
		
		
		/* navbg */
		.navbg { 
			background-image: url(images/navbg.png); 
			background-repeat:no-repeat; 
			background-position:34px 0px;
			width: auto; 
			height:34px; 
			margin-top: -8px; /* bump up */
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-size: 12px; /* works in conjunction w/ 1px div's height which enforces minimum height for tab */
			font-weight: normal;
			overflow: hidden; /* do not remove */
		}
		
		/* ---------------------------- end nav ------------------------------*/
		
		
.basictitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6f7f31;
	font-size: 24px;
	letter-spacing: -0.5px;	
}


.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	letter-spacing: 0.5px;
}
.login a {
	color: #e77715;
	text-decoration:underline;
}

.listItem {
	color: #b26d1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/bullet1.gif); 
	background-repeat:no-repeat; 
	background-position:12px 5px;
	padding-left: 32px;
	line-height: 20px;
}
.listItem a {
	color: #b26d1c;
	text-decoration: underline;
}

.newsTitle {
	color: #07507f;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: underline;	
	line-height: 20px;
}
.newsTitle a {
	color: #07507f;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: underline;	
	line-height: 20px;
}
.newsTeaser {
	color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	line-height: 15px;
}
.newsCopy {
	color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
	line-height: 18px;
}
.newsCopy a {
	color: #07507f;
	text-decoration: underline;
}
.newsMore {
	color: #b26d1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.newsMore a {
	color: #b26d1c;
	text-decoration: underline;
}
.newsMore a:hover {
	color: #07507f;
	text-decoration: none;
}

.newsSource {
	color: #b26d1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	text-decoration: none;
}
.newsSource a {
	color: #b26d1c;
	text-decoration: underline;
}

.link_blue {
	color: #07507f;
	text-decoration: underline;
}
	.link_blue a {
	color: #07507f;
	text-decoration: underline;
}

.link_orange {
	color: #b26d1c;
	text-decoration: underline;
}
	.link_orange a {
	color: #b26d1c;
	text-decoration: underline;
}

.link_plain {
	color: #333333;
	text-decoration: underline;
}
	.link_plain a {
	color: #333333;
	text-decoration: underline;
}

.login {
	color: #ffffff;
	text-decoration: none;
}
	.login a {
	color: #ffffff;
	text-decoration: none;
	}
	.login a:hover {
	color: #cccccc;
	text-decoration: underline;
	}

.bioText {
	border: solid 1px #cccccc; 
	padding: 10px 6px 12px 6px;
}
		

#basespace {
	text-align: right;
	padding: 0px 50px 0px 50px;
}