/* ConnieYiyinChan.com
Portfolio of Connie Y. Chan
Created: October 17, 2009 */

body {
	background-color:#474f52;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EBEBEB;
}

.bold{
	font-weight:bold;
	color:#00c1e4;
}

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

/* LINKS */

a {
	text-decoration:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}

a:hover {
	text-decoration:none;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}

a:active {
	text-decoration:none;
	color:#00c1e4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}

a.navlinks {
	text-decoration:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

a.navlinks:hover {
	text-decoration:none;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

a.navlinks:active {
	text-decoration:none;
	color:#00c1e4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

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

#container {
	width:100%;
}

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

/* NAVIGATION BAR */

.topbar {
	position:absolute;
	top:0px;
	left:0px;
	height:99px;
	width:100%;
	background-image:url(images/mainbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	z-index:+1;
}

.nav {
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:99px;
}

.logo {
	width:267px;
	height:81px;
	position:absolute;
	top:0px;
	background-image:url(images/logobg.jpg);
}

	h1.sitename{
		visibility:hidden;
	}

.links {
	width: 440px;
	position:absolute;
	top: 48px;
	margin-left: 315px;
	word-spacing:23px;
}

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

/* CONTENT */

.content{
	margin-left:auto;
	margin-right:auto;
	width:772px;
	margin-top: 120px;
}

.pagetitle{
	width:300px;
}

.sectionlinks{
	margin-left:307px;	
	position:relative;
	top:-23px;
	word-spacing:23px;
}

.sectionlinksFalse{			/* for spacing */
	visibility:hidden;
	margin-left:307px;	
	position:relative;
	top:-23px;
}

.pagecontent {
	margin-top: 0px;
	background-color:#121719;
	padding: 20px;
	margin-bottom:20px;
}

.disclaimer {
	margin-left:auto;
	margin-right:auto;
	width:732px;
	text-align:center;
}

td {
	vertical-align:top;	
}

table.port{
	text-align:top;
	border-spacing:10px 0px;
}

/* -- set page titles here -- */

.headerPgGroup{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color:#fff;
	width:auto;
}

.headerPgSection{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color:#00c1e4;
	width:auto;
}

.sectionname{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#00c1e4;
}

.smallprint{
	font-family:Arial, Helvetica, sans-serif
	font-size:7px;
	color:#31383a;
}

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

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