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

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bgs/bg_header.png);
	background-repeat: repeat-x;
}
#wrapper	{
	clear: both;
	float: none;
	width: 900px;
	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: 129px;
	background-color: #fff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}
#logo {
	float: left;
	width: 300px;
	height: 120px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#logo a {
	width: 300px;
	height: 120px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
	padding-top: 10px;
	padding-right: 10px;
}
.stripeTop	{
	background-image: url(../images/curveTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
}
.stripeBot	{
	background-image: url(../images/stripeBot2.png);
	background-repeat: repeat-x;
	background-position: 2px bottom;
	height: 10px;
}
/* /header */


/* navigation */
#menu	{
	background-color: #fff;
	text-align: center;
}
/* /navigation */


/* content */
#content-wrapper {
	background-color: #fff;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEAEAE;
	border-left-color: #AEAEAE;
}

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

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

#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	{
	color: #F00;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
}
#content h2 {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #369;
	font-family: Arial, Helvetica, sans-serif;
}


#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/bgs/bg_paw2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	text-align: center;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}


#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; */
}
/* /content */



/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
}
/* /sidebar */

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

#footer p {
	padding: 0px;
	font-size: 12px;
	color: #414141;
	text-align: center;
	letter-spacing: 1px;
}
#footer p a:link, #footer p a:visited {
	color: #414141;
}
/* /footer */
#footer p a:hover {
	color: #FE0000;
	text-decoration: none;
}
