/****************************************

CSS for 2 Column Layout Template

*****************************************/

/****************************************

Basics             

*****************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 0;
}

html, body {
        height: 100%;        
}
       
body {
        background-color: #1B1B1B;
        font-family: Tahoma;
	color: #E1E1E1;
        text-align: left;
        font-size: 100%;
        line-height: 1.2;
}

/****************************************

Headers & Navigation (the bulk is in an external file)

*****************************************/

#header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 293px;
        z-index: 100;
}

#mini_nav {
         background: transparent url(../images/header/mini_slice.png) 0 0 repeat-x;
         color: inherit;
         height: 25px;
}

#icons_nav {
        float: right;
        position: relative;
	width: 340px;
	font-size: 15px;
}

#pic {
        background: transparent url(../images/header/pic_slice.png) 0 0 repeat-x;
        color: inherit;
	height: 223px;
}

#pic_road {
        background: transparent url(../images/header/logo_pic.png) 0 0 no-repeat;
        color: inherit;
	height: 223px;
	width: 890px;;
        position: absolute;
	left: 50%;
        margin-left: -445px;
}

#search {
        position: absolute;
        left: 50%;
        margin-left: 310px;
	margin-top: 40px;
	 z-index: 102;
}

#primary_nav {
        background: transparent url(../images/header/menu_slice.png) 0 0 repeat-x;
        color: inherit;
        height: 45px;
}

#dropdown {
        position: absolute;
        left: 50%;
        margin-left: -465px;
        margin-top: 1px;
	font-size: 16px;
}

#member_info {
         background: transparent url(../images/bullets/info.png) 0 0 no-repeat;
         color: inherit;
         height: 30px;
         margin-bottom: 5px;
}

/****************************************

Content & Clears (for sticky footer)

*****************************************/

#wrapper { 
        min-height: 100%;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -375px; 
}

#clearheader {
	height: 293px;
}

#main_spacer{
        width: 900px;
        height: 325px;
}

#main { 
        position: relative;
        display: inline;
        float: left;
	width: 680px;
       margin-right: 10px;
        margin-bottom: 70px
}

.hot_topic {
        width: 680px;
	margin-bottom: 10px;
}

.top_slice {
        background: transparent url(../images/ht_slice/top.png) center bottom no-repeat;
        color: inherit;
	height: 10px;
        width: 680px
}

.middle_slice {
        background: transparent url(../images/ht_slice/mid.png) center repeat-y;
        color: inherit;
	width: 680px;
}

.bottom_slice {
        background: transparent url(../images/ht_slice/bot.png) center top no-repeat;
        color: inherit;
	height: 10px;
        width: 680px;
}

#right_bar {
        position: relative;
        display: inline;
        float: right;
	font-size: 13px;
	width: 210px;
        margin-bottom: 70px;
	margin-top: 34px;
}

#clearfooter {
	clear: both;
	height: 375px;
}

/****************************************

Sidebar Structure

*****************************************/

#industry {
        width: 210px;
	margin-bottom: 10px;
}

#trade {
        width: 210px;
	margin-bottom: 10px;
}

#imp_docs {
        width: 210px;
}

.top_slice2 {
        background: transparent url(../images/sb_slice/top.png) center bottom no-repeat;
        color: inherit;
	height: 10px;
        width: 210px
}

.middle_slice2 {
        background: transparent url(../images/sb_slice/mid.png) center repeat-y;
        color: inherit;
	width: 210px;
}

.bottom_slice2 {
        background: transparent url(../images/sb_slice/bot.png) center top no-repeat;
        color: inherit;
	height: 10px;
        width: 210px
}

/****************************************

Footer

*****************************************/

#footer {
	position: relative;
	clear: both;
	height: 375px;
	width: 100%;
}

#misc {
        background: transparent url(../images/footer/bg_slice.png) 0 0 repeat-x;
        color: inherit;
	font-size: 13px;
	height: 305px;
}

#inner_wrapper {
        width: 930px;
        margin-left: auto;
        margin-right: auto;
	padding-top: 14px;
}

#left {
        display: inline;
        position: relative;
	float: left;   
        border-bottom: 2px dashed #E1E1E1;
	width: 290px;
	margin-right: 30px;
	padding-bottom: 3px;
}

#center {
        display: inline;
        position: relative;
	float: left; 
        border-bottom: 2px dashed #E1E1E1;
        width: 290px;
	margin-right: 30px;
	padding-bottom: 3px;
}

#right {
        display: inline;
        position: relative;
	float: right; 
        border-bottom: 2px dashed #E1E1E1;
       width: 290px;
	padding-bottom: 8px;
}

.e_magazine {
        padding-left: 10px;
}

#copy {
        height: 65px;
        text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

/****************************************

Styles, Headings, Formats, Etc.

*****************************************/

h1 {
        font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	background: transparent url(../images/content/h2_slice.png) 0 0 repeat-x;
	color: inherit;
	height: 30px;
	text-decoration: none;
        padding-left: 4px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
        font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	background: transparent url(../images/content/h3_slice.png) 0 0 repeat-x;
	color: inherit;
	height: 28px;
	text-decoration: none;
        text-align: center;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
        font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
        background-color: inherit;
	border-bottom: 2px dashed #E1E1E1;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 20px;
}

.small_p {
        padding-top: 3px;
        padding-left: 10px;
}

.medium_pl {
        padding-left: 33px;
        padding-top: 3px;
        background-color: inherit;
	color: #FFFFFF;
       font-size: 1.1em;
}

.medium_p {
        margin-bottom: 5px;
}

.large_p {
        margin-bottom: 40px;
}

.ht_p  {
        padding-left: 10px;       
	padding-right: 10px;
}

.ht_p2  {
        padding-left: 10px;       
	padding-right: 10px;
	margin-bottom: 20px;
}

.img_l {
	 height: 135px;
	 width: 135px;
	 border: 1px solid #000000;
        float: left;
        margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px
}

.img_r {
	 height: 135px;
	 width: 135px;
	 border: 1px solid #000000;
        float: right;
        margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.general_spacer {
        height: 100px;
	width: 900px;
}

.style_bi {
        color: #76A3ED;
	background-color: inherit;
        text-decoration: underline;
        font-size: 1.1em;
}

.style_emp {
        font-weight: bold;
	font-size: 1.1em;
}

/****************************************

Links           

*****************************************/

a:link {	
        color: #0984FF;
        background-color: inherit;
        text-decoration: none;
}

a:visited {
 	color: #0984FF;
        background-color: inherit;
        text-decoration: none;
}

a:hover {
	color: #E1E1E1;
        background-color: inherit;
        text-decoration: none;
}

a:active {	
        color: #CE0000;
        background-color: inherit;
        text-decoration: none;
}

/****************************************

Mini Nav List

*****************************************/

#navigation_mini {
        list-style-type: none;
        white-space: nowrap;
	padding-top: 3px
}

#navigation_mini li {
        display: inline;
}

#navigation_mini li#home a {
        background: transparent url(../images/bullets/home.png) 0 0 no-repeat;
        color: #E4E4E4;
	text-decoration: none;
	padding-left: 1.4em;
	padding-right: 10px;
}

#navigation_mini li#home a:hover {
        background: transparent url(../images/bullets/home.png) 0 0 no-repeat;
        color: #CE0000;
}

#navigation_mini li#login a {
        background: transparent url(../images/bullets/login.png) 0 0 no-repeat;
        color: #E4E4E4;
	text-decoration: none;
	padding-left: 1.4em;
	padding-right: 10px;
}

#navigation_mini li#login a:hover {
        background: transparent url(../images/bullets/login.png) 0 0 no-repeat;
        color: #CE0000;
}

#navigation_mini li#sitemap a {
        background: transparent url(../images/bullets/sitemap.png) 0 0 no-repeat;
        color: #E4E4E4;
	text-decoration: none;
	padding-left: 1.4em;
	padding-right: 10px;
}

#navigation_mini li#sitemap a:hover {
        background: transparent url(../images/bullets/sitemap.png) 0 0 no-repeat;
        color: #CE0000;
}

#navigation_mini li#contact a {
        background: transparent url(../images/bullets/contact.png) 0 0 no-repeat;
        color: #E4E4E4;
	text-decoration: none;
	padding-left: 1.4em;
	padding-right: 10px;
}

#navigation_mini li#contact a:hover {
        background: transparent url(../images/bullets/contact.png) 0 0 no-repeat;
        color: #CE0000;
}

/****************************************

General Lists

*****************************************/

.general_list {
        list-style-image: url(../images/bullets/blue.png);
        list-style-type: none;
	white-space: nowrap;
	padding-left: 23px;
}

.general_list li {
        padding-bottom: 3px;
}

.general_list li a {
        color: #E4E4E4;
	background-color: inherit;
	text-decoration: none;
}

.general_list li a:hover {
        color: #0984FF;
	background-color: inherit;
}

.general_list2 {
        list-style-image: url(../images/bullets/blue_long.png);
        list-style-type: none;
	white-space: nowrap;
	padding-left: 50px;
}

.general_list3 {
        list-style-image: url(../images/bullets/blue_long.png);
        list-style-type: none;
	white-space: nowrap;
	padding-left: 60px;
}

/****************************************

Right/Side Bar Lists

*****************************************/

.rb_list {
        list-style-type: none;
        padding-left: 10px;
}

.rb_list li {
        padding-bottom: 5px;
        padding-top: 6px;
	margin-right: 10px;
	border-bottom: 1px dashed #000000;
}

.rb_list li a {
        background: transparent url(../images/bullets/blue.png) 0 0 no-repeat;
	height: 12px;
	color: #E4E4E4;
	text-decoration: none;
	padding-left: 20px;
}

.rb_list li a:hover {
        background: transparent url(../images/bullets/blue.png) 0 0 no-repeat;
        height: 12px;
		color: #0984FF;
}

/****************************************

Misc (Upper Footer) Lists

*****************************************/

.misc_list {
        list-style-type: none;
        padding-left: 20px;
}

.misc_list li {
        padding-bottom: 7px;
}

.misc_list li a {
        background: transparent url(../images/bullets/black.png) 0 0 no-repeat;
	height: 12px;
	color: #E4E4E4;
	text-decoration: none;
	padding-left: 20px;
}

.misc_list li a:hover {
        background: transparent url(../images/bullets/black.png) 0 0 no-repeat;
        height: 12px;
		color: #CE0000;
}

/****************************************

Forms (general)

*****************************************/

input, select {
	width: 250px;
	background-color: #FFFFFF;
	border: 2px ridge #CCCCCC;
	color: #000000; 
	font-size: 1.1em;
    margin-bottom: 10px;
	padding: 1px; 
}

textarea {
	width: 600px;
	height: 250px;
	background-color: #FFFFFF;
	border: 2px ridge #CCCCCC;
	color: #000000; 
	font-size: 1.1em;
    line-height: 1.2;
	margin-bottom: 10px;
	padding: 1px; 
}


fieldset {
	border: none;
}

/****************************************

Contact Form

*****************************************/

.captcha {
	border: 2px ridge #CCCCCC;
	margin-bottom: 10px;
}

#cfContact {
	border: none;
	background: transparent url(../images/content/submit_slice.png) 0 0 repeat-x;
    height: 33px;
	width: 100px;
    color: #E1E1E1;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-right: 2px;
	cursor: pointer;
}

.errors {
    background-color: inherit;
	color: #D90000;
	font-style: italic;
	font-size: 0.9em;
    margin-bottom: 15px;
}

/****************************************

Search Form

*****************************************/

#ajaxSearch_input {
    width: 175px;
	height: 22px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: none;
	border-right: none;
	background: transparent url(../images/header/search_slice.png) 0 0 no-repeat;
    color: #000000;
	margin: 0px;
}

#ajaxSearch_output {
    width: 157px;
	border: 2px solid #000000;
	background-color: #1B1B1B;
	color: #E1E1E1;
	font-size: 14px;
    display: block;
	padding: 10px;
}

/****************************************

Login Form

*****************************************/

/* Login */

/* Password */

#wlpeResetInfo {
        margin-bottom: 5px;
}

/* Register */

#wlpeNewUserInfo {
        margin-bottom: 20px;
}

#wlpeUserRegisterPasswordConfirm, #wlpeUserRegisterFax, #wlpeUserRegisterZip, #wlpeUserRegisterComment {
        margin-bottom: 40px;
}

#wlpeCaptchaImage {
        border: 2px ridge #CCCCCC;
	margin-bottom: 10px;
}

/* Welcome */

#wlpeWelcomeParagraph {
        margin-bottom: 5px;
}

#user_comment {
        margin-top: 20px;
}

/* Profile */

#wlpeUserProfileWelcome {
        margin-bottom: 20px;
}

#wlpeUserProfileEmail, #wlpeUserProfileFax, #wlpeUserProfileZip, #wlpeUserProfileComment {
        margin-bottom: 40px;
}

/* Delete Profile */

#wlpeProfileDeleteWarning {
        margin-bottom: 5px;
}

/* All */

#wlpeLoginButton, #wlpeReminderButton, #wlpeRegisterButton, #wlpeResetButton, #wlpeResetCancelButton, #wlpeSaveRegisterButton, #wlpeCancelRegisterButton, #wlpeLogoutButton, #wlpeProfileButton, #wlpeSaveProfileButton, #wlpeProfileDoneButton, #wlpeProfileLogoutButton, #wlpeProfileDeleteButton, #wlpeProfileCancelButton, #wlpeActivateButton {
        background: transparent url(../images/content/submit_slice.png) 0 0 repeat-x;
        height: 33px;
	color: #E1E1E1;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin-top: 30px;
	margin-right: 2px;
    cursor: pointer;
}

.wlpeMessage {
    background-color: inherit;
	color: #D90000;
	font-style: italic;
	font-size: 0.9em;
    margin-bottom: 15px;
}