/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#0876A7;
}

#main {
	width: 100%;
	background-image:url(../images/body_bluebg.gif) repeat-x;
	min-height: 100%;
	display: inline;
}

#header {
	width: 100%;
	background-image:url(../images/hdr_orangebg.gif);
	height: 145px;
	padding: 0;
	float: left;
	position:relative;
	}
#title {
	width:860px;
	margin-top:13px;
}
#container {
	width:100%;
	background: url(../images/body_bluebg.gif) repeat-x;
	float:left;
}

#footer {
	width: 100%;
	background-image:url(../images/ftr_orangebg.gif);
	height: 196px;
	padding:0;
	float: left;
	position:relative;
}

/* NAVIGATION */

#menu {
	width: 765px;
	height: 39px;
	font-size: 14px;
	padding-left:95px;
	margin-top: 20px;
	position:relative;
	z-index:100;
}

#menu li {
	display: inline;
}

#menu li a {
	width: 134px;
	height: 23px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background: url(../images/navtabs.gif) no-repeat center 0;
	float: left;
	margin: 0 0px;
	padding-top: 16px;
}

#menu li a:hover {
	background: url(../images/navtabs.gif) no-repeat 0 -39px;
}

#menu li a.currentSection {
	width: 134px;
	height: 24px;
	color: #3F3F3F;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/navtabs.gif) no-repeat 0 -78px;
	margin: 0 0px;
	float: left;
	padding-top: 16px;
	display: block;
}
#find {
	width: 207px;
	height: 198px;
	font-size: 18px;
	float:right;
	padding-bottom:20px;
	z-index:100;
}

#find li {
	display: inline;
}

#find li a {
	width: 207px;
	height: 67px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background: url(../images/findtabs.gif) no-repeat center 0;
	float: left;
	margin: 0 0px;
	padding-top: 35px;
}

#find li a:hover {
	text-decoration:underline;
}

/* BODY */
#content {
	width:715px;
	height:100%;
	background-color:#FFFFFF;
	border:#01689B medium solid;
	padding-top:20px;
	padding-left:45px;
	padding-right:40px;
	padding-bottom:20px;
	margin-top:-4px;	
	margin-bottom:20px;
	z-index:-100;	
}

/* HOME PAGE */
#copy {
	width:100%;
	padding-top:25px;
}
#leftcopy {
	float:left;
	width:68%;
	}
#rightcopy {
	float:right;
	width:32%;
}
#quote {
	padding-top:30px;
}
a.smallblue:link {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#006699;
	padding-left:37px;
}
a.smallblue:visited {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#006699;
	padding-left:37px;
}
a.smallblue:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#534640;
	padding-left:37px;
}
a.smallblue:active {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#006699;
	padding-left:37px;
}

/* TYPOGRAPHY */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #534640;
}

p a {
	color: #534640;
	font-weight:bold;
	text-decoration: underline;
}

p a:hover {
	color: #006699;
	font-weight:bold;
	text-decoration: underline;
}
h1.grits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#534640;
	font-weight:bold;
	margin-bottom:10px;
}
h1.blue14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	margin:0;
	padding:0;
}
h1.blue18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#006699;
	padding-left:72px;
}
.footer {
	font-size:12px;
}
.continue2connect {
	font-size:11px;
	padding-left:25px;
}


/* FOOTER */
#footerinfo {
	width:804px;
	height:148px;
	padding-top:28px;
	padding-bottom:20px;
	text-align:justify;
	z-index:-100;
}
#left{
	float:left; 
	width:48%;
}
#middle {
	width:4%;
	height:148px;
	background-image:url(../images/line_vert_orange.gif);
	background-repeat:repeat-y;
	float:left; 
}
#right {
	width:48%;
	float:left; 
}
#bottom {
	width:100%;
	float:left;
	text-align:center;
	padding-top:8px;
}
.footersmall {
	font-size:9px;
	color: #534640;
}
a.footersmall:link {
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}
a.footersmall:visted {
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}
a.footersmall:hover {
	color:#006699;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}
a.footersmall:active {
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}
select.search{
	width:200px;
}
.blue12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
	margin:0;
	padding:0;
}
.eventName {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.searchData {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.subTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333;
}
.byLine{
	font-size:12px;
	color:#666666;
}
a.articleMenu:link{
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.articleMenu:visited{
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.articleMenu:hover{
	font-size:12px;
	color:#006699;
	text-decoration:underline;
	font-weight:bold;
}
a.articleMenu:active{
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
ul.articleMenu{
	margin-left:30px;
	padding-left:0px;
	list-style:none;
}
li.articleMenu{
	list-style:none;
}
