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

/** main body structure **/
body, html {
    margin: 0;
    padding: 0;
    
    background-color: #999;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}
#container {
	width:950px;
	background:white;
	
	/*Important Do not remove*/
	position:relative;
	margin-left:21px;
}

#header	{
	width: 950px;
	height:150px;
	padding: 0px;
	cursor: pointer;
	/*Important Do not remove*/
    position:relative;
	margin-left:21px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#header a {
	display: block;
	height: 150px;
	width: 600px;
	padding-left: 175px;
}

#contentbar {
	padding: 0px;
	width: 950px;
	background-color: #F23012;
	/*Important Do not remove*/
    position:relative;
	margin-left:21px;
	z-index:10000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1381A;
	border-bottom-color: #F13215;
	font-size: 12px;
}
.contentbar {
    margin-left: 10px;
}

.contentbar a {
    display: block;
    padding: 5px 10px;
}

.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}

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

#contentColumn {
    vertical-align: top;
    background-color: #fff; 
}
#main	{
	height:auto !important;
	height:350px;
	min-height:350px;
    vertical-align: top;
    background-color: #fff; 
    width: auto;
    padding: 18px 10px 18px 20px;
}
#leftBar {
    background-color: #d1d1d1;
    width: auto;
    padding:0px;
    margin:0px;
    vertical-align: top;
}
#rightBar {
    width: 0;
    height: auto;
    background-color: #fff;
}

/* SHADOW */
#wide_shadow_top
{
	height:20px;
	width:990px;
	background-image: url(../images/shadow_top.png);
	background-repeat: no-repeat;
}
.wide_shadow_side
{
	width:990px;
	background-image: url(../images/shadow_middle.png);
	background-repeat: repeat-y;
}
#wide_shadow_bottom
{
	width:990px;
	height:20px;
	position:relative;
	bottom:0px;
	background-image: url(../images/shadow_bottom.png);
	background-repeat: no-repeat;
}
/* END SHADOW */

/*    * { behavior: url(iepngfix.htc) }  */

/* header structure */
#logo {
	float: left;
	width: 300px;
	height: 100px;
	background: url("../images/logo.gif") top left no-repeat;
}

#logo a {
	width: 300px;
	height: 100px;
	display: block;
}
#logo h1	{
	display:none;
}
#content	{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

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

#content a:link {
	text-decoration: none;
	font-weight: bold;
	color: #2E3339;
}
#content a:visited	{
	color: #4A5157;
	font-weight: bold;
	text-decoration:none;
}
#content a:hover {
	text-decoration: underline;
	color: #F1280C;
	font-weight: bold;
}
#content p	{
	margin-top: 0px;
	margin-bottom: 12px;
}
#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	{
	font-size: 22px;
	color: #2E3339;
	margin-bottom: 12px;
}
#content h2 {
	color: #F1260B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -0.05px;
}
#content h2 a:link {
	color: #F1260B;
	text-decoration: underline;
}
#content h2 a:visited {
	text-decoration: underline;
	color: #F36847;
}
#content h2 a:hover {
	color: #F1260B;
	text-decoration: none;
}


#content h3 {
	color: #4A5157;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -.05px;
}
#content h3 a:link {
	color: #4A5157;
	text-decoration: underline;
}
#content h3 a:visited {
	color: #666;
	text-decoration: underline;
}
#content h3 a:hover {
	color: #4A5157;
	text-decoration: none;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #40617D;
	font-size: 16px;
	margin-bottom: 0px;
}
#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;
	border: 3px double #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 10px;
}
#sidebar {
	display: block;
	padding: 10px 10px 0 10px;
	font-size: 12px;
}
#sidebar h2 {
	font-size: 16px;
	color: #F23B1C;
	margin-top: 8px;
}

/* /sidebar */
#footer 
{
	height:30px;
	width:934px;
	border-top: solid 1px #000;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	background-color:#30353B;
	/*Important Do not remove*/
    position:relative;
	margin-left:21px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

hr {
	color: #2F343A;
	height: 1px;
	margin: 0;
	width: 450px;
	text-align: left;
}


@media print {
	#wrapper 
	{width: auto;}
	#wide_shadow_top
	{background:none;width:auto;}
	.wide_shadow_side
	{background:none;width:auto;}
	#wide_shadow_bottom
	{background:none;width:auto;}
	#container	
	{width:auto;}
	#header	
	{display:none;}
	#contentbar 	
	{display:none;}
	#leftsidebar
	{display:none;}
	#contentColumn 	
	{vertical-align: top; background-color: #fff;}
	#main	
	{width: auto;}
	#rightSidebar 
	{display:none;}
	#footer 
	{display:none;}
#photoLine {
	height: 120px;
}
