a {
	color:#003e34;
	text-decoration:none;
}
a:hover {
	color:#D0D1D3;
	text-decoration:none;
}

															/** MAIN CONTAINERS **/
.mainbody {/* wraps the mainbody section where all components are loaded */

	margin-left:0px;
	padding:0px;
	min-height:140px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#login {
	display:none;
	position:absolute;
	z-index:9999;
	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:#D0D1D3;color:#FFFFFF;padding:2px;}
#modaltitle {float:left;}
 /* PAGES COMPONENT  */
#cms_eventscom {
	margin:0px;
	padding:5px;
	margin-left:2px;
}

 /* PAGES COMPONENT  */
#cms_page { /* Style for com_Pages, the default Page component.  DIV element around the text. */
	margin:7px;
	padding:5px;
}

#cms_page h1{ /* The page title */
	font-weight:normal;
}

h1 {font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:24px;
	font-weight:normal; 
	color:#333333;
	margin:0px;
	margin-top:-2px;
	padding:0px;
	height:23px;
	width:100%;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:0px;
}

h2 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:22px; 
	color:#333333;
	}

h3 {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:18px; 
	color:#333333;
	}

.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 */
	float:right;
	height:35px;
	margin-top:0px;
	padding-top:15px;
	margin-bottom:0px;
	font-family:"Arial Narrow";
	font-size:13px;
	
}
.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. */
color:#FFFFFF;
padding-right:5px;
}
.cms_menu_items{ /* Span element which wraps both menu item text and admin buttons. */
color:#FFFFFF;
padding-right:5px;
}
.cms_menu_items a{
color:#FFFFFF;
}



.cms_menu_items a:hover {
	color:#D0D1D3;

}


.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.  */

}

.cms_menu_items_admin{ /*Admin Only: <span> element which holds the edit and delete buttons for each item.  */

}


.cms_menu_admin {/*Admin Only: <span> element which holds the new and global menu edit  */
	float:right;
	margin-right:10px;
	margin-top:18px;
}

/* MENU2 MODULE */
.menu2_noLink {

}

.cms_menu_items2_box {

}
.cms_menu_items2_text {
	float:left;
	font-size:18px;
}

.cms_menu_item2_text a{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.cms_menu_item2_text a:hover{
	color:#D0D1D3;
}

.cms_menu_items2 {
	float:left;
	padding-left:10px;
	margin-top: 15px;
	width:182px;
}
.cms_menu2 {
	margin-left:0px;
}

 /* 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 */
	margin-left:-15px;
	list-style:none;
	background-color:transparent;
	color:#FFF;
	margin-top: 0px;
}
.cms_submenu li {
	list-style:none;
	margin-left:-20px;
	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. */

}

.cms_submenu_items a:hover {
text-decoration:underline;
}
.cms_submenu_items a:active {
text-decoration:underline;
}

.cms_submenu_items_vert{ /*Vertical variation of above, handy for ‘display:block’ on side menu.  */

	display:block;
	text-decoration:none;
	
}
.cms_submenu_items_vert a {
	text-decoration:none;
	font-weight:normal;
	display:block;
}

.cms_submenu_items_admin{ /*Admin Only: <span> element which holds the edit and delete buttons for each item.  */

}
.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;
	padding-left:10px;
	margin-top:-15px;	
}
.cms_homebox_admin {/* frontpage section aditional admin styling */
	float:left;
	margin-left:-1px;
	margin-top:-15px;
	padding-left:10px;
	height:100%;
}
.cms_homebox_title h2 {

}
.cms_homebox_title_h3 {

}

.cms_homebox_text {
	padding:0px 10px 10px 10px;
	width:100%;
	font-family:"Arial Narrow";
	font-size:15px;
	color:#BFE9E3;
	line-height:normal;
}

.cms_fp_section_admin {/* frontpage item admin buttons */

}


/*  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 */

	
}
.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-size:13px;
	margin-top:5px;
	margin-left:0px;
}

.list-SubTitle { /* Title of the list */
	font-size:14px;
	font-weight:normal;
	margin-left:5px;
}
.list-Date { /* Date of the list */
	margin-left:10px;
	font-size:12px;

}
.list-body { /* Body of the list */
	font-size:14px;
}

.list-body img { /* Body of the list */
	padding:0px 10px 10px 0px;
}

.list-picture { /* Picture of the list */
	float:right;
	overflow:hidden;
	margin:5px;
}
.list-picture img { /* Picture of the list */
	padding:10px;
}

/*  PHOTO GALLERY COOMPONENT  */
#cms_pgallerycom { /* div wraps the whole GALLERY component  */
	padding:5px;
	margin-left:7px;
}
#gallerytable td {
	border: 1px solid #CCCCCC;
	padding:10px;
	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_project_image {
	float:right;
	padding-left:10px;
	margin-top:40px;
	margin-right:0px;
}
/*  PROJECT MODULE  */
#cmd_projectmod { /* div wraps the whole PROJECT module  */

}

.cmd_projectmod_position {
	float:left;
	margin:9px 0px 0px 0px;
	height:240px;
	overflow:hidden;
}

.cmd_projectmod_learnmore {
	float:left;
	height:20px;
	margin:0px 0px 0px 16px;
	overflow:hidden;
	
}

#cmd_projectmod_buttoncontrol {
	float:left; 
	margin:10px 0px 0px 30px
}

.cmd_projectmod_title {
	margin-left:10px;
}

.cmd_projectmod_pic {
	margin-left:15px;
	float:right;
}

.cmd_projectmod_text {
	margin-left:15px;
	height:209px;
	overflow: hidden;
	
}

/*  NEWS COOMPONENT  */
#cms_newscom { /* div wraps the whole NEWS component  */
	padding:5px;
	margin-left:7px;
}

/*  SITEMAP COOMPONENT  */
#cms_sitemap_component { /* div wraps the whole SITEMAP component  */
	padding:5px;
	margin-left:7px;
}
#cms_sitemap_component li {
	margin:2px;
}

#cms_sitemap_component a:hover {
	color:#000000;
}
#sitemaplist {
	margin-left:30px;
	margin-top:10px;
}
#sitemaplist ul{
	margin-left:0px;
}
#sitemaplist li {

}
.toplvl {
	padding-top:10px;
}


/*  EVENTS MODULE  */
.cms_eventsmod_item {
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:11px;
	width:300px;
	margin-bottom:2px;
}
#cms_eventsmod{
 padding:0px;
 margin-bottom:3px;
}

#cms_eventsmod div {


}

/*  NEWS MODULE  */
#cms_newsmod{
 padding:0px;
 margin-bottom:3px;
}



#cms_newsmod_modtitle{
	margin-bottom:5px;
	font-size:14px;
}
.cmd_newsmod_item{
	height:240px; 
	overflow:hidden;
}

.cms_newsmod_item_date {
	float:left;
	width:100px;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.cms_newsmod_item_title {
	float:left;
	width:200px;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.cms_newsmod_item img {
	float:right;
	margin-right:20px;
}
.cms_newsmod div {
		margin:0px;
	padding:0px;
}

/*  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 */

.innerfade-title{
        		position: absolute;
        		bottom: 20px;
        		left: 0;
        		z-index: 290;
        		width: 100%;
        		background: #00a7ee url(file:///X|/Wesley/v2_wesleytest/templates/Copy%20of%20test/img/title-bg.png);
        		height: 34px;
        		filter:alpha(opacity=80);
        		opacity: .8;
        		border-top: 1px solid white;
		}
		.innerfade-title h2{
		        color: white;
        		margin-top: 0;
        		margin-bottom: 0;
       			text-align: center;
        		font-family: Arial;
        		font-size: 16px;
        		font-style: normal;
        		line-height: 34px;
		}
		.mycontrolboxclass{
			position: absolute;
			right: 35px;
			top: 20px;
		}
		.bg-frame img {  }



#container2{
	background-color:transparent;
	float:left;
	height:100%;
	width:660px;
	border-left:130px solid transparent; /* The width and color of the left rail */
	border-right:160px solid transparent; /* The width and color of the right rail */
}
#leftRail{
	float:left;
	width:120px;
	margin-left:-130px;
	position:relative;
}
#center{
	float:left;
	width:660px;
	margin-right:-660px;
}
#rightRail{
	float:right;
	width:160px;
	height:100%;
	margin-right:-160px;
	padding-right:10px;
	position:relative;
}

.sub-menu {
	background-color:#9eb7d6;
	height:30px;
}

.box1 {
	margin-left:-10px;
}
.box2 {
	margin-left:-10px;
}
.box3 {
	margin-left:-10px;
}
.box4 {
	margin-left:-10px;
}
.box5 {
	margin-left:-10px;
	height:105px;
}
.box6 {
	margin-left:0px;
}
.box7 {
	margin-left:0px;

