/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

My Own Custom Reset, Fonts, Grids, Base
*/
/*Reset*/
html{
	color:#000;
	background:#FFF url(images/bg.png) no-repeat scroll center 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,button,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}
del,ins{
	text-decoration:none;
}
/*Fonts*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*Grids*/
#doc2{
	background:white url(images/bg.png) no-repeat scroll -165px 0;
	margin:auto;
	text-align:left;
	width:73.076em;
	*width:71.25em;
}
#hd:after,#bd:after,#ft:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#hd,#bd,#ft{
	zoom:1;
}
/*Base*/
h1{
	font-size:200%;
}
h2{
	font-size:182%;
}
h3{
	font-size: 138.5%;
}
h1,h2,h3{
	margin:.5em 0;
}
h1,h2,h3,h4,h5,h6,strong,dt{
	font-weight:bold;
}
optgroup{
	font-weight:normal;
}
abbr,acronym{
	border-bottom:1px dotted #000;
}
em{
	font-style:italic;
}
del{
	text-decoration:line-through;
}
blockquote,ul,ol,dl{
	margin:1em;
}
ol,ul,dl{
	margin-left:2em;
}
ol li{
	list-style:decimal outside;
}
ul li{
	list-style:disc outside;
}
dl dd{
	margin-left:1em;
}
th,td{
	border:1px solid #000;
	padding:.5em;
}
th{
	font-weight:bold;
	text-align:center;
}
caption{
	margin-bottom:.5em;
	text-align:center;
}
sup{
	vertical-align:super;
}
sub{
	vertical-align:sub;
}
p,fieldset,table,pre{
	margin-bottom: 1em;
}
button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{
	padding:1px;
}


/* Main Site Structure */
#hd{
	height:139px;
}
#bd{
	background:transparent url(images/bd.png) repeat-y;
	min-height:300px;
	padding:1px 20px;
}
#ft{
	background:transparent url(images/ft.png) repeat-x 0 0;
	height:20px;
	margin:0 6px 0 5px;
}

/* Header and Menu Styles */
#hd #title{
	display:none;
}
#hd #navigation{
	color:white;
	font-size:15px;
	font-weight:bold;
	padding:100px 9px 0 8px;
}
#hd #navigation .swf-menu ul{
	margin:0;
}
#hd #navigation .swf-menu li{
	float:left;
	position:relative;
	text-align:center;
	list-style-type:none;
}
#hd #navigation .swf-menu li + li,
#hd #navigation .swf-menu ul li{
	border-left:1px solid #0066AA;
}
#hd #navigation .swf-menu li a,
#hd #navigation .swf-menu li a:visited{
	color:white;
	display:block;
	padding:9px 0 8px;
	text-decoration:none;
	width:132px;
}
#hd #navigation .swf-menu li a.menu_item_6{
	width:133px;
}
#hd #navigation .swf-menu li.current_page_item a,
#hd #navigation .swf-menu li.current_page_parent a{
	background-color:#0066AA;
}
#hd #navigation .swf-menu li a:hover{
	background-color:#B4DCEC;
}
#hd #navigation .swf-menu ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	border-top:1px solid #0066AA;
}
#hd #navigation .swf-menu ul li:hover ul,#hd #navigation .swf-menu ul a:hover ul{
	visibility:visible;
}
#hd #navigation .swf-menu ul li ul a,
#hd #navigation .swf-menu ul li ul a:visited,
#hd #navigation .swf-menu ul li.current_page_parent ul a,
#hd #navigation .swf-menu ul li.current_page_item ul a{
	background-color:#4492C3;
	padding-left:5px;
	text-align:left;
	width:180px;
}
#hd #navigation .swf-menu ul ul li.current_page_item a{
	background-color:#0066AA;
}
hd #navigation .swf-menu ul li ul li.current_page_item a:hover,
#hd #navigation .swf-menu ul li ul li a:hover{
	background-color:#B4DCEC;
}



/* Main Body Styles */


/*General Style*/
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*Blog sidebar*/
#blogSidebar{
	float:right;
}
ul#blogSidebar li{
	list-style:none;
}

/*Page Specific Styles*/
table.noborder{
	border:0 none;
}
table.noborder td{
	border:0 none;
}

