/************FONTS****************/
@font-face {
  font-family: "Anivers";
  src: url("../fonts/AniversR.otf") format("opentype");
}

@font-face {
  font-family: "Calluna";
  src: url("../fonts/CallunaR.otf") format("opentype");
}

 @font-face {
  font-family: "DiavloB";
  src: url("../fonts/DiavloB.otf") format("opentype");
}

 @font-face {
  font-family: "DiavloM";
  src: url("../fonts/DiavloM.otf") format("opentype");
}

@font-face {
  font-family: "DeliciousR";
  src: url("../fonts/DeliciousR.otf") format("opentype");
}

@font-face {
  font-family: "DeliciousB";
  src: url("../fonts/DeliciousB.otf") format("opentype");
}


 @font-face {
  font-family: "Fertigo";
  src: url("../fonts/Fertigo.otf") format("opentype");
}

 @font-face {
  font-family: "Fontin_SansR";
  src: url("../fonts/Fontin_SansR.otf") format("opentype");
}

 @font-face {
  font-family: "Fontin_SansS";
  src: url("../fonts/Fontin_SansS.otf") format("opentype");
}

 @font-face {
  font-family: "FontinCaps";
  src: url("../fonts/FontinCaps.otf") format("opentype");
}

 @font-face {
  font-family: "FontinB";
  src: url("../fonts/FontinB.otf") format("opentype");
}

 @font-face {
  font-family: "FontinR";
  src: url("../fonts/FontinR.otf") format("opentype");
}


 @font-face {
  font-family: "Museo300";
  src: url("../fonts/Museo300.otf") format("opentype");
}

/************GENERAL****************/
body {
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight:normal;
}

h1, h2, h3, ul, li {
	font-family:"Georgia",Times New Roman,Times,serif;
}

.heading{
  padding-top:5px;
}

p{
	font-family: Univers,'Lucida Grande',Verdana,sans-serif;
	font-size: 1.25em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
}

h2 {
	font-size:28px;
	color: #666;
}

ul ,li {
	text-decoration: none;
	list-style-type: none;
}

.thumbnail{
    height: 130px;
    width: 170px;
}

.ghost{
    display:none;
}


/************HEADER****************/
#header-extend{
	background:#eee url('../images/top.jpg') repeat-x top;
	height: 145px;
}

		#header h1 {
			padding: 10px 0 10px 10px;
			color: #fff;
			background: no-repeat 10px 50%;
			font-family: Helvetica, sans-serif;
			font-size: 15pt;
			font-weight: normal;
			letter-spacing: -1px;
		}

		#header h2 {
			padding: 80px 5px 10px 10px;
			color: #fff;
			background: no-repeat 10px 50%;
			font-family: Helvetica, sans-serif;
			font-size: 13pt;
			float: right;
			font-weight: normal;
			letter-spacing: 1px;
		}
		
		#header img{
			margin-top: 10px;
		}

		#header p{
			margin-top: 0px;
			margin-bottom: 0px;
		}

		 .header-font1{  
			font-family: DeliciousB,"Helvetica Neue", Helvetica, Arial, sans-serif;  
			font-size: 2.00em;
			color:yellow;
			text-shadow: 0px 0px 15px #666; 
		 }  

		 .header-font2{  
			font-family: DeliciousB,"Helvetica Neue", Helvetica, Arial, sans-serif;  
			font-size: 2.00em;
			color:white;
			text-shadow: 0px 0px 15px #AF0050; 
		 }  

		 .header-font3{  
			font-family: DeliciousB,"Helvetica Neue", Helvetica, Arial, sans-serif;  
			font-size: 2.00em;
			color:#0000FF;
			text-shadow: 0px 0px 15px #666; 
		 }  

		 .header-font4{  
			font-family: DeliciousB,"Helvetica Neue", Helvetica, Arial, sans-serif;  
			font-size: 1.75em;
			color:#0000FF;
			text-shadow: 0px 0px 15px #666; 
		 } 



/************NAVIGATION****************/		
#nav{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:1.50em;
	background: #5D8C95;	
	padding: 3px 0 5px 0;
}		

			#nav ul,
			#nav ul li {
				margin:0;
				padding: 0;
				list-style:none;
				line-height: 1.5em;
			}
			
			#nav ul{
				padding: 0 0 0 10px;
			}
			
			#nav ul li ul{
				padding:0;
			}
			
			#nav ul li{
				float:left;
				display:block;
			}

			#nav ul li ul{
				margin: 0 0 0 0;
				background: #26436C;			
				-moz-border-radius-bottomleft: 8px;
				-moz-border-radius-bottomright: 8px;
				-moz-border-radius-topright: 8px;
				-webkit-border-bottom-left-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				-webkit-border-top-right-radius: 8px;
			}

			#nav ul li a:link,
			#nav ul li a:visited{
				color:#FFF;
				font-size:0.95em;
				text-decoration:none;
				padding:0 0 0 30px;
				display:block;
			}
			
			#nav ul li a:hover{
				color:#EBEFF7;
			}
			

			#nav ul li ul li{
				float:none;
				display:block;
			}
			
			#nav ul li ul li a:link,
			#nav ul li ul li a:visited{
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
				color:#fff;
				font-size:0.75em;
				text-decoration:none;
				padding:0 10px;
				clear:both;

			}
		

			#nav ul li ul li a:hover{
				background: blue;			
				-moz-border-radius-bottomleft: 8px;
				-moz-border-radius-bottomright: 8px;
				-moz-border-radius-topright: 8px;
				-webkit-border-bottom-left-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				-webkit-border-top-right-radius: 8px;
			}


			.submenu {
				position: absolute;
				width: 160px;
				background: #FFF;
				padding: 10px;
				border: solid 1px #2E4B88;
				border-top: none;
				display: none;
				line-height: 26px;
			}


/************CONTENT****************/
#primary-content div{	
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	#primary-content p{
		font-size: 1.2em;
	}	

#banner *{
	margin-top: 20px;
	margin-bottom: 20px;
}	

#sidebar {
	}

	#sidebar img{
		height:90px;
		width: 90px;
		}

	#sidebar h5{
		font-family: Helvetica, sans-serif;
		margin-bottom:5px;
	}	
	
	#sidebar h5{
		font-size: .85em;
	}

	#sidebar h6{
		font-size: .75em;
		padding-left: 35px;
		}

.portrait {
	height:171px;
	width: 138px;
	float:left;
	margin: 0 15px 15px 0;
	}

.signature {
  height: 80px;
  width:  175px;
}

*.name, *.title{
  font-size:    1.2em;
  font-weight:  bold;
}


#calbox *.gray{
  background:#333;
}

/************FOOTER****************/
#footer-extend {
	
	background:#eee url('../images/bottom.jpg') repeat-x bottom;
	overflow:hidden;
}

	#footer h2 {
		font-family:arial,verdana,tahoma,helvetica;
		font-size:20pt;
		font-weight:bold;
	}

	#footer a{
		font-family:arial,verdana,tahoma,helvetica;
		font-size:10pt;
		color:#79899A;
	}

	#footer p{
		font-family:arial,verdana,tahoma,helvetica;
		font-size:13pt;
		color: #333;
		margin-top: 20px;
	}
	
	#footer ul{
		margin-top: 50px;
	}
	
	#footer li{
		font-family:arial,verdana,tahoma,helvetica;
		font-size:13pt;
		color: #333;
		margin-left: 0;
	}
  
  #footer .foothead{
    margin-top:10px;
    padding-top:5px;
  }
 
  .platinum{
    color:#DF6F0C;
  }

  .footer_logo{
    height:100px;
    width:300px;
  }

a:focus a:hover
{
	text-decoration:none;
}

a{
	cursor:pointer;
	text-decoration:none;
}

/**************FORMS***************************************/
.formfield{

}

.formfield label{
	font-family:arial,verdana,tahoma,helvetica;
	font-size:0.90em;
}

.formfield td{
	padding-right:10px;
	padding-bottom:10px;
}


.formtitle{
	font-family:arial,verdana,tahoma,helvetica;
	font-size:1.15em;	
	color: #666;
}


