/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
float: left;
  /*margin-right: 5px; */ /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
padding: 8px;
 /* background: #FFE9AF; */
    background-image: url(images/cms/rounded_bg_350.gif);
background-repeat: no-repeat;
width: 333px;
min-height: 200px;
color: #4c4c4c;
}

div#news h2 {
   line-height: 12px;
   background: #fff;
/*background: #F9F9F7 url('images/a1.gif') repeat-x;*/

color: #555555;
}

.NewsSummary {
padding: 0px;
margin-top:0px;
margin-left: 0px;
margin-right: 1px;
margin-bottom: 12px;
min-height:105px;
/*border: 1px solid #e5e5e5;
background-color: #fdfaf3;*/
}

.NewsSummary_side_col {
padding: 0px;
margin-top:0px;
margin-left: 0px;
margin-right: 1px;
margin-bottom: 10px;
min-height:105px;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
padding-bottom: 3px;
 }

.NewsSummaryLink {
    font-weight: bold;
/*    padding-top: 0.2em;*/
padding-top: 0px;
margin-top: 5px;
padding-bottom: 3px;

}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
float:right;
}

.NewsSummarySummary, .NewsSummaryContent {
/*  line-height: 140%;*/
line-height: 16px;
/*min-height: 90px;*/
padding-bottom: 0px;
 }

.NewsSummaryMorelink {
  padding-top: 0;
display: block;
}

.NewsSummaryDifficulty{
padding-bottom: 3px;
}

#NewsPostDetailDate {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  padding-bottom: 5px;
border-bottom: 1px solid #ccc;
min-height: 15px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
/*min-height: 75px;*/ /* this plus NewsPostDetailAuthor plus NewsPostDetailDate height will total 105px, height of the image and margin */
margin-bottom: 5px;
   }

#NewsPostDetailCategory {
  font-style: italic;
   border-bottom: 1px solid #dddddd; 
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
line-height: 16px;
  }

#NewsPostDetailAuthor {

min-height: 15px;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


.newscategory{
height: 20px;
}

.list1{

margin-left: 12px;
margin-bottom: 5px;
margin-top: 5px;

}

/* INPUT PAGE */

.pageinput{

}
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: white;  /* background color for the entire menu row */
/*background: url(images/cms/top_menu/top_menu.gif) no-repeat;*/
background: url(images/cms/top_menu/top_menu_repeat.jpg);
   border: 0px solid black;
/*padding: 10px;*/
padding-left: 5px;
height: 25px;
border:1px solid #c9bbad;
background-color: #f7f3e9;
background-color: #f0ebdf;
  text-transform: uppercase;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   /*border-bottom: 1px solid #C0C0C0;*/
   border-left:  0px solid #444444;
   height:22px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-left: 0px solid #444444;
padding-top: 2px; /* align from the top */
}


/* the links, that is each list item */
div#menu_horiz a {
 padding: 3px 9px 3px 8px;   /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
/*   background: url(images/cms/arrow-right3.gif) no-repeat 0.5em center; */
   display: block; /* IE has problems with this, fixed above */
  font-family: Arial;
  font-weight: bold;
   font-size: 12px;   
border-right:1px solid #e3ddd4;
color: #144e74;
}


/* hover state for links */
div#menu_horiz li a:hover {
   /*background-color: #C3D4DF;*/
color: #11466f;
color: #594d3e;
color: #2370a1;

}
div#menu_horiz a.activeparent:hover {
  /* background-color: #C3D4DF;*/
/*   color: #18507C;*/
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
/*   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
/*   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   /*color: #fff;*/

}

div#menu_horiz h3 {

 padding: 3px 9px 3px 8px;   /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #b5702c;
  /* background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
/*background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
  font-family: Arial;
  font-weight: bold;
   font-size: 12px;   
border-right:1px solid #e3ddd4;
color: #b5662c;
color: #02273f;
}

/* End of 'Navigation: Simple - Horizontal' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
border: 0px solid black;
width: 193px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 1px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 0px solid #c0c0c0;
   display: block;
border: 0px solid black;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
  /* padding: 0.8em 0.5em 0.8em 1.5em;*/ /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
  padding: 0.5em 0.5em 0.5em 20px; /*modified 2.8em left */

   background-position: 10px center; /*modified 1.5em */
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
/*   padding: 0.3em 0.5em 0.3em 4.3em;*/
padding: 5px 1px 5px 25px;

   background: url(images/cms/dash.gif) no-repeat 15px center; /*modified 2.8em */
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #eeeeee;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 10px center; /*modified 1.5em */
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 5px center;
   background-color: #385C72;
   display: block; 
/*   padding: 0.8em 0.5em 0.8em 1.5em;  *//* some air for it */ /*modified */
  padding: 0.5em 0.5em 0.5em 20px;
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */

}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 20px; /*modified 2.8em left */
/*   background-position: 1.4em center;*/ /*modified */
   background-position: 10px center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
padding: 0.5em 0.5em 0.5em 25px;
   background: url(images/cms/arrow-right-active.gif) no-repeat 15px center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 15px;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

#twitter_update_list ul {
}

#twitter_update_list li {margin-bottom:5px; style="list-style: none;"}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */



color: #000; /* needed because footer link would be same color as background otherwise */
color: #18507C;

background-color: transparent;
border-color: #5683a6;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
  color:#467396;
color: #3c749f;


}

a:visited {

   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
  color:#467396;
color: #3c749f;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #inherit;
   color: #18507C;
border-style: none;
border: 0px;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
border-style: none;
border: 0px;
}

img  a{
border-style: none;
border: 0px;
border-bottom: 0px;
}

/*****************
basic layout 
*****************/
body {
   background-color: white;
   color: #4c4c4c;
   margin:0px; /* gives some air for the pagewrapper */

background-image: url(images/cms/background/snail.jpg); 
background-repeat: repeat;
}

/* center wrapper, min max width */
div#pagewrapper {

/*   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;*/
/*   margin: 0 auto;  */   /* this centers wrapper */
margin-left: auto;
margin-right: auto;
   max-width: 800px; /* IE wont understand these, so we will use javascript magick */
   min-width: 822px;
   width: 822px;
   background-color: #ffffff;;
   color: #4c4c4c;
/* background-image: url(images/cms/background/paper_01.png); */
border-left: 1px solid #a58962;
border-right: 1px solid #a58962;
border-bottom: 1px solid #a58962;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   background: white;
height: 100px;
           
}


div#header_random{
float:right;

height: 100px;
width: 600px;
}


div#header h1 a {

/* you can set your own image here */
/*background: white url(images/cms/headers/logo.jpg) no-repeat; */
   display: block; 
  height: 100px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}



/* div#search {
   float: right;
   width: 23em;   
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;

}
*/

div#search {
   float: right;
   width: 175px;     /* enough width for the search input box */
   text-align: right;
   padding-top: 2px;
   padding-right: 15px;
   margin: 0;
   font-size: 11px;
border: 0px solid red;
}

.search_button{
 font-size: 10px;
/* background-color: #c0c0c0;*/
 border: 1px solid #595959;
/*    background-image: url(images/cms/search/search.gif);*/
/*   line-height: 20px;*/
height: 17px;
width: 45px;
margin-top: 2px;
padding-top: 0;
padding-bottom: 2px;

}



div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#top_menu{
border: 0px solid rgb(153, 153, 153); 
padding: 3px; float: right; margin-top: 0px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
background-color:#f2f2f2;
font-size: 12px;
line-height: 19px;
text-align:center;
/* background-image: url(images/cms/background/trans_top_menu.png); */
color:#777777;
}

div#top_menu a{
color: #777777;
 color:#2262d7; 

font-size: 12px;
}

div#top_menu a:hover{
color: #000;
text-decoration: none;
}

div#content {
   margin: 5px auto 5px 0; /* some air above and under menu and content */
}

div#main {
   margin-right: 215px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
 /*  margin-left: 5px;*/ /* and some air on the right */
border: 0px solid #000;
padding-top: 5px;
padding-left: 1px;
padding-left: 1px;
padding-right: 10px;
padding-bottom: 10px;
min-height: 230px;
  /*  background-image: url(images/cms/rounded_bg_690.gif);*/
background-repeat: no-repeat;
border: 0px solid #cccccc;

}

div#main_wide {
margin: 0; 
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
}

div#main_wide_2 {
margin: 0; 
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
border:1px solid red;
height: 100%;
display: block;
}


div#right_col
{
 float: right; 
border: 0px solid #000;
min-height: 230px;
/*background-image: url(images/cms/rounded_bg_395.gif);*/
background-repeat: no-repeat;
width: 375px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
 
}

div#left_col
{
 float: left; 
border: 0px solid #000;
min-height: 230px;
/*background-image: url(images/cms/rounded_bg_395.gif);*/
background-repeat: no-repeat;
width: 375px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 198px;    /* sidebar width, if you change this please also change #main margins */
   width: 196px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
    border: 0px solid #000; 
/*    background-image: url(images/cms/rounded_bg_200.gif);*/
background-repeat: no-repeat;
min-height: 230px;
padding-top: 5px;
padding-left: 3px; /* must be 3px for menu to look right */
padding-right: 0px;
margin-left: 10px;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
 /*  padding: 0 1%;*/
   /*width: 175px; */ /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color: white; /* same bg color as in header */
   border: 0px solid #bbbbbb;
   padding-top: 0px;
}

div#footer p {
   font-size: 0.8em;
   padding: 5px;      /* some air for footer */
   text-align: center; /* centered text */
/*   line-height: 15px; */
   margin:0;
}

div#footer p a {
   color: #000; /* needed because footer link would be same color as background otherwise */
color: #18507C;
text-decoration: none;
background-color: transparent;
border-color: #5683a6;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}


div#footer p a:hover {
text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin-top: 12px;
   margin-bottom: 5px;
   border-bottom: 1px solid #cccccc;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
  color: #aa9168;
   border-bottom: 0px solid #cccccc; 
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 12px;
  clear: left;
  text-transform: uppercase;
  font-family: Sans-Serif;
  font-weight: bold;
color: #555555;
}
div#content h2 {
  color: #aa9168;
   border-bottom: 1px solid #cccccc; 
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 12px;
  clear: left;
  text-transform: uppercase;
  font-family: Sans-Serif;
  font-weight: bold;
color: #555555;

}
div#content h3 {
   color: #294B5F; 
   font-size: 12px;
   margin: 0 0 0.5em 0;
text-align:center;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 11px;
   line-height: 15px;
   margin: 3px 0 0 0;
color: #666666;
}
h6 {
   font-size: 11px;
   line-height: 15px;
   margin: 5px 0 2px 0;
color: #1b5b87;
}

h6 a {
   font-size: 11px;
   line-height: 15px;
   margin: 5px 0 2px 0;
color: #1b5b87;
text-decoration: none;
}

h7 {
   font-size: 17px;
   line-height: 22px;
font-weight:bold;
color:#32739f;
}



/* END HEADINGS */

/* TEXT */
p {
   font-size: 11px;
  /* margin: 0 0 1.5em 0; */ /* some air around p elements */
   margin: 0 0 10px 0;  /* some air around p elements */
   line-height:17px;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */

/*
div#main ul,
div#main ol,
div#main dl {
  font-size: 11px;
   line-height:15px;
   margin: 0 0 5px 25px;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 25px;
padding-left: 25px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 25px;
}
div#dl dd {
   margin: 0 0 0 25px;
}
*/

/* new mods list */

ul.mods_list
{
list-style-position: inside;
margin-bottom: 10px;
margin-left: 0px;
margin-right:0px;
margin-top:0px;
line-height: 20px;
border:0px solid red;
padding-left: 0px;
}


ul.mods_list a
{
 /* text-decoration: underline;*/
color: #18507C;
text-decoration: none;
background-color: transparent;
border-color: #5683a6;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

ul.mods_list a:hover
{
text-decoration: none;
border-bottom-width: 0px;
}


ul.mods_list lh
{
color: #777777;
font-weight: bold;
}

/* END LISTS */




/* START FOOTER LOGOS --- NOT IN USE */

#moparlogo{

    width: 35px;
    height: 35px;
    background-image: url(images/cms/logos/mopar.gif);
    margin: 0 auto;
    background-color: inherit;
    border-color: #18507C;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
#moparlogo:hover {
    background-color: inherit;
    background-image: url(images/cms/logos/mopar_hover.gif);
}


a#kumhologo{

    width: 88px;
    height: 35px;
    background-image: url(images/cms/logos/kumho.gif);
    margin: 0 auto;
    background-color: inherit;
    border-color: #18507C;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
a#kumhologo:hover {
    background-color: inherit;
    background-image: url(images/cms/logos/kumho_hover.gif);
}

a#motegilogo{

    width: 35px;
    height: 35px;
    background-image: url(images/cms/logos/motegi.gif);
    margin: 0 auto;
    background-color: inherit;
    border-color: #18507C;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
a#motegilogo:hover {
    background-color: inherit;
    background-image: url(images/cms/logos/motegi_hover.gif);
}

a#samcologo{

    width: 88px;
    height: 35px;
    background-image: url(images/cms/logos/samco.gif);
    margin: 0 auto;
    background-color: inherit;
    border-color: #18507C;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
a#samcologo:hover {
    background-color: inherit;
    background-image: url(images/cms/logos/samco_hover.gif);
}

a .alt {
display:none;
}



/*END FOOTER LOGOS */



/* START FOOTER LOGO BORDER */


img.footer_logo{
   border: 1px solid white; /* need this so that images don't jump around */
padding: 1px;
margin-left: 9px;
margin-right: 9px;
}

img.footer_logo:hover{
 border: 1px dashed #cccccc;
}

/* END FOOTER  LOGO BORDER */

/* CUSTOM STUFF */

.image_right {
float: right;
border: 2px solid #333333;
margin-left: 3px;
margin-bottom: 5px;
margin-right: 0px;
margin-top: 1px;
padding: 1px;
}

.image_left {
float: left;
border: 2px solid #333333;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 3px;
margin-top: 1px;
padding: 1px;
}

.image_center{

border: 2px solid #333333;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
margin-top: 1px;
float:center;
padding: 1px;
}

.image_right_no_border {
float: right;
border: 0px solid #000;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
margin-top; 0px;
}

.image_border
{
	border: 7px solid #000;
	margin: 10px 10px 5px 10px;
}

.image_border_center
{
border: 8px solid #000;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 5px;
}

.image_border_light
{
	border: 1px solid #999999;
	margin: 3px 0px 3px 0px;
}


.image_no_border_center
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 5px;
}

.price{

color: red;

}




/* START contact list */
.contact_right {
float: right;
border: 0px solid red;
width: 300px;
margin-right: 55px;
text-align:center;
}

.contact_left {
float: left;
margin-left: 55px;
border: 0px solid red;
width: 300px;
text-align:center;
}



/* START modifications list */
.mods_right {
float: right;
border: 1px solid red;
width: 300px;
margin-right: 25px;
}

.mods_left {
float: left;
margin-left: 25px;
border: 1px solid red;
width: 300px;
}


/* END modifications list */


/* START newest modifications colums */

#split_left{
    border: 0px solid green;
    float:left;
    width:325px;
    margin:0px;
    padding:0px;
display: block;

    }
#split_right{
    border: 0px solid green;
    float:right;
    width:325px;
    margin:0px;
    padding:0px;
display: block;

    }

div#split_left ul,
div#split_right ul,
div#main_wide ul
 {
   line-height:20px;
   margin: 0 0 5px 0px;
}

div#split_left ul li,
div#split_right ul li,
div#main_wide ul li {
margin: 0 0 0 0px;
padding-left: 0px;
}


/* END newest modifications colums */

.p_intro {
color: #777777;
font-weight: bold;
}

input {
 background-color: #e5e5e5;
background-color:#f7f7f7;
border: 1px solid #666666;
width: 100px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
height: 15px;
}

.links_img /* banners for vendors, sponsors, shops etc in links/vendors page */
{
	/* border: 5px solid #000; */
	margin: 0px 150px 5px 150px;
}

.img_right
{
 float: right; 
   margin-left: 10px;
border: 0px solid #000;
/*min-height: 230px;*/
 /*   background-image: url(images/cms/rounded_bg_425.gif);*/
/*background-repeat: no-repeat;*/
/*width: 405px;*/
padding: 0;
margin-right: 5px;
margin-bottom: 15px;
}

.img_left
{
 float: left; 
   margin-right: 10px;
border: 0px solid #000;
/*min-height: 230px;*/
 /*   background-image: url(images/cms/rounded_bg_425.gif);*/
/*background-repeat: no-repeat;*/
/*width: 405px;*/
padding: 0;
margin-left: 5px;
margin-bottom: 15px;
}

.image_caption {
color: #555555;
font-weight: bold;
text-align: center;
margin: -5px 0px 5px 0px;
padding: 0;



}

.image_caption_small {
color: #555555;
font-size: 9px;
font-weight: bold;
text-align: center;
margin: -5px 0px 5px 0px;
padding: 0;
}


/* START top page content options or buttons */


.img_mult_options
{
float: left; 
margin-left: 11px;
margin-right: 11px;
margin-top: 0px;
margin-bottom: 11px;

border: 4px dashed #fff;
padding-top: 3px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 0px;
/*padding: 6px;*/
}



.img_mult_options:hover{
border: 4px dashed #dddddd;
/*background-color: fff;*/
/*    background-image: url(images/cms/buttons/bg_hover.jpg);*/
background-repeat: no-repeat;

}

/* END top page content options or buttons */

/* child window for pictures */

.child{
/*width:570px;*/
padding:20px;
border: 3px solid black;
float:left;
text-align:justify;

}

/* START article list in featured rides and tutorials */


.article_summary_left
{
float: left;
border-bottom: 0px solid #ccc;
min-height: 125px;
min-width: 300px;
width: 380px;
margin: 0;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 0px;
}

.article_summary_left_wide
{
float: left;
border-bottom: 0px solid #ccc;
min-height: 125px;
min-width: 625px;
width: 625px;
margin: 0;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 0px;
}

.article_summary_center_wide
{
float: left;
border-bottom: 0px solid #ccc;
min-height: 125px;
min-width: 400px;
width: 400px;
margin-left: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 20px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.article_summary_right
{
float: right;
border-left: 1px solid #ccc;
border-bottom: 0px solid #ccc;
min-height: 125px;
min-width: 300px;
width: 375px;
margin: 0;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 0px;
}

.article_summary_twin
{
float: right;
border-bottom: 0px solid #ccc;
min-height: 125px;
min-width: 375px;
width: 375px;
margin: 0;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 5px;
padding-right: 0px;
}

/* END article list in featured rides and tutorials */




/* START specs list in car profile and modifications */


.col_left
{
float: left;
border: 1px solid #fff;
min-width: 325px;
width: 325px;
margin: 0;
padding-left: 0px;
padding-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
display: block;

}

.col_right
{
float: right;
border: 1px solid #fff;
border-left: 1px solid #dddddd;
min-width: 325px;
width: 325px;
margin: 0;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
}

/* END specs list in car profile and modifications  */



/* START wide wrap */

.wrap_wide
{
border: 1px solid blue;
min-width: 100%;
width: 99%;
margin: 0 auto;
padding: 0;
/*display: block;*/
}


.wrap_small
{
border: 1px solid #000;
min-width: 300px;
width: 300px;
margin: 0 auto;
padding: 0;
display: block;
}


div.spacer {
/*clear: both;*/
min-height: 1px;
max-height: 1px;
height: 1px;
  }

/* END wide wrap */







/* START created date and author at top of articles */


.col_top_left
{
float: left;
border: 1px solid #fff;
min-width: 275px;
width: 275px;
margin: 0;
padding-left: 0px;
padding-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
display: block;
text-align: left;
line-height: 11px;
}

.col_top_right
{
float: right;
border: 1px solid #fff;
min-width: 275px;
width: 275px;
margin: 0;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 0px;
padding-right: 0px;
text-align: right;
line-height: 11px;
}

/* END created date and author at top of articles  */


/* START table layout */


.table_specials
{
border: 1px solid #eeeeee;
width: 100%;
border-collapse: collapse;
margin-bottom:10px;

}

.table_specials th
{
border: 1px solid #eeeeee;
padding: 2px;
}

.table_specials td
{
border: 1px solid #eeeeee;
padding: 2px;
vertical-align: top;
}

.table_specials p{
text-align: left;
}



.table_full
{
border: 1px solid #d6d6d6;
width: 100%;
}

.table_full th
{
border: 1px solid #e6e6e6;
padding: 5px;
}

.table_full td
{
border: 1px solid #e6e6e6;
padding: 1px;
valign:top;
}

/* END table layout  */

/* START - front table     */

.table_news
{
border: 1px solid #d6d6d6;
width: 100%;
}

.table_news th
{
border: 1px solid #e6e6e6;
padding: 0px;
}

.table_news td
{
border: 1px solid #e6e6e6;
padding: 0px;
}


/* END - front table     */


#comments textarea { width:350px; height: 125px;}

div#myframe {display: block;}



/* misc images */

.img_sidebar_button
{
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}

/*editor form */

.formbuilderform textarea { width:185px; height: 175px; margin-bottom: 2px;}

.formbuilderform input { width:125px;  margin-left: 10px; margin-bottom: 3px; margin-top: 3px; float:right;}

.formbuilderform label { float:left;  margin-bottom: 4px; margin-top: 4px; }


.commentsarea1{
border:1px solid red;
width: 100px;
}


/* PAGE MENU */

#page_menu{

border:0px solid red;
width: 100%;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
font-size: 10px;

}


.gallery_thumb{
border:1px solid black;
margin-top:5px;
}


.table_est{
width:100%;
border:0px solid #82ac8f;
padding:4px;
background-color: #dfe3d2;
border:1px solid #a79c77;
}

.table_est th{
vertical-align:top;
}

.table_est td{
vertical-align:top;
}

.table_est input{
width:150px;
}

.table_est select{
width:150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.table_est textarea{
width:245px;
border:1px solid #666666;
height: 300px;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
}




.table_estimate2{
width:100%; background-color: #dfe3d2;
border:1px solid #a79c77;
padding:4px;
}

.table_estimate{

width:100%;
border:1px solid #82ac8f;
background-color:#cfe2d5;
padding:4px;
}

.table_estimate input{
width:100%;
}

.table_estimate textarea{
width:100%;
border:1px solid #666666;
height: 100px;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
}

.table_estimate2 textarea{

width:100%;
border:1px solid #666666;
height: 120px;
width: 165px;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
line-height: 15px;
}

.table_estimate2 select{


border:1px solid #666666;
margin-left: 5px;
margin-right: 5px;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
line-height: 15px;
}



.table_estimate th{

text-align:center;
}


.table_estimate tr {

}


.table_estimate td{
padding-left:3px;
padding-right:3px;
}

.table_estimate .helper{
color: #666;
font-size:10px;
}



.table_estimate2 input{border:1px solid #666666;  height: 16px; line-height:16px; }

.table_submit {width: 100%; text-align: center;}

.table_submit input{border:1px solid #666666; background-color: #7ea784; height: 20px; font-weight: bold;
 background-image: url(images/cms/buttons/green_gradient.gif); 
}

/* BUTTONS */

.button_green {border:1px solid #666666; background-color: #7ea784; height: 20px; font-weight: bold;
 background-image: url(images/cms/buttons/green_gradient.gif); 
}

.button_gray {border:1px solid #666666; background-color: #7ea784; height: 20px; font-weight: bold;
 background-image: url(images/cms/buttons/gray_gradient.gif); 
}


/* Easy Slider */


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:593px;
		height:250px;
		overflow:hidden; 


		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:596px;

		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:5px 0;
		padding:0;
		height:15px;
float:right;

		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
                width: 20px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#DAF3F8;
                background: #f1f0e9;
		color:#555;
		padding:0 5px;
		text-decoration:none;

		}
	ol#controls li.current a{
		background:#5DC9E1;
                background: #e4ddc6;
		color:#000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/* End of 'Layout: Top menu + 2 columns' */

