/* Start of CMSMS style sheet 'fella_styles' */
/****  COLOURS USED   ******/
/* 
#FAFCFA	--  fd_grey_white
#DBDFDB --	fd_grey_light
#B7BDB8 --	fd_grey_medium
#515751 --	fd_grey_heavy
#3D9F00 --	fd_green


/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FAFCFA;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color:#515751;
	text-align:center;
}

/***********************************************/
/*  HTML TAG STYLES                               */
/***********************************************/
p{
	margin: 0px;
	font-size: 0.7em;
	margin-top: 0.4em;
	padding: 0px;
}
/******* LINK STYLES *******/
a:visited, a:link {
	margin: 0px;
	padding: 0px;
	color:#3D9F00;
    text-decoration: none;	
}
a:hover {
	color:#3D9F00;
    text-decoration: underline;
	
}
/******* HEADING STYLES *******/

h1 { 
	margin:0px;
	padding:0px 0px 0px 0px;
	font: bold 1.1em Myriad, Arial,sans-serif;
	color: #07103D;
	text-transform:uppercase;
}
h2 { 
	margin: 0px;
	padding: 0px;
	font-size:1.4em ;
	font-weight:lighter;
	color: #B7BDB8;
}
h3 { 
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1em;
	color: #B7BDB8;
}
h4 { 
	margin: 0px;
	padding: 0px;
	font: normal 1em Myriad, Arial,sans-serif;
	color: #515751;
	font-weight:bold;
}

/******* HEADING STYLES END *******/

/******* LIST STYLES *******/

ul {
	list-style:none;
	margin:5px 0px 5px 8px ;
	padding:0px;
}
ul li {
	background-image: url("images/oh/bullet_arrow_black.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	/*background-position:center left; */
	padding-left: 10px;
	line-height:1.3em;
}
/***********************************************/
/* SPECIAL DIVS START                     */
.clearb{
	clear:both;
}
/* SPECIAL DIVS END                      */
/***********************************************/


/***********************************************/
/* GENERAL TEMPLATE STYLES                        */

#root{ 
	background-color: #FAFCFA;
}
#header {
	background-color: #DBDFDB;
	border-top: 1px solid #FFFFFF;
	width: 100%; 
	height:30px;	
}
#logo{
	float:left;
	margin-left:5px;
	margin-top:2px;
}
#header_contact{
	text-align:right;
	float:right;
	color:#7D847D;
	font-size:9px;
	padding:3px 5px 0px 0px;
	width:200px;
}
#header_contact a:visited, #header_contact a:link {
	color:#7D847D;
}
#header_contact a:hover {
	color:#3D9F00;
}
#logo img{
	border:0px;
}

#content {
	/* background fix for IE6 by setting height to something?! */
	background-image: url(images/fella/tile_top_gradient.gif);
	background-repeat:repeat-x;
	font-family: Myriad, Arial, sans-serif;	

/*		border:1px solid blue;	
*/
}
#content .topCap {
	height:20px;	
}
#content .mid {
	text-align:left;
	position:relative;
	z-index:2;
	width:990px;
	height:38em;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -15px; 
	border:0px solid #ff0000;
	background-color:#FAFCFA;	
}
#content .botCap{
	font-size: 0px;
}

#footer {
	position:absolute;
	top: 100%;
	left: 0;
	width:100%;
	/*background-color:#DBDFDB;*/
	height:23px;
	margin-top:-25px;		
}

#footer .topCap{
	/*background-image: url(images/fella/tile_footer_gradient.gif);*/
	height:8px;
	font-size: 0px;	
}
#footer .mid{
	padding-left:60px;
	padding-top:17px;
}

/* GENERAL TEMPLATE STYLES  END                      */
/***********************************************/



/***********************************************/
/*  PAGE ELEMENT STYLES                               */
.dark{
	color:#515751;
}
.light{
	color:#B7BDB8;
}
.green{
	color:#3D9F00;
}
.bold{
	font-weight:bold;
}
.roundBox_bl {
	background:  url("images/oh/brownbox_bl.gif") 0 100% no-repeat #9B8449;
}
.roundBox_br {
	background:  url("images/oh/brownbox_br.gif") 100% 100% no-repeat;
}
.roundBox_tl {
	background:  url("images/oh/brownbox_tl.gif") 0 0 no-repeat;
}
.roundBox_tr {
	background:  url("images/oh/brownbox_tr.gif") 100% 0 no-repeat; 
}

.special_link a:link, .special_link a:visited{
	background-image: url("images/oh/bullet_arrow_blue.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:8px;
	font-size: 1.1em;
	color:#001F5A;
	font-weight:bold;
    text-decoration: underline;
}
.special_link a:hover{
	color:#000000;
}

/******** INTERNAL PAGE TEMPLATE STYLES **********************/
#home #page_logo{
	position:absolute;
	left:120px;
	top:180px;
}
#home_content{
	width:420px;
	position:absolute;
	left:128px;
	top:255px;
}
#internal #page_logo{
	position:absolute;
	left:80px;
	top:150px;
}
#internal_content{

	width:430px;
	position:absolute;
	left:330px;
	top:155px;
}
#internal_content p{
	font-size:0.7em;
}
#popup_content{
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	
}
/*************************************************/
/********** FOLIO PAGE STYLES ********************/
#folio #page_logo{

	position:absolute;
	left:80px;
	top:50px;
}
#folio #page_title{

	position:absolute;
	left:90px;
	top:155px;
}
#folio #page_title h2{
	font-size:1.1em;
}
#folio_thumbs{
	width:650px;
	position:absolute;
	left:90px;
	top:185px;	
}
#folio_thumbs img{
	border:1px solid #DBDFDB;
	margin-right:10px;
}
#project_details{


	position:absolute;
	left:90px;
	top:300px;	
}
.row{
	clear:both;
	font-size:0.7em;
	margin-bottom:3px;
}
.row .row_title{

	color:#B7BDB8;
	float:left;
	width:60px;	
	margin-right:10px;
	text-align:right;
}
.row .row_detail{
	float:left;	
	width:230px;
}
#project_link{
	padding-top:30px;
/*	position:absolute;
	left:0px;
	top:190px;	*/		
}
#project_image{
	position:absolute;
	left:310px;
	top:0px;
}
#project_image img{
	border:0px;
}

/********** FOLIO PAGE STYLES END ********************/
/*************************************************/

/* End of 'fella_styles' */

/* Start of CMSMS style sheet 'fella_menu_styles' */
#primary-nav img{
	float:right;
	margin-top:-65px;
	margin-left:-35px;

}
#primary-nav, #primary-nav ul { 
	text-transform:lowercase;
	float: right; 
	list-style:none;
	margin:0px;
	padding:0px;	
}

#primary-nav { 
overflow:hidden;
	border:0px solid red;
	padding-right:0px;
	padding-top:65px;
	padding-bottom:0px;
	width:450px;
}

#internal #primary-nav { 
	float:right;
	margin-top:20px;
}	
#folio #primary-nav { 
	float:right;
	margin-top:20px;
}
#home #primary-nav { 
	float:right;
	margin-top:185px;
	margin-right:60px;
}

#primary-nav li .light{ 
	padding-right:2px;	
}
#primary-nav li { 
	padding-left: 0px;
	padding-right:10px;
	float: left; 
	margin-top:0px;
}
#primary-nav li li{ 
	float:none;
	margin-top:-2.7em;		
}
#primary-nav ul ul{ 
	float: none; 
	margin-left:3.7em;
	margin-right:0px;
	margin-top:1.1em;
	font-size: 0.8em;	
	}


/* Styling the basic appearance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   text-decoration: none; 
   color: #515751;
   font-size: 1em;

}

	


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav .menuactive{ 
	color:#3D9F00;
}
#primary-nav .currentpage{ 
	color:#3D9F00;
}


/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/

#primary-nav ul li:hover a{
	color:#3D9F00;
} 
#primary-nav ul li:hover li a{
	color:#515751;
} 
#primary-nav ul ul li:hover a{
	color:#3D9F00;
} 


#primary-nav .activeparent:hover a{
  /* color: #515751;*/
   
}
/* IE Hacks */
#primary-nav li li { 

}

#primary-nav li li a { 
	height: 1%; 
}
/* End of 'fella_menu_styles' */

