/* CSS Document */
#logo-link {
	width:230px;
	height:110px;	
	margin-left:20px;
}
#slogan {
	color:#cac882;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin-top: 70px;
	margin-left:50px;

}
#left-header-wrap {
	text-align:left;
	float:left;
	margin-top:30px;

}
body {
	margin: 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../../img/bg.png);
	background-repeat:repeat-x;

}

a, a:hover, a:visited, a:active {
	color:#742624;
	font-size:12px;
	text-decoration:none;
}
input {
	background-color:transparent;
}
img {
	border:none;
	vertical-align:middle;
}
#container {
	width:951px;
	margin: 0 auto;
	text-align:left;
	border:1px solid black;
	background-color:#FFFFFF;
}
#footer-holder {
	width:951px;
	margin: 0 auto;
	text-align:left;
}
#banner {
	background-image:url(../../img/header2.jpg); 
	background-repeat:no-repeat;
	width:951px;
	height:342px;
}
#banner-fill {
	height:300px;
	width:100%;
	text-align:right;
}
#trans {
	float:right;
}
#portal-link{
	float:left;width:200px;height:55px;margin-top:-20px;
}
#menu-holder{
	color:#FFFFFF;
	float:left;
	height:26px;
	width:721px;
	padding:5px;
	padding-top:10px;
	font-weight:bold;
	font-size:16px;
	margin-left:10px;
	margin-bottom:-12px;
}
#leftcol{
	width:200px; 
	min-width:200px;
	vertical-align:top;
	background-image: url(../../img/leftbg.jpg);
	background-repeat:repeat-y;
}
#leftcol p{
	margin-top:2px;
}
#middlecol{
	width:751px; 
	vertical-align:top;
}
#rightcol{
	vertical-align:top;
}

#footerbar {

}
.w3c {
	background-color:#fff;
	display:block;
	padding:5px;
	padding-top:10px;
	font-size:8px;
	font-weight:bold;
	height:10px;
	width:187px;
	text-align:center;
}
.w3c a, .w3c a:hover, .w3c a:active, .w3c a:visited {/* W3C compliance links */

	
}
.copyright {
	font-size:10px;
	float:right;
	width:100%;
	text-align:right;
	white-space:nowrap;
}

.copyright a {
	font-size:10px;

}

.bottommenu {
	background-color:#071a46;
	display:block;
	font-size:9px;
	color:#FFFFFF;
	width:754px;
	height:30px;
}
.bottommenutext {
	padding:9px;
}
.bottommenutext a, .bottommenutext a:hover, .bottommenutext a:visited, .bottommenutext a:active{
	color:#FFFFFF;
	font-size:10px;
	padding-right:7px;
}
#contacts {
	padding: 0px;
	padding-top:8px;
	padding-left:3px;
	white-space:nowrap;
}
#contacts p{
	font-size:11px;
}

#projectsidebar{
	text-align:center;
	margin:10px;
	width:300px;
}
#projectsidebar p{
	text-align:center;
	font-size:9px;
}

/* CMS SPECIFIC */
#admin-notice {background-color:#CC0000;width:100px;height:15px;color:#FFFF00;border:thin solid #000000;position:absolute;top:0px;left:48%;text-align:center;}


.mainbody {/* wraps the mainbody section where all components are loaded */
	margin-left:0px;
	padding:0px;
	min-height:200px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.img-shadow img {

  }

/* HOVER CLASS */
.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.floatleft {float:left;}
.floatright{float:right;}
/* HOVER CLASS */
.hover{}/* helper class, used to make non-anchor elements display the hand-cursor - style at your own risk! */
/* Login Popup Box */
#login {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:240px;
	color:#000000;
	background-color:#FFFFFF;
}
 /* MODAL BOX - is not really modal, just an AJAH popup window  */
#modalbox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:auto;
	color:#000000;
	background-color:#FFFFFF;
}
#modalclose {width:100%;text-align:right;background-color:#666666;color:#FFFFFF;font-weight:bold;padding:2px;}
#modaltitle {float:left;}
 /* PAGES COMPONENT  */
#cms_page { /* Style for com_Pages, the default Page component.  DIV element around the text. */
	margin:0px;
	padding:5px;
	margin-left:7px;
}
#cms_page h1, h1 { /* The page title */
	font-size:14px;
	color:#000000;
	margin:0px;
	margin-left:-7px;
	margin-top:-2px;
	padding:0px;
	height:23px;
	width:100%;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:0px;
}
.cms_page_edit{ /* The page edit icon */
float:right;
}

 /*MENU MODULE  */
.cms_menu{ /* If mod_Menu vertical property is true, this is a <ul> element with child <li> 
and <a> elements, otherwise a <div> element with child <a> elements and a separator class. 
Span elements available as well, see below */

}
.cms_menu_sep{ /* Mod_Menu separator class when mod_Menu vertical property is set to false. It is a span element 
which wraps the separator, which is by default, “|”, without the quotes. */
padding-left:0px;

}
.cms_menu_items{ /* Span element which wraps both menu item text and admin buttons. */
	color:#FFFFFF;
	margin-right:10px;
	padding:5px;
	border:1px dashed transparent;
	background-color:transparent;
}
.cms_menu_items a, .cms_menu_items a:hover, .cms_menu_items a:active, .cms_menu_items a:visited {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.cms_menu_items a:hover {

}

.cms_menu_items span.ahover {

}

.cms_menu_items_vert{ /*Vertical variation of above, handy for 'display:block' on side menu.  */
	display:block;
}
.cms_menu_admin_wrapper{/*Admin Only: <div> element which wraps the whole module.  */
	color:#FFFFFF;
	float:left;
	height:50px;
	background-color:#071a46;
	overflow:auto;
	padding:5px;
	margin-top:-31px;
	margin-left:-14px;
	width:740px;
	position:relative;
	z-index:10;
}
.cms_menu_items_admin{ /*Admin Only: <span> element which holds the edit and delete buttons for each item.  */
	margin-left:-2px;
	margin-top:-15px;
	padding: 0px;
	background-color:transparent;
}
.cms_menu_admin {/*Admin Only: <span> element which holds the new and global menu edit  */
	float:right;
}
 /* SUB MENU MODULE  */
.cms_submenu{ /* If mod_Menu vertical property is true, this is a <ul> element with child <li> 
and <a> elements, otherwise a <div> element with child <a> elements and a separator class. 
Span elements available as well, see below */
	list-style:none;
	margin:0px;
	padding:5px;
	background-color:#f7f5d9;
	margin-bottom:3px;
	margin-left:5px;
	width:182px;
}
.cms_submenu li {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:4px;
	
}
.cms_submenu_sep{ /* Mod_Menu separator class when mod_Menu vertical property is set to false. It is a span element 
which wraps the separator, which is by default, “|”, without the quotes. */

}
.cms_submenu_items{ /* Span element which wraps both menu item text and admin buttons. */
	color:#FFFFFF;
}
.cms_submenu_items a {}

.cms_submenu_items_vert{ /*Vertical variation of above, handy for ‘display:block’ on side menu.  */
	font-weight:bold;
	display:block;
	text-decoration:none;
	
}
.cms_submenu_items_vert a {
	text-decoration:none;
	font-weight:normal;
	margin-left:5px;
	display:block;
}

.cms_submenu_items_admin{ /*Admin Only: <span> element which holds the edit and delete buttons for each item.  */

	padding: 1px;
}
.cms_submenu_admin{/*Admin Only: <span> element which holds the new and global menu edit  */
}

/*  FRONTPAGE COMPONENT  */
#cms_frontpage {}
.cms_homebox { /* frontpage section */
	float:left;
	margin:0px;
	padding:0px;
}
.cms_homebox_admin {/* frontpage section aditional admin styling */
	border:1px dashed blue;
	height:105%;
}
.cms_homebox_title h2 {
	font-size:16px;
	margin-top:15px;
	margin-left:0px;
	margin-right:3px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:21px;
	color:#FFFFFF;
	background-color:#742624;
	display:block;
	height:25px;
}
.cms_homebox_text {
	padding:10px;
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cms_fp_section_admin {/* frontpage item admin buttons */

}


/*  SEARCH MODULE  */

#search-container{ /*  div wrapping whole module  */
	width:180px;
	margin-left:5px;
	margin-top:10px;
	}
#searchlabel { /*  label for input searchbox  */
font-weight:bold;font-size:11px;}	
#searchbutton {/*  submit button */  
	border:none;
	background-color:transparent;
	color:#000000;
	height:20px;
	font-size:10px;
	vertical-align: text-top;
	font-weight:bold;
	margin-top:5px;
	float:left;
}

/*  SEARCH COMPONENT  */
#cms_search_component { /* div wrapping the whole module */
	margin-left:15px;
}
.search-hr { /* Horizontal rule between the
sections */
}
#search-table, #search-table td { /* Table holding search results */
	border:none;
}

.search-section { /* div wrapping search section title */
font-weight:bold;
	
}
.search-anchor {/* SPAN wrapping the <a> elements */
}
.search-anchor a {/* <a> elements */

}

/*  GENERIC LIST ITEMS - USED THROUGHOUT IN VARIOUS LSITS  */
.list-Title { /* Title of the list */
	font-weight:bold;
	font-size:larger;
	margin-top:5px;
}
.list-SubTitle { /* Title of the list */
	font-weight:normal;

}
.list-Date { /* Date of the list */

}
.list-body { /* Body of the list */

}
.list-picture { /* Picture of the list */
	float:right;
	width:370px;
	height:220px;
	overflow:hidden;
	margin:5px;
}
.list-picture img { /* Picture of the list */
	width:350px;
	height:200px;
}

/*  PHOTO GALLERY COOMPONENT  */
#cms_pgallerycom { /* div wraps the whole GALLERY component  */
	padding:5px;
	margin-left:7px;
}
#gallerytable td {
	border: 1px solid #CCCCCC;
	text-align:center;
}


/*  CAREERS COOMPONENT  */
#cms_careerscom { /* div wraps the whole CAREERS component  */
	padding:5px;
	margin-left:7px;
}

/*  PROJECT COOMPONENT  */
#cms_projectcom { /* div wraps the whole PROJECT component  */
	padding:5px;
	margin-left:7px;
}
#cms_projectcom .list-picture {
	padding:5px;
	border:double #CCCCCC;
}
#cms_page img {
	padding:5px;
	border:double #CCCCCC;
	margin:3px;
}
#cms_projectcom .list-picture img{
	width:100%;
	height:100%;
}
/*  PROJECT MODULE  */
#cmd_projectmod { /* div wraps the whole PROJECT module  */
	padding:5px;
	overflow:hidden;
	border:double #CCCCCC;
	text-align:center;
	width:340px;
	height:240px;
	max-height:240px;
	
}
#cmd_projectmod img{ /* div wraps the whole PROJECT module  */
	padding-top:5px;
	margin:auto;
	border:none;
	min-height:200px;
	max-height:240px;
	display:block;
vertical-align:middle;
}

/*  NEWS COOMPONENT  */
#cms_newscom { /* div wraps the whole NEWS component  */
	padding:5px;
	margin-left:7px;
}

/*  NEWS MODULE  */
#cms_newsmod{
 background-color:#FFFFFF;
 padding:4px;
 margin-bottom:3px;
}

#cms_newsmod div {
	margin:0px;
	padding:5px;
	width:100%;
	width:183px;
}

#cms_newsmod_modtitle{
	background-color:#f2f0c4;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}
.cms_newsmod_item{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:11px;
	background-color:#f2f0c4;
}

/*  CONTACT FORM SCRIPT  */
#contactform td {
	text-align:left;
	vertical-align:top;
	background-color:transparent;
}
#contactform table {
	margin-left:20px;
	margin-top:10px;
	background-color:transparent;
}
#contactform textarea {
	border:1px solid black;
	width:234px;
	margin-left:1px;
}
#contactform h2 {
	font-size:16px;
	margin-top:15px;
	margin-left:0px;
	margin-right:3px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:21px;
	color:#FFFFFF;
	background-color:#742624;
	display:block;
	height:25px;
}
#contactform {
	margin:10px;
	margin-top:35px;
	background-color:transparent;
}
#contactform input {
	background-color:transparent;
	color:#FFFFFF;
}
/* CONTACT FORM */
