@charset "UTF-8";
/* CSS Document */

body{
	margin:0px 0px 10px;
	padding:0px;
	background-image:url(../images/tile_page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#D7D8D9;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	vertical-align:top;
	
}

h1, h2, h3, h4, h5, p {
	margin-top:0px;
	padding:0px;
	}
p, li, td {
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	font-size:1.8em;
	color:#000033;
	margin-bottom:10px;
}
h2 {
	font-size:1.4em;
	color:#000033;
	margin-bottom:5px;
	padding-top:5px;
}
h3 {
	font-size:1.2em;
	color:#000033;
	margin-bottom:1px;
}
a {
	color:#0066CC;
	text-decoration:none;
	}
a:hover, a:active {
	color:#0066CC;
	text-decoration:underline;
	}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
}


dl {
	margin:0px;
}
dl dt {
    float:left;
    margin-right:10px;
    padding:3px 0px;
    width:70px;
	font-size:1em;
}
 
dl dd {
    margin:2px 0;
    padding:3px 0px;
	font-size:1em;
}


/*------------------------------------------------------------------------*/
#wrapper{
	width:900px;
	margin:0px auto;
	background-image:url(../images/logo_fish.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
	
#centerContent{
	margin-left:60px;	
}
/*------------------------------------------------------------------------*/
#topArt{
	background-image:url(../images/tile_page_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:115px;
	top:0px;
	position:relative;
	
	/*border:1px solid black;*/
	}

#header{ /*Has IE hack*/
	height:102px;
	padding-top:1px;
	width:700px;
	margin-left:40px;
	
	background-image:url(../images/header_art.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*fixes firefox bug*/	
	}

#header #nc{ /*Has IE hack*/
	margin-top:40px;
	margin-bottom:0px;
	font-size:40px;
	padding:0px;
}


#header #business{ /*Has IE hack*/
	margin-top:8px;
	padding:0px 1px;
	font-size:20px;
}
#header h1 {
	font-size:40px;
	line-height:20px;
	margin:0px;
	color:#262C66;
}
#header  #business h2{
	font-size:20px;
	line-height:normal;
	color:#262C66;
}
/*------------------------------------------------------------------------*/
#page{														/*Has IE hack*/
	background-image:url(../images/tile_page_horz.png);
	background-repeat:repeat-y;
	padding:0px 20px 1px 20px;
	margin-top:0px;				
}


/*------------------------------------------------------------------------*/
#flash{
	width:800px;
	height:120px;

	color:#FFFFFF;
	text-align:center;
	
	background-image:url(../images/blue_block.gif);
	background-repeat:no-repeat;	
	
	margin-left:-1px;
}
/*------------------------------------------------------------------------*/
#nav{ 
	height:25px;
	width:800px;
	background-image:url(../images/tile_nav.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	border-top: 1px solid #CDCDCD; 
	border-bottom: 1px solid #CDCDCD; 
	
	display: block;
	float: left;
	margin:0px auto;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 126px;  Width of Menu Items */
	}	
	
#nav li {
	float:left;
	position:relative;
	z-index:99;
}
#nav a {
	color: #262C66;
	display: block;
	line-height: 26px;
	padding: 0 8px;
	text-decoration: none;
}
/*sub menu*/
#nav  ul ul {
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	z-index:999;
	width:130px;
	background-color:#f2f2f2;
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
	}
/* Sub Menu Styles */
#nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px solid #CDCDCD;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	padding: 3px 5px;
	width: 120px;
	
}

/* Holly Hack. IE Requirement \*/
/** html #nav  ul li { float: left; height: 1%;}
* html #nav  ul li a { height: 1%; }*/
/* End */
#nav  ul li a:hover { 
	color: #0066CC; 
	/*background: #e2e3e5;*/
} 

/* Hover Styles */
#nav li:hover ul, li.over ul { display: block; } 

/*END VERTICAL DROP DOWN MENU*/

	
	
	
	
	
	
/*------------------------------------------------------------------------*/




#main{
	width:780px;
	margin: 30px 10px 0px;
	padding-top:10px;
	padding-bottom:0px;
	clear:both;
}

.fan_box .connect_action .name {
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
}

p.intro {
	font-size:1.1em;
}
.imgRight{
	float:right;
	margin-left:20px;
	margin-right:0px;
}

.textRight{
	float:right;
	width:350px;
	margin-left:20px;
	padding-left:20px;
	border-left:1px #D7DDF0 solid;
	}
.textRight h2{
	margin-top:0px;
}

.fileSize{
	font-size:0.95em;
	color:#666666;
	}
.clear{
	clear:both;
	height:2px;
	margin:0px;
	}
/*---- HOME ---------------------------------------------------------*/
.homePic{
	float:right;
	margin-left:15px;
}
.leftCol{
	float:left;
	width: 425px;
}
.rightCol{
	float:right;
	width: 340px;
	/*border: 2px solid #262C66;*/
	background-color:#E9EBED;
	height:500px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.rightCol h2{ margin-bottom:3px;}
.rightCol .txt {
	margin:10px 15px;
	}
.rightCol .article { margin:0px 10px; }
.rightCol .article h3{ margin:0px;}
/*---- ABOUT NICK ----------------------------------------------------------*/
.bio {
	float:right;
	width: 360px;
	height: 380px;
	margin-left:40px;
	background-image:url(../images/nick_bio2.jpg);
	background-repeat:no-repeat;
	
}
.bio .txt{
	margin-top:265px;
	padding:0px 5px;
	color:#FFFFFF;
}
/*---- BIOS ----------------------------------------------------------*/
.bio-new {
	float:right;
	width: 250px;
	margin-left:40px;
	
}
.bio-new .txt{
	text-align:right;
	font-size:11px;
	padding-bottom:10px;
}
.quals {
	background-color:#BBC0E3;
	padding:5px;
	}
/*-------------------------------*/
.download{
	width:220px;
	height:100px;
	background-image:url(../images/download_icon.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.download .link{
	padding:25px 5px 0px 60px;
}
.download .link h3{
	margin:0px;
}
.wh_icon {
	margin:0px 0px 20px 20px;
	float:right;
}
/*---- Chinese medicine ------------------------------------------------------------*/
.break{
	border-bottom:1px dotted #697AB3;
	height:10px;
	margin-bottom:15px;
	clear:both;
}

.insert {
	border:3px solid #BBC0E1;
	margin:15px;
	padding:10px;
}

.pic{
	float:right;
	margin:0px 0px 20px 30px;
}
/*---- ARTICLES --------------------------------------------------------------------*/
.article{
	margin-bottom:20px;
	/*margin-left:20px;
	width:220px;
	height:220px;
	float:left;*/
	clear:both;
	}
.article .title {
	float:left;
	width:180px;
	text-align:right;/**/
	
	}
.article h1{
	font-size:1.2em;
	font-weight:bold;
	color:#000033;
	margin-bottom:2px;
}
.article .theDate{
	font-size:11px;
	color:#666666;
}
.article .story {
	float:right;
	width:550px;
	margin-right:20px;/**/
	
	}
/*---- FEES --------------------------------------------------------------------*/
.note{
	float:right;
	margin-left:20px;
	width:340px;
	color:#666666;
	}
.fees{
	float:left;
	width:415px;
}
.fees table {
	/*border:1px solid #E9EBED;*/
}
.fees td{
	/*border-bottom:1px solid #999999;*/
	}
.fees p{
	margin:0px;
	}
.feesTop td{
	border-bottom:3px solid #303B73;
	color:#303B73;
	font-size:1.1em;
	}
.feesRow td {
	/*background-image:url(../images/fees_td_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#E9EBED;*/
	border-top:2px solid #8491BB;
	}
	
	
/*---- CONTACT --------------------------------------------------------------------*/
.contact{
	
	height:290px;
}
.box1 {
	height:130px;
	padding:10px 0px;
}
.box1 .title {
	font-size:1.2em;
	}
.box2 {
	padding:10px 0px;
}
.label {
	width:20px;
	display:block;
	float:left;
}
/*------------------------------------------------------------------------*/
.backTo{
	text-align:right;
	font-size:0.95em;
	padding-right:10px;
	padding-bottom:0px;
}

#footer{
	background-image:url(../images/page_footer_bg.png);
	background-repeat:no-repeat;
	font-size:0.95em;
	clear:both;
	padding-top:1px;
}
#footer a {
	color:#000000;
	}
#footer .txt{
	padding:15px 15px 15px;
	text-align:center;
	line-height:normal;
	}
	
#footer .left{
	/*width:650px;*/
}
#footer .right{
	/*width:150px;
	float:right;
	text-align:right;*/
	
	padding-top:1px;
	color:#666666;
}
#footer .right a{
	color:#444444;

}

