@import url('reset-fonts.css'); /* YUI browser reset + fonts http://developer.yahoo.net/yui/license.txt */

body {
	background: transparent url('../images/masthead_bg.png') repeat-x scroll top left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #145151;
}
	
	a:hover {
		text-decoration: underline;
	}

h1 {
	font-size: 120%;
	color: #033232;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	color: #033232;
	font-weight: bold;
}

#wrap {
	width: 960px;
	margin: auto;
}

#masthead {
	height: 137px;
	position: relative;
}

	#masthead img#ctl00_contentflow {
		margin: 54px 0 0 54px;
	}
	
	#masthead ul#primary_nav {
		float: right;
		position: absolute;
		right: 24px;
		bottom: 0;
	}
	
		#masthead ul#primary_nav li {
			background: transparent url('../images/tab_bg.png') no-repeat top left;
			display: block;
			margin-right: 6px;
			float: left;
		}
		
			#masthead ul#primary_nav li a {
				background: transparent url('../images/tab_bg.png') no-repeat top right;
				color: #fff;
				display: block;
				font-weight: bold;
				font-size: 108%;
				margin-left: 3px;
				padding: 6px 10px 16px 10px;
			}
			
				#masthead ul#primary_nav li.current { background-image: url('../images/tab_current_bg.png'); }
				#masthead ul#primary_nav li.current a { background-image: url('../images/tab_current_bg.png'); }

#links {
	color: #ccc;
	position: absolute;
	top: 5px;
	right: 10px;
}

	#links span,
	#links a {
		color: #fff;
	}
	

#content {
	width: 960px;
	margin: auto;
}

	#content h1 {
		margin-bottom: 0.3em;
	}

	#content p {
		font-size: 92.5%;
		line-height: 1.6em;
	}


#footer {
	padding-top: 40px;
	padding-right: 30px;
	text-align: right;
}

#footer a {
	color: #2b2b2b;
}



/* round boxes */

div.round {
	width: 950px;
	background: #fff url('../images/big_round_bg.png') repeat-y scroll top left;
}

	div.round * {
		margin: 0 10px 0 16px;
	}

	div.round .top,
	div.round .bottom {
		display: block;
		margin: 0 0 24px 0;
		height: 19px;
		background: transparent url('../images/big_round_top.png') no-repeat scroll top left;
	}
	
		div.round .bottom {
			margin: 24px 0 0 0;
			height: 83px;
			background-image: url('../images/big_round_bottom.png');
		}

#TemplateGrid
{
	padding: 20px;
}

#TemplateGrid table 
{
	border: 1px solid #000;
}

#TemplateGrid td
{
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	margin: 0;
} 

#TemplateGrid th
{
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	margin: 0;
	font-weight: bold;
} 

#TemplateGrid thead td
{
	font-weight: bold;
}

#default_form 
{
	margin: 0;
	padding: 20px;
	width: 400px;
}

#default_form label
{
	width: 140px;
	margin: 0;
	display: block;
	float: left;
}

#default_form input
{
	width: 150px;
}

#default_form p 
{
	padding: 5px;
}

#default_form p.submit input
{
	width: auto;
}

.scrollable
{
	overflow: scroll;
}


