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

html	{
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: .9em;
	background-color: #161616;
	color:#F0F0F0;
	background-image: url(../images/bg-glow.jpg);
	background-repeat: repeat-x;
}
#container	{
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	height: 100%;
	background-position: left top;
}
#wrapper	{
	clear: both;
	float: none;
	width: 960px;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

img, div, #logo, .colPhoto { behavior: url(../stylesheets/iepngfix.htc) }

/*    * { behavior: url(../stylesheets/iepngfix.htc) }  */
/* header */
#header_wrapper {
	width: 100%;
	height:165px;
}
#logo {
	float: left;
	width: 300px;
	height: 165px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {
	width: 300px;
	height: 165px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
}
/* /header */


/* navigation */
#menu	{
	width: 660px;
	height: 34px;
	background-color: #010101;
	float: right;
	margin-top: 0px;
	font-size: 0.8em;
}


/* content */
#contentContainer {
	font-size: 0.9em;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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

#content a:link, #content a:visited {
	text-decoration: none;
	color: #FF6600;
}
#content a:active	{
	color: #FFFF00;
}

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

#content ul, #content ol {
	margin-left: 2em;
}
#content ul, #content ol, #content p {

}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #FF6600;
}
h2 {
	color: #FF6600;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
	font-weight: lighter;
}
h2 a:link, h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: lighter;
}
h2 a:hover, h2 a:active	{
	text-decoration: underline;
	color: #FF6600;
	font-weight: lighter;
}

h3 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -0.02em;
	font-weight: lighter;
}
h3 a:link, h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: lighter;
}
h3 a:hover, h3 a:active	{
	text-decoration: underline;
	color: #FF6600;
	font-weight: lighter;
}

h4 {
	color: #FF6600;
	font-size: 1.3em;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	color: #FFFFFF;
}
h6 {
	font-size: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content blockquote {
	text-align: justify;
	margin-top: 0em;
	margin-right: 1em;
	margin-left: 1em;
	color: #f0f0f0;
	padding-top: 0em;
	padding-right: 1em;
	padding-left: 2em;
	/*border-left: 1px solid #ccc; */
}
/* /content */



/* columns */
#columnContainer 	{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#columnContainer ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#columnContainer ol li {
	list-style-position: outside;
	list-style-type: upper-roman;
}
#columnContainer ol ol li {
	list-style-type: lower-roman;
}


.col2	{
	float: left;
	width: 920px;
	font-size: 0.9em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}


/* footer */
#footerContainer	{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;

}
#footer {
	width: 960px;
	padding-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
}
#footer p a {
	color: #999999;
}
/* /footer */
