/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    color: white;
}

html {
    background: #1752a3 url(../images/bg-grass.jpg) repeat-x scroll center bottom;
    min-height: 100%;
}

body {
    width: 941px;
    margin: 0px auto;
    background: transparent url(../images/bg-spotlight.jpg) no-repeat scroll left top;
    text-align: left;
    padding: 0 37px;
	z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}
#clear {
	clear: both;
}
h1 { font-size: 130%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 130%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 120%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 110%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 100%; margin: 0 0 1.19047619048em 0; }
h6 { font-size:  90%; margin: 0 0 1.25em 0; }

a {
    color: #fbf664;
}

legend {
    color: white;
}

#header {
    height: 149px;
    background: transparent url(../images/edge-top.png) no-repeat scroll left bottom;
    overflow: hidden;
}

#headerExtra {
    clear: right;
    float: right;
    width: 495px;
    text-align: center;
    padding-top: 13px;
    font-size: 115%;
}

#headerExtra h2 {
	position: relative;
}


#header strong {
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

#header em {
    font-style: normal;
    color: #fbf664;
    text-transform: uppercase;
}

#header h2 {
    margin: 0;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    text-decoration: none;
    position: relative;
    left: 18px;
    top: 7px;
    width: 294px;
    height: 106px;
}

#main {
    width: 941px;
    display: inline; /* IE6 fix */
    float: left;
    background: transparent url(../images/bg-main.png) repeat-y scroll left top;
    font-size: 90%;
    padding-top: 14px;
	z-index:1;
}

#content {
    width: 462px;
    margin: 0;
    padding: 0 19px;
    display: inline; /* IE6 fix */
    float: left;
    min-height: 300px;
}
/* sidebar styles */
#sidebar {
    float: right;
    width: 219px;
	padding: 0px 1px 0px 0px;
}

#sidebar h2 {
    border-bottom: 1px solid #a5c4e3;
    padding-bottom: 3px;
	text-align: center;
	padding: 0px 4px 0px 4px;
}

#sidebar a {
	color: white;
	display: block;
	clear: both;
	text-align: center;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

#sidebar a:hover {
	text-decoration: underline;
	padding: 0px 4px 0px 4px;
}

#sidebar h3 {
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
#sidebar p {
	padding: 0px 4px 0px 4px;
}

.dnt {
	font-size: smaller;
	padding: 0px 4px 0px 4px;
}

#sidebar div {
	width: 100%;
	background-color: #1752a3;
	background: url(../images/news-div-bg.png) repeat-x scroll left top;
}

#sidebar hr {
	color: #6699cc;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}

#sidebar-blog {
	float: right;
    	width: 219px;
	padding: 0px 1px 0px 0px;
}

#sidebar-blog ul, #sidebar-blog li {
	list-style: none;
	margin-left: 0px;
	padding-left: 5px;
}

#sidebar-blog a {
	color: white;
	text-decoration: none;
}

#sidebar-blog a:hover {
	text-decoration: underline;
}
/* left-nav styles */

#left-nav-div {
	margin: 0px;
	width: 218px;
	height: 100%;
	color: black;
	float: left;
}

.twitter-container {
	width: 210px;
	padding: 4px;
}
.twitter-hdr {
	margin: 0px;
	padding: 5px;
	height: 61px;
	background-color: white;
	background: url(../images/twitter_march.png) no-repeat left top;
}

.twitter-hdr a {
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #38b9e3;
	
}
.twitter-feed ul{
	list-style-image:url("../images/twitter.png");
}

.twitter-feed {
	color: black;
}


/* Menu styles */
.menu {
    display: inline; /* IE6 fix */
    float: left;
    margin: 0;
    padding: 0 2px 0 1px;
    width: 218px;
    list-style: none;
    color: black;
}

.menu ul {
    display: none;
}

.menu li {
    float: left;
}

.menu a {
    display: block;
    height: 20px;
    width: 193px;
    line-height: 20px;
    color: #595858;
    text-decoration: none;
    font-weight: bold;
    padding: 0 0 2px 25px;
    /*background: url(../images/button.png) no-repeat scroll left top;*/
}

.menu a:hover, .menu .hover {
    color: black;
}

.menu .active a {
    color: black;
}

#header .menu {
    font-size: 90%;
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    height: 57px;
    background: transparent url(../images/bg-tabs-left.png) no-repeat scroll left top;
    text-align: center;
}

#header .menu li {
    float: left;
    width: 161px;
    height: 40px;
    padding-top: 17px;
}

#header .menu .last {
    background: transparent url(../images/bg-tabs-right.png) no-repeat scroll right top;
    width: 173px;
}

#header .menu a {
    color: black;
    width: 160px;
    text-transform: uppercase;
    background: none;
    height: 23px;
    line-height: 23px;
    border-right: 1px solid #1752a3;
    padding: 0;
}

#header .menu .last a {
    border-right: 0;
    padding-right: 13px;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    padding: 2.5em 0 100px;
    background: transparent url(../images/edge-bottom.png) no-repeat scroll left top;
    zoom: 1; /* hasLayout */
    color: ;
}

#footer a {
    color: white;
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 5px;
}

#footElements span {
    padding: 0 2px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Page content */
#content img {
    border: 1px solid white;
    margin-bottom: 1.25em;
}

#content p {
	text-align: justify;
}

#content a {
	color: white;
	text-decoration: underline;
}

#home-slide {
	height: 310px;
	width: 459px;
	display: block;
	border: 1px solid white;
	z-index: 2;
	margin-bottom: 10px;
}
.image-row1 {
	display: inline;
	text-align: center;
}
.f-rght {
	float: right;
	margin: 0px 0px 0px 10px;
}
.img-no-border {
	display: inline;
}

#nav-menu {
	position: relative;
	z-index: 5;
}

li.menu-last {
	border-bottom:	1px solid #fff;
}

/* blog styles */
#comment textarea {
	width: 400px;
}

.vid-vert-grid {
	margin: 0px 0px 0px 0px;
}

.vid-tner {
	margin-bottom: 10px;
	width: 100%;
}

.vid-cap {
	text-align: center;
	padding-bottom: 30px;
}


