html
{
	height: 100%;
	margin-bottom: 0.01em;
}

#Wrap { 
	position: relative;
	width: 1063px;
	margin: 0 auto; 
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #ED0E8C;
}

#MenuContainer {
	font-family: Helvetica;
	font-size: 16px;
	top: 132px;
	left: 40px;
	width: 850px;
	position: absolute;
	z-index: 300;
	text-align: left;
	color: #fff;
}

#MenuContainer a{
	color: #fff;
}

#ContentContainerHome {
	height: 932px;
	width: 1063px;
	top: 0px;
	position: absolute;
	overflow: auto;
	left: 0px;
	z-index: 1;
	background-image:url('../images/home.png');
	background-repeat: no-repeat;
}

#ContentContainerOther {
	height: 932px;
	width: 1063px;
	top: 0px;
	position: absolute;
	overflow: auto;
	left: 0px;
	z-index: 1;
	background-image:url('../images/other.png');
	background-repeat: no-repeat;
}

#Home {
	position: absolute;
	top: 565px;
	left: 400px;
	width:640px;
	height: 155px;
	overflow: auto;
}

#Other {
	position: absolute;
	top: 185px;
	left: 20px;
	width:1030px;
	height: 370px;
	overflow: auto;
}


/* Menu options*/

.ddsmoothmenu{
font: 12px Verdana;
width: 100%;
text-align: left;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-align: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background:url(../images/menu_inactive.png); /*background of menu items (default state)*/
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	text-align: left;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #ffffff;
	text-align: left;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../images/menu_active.png); 
	color: #ffffff;
	text-align: left;
}

.ddsmoothmenu ul li a:hover{
	background:url(../images/menu_active.png); /*background of menu items during onmouseover (hover state)*/
	text-align: left;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	text-align: left;
	top: 13px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	text-align: left;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 12px Verdana;
	padding: 3px 10px 3px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	background:url(../images/submenu_inactive.png); /*background of menu items (default state)*/
}

.ddsmoothmenu ul li ul li a:hover{
	font: normal 12px Verdana;
	padding: 3px 10px 3px 10px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	background:url(../images/submenu_active.png); /*background of menu items (default state)*/
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

ul li .rightarrowclass{
	position: absolute;
	top: 8px;
	left: 0px;
	right: 5px;
}

ul li ul li .rightarrowclass{
	position: absolute;
	top: 7px;
	left: -20px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}

.ddsmoothmenu-v ul{
	margin: 0;
	#margin: -3px;
	padding: 0px;
	#padding: 1px;
	width: 225px; /* Main Menu Item widths */
	height: 35px;
	list-style-type: none;
	font: bold 13px Verdana;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	height: 29px;
			#top: -25px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #2c3792;
	text-decoration: none;
	padding: 6px;
}

.ddsmoothmenu-v ul li span{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #2c3792;
	text-decoration: none;
	padding: 6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background:url(../images/menu_inactive.png); /*background of menu items (default state)*/
	color: #2c3792;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../images/menu_active.png); 
	color: #2c3792;
}

.ddsmoothmenu-v ul li a:hover{
	background:url(../images/menu_active.png); /*background of menu items during onmouseover (hover state)*/
	color: #2c3792;
	#top: -20px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 140px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

/* Sub level menu links style */
.ddsmoothmenu-v ul li ul li{
	font: normal 12px Verdana;
	padding: 0px 5px 6px 5px;
	margin: 0;
	#top: 0px;
	width: 197px;
	height: 28px;
	font-size: 12px;
	text-align: left;
	background:url(../images/submenu_inactive.png); /*background of menu items (default state)*/
}

#submenutop{
	z-index:100;
	width: 207px;
	height: 6px;
	margin-top: -5px;
	background:url(../images/menu_top.png); /*background of menu items (default state)*/
}

#submenuseperation{
	z-index:100;
	width: 207px;
	height: 5px;
	#margin-left: -5px;
	##background:url(../images/seperator.png); /*background of menu items (default state)*/
	##background:url(../images/seperator_ie7.png); /*background of menu items (default state)*/
}

#submenubottom{
	z-index:100;
	width: 207px;
	height: 28px;
	margin-bottom: 150px;
	#margin-left: -5px;
	#margin-top: 5px;
	##background:url(../images/menu_bottom.png); /*background of menu items (default state)*/
}

.ddsmoothmenu-v ul li ul li ul li{
	font: normal 12px Verdana;
	padding: 5px 5px 4px 5px;
	margin: 0;
	left: -5px;
	width: 202px;
	height: 28px;
	top: -10px;
	font-size: 12px;
	text-align: left;
	background:url(../images/submenu_inactive.png); /*background of menu items (default state)*/
}

#subsubmenutop{
	z-index:100;
	width: 207px;
	height: 6px;
	margin-top: -1px;
	margin-left: 0px;
	background:url(../images/menu_top.png); /*background of menu items (default state)*/
}

#subsubmenuseperation{
	z-index:100;
	width: 207px;
	height: 5px;
	margin-left: -15px;
	##background:url(../images/seperator.png); /*background of menu items (default state)*/
}

#subsubmenubottom{
	z-index:100;
	width: 207px;
	height: 28px;
	margin-bottom: 150px;
	margin-left: -15px;
	#margin-top: 5px;
	#margin-left: -5px;
	background:url(../images/menu_bottom.png); /*background of menu items (default state)*/
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

.projectimage {
	width:140px;
   height:140px;
   margin-top: -10px;
   padding-left: 4px;
   padding-right: 4px;
}

.hiddendiv {
   background:#CF230B;
   opacity: 0.85;
   moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
   height:130px;
   width:130px;
   display:none;
   color: #ffffff;
   margin-top: -140px;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
   padding: 5px;

   
}

div.projectimage:hover div.hiddendiv {
	display:block;
	   background:#CF230B;
}

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: left; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: Helvetica; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #1156A1;}
.cycle-pager > * { cursor: pointer; }


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, Helvetica;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}

.slideshow { margin: auto }
.slideshow img { width: 574px; height: 196px; padding: 2px; }
div.responsive img { width: auto; height: auto }
.cycle-pager { position: static; margin-top: 5px }
div.vertical { width: 100px }


img {
	border: 0;
}

div#content {
	color:#000;
	font-weight:bold;
	font-size: 10px;
}

div#container {
	margin: auto;
	width:1190px;

}

div#container div#desc {
	color:#000;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	margin: auto;
	background-color:	#8B0479;
	color: #ffffff;
	padding-left: 25px;
}

div#container div#menu {

	background-color: #C00068;
	font-weight:bold;
	font-size: 11px;
	height: 21px;	
	color: #ffffff;
	padding-left: 25px;
}

div#menu a {
	color:#fff;
	font-weight:bold;
	font-size: 9px;
}

div#menu a:hover {
	color:#8B0479;
}

#content {
	margin: auto;
	top: 50px;
	font-weight:bold;
	font-size: 10px;
}

#cmsTitle {
	float: left;
	font-weight:bold;
	font-size: 20px;
}

ul.cssMenu, ul.cssMenu ul {
  	list-style:none;
  	margin:0; padding:0;
  	position: relative;
	z-index: 1000;
}

/*Style for 1st level menu header*/
ul.cssMenu li { 
  	position: relative; 
  	float: left; 
  	zoom: 1; /*Needed for IE*/
  	background: #C00068; /*background color of menu header (1st level)*/
  		z-index: 1000;	
}
  ul.cssMenu li:hover
  { 
  	background: #C00068 /*background color of menu header (1st level) on hover*/;
  		z-index: 1000; 
  }
  ul.cssMenu li a
  {
	/*Menu link styles*/
  	display: block; 
  	padding: 4px; 
  	color:#fff;
  	font-family: Helvetica, Times New Roman, Tahoma;
  	font-size: 12px;
	z-index: 1000;
  }
  
  /* Building menu items - for 2nd and more level menu items*/
  ul.cssMenu ul 						
  { 
  	display:none; /*initially menu item is hidden*/
  	position: absolute; /*absolute positioning is important for menu to float*/
	width: 150px;
	z-index: 1000; 
	
	/*Formating of menu items*/
  	border:1px solid #C00068;
  	padding:1px;
  	background:#C00068;
	
	/*optional - to change position of 2nd level menu item*/
	top: 100%; 
  	left: 0; 
  }
  ul.cssMenu ul li
  { 
  	background: #C00068; 
  	color: #fff; 
	border-bottom: 1px solid #C00068; 
	float: none; 
  }
							  
  ul.cssMenu ul li a
  { 
  	width: 100%; 
  	display: block; 
  	color:#fff;
  } 
  
  ul.cssMenu ul li a:hover
  { 
  	width: 100%; 
  	display: block; 
  	color:#8B0479;
  } 

  /* Menu item position for 3rd level and more */
  ul.cssMenu ul ul
  { 
  	left: 100%; 
  	top: 0; 
  }
  
  /* Hover effect for menu*/
  ul.cssMenu li:hover > ul 			
  { 
  	display:block;
  }
  
  .jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* JCROP DEMOS CSS */
li small {
  color: #f07878;
}
.inline-labels label {
  display: inline;
}
div#interface.span3 fieldset {
  margin-bottom: 1.5em;
}
div#interface.span3 fieldset legend {
  margin-bottom: 2px;
  padding-bottom: 2px;
  line-height: 1.2;
}
.article h1 {
  color: #333;
  margin-top: .2em;
}
.jc-demo {
  text-align: center;
}
.jcropper-holder {
  border: 1px #bbb solid;
}
.jc-demo-box {
  text-align: left;
  margin: 2em auto;
  background: white;
  border: 1px #bbb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 1em 2em 2em;
}
form {
  margin: 1.5em 0;
}
form.coords label {
  margin-right: 1em;
  font-weight: bold;
  color: #900;
}
form.coords input {
  width: 3em;
}
.ui-widget-overlay {
  opacity: 0.80;
  filter: alpha(opacity=70);
}
.jc-dialog {
  padding-top: 1em;
}
.ui-dialog p tt {
  color: yellow;
}
.jcrop-light .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #999;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #999;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #999;
  /* CSS3 */

}
.jcrop-dark .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #000;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #000;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #000;
  /* CSS3 */

}
.jcrop-fancy .jcrop-handle.ord-e {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-w {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-nw {
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-ne {
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-sw {
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-se {
  -webkit-border-top-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-s {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-n {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.description {
  margin: 16px 0;
}
.jcrop-droptarget canvas {
  background-color: #f0f0f0;
}

  #target {
    background-color: #ccc;
    width: 500px;
    height: 330px;
    font-size: 24px;
    display: block;
  }
