/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #1014BD;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../images/bg/page-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper	{
	clear: both;
	float: none;
	width: 940px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div { behavior: url(iepngfix.htc) }

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header {
	height: 120px;
	padding: 0;
	background-color: #fff;
}
#logo {
	float: left;
	width: 400px;
	height: 125px;
	background-image: url(../images/logo-2008.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 400px;
	height: 125px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
	background-image: url(../images/tagline.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 400px;
}
/* /header */


/* navigation */
#menu	{
	width: 880px;
	height: 40px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 60px;
}
#leftnav {
	width: 180px;
	font-size: 20px;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#leftnav p {
	color: #ccc;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
/* /navigation */


/* content */
#content-wrapper {
	background-color: #fff;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#content a img, #content abbr {
	border: 0;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #0008BA;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {
	margin-bottom: 1em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	line-height: 1em;
}
#content h1	{
}
#content h2 {
	color: #FD0402;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #0000C2;
	font-family: Arial, Helvetica, sans-serif;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000C2;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	/*border-left: 1px solid #ccc; */
}
.imgspace {
	margin: 10px;
}

#bot-curve {
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/curve-bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* /content */



/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 280px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
	font-size: .9em;
}
/* /sidebar */

/* footer */
#footer {
	width: 940px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}
#footer p a {
	color: #FFFFFF;
}
/* /footer */
