/* css */
 
* { padding: 0; margin: 0; }

body#index {
	font: normal .85em/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: #5f5f5f;
	text-align: center;
}

body#landing {
	font: normal .85em/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: #5f5f5f;
	text-align: center;
}

.main {
	color: #000;
	font-size: 1.2em;
	text-decoration: underline;
	padding-bottom: 15px;
	padding-top: 10px;
}

/** Layout */
#container {
	/*width: 980px;*/
	text-align: left;
	margin: 0 auto;
	background-color: transparent;
}

.container {
	margin: 0 auto;
	width: 920px;
}

#masthead {
	height: 119px;
	background: url(/images/masthead-bg.jpg) repeat-x;
}

/* top links */

/** y and d logo */
#masthead h1 {
	background: url(/images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	top: 35px;
}

#masthead h1 a {
	height: 65px;
	width: 175px;
	display: block;
}

/** main navigation */
#main-links {
	float: right;
	margin-top: 30px;
}

#main-links li {
	float: left;
	list-style: none;
	font-size: 1em;
	margin-right: 35px;
}

#main-links li a {
	display: block;
	color: #666;
	padding-bottom: 6px;
	text-decoration: none;
}

#main-links a:hover {
	background: url(../images/ahover.jpg) 50% 18px no-repeat;
	color: #000;
}

/* Content & Content properties */
#maincontent, 
#landing-maincontent {
	clear: left;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 40px;
	float: left;
	border: 1px solid;
	border-color: #DFDFDF;
}

/* leftcontent */
#leftcontent {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
}



/* footer properties */
#footer {
	clear: left;
	border-top: 1px solid #cecece;
	font-size: 0.8em;
	width: 843px;
	margin: 40px auto 0 0px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

#footer a:link, #footer a:visited { 
	text-decoration: none; 
	color: #0066a5;
}

#footer a:hover { 
	color: #00304e; 
	background-color: #e6e6e6; 
}

/** Landing pages, should be in a seperate css file, for now leave it here. */
	/*#landing-leftcontent a:link, #landing-leftcontent a:visited { 
	text-decoration: none; 
	font-weight: bold; 
*color: #0066a5;
}*/

/* #landing-leftcontent a:hover {
	color: #00304e; 
	background-color: #e6e6e6;
}*/

#landingpage-headline {
	/*height: 119px;*/
	/*width: 980px;*/
	background: #4f9bbf url(../images/landing.jpg) repeat-x;
	height: 9em;
	border-bottom: 5px solid #ffffff;
}

#landingpage-headline h2 {
	color: #fff;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
}

#landingpage-headline p {
	color: #a8e3ff;
}

#headline-content {
	height: 75px;
	width: 650px;
	float: left;
	margin-top: 40px;
	padding-left: 7px;
}

/* landing left content */
#landing-leftcontent {
	width: 200px;
	float: left;
	padding: 5px 6px 0 5px;
	border-right: 1px solid #DFDFDF;
}

#quicklinks {
	float: left;
	width: 620px;
	padding: 5px 5px 0 5px;
	border-left: 1px solid #DFDFDF;
}
#quicklinks a:link {
	color: #0066a5;
	text-decoration: underline;
}
#quicklinks a:visited {
	color: #005588;
	text-decoration: underline;
}
#quicklinks a:hover {
	color: #0066a5;
	text-decoration: none;
	background: #e6e6e6;
}

#quicklinks h1{
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 10px;
}
#quicklinks h2{
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 10px;
}
#quicklinks h3{
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 10px;
}
#quicklinks h4{
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 10px;
}

#quicklinks p{
	padding-bottom: 10px;
}

#quicklinks blockquote{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: justify;
}

#quicklinks table {
	border: 1px solid #CCCCCC;
	margin-bottom:15px;
}

#quicklinks td {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 3px;
}

#quicklinks ul {
	margin-left: 25px;
	margin-bottom: 10px;

}


a:link {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
#nulltable table{
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#nulltable td{
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
#nulltable2 table{
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#nulltable2 td{
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
fieldset {
	border: 1px dashed #000066;
	padding: 10px;
}