/* Global Classes */
* {padding: 0px; margin: 0px;}
.clear         {clear: both; height: 0px; font-size: 0px;}
.float-left    {float: left; margin-right: 10px; margin-bottom: 10px;}
.float-right   {float: right; margin-bottom: 10px; margin-left: 10px;}
.text-left     {text-align: left;}
.text-right    {text-align: right;}
.text-center   {text-align: center;}
.text-justify  {text-align: justify;}
.bold          {font-weight: bold;}
.italic        {font-style: italic;}
.underline     {border-bottom: 1px solid;}
.highlight     {background: #ffc;}
.img-left      {float: left; margin-right: 10px; margin-bottom: 10px;}
.img-right     {float: right; margin-bottom:10px; margin-left: 10px;}
.nobullet      {list-style: none; list-style-image: none;}
.error, .red {background:#FFEBE8 none repeat scroll 0%; border:1px solid #DD3C10; margin:0px 10px 10px; padding:10px; display: block;}
.correct, .green {background:#E6FCE6 none repeat scroll 0%; border:1px solid #84DB12; margin:0px 10px 10px; padding:10px; display: block;}
.info {background:#FBFCE6 none repeat scroll 0%; border:1px solid #D9B411; margin:0px 10px 10px; padding:10px; display: block;}
.required_fields {color:red;}
/* End Global Classes */

body.editor {background: #FFF;}

body {font: 62.5% Arial; background: #FFF;}

#container {width: 980px; margin: 10px auto; background: #FFF;}

/* Header Styles */
#header {width: 980px; height: 120px; display: block; font-size: 1.4em; background-color: #FFF;}

#header .logo {background: url(../images/sce/architects-ireland.jpg) no-repeat top left; display: block; width: 459px; float: left;}

#header .logo a {display: block; width: 357px; height: 17px; padding-top: 80px; padding-left: 118px; color: #9f9f9f; text-transform: uppercase; text-decoration: none;}

#header .details {margin-top: 15px; float: right; line-height: 1.6em; display: block; width: 245px; color: #8b001c; font-weight: bold; padding-right: 40px;}

#header .details strong {color: #777;}

#header .search {clear: right; display: block; width: 285px; float: right; font-weight: bold; margin-top: 15px;}

#header .search label {font-weight: normal; padding-top: 5px; padding-left: 5px; float: left; background-color: #8b001c; color: #FFF; height: 20px;}

#header .search input {float: left; border: 1px solid #8b001c; width: 150px; height: 23px; padding-left: 15px; background: url(../images/sce/search-bg.jpg) no-repeat top left;}

#header .search button {float: left; background-color: #8b001c; border: none; color: #FFF; height: 25px; width: 36px; margin-left: 4px;}
/* End Header Styles */

/* Menu Styles */
#menu {
clear: both;
display: block;
height: 24px;
width: 974px;
font-size: 1.4em;
background: #bfbfbf;
border-bottom: 4px solid #999999;
padding-left: 6px;
}

#menu ul {list-style: none;}

#menu ul li {float: left;}

#menu li {position: relative;}

#menu a {
display: block;
width: auto;
height: 22px;
color: #FFF;
text-decoration: none;
text-align: left;
padding: 4px 15px 2px 15px;
}

#menu a.main_menu {}

#menu a.main_current, #menu a:hover {color: #921932;}

/* Left Nav Styles */
#left-nav {display: block; width: 239px; float: left; margin-right: 20px; padding-top: 20px; background-color: #FFF;}

#left-nav p {font-size: 1.6em; font-weight: bold; padding: 2px 10px; text-transform: uppercase; color: #FFF; background-color: #8b001c; margin-bottom: 2px;}

#menu_left {font-size: 1.4em; background: #DDD;/* float: left;*/}

#menu_left ul {list-style: none;}

#menu_left ul li {/*float: left;*/}

#menu_left li {}

#menu_left a {
display: block;
width: 219px;
color: #000;
text-decoration: none;
padding: 5px 10px;
}

#menu_left a.current {color: #FFF; background-color: #b2b2b2;}

#menu_left a:hover {color: #FFF; cursor: pointer; background-color: #b2b2b2;}

/* 2nd Level Left Nav Styles */
#menu_left ul ul a {width: 209px; padding-left: 20px; background-color: #999999; color: #FFF;}

#menu_left ul li.current ul, #menu_left ul li.main_current ul {display: block;}

#menu_left ul li ul {display: none;}

#menu_left ul li.current ul ul {display: none;}
/* End 2nd Level Left Nav Styles */
/* End Left Nav Styles */
/* End Menu Styles */

/* Footer Styles */
#footer {clear: both; text-align: right; font-size: 1.2em; width: 980px; text-align: center; margin-top: 10px;}

#footer ul {list-style: none; text-align: right;}

#footer ul li {display: inline;}

#footer a {color: #000;}

#footer a:hover {color: #8b001c;}

#footer .footer_link {border-right:solid 1px #a6a6a6; padding-right:4px;}

#footer .footer_last {border-right:none; padding-right: 0px;}

.copyright {text-align: right; padding-top: 10px; border-top: 4px solid #b2b2b2; background: url(../images/sce/footer-bg.jpg) no-repeat #FFF center left;}

.copyright p {margin-top: 10px; margin-bottom: 0px;}

.copyright p a {border-right: solid 1px #a6a6a6; padding: 0px 5px 0px 2px; color: #000;}

.copyright p a:hover {color: #8b001c;}

.copyright p a strong {background-color: #3B5998; color: #FFF; padding: 2px 5px; font-weight: bold; text-decoration: none;}
/* End Footer Styles */

/* Contact Form Styles */
#contactform {width: 350px; font-size: 1.2em; margin-bottom: 10px;}

#contactform .indent {margin:10px 0px 10px 95px;}

#contactform .form_element {padding: 0px 10px 0px 0px; text-align:right; float: left; color: #000; width: 120px;}

#contactform .form_data {text-align:left; float: left;}

#contactform .separator {clear: left; font-size: 1px; height: 1px;}

#contactform input, #contactform textarea {width: 200px;}

#contactform .image {width: 55px; color: #FFF; border: 1px solid #8b001c; background-color: #b2b2b2;}

#contactform #ctl00_MainContent_ctl03_field14_0 {width: 20px;}

#contactform #label14 {margin-top: 10px;}
/* End Contact Form Styles */

#content ul, #content ol {margin-left: 20px; margin-top: 10px; margin-bottom: 10px;}

p, #content li {font-size: 1.3em; color: #000; margin-bottom: 5px;}

table {margin-top: 10px; margin-bottom: 10px;}

a {color: #8b001c; text-decoration: none;}

a:hover {text-decoration: underline;}

h1 {font-size: 2.4em; font-weight: normal; color: #8b001c; margin: 0px 0px 10px 0px;}

h2 {font-size: 2.2em; font-weight: normal; color: #8b001c; margin: 5px 0px;}

h3 {font-size: 1.8em; font-weight: normal; color: #8b001c; margin: 5px 0px;}

h4, h5, h6 {font-size: 1.8em; font-weight: normal; color: #8b001c; margin: 5px 0px;}

/* Site Search Results */
.SiteSearch {font-size: 1.3em;}

.SiteSearch h2 {font-size: 2em;}

.SiteSearch_result_item {margin-bottom: 10px;}

.SiteSearch_titlelink {color: #8b001c; font-size: 1.4em;}
/* End Site Search Results */

/* Site Map Styles */
#site_map ul, #site_map ul ul {margin-top: 0px; margin-bottom: 10px; list-style: none;}

#site_map ul li, #site_map ul ul li {margin-top: 5px; margin-bottom: 0px;}

#site_map ul li a {font-size: 1.2em;}

#site_map ul li ul li a {color: #fd9500; font-size: 0.8em;}

#site_map ul li ul li a:hover {color: #777;}
/* End Site Map Styles */

/* News Manager Styles */
.home-news {display: block; background-color: #DDD; height: 121px; width: 305px; padding-bottom: 5px; margin-top: 88px;}

.home-news .news_date {display: none;}

.home-news h2 {font-size: 1.8em; color: #FFF; background-color: #8b001c; padding: 2px 0px 2px 10px; margin-top: 0px;}

.read-news {font-size: 1.2em; margin-left: 10px; text-decoration: none; color: #8b001c; font-weight: bold;}

.VolNewsLatest {font-size: 1.2em; padding-right: 10px; padding-left: 10px; min-height: 75px;}

.VolNewsLatest .news_date {font-size: 1.3em; margin-bottom: 10px;}

.VolNewsLatest .news_title {color: #000; text-decoration: none; font-weight: bold;}

.VolNewsCategories .title, .VolNewsCategories .news_date {font-size: 1.3em; margin-bottom: 10px;}

.VolNewsCategories .news_title {font-size: 1.8em; color: #8b001c; text-decoration: none;}

.VolNewsCategories .news_headline {font-size: 1.3em; margin-bottom: 10px;}

.VolNewsDetail {min-height: 300px;}

.VolNewsDetail .news_headlines {display: none;}

.VolNewsDetail .news_date {font-size: 1.3em; margin-bottom: 10px;}

.VolNewsDetail .news_title {font-size: 1.8em; color: #8b001c; margin-bottom: 10px; display: block; width: 720px;}

.new_footer {margin-top: 20px;}

.new_footer a {font-size: 1.3em; color: #8b001c; margin-right: 20px;}

.VolNewsSearch ul {list-style: none;}

#content .VolNewsSearch li {margin-bottom: 10px;}

.VolNewsSearch .search-label {display: block; width: 80px; float: left;}

#ctl00_MainContent_ctl03_key_button, #ctl00_MainContent_ctl03_spsearch_button {
width: 58px;
color: #FFF;
border: 1px solid #1446B5;
background-color: #fd9500;
}

#ctl00_MainContent_ctl03_archive_list label {margin-right: 10px;}
/* End News Manager Styles */

/* Gallery Styles */
.postcard_manager .cat_name, .postcard_manager .myfont {display: none;}

.postcard_manager {font-size: 1.4em; color: #000;}

.postcard_manager .panel {float: left; margin-right: 5px; margin-bottom: 10px;}

.postcard_manager a img {border: 2px solid #b2b2b2;}

.postcard_manager a img:hover {border: 2px solid #8b001c;}

.panel .myfont {display: block;}
/* End Gallery Styles */

/* Document Manager Styles */
.document_manager {font-size: 1.4em;}

.document_manager .doclink {line-height: 120%;}

.document_manager .panel {margin-bottom: 10px;}

#contactform #login {width: 60px; background-color: #8b001c; border: none; color: #FFF;}

#ctl00_MainContent_ctl03_login_button {text-transform: uppercase; width: 60px; background-color: #8b001c; border: none; color: #FFF;}
/* End Document Manager Styles */

/* Image Slider Styles */
#slider {
display: block;
clear: left;
width: 645px;
height: 410px;
margin: 0px;
background: url("../images/sce/slider-loading.gif") no-repeat 50% 50%;
}

#slider img, #slider a.nivo-imageLink, .nivo-controlNav {
display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
background: url("../images/sce/slider-arrows.png") no-repeat;
text-indent: -9999px;
border: 0;
position: absolute;
top: 45%;
z-index: 99;
cursor: pointer;
}

a.nivo-nextNav {
background-position: -30px 0px;
right: 15px;
}

a.nivo-prevNav {
left: 15px;
}
/* End Image Slider Styles */

.quick-room a {
float: right;
margin-top: 7px;
margin-right: 15px;
display: block;
clear: both;
text-transform:uppercase;
text-decoration: none;
color: #FFF;
}

