/*  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: transparent;
	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, #photoBox, #wrapper, #header_wrapper, #photoContainer { behavior: url(../stylesheets/iepngfix.htc) }

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

#logo a {
	width: 300px;
	height: 175px;
	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;
	font-weight: normal;
}
/* /navigation */

/* PHOTO AREA */
#photoContainer	{
	width: 960px;
	height: 290px;
	padding-bottom: .4em;
}
#photoBox	{
	float: left;
	width: 400px;
	height: 290px;
	background-image: url(../images/home/rotator.php);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#photoContainer .photoText	{
	width: 500px;
	float: right;
	height: 290px;
	/* background-image: url(../images/phototext.png);
	background-repeat: no-repeat;
	background-position: center 30px; */
	text-align: center;
	padding: 10px;
}


/* 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.4em;
	font-weight: lighter;
	color: #FF6600;
}
h2 {
	color: #FF6600;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	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: #ccc;
}
h5 {
	color: #FFFFFF;
}
#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 */



/* columns */
#columnContainer 	{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#columnContainer a:link, #columnContainer a:visited {
	color: #F60;
	text-decoration: none;
	font-weight: normal;
}
#columnContainer a:hover {
	color: #f1f1f1;
	text-decoration: underline;
}


.col1	{
	float: left;
	width: 200px;
	font-size: 1em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.col2	{
	float: left;
	width: 200px;
	font-size: 1em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.col3	{
	float: left;
	width: 200px;
	font-size: 1em;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top:0px;
}
.col4 {
	float: left;
	width: 200px;
	font-size: 1em;
	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;
}

#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 */
