/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #333;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#wrapper	{
	clear: both;
	float: none;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div {
	behavior: url(iepngfix.htc);
	border: 0;
}

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header {
	height: 60px;
	padding: 0px;
	margin-bottom: 10px;
}
#logo {
	width: 425px;
	height: 60px;
	float: left;
}
#logo img {
	padding-left: 10px;
	border: 0;
}


#logo a {
	width: 425px;
	height: 60px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	width: 375px;
	padding-top: 10px;
	float: right;
	height: 40px;
	text-align: center;

}

/* /header */


/* navigation */
#menu, #menuWrapper	{
  position:relative;
  z-index:999999;
}
#menu ul	{
}
#menu li	{
	display:inline;
}
#menu li a:link, #menu li a:visited	{
}
#menu li a:hover	{
}
.stripeTop {
	background-image: url(../images/bg/stripeTop2.png);
	background-repeat: no-repeat;
	height: 35px;
	background-position: left bottom;
	width: 820px;
}
.stripeBot {
	background-image: url(../images/bg/stripeBot2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left bottom;
	width: 820px;
}
/* /navigation */


/* content */
#contentWrapper {

}
#content	{
	background-image: url(../images/bg/bg_template.png);
	background-repeat: repeat;
	background-position: left top;
	width: 820px;
	margin: 0px;

}
#content p	{
	color: #333;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 1.2;
}
#content a img, #content abbr {
	border: 0;
}
#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1A3E88;
	font-size: 11px;
}
#content a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol {
	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: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 0px;
	padding-left: 30px;
}
#content h3 {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}
#content h5 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#content blockquote {
	margin-top: 0;
	margin-left: 1em;
	padding-top: 0;
	padding-left: 1em;
	margin-right: 1em;
	/*border-left: 1px solid #ccc; */
}
/* /sidebar */

/* footer */
#footer {
	width: 820px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	padding: 0px;
	font-size: 12px;
	color: #F7EFBD;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#footer p a {
	color: #F7EFBD;
}
/* /footer */
