html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
/*,table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 20px;font-family: Arial, Verdana, sans-serif;font-size: 14px; }
h1 { font-size: 24px;font-weight: bold;margin-bottom: 22px; }
h2 { font-size: 15px;font-weight: bold;margin-bottom: 22px; }
p {	margin-bottom: 10px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 18px;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:38px;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}




#wrapper { height: 100%; min-width: 840px; /*background: url(../img/bg.png)*/ }

.clear { clear: both; }
/* For modern browsers */
.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}

.alignRight { float:right;}
.alignLeft { float:left;}

#logo-wrapper { background-color: #fff;}
#logo-wrapper #logo { margin: 0 auto; width: 920px; height: 150px; line-height: 150px;  }
#logo-wrapper #logo img { vertical-align: middle; padding: 0; margin: 0; border: none; }
#logo-wrapper #logo #slogan { font-size: 30px; color:#666; }
#shadow { height: 9px; background:  url("../img/header_shadow.png") repeat-x; }

#main-container {margin: 21px auto 0; width: 920px; background-color: #fff; padding-top: 10px; }

#navigation ul.sf-menu {
	line-height: 30px;
	margin: 0 5px; 
	padding: 0;
}

#navigation ul li a {
	text-transform: uppercase;
}

#navigation ul li.top-menu-li { 
	height: 30px; 
	line-height: 30px;
	list-style: none; 
	float: left;
	font-size: 14px;
	white-space: nowrap;
	margin-left: 5px; 
	margin-bottom: 5px
}

#navigation ul li.top-menu-li a.top-menu { 
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none;
	height: 30px; 
	line-height: 30px; 
	padding: 0 0 0 5px; 
	display: block; 
	margin: 0;
}
#navigation ul li.top-menu-li a.top-menu:hover {
	text-decoration: none;  
	color: #fff;
}

#navigation ul li.top-menu-li a.top-menu span {
	padding: 0 10px 0 5px; 
}

#navigation ul li.top-menu-li.active a.top-menu { 
	color: #fff;
	text-decoration:none;
}

#navigation ul li.top-menu-li.active a.top-menu:hover {
	text-decoration: none; 
}

#navigation ul ul { 
	margin-top: 0px; 
	padding: 0px 0px 5px 5px; 
	border-right: 5px #fff solid; 
	background-color: #fff;
	z-index: 20000;
}

#navigation ul ul li { 
	height: 30px; 
	line-height: 30px; 
	margin-top: 5px; 
}

#navigation ul ul li a { 
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	padding-left: 10px;
}

#header-wrapper { width: 900px;height: 285px; line-height: 285px;margin: 0 10px;}
#header-wrapper #header { margin: 0 auto;width: 900px; height: 280px;}

#slideshow img {width:900px !important; height:280px !important;}

#page-wrapper {}
#page-wrapper #page {width:900px; margin: 0px auto;}

#container { margin:0 ;width: 900px; overflow:hidden;}

#content { width: 610px; float: left; color: #000000; padding: 23px 20px; line-height: 20px;}

#sidebar { margin: 0; width: 250px; float: right; background-color: #e0e0e0; color:#666; padding: 23px 0; line-height: 20px}
#sidebar .sidebar-content {padding:5px 15px 20px 15px;}
#sidebar .sidebar-title {font-size: 24px; font-weight: bold; margin-bottom: 10px; padding-left: 15px; }
#sidebar .sidebar-content ul {margin: 0;}
#sidebar .sidebar-content ul li { list-style: none; }
#sidebar .sidebar-content ul#subnav li { padding-left: 14px; background: url(../img/arrow_submenu.png) no-repeat left center; padding-bottom: 3px;}
#sidebar .sidebar-content ul#subnav li a { color: #666; text-decoration: none; }
#sidebar .sidebar-content ul#subnav li.active a { font-weight: bold; }


#footer-wrapper { height: 42px; line-height: 42px; }
#footer-wrapper #footer { margin: 0 auto; width: 920px;color:#fff;}
#footer-wrapper #footer a {color:#fff;font-size: 14px; text-decoration: none;}

#footer-wrapper #footer .social-icons-wrapper {margin-left: 5px;}
#footer-wrapper #footer .social-icons-wrapper a {margin-right: 5px;}
#footer-wrapper #footer .social-icons-wrapper a img {width: 16px;height: 16px;vertical-align: middle; }

#personal-photo-wrapper { display: block; text-align: center; margin: 0 0 12px 0}
#personal-photo-wrapper img { border: 1px solid #ccc; padding: 4px;  background-color: #f1f1f1;
    display: inline;
    margin: 0;
    vertical-align: middle;	
	overflow: hidden;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-5px;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
