/* Start of CMSMS style sheet 'sws_clean : Base Page' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0em;
margin-top:10px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#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(uploads/sws_clean/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 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/sws_clean/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
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(uploads/sws_clean/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   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(uploads/sws_clean/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   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 2.8em;
   background-position: 1.4em 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.3em 0.5em 0.3em 4.3em;
   background: url(uploads/sws_clean/arrow-right-active.gif) no-repeat 2.7em 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 */
}


/* A CSS file by Laurentiu (Lari) Corifeanu, www.sydneywebs.com.au */
/* Header  */
#SWSmainNavHeader1 {float:left; width:780px;height:88px; background-color:#FFF; }
#SWSmainNavHeader2 {float:left; height:30px; width:780px; margin-top:0px; background-image: url(uploads/sws_clean/sydneywebs_menubg0.jpg);}
#SWSlogoNav {float:left; width:340px; height:70px; text-align:left}
#SWSSearchNav {float:left; width:440px; height:70px; background-image: url(uploads/sws_clean/page_search_bg.jpg); font-size:11px;}
#SWSSearch {float:right; width: 250px; text-align: right; margin-top:1px; margin-right:10px;}
#SWSUpmenu {float:left; width: 425px; text-align:left; margin-top:4px; margin-left:10px; height:15px; font-size:10px; color:#FFFFFF;}
/* #SWSUpmenuOpt {float:left;margin-right:10px;padding-left:2px;padding-right:2px; background-color:#ffffff;} Not used*/
#SWSUpmenu a, #SWSUpmenu a:link,  #SWSUpmenu a:visited {text-decoration:none; color:#FFFFFF;}
#SWSUpmenu a:hover {text-decoration:overline; color:#FFFFFF; background:none;}
#SWSCards {float:right;}

/* Menu */
#SWSmainNavHeader2 a:hover, #SWSmainNavHeader2 a:link, #SWSmainNavHeader2 a:active, #SWSmainNavHeader2 a:visited {text-decoration: none; color:#fff;}
#SWSmainNavHeader2 a:hover {text-decoration: none;color:#000;}
   /* used for page with side menu */
#SWSMenu {float:left; margin-top:10px; margin-left:10px; color:#000;}
#SWSMenu a, #SWSMenu a:link,  #SWSMenu a:visited {text-decoration:none; color:#000; margin-right:10px;}
#SWSMenu a:hover {text-decoration:none; color:#000; background:none;margin-right:10px;}

/* Breadcrumbs */
#SWSBreadcrumbsNav {float:left; width:780px; text-align:left; background-color:#fff; margin-left:5px;}
#SWSBreadcrumbs {color:#000; margin:4px 0px;}

/* Content  - 1 col template*/
#SWSContentAllNav {float:left; width:780px; background-color:#FFFFFF; border-bottom:1px solid #6FCBEE; border-top:1px solid #6FCBEE;}  
#SWSContent1colNav {float:left; width:780px; margin-left:0px; margin-top:0px; border-top:1px solid #9BCDFF; border-bottom:1px solid #9BCDFF; text-align:left; background-color:#FFFFFF;}

/* Content and Right - 2 cols template*/
#SWSContentNav {float:left; width:507px; margin-left:0px; margin-top:10px; color:#333333; text-align:left;}
#SWSContent {margin:5px;}
.SWSContent {margin:5px;}

/* Right Box */
div.swsBox1MaiNav{width:250px; }
.swsBox1MidNav{float:left; width:250px; background:url(uploads/sws_clean/box1_r3_c1.jpg) top left repeat-y;}
.swsBox1Mid {float:left; width:230px;margin-left:10px;line-height: 1.35em;}
.swsBox1Mid1 {float:left; width:230px; margin-left:10px; height:150px; overflow:auto; line-height: 1.15em;}
.swsBox1UpDown {float:left; width:250px;}
.swsBox1VertSep {float:left; width:250px; height:10px;}


#SWSRightNav {float:left; width:250px; margin-left:10px; margin-top:10px; text-align:left;}
#SWSrightBoxTopBottomNav {float:left; width:250px;padding:0px; margin:0px;} 
#SWSrightBoxMidll {width:230px; margin:7px auto 7px 10px;text-align:left;}
#SWSrightBoxMidllNav {
   float:left; 
   width:250px; 
   margin:0px; 
   background:url(uploads/sws_clean/box1_r3_c1.jpg) top left repeat-y;
}
#SWSrightBoxMidllNav {float:left; width:250px; margin:0px;} 

/* Contact page */
div#swsFnav0{
   font-family:Verdana, Arial, Helvetica, sans-serif; 
   font-size:1em; 
   width:700px;
}
div#swsFnav1{padding-top:10px;}
div#swsFnav1L{float:left; width:150px; display:inline; margin-top:4px; margin-right:10px; text-align:right;}
div#swsFnav1Ls{float:left; width:150px; display:inline; margin-right:10px; text-align:right;}
div#swsFnav1Ls1{text-align:right; margin-right:50px;}
div#contact_msg {margin-left:10px; color:#FF0000;}
.bold {font-weight:bold;}

.nttd {border:1px solid #CCCCCC; padding:2px; text-align:center; }

/* End of 'sws_clean : Base Page' */

