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

*{
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: normal;
} 
strong{font-weight: bold;} 
#welcome strong{font-weight: normal;}

body{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 15px;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #D60303;
	text-align: center;
}
	
a{
	color: #333333;
	cursor: pointer;
}
a:hover{color: #fff;}

#header, #nav, #content, #lower-content, #footer{width: 960px; margin: 0 auto; position: relative;}

#wrapper	{
	clear: both;
	float: none;
	width: 100%;
	margin:0px auto;
}
#page-wrapper {
	width: 900px;
	clear: both;
	float: none;
	margin:0px auto;
}

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

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

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header-wrap{
	height: 40px;
	background-color: #d60303;
}
#header{position: relative; height: 40px;}
#header p{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
}
#header a{
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}
#header a:hover{
	color: #fff;
	text-decoration: underline;
}
#header a.current{color: #fff;}
#logo {
	float: left;
	width: 521px;
	height: 253px;
}

#logo a {
	width: 521px;
	height: 253px;
	display: block;
}
#logo h1	{
	display:none;
}

/* /header */


/* navigation */
#menu	{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	}
#nav-wrap{
	height: 190px;
	background-color: #0DB14B;
	background-image: url(../images/home-photos.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav{
	height: 190px;
}
#nav img{
	position: absolute;
	bottom: 22px;
	left: 0px;
}


/* Main Content */
h2, h3{color: #fff9e6; font-size: 22px; line-height: 25px; font-weight: normal; margin-bottom: 3px;}
#content-wrap{
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #006600;
}
#content{overflow: hidden;}
#left-col{width: 363px; float: left; padding-top: 20px;}
#left-col h1{
	font-size: 21px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
}
#left-col p{
	padding-top: 0.7em;
	text-align: left;
	color: #333333;
}
p.last{
	padding-bottom: 1em;
}
#left-col a{
	color: #333333;
	padding: 2px 1px;
} #left-col a:hover{
	color: #FFFFFF;
	padding: 2px 1px;
	background-color: #D60303;
}
#right-col{
	height: 100%;
	position: absolute;
	right: 0;
	width: 562px;
	background-color: #fff;
}
#logo-box, #logo-box2{position: relative; width: 521px; height: 253px; margin: 0 auto; padding: 0; }
#logo-box img, #logo-box2 img{position: absolute; width: 521px; height: 253px; top: 0; left: 0;}
#logo-box a{position: absolute; width: 521px; height: 253px; top:0; left: 0;}

/* Lower Main Content */
#lower-content-wrap{
	background-color: #0DB14B;

}
#lower-content{
	position: relative;
	overflow: hidden;
	font-size: 14px;
}
#lower-content h2, #lower-content h3{margin-top: 10px; line-height: 35px;}
#lower-left-col{width: 360px; float: left; text-align: left; padding: 25px 0; padding-bottom: 10px;}
#lower-left-col a:link, #lower-left-col a:visited {
	font-weight: bold;
	color: #D60303;
	text-decoration: underline;
}
#lower-left-col a:hover {
}


#lower-content p{
	color: #f1f1f1;
	padding-bottom: 10px;
	padding-top: 2px;
}
#lower-content p.date{color: #fff9e6; font-size: 11px; padding-bottom: 0;}
#lower-right-col{
	position: relative;
	float: right;
	width: 562px;
	padding-top: 19px;
	padding-bottom: 3em;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #D60303;
	background-color: #1d9c4d;
}
.col{width: 235px; float: left; text-align: left; padding-left: 22px; padding-right: 24px; background: url(../images/divider.gif) top right no-repeat;}
.col img{float: left; margin-right: 10px; margin-bottom: 70px; margin-top: 5px;}
.col a.image, .col a.image:hover{padding: 0; margin: 0;}
.col a{
	color: #f1f1f1;
	padding: 2px 1px;
} .col a:hover{
	background: #f1f1f1;
	color: #D60303;
	padding: 2px 1px;
}
#lower-right-col p{padding-top: 3px;}
.second{background: none;}
body#welcome p.last{margin-bottom: 0.8em;}
#lower-left-col a{
	color: #f1f1f1;
	padding: 2px 1px;
} #lower-left-col a:hover{
	color: #fff;
	padding: 2px 1px;
	text-decoration: none;
}
#lower-left-col li{
	color: #f1f1f1;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/point.gif) 0px 50% no-repeat;
}
.yellow {
	color: #FFFF99;
}
.red {
	color: #D60303;
}




/* footer */
#footer{
	color: #f1f1f1;
	line-height: 6em;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
#footer p{font-size: 12px; font-family:"Times New Roman", Times, serif}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
/* /footer */


/* sponsors */
#sponsors {
	width: 960px;
	padding-bottom: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4px;
	background-image: url(../images/sponsor-logos.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	background-color: #D60303;
}

#sponsors p {
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}
#sponsors p a {
	color: #333333;
}
/* Misc Classes, etc */
	body{-moz-opacity: 0.9999;} /* Fix the FF Mac font glitch */
	.col2{width: 250px; float: left;}
	.clear{clear: both;}
	/* Remove silly dotted outline from links in FF */
	a{outline: none;}
