/* @override http://giveandgotheplay.com/_dev/_css/screen.css */

a:link {
	color: #0879C0;
}
a:visited {
	color: #0E3A6C;
}
a:active {
	color: #375794;
}
a:hover {
	color: #e7211e; /* red */
}

body {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #414141;
	font: 14px Verdana;
	line-height: 20px;
	background: url(../_images/bg.jpg) repeat-y;
	background-position: top center;
}

#wrap {
	width: 697px;
	margin: 0px auto;
}

#main {
}

#content {
	width: 697px;
	float: left;
	display: inline;
}

#col1 {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	width: 466px;	
}

#col2 {
	float: right;
	display: inline;
	width: 231px;	
	margin: 0 0 0 0;
}

#text {
	margin: 0 15px 0 15px;
}

/* --------/ HOME PAGE NAVIGATION STYLES /-------- */

#nav-home ul {
	color: #fff;
	font: normal 20px/20px "Arial Black",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	list-style: none;
	padding: 22px 0 0 0px;
}

#nav-home ul li {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}

#nav-home ul li a {
	text-decoration: none;
	color: #fff;
}

#nav-home ul li a:hover {
	color: #e7211e;
}

/* --------/ INTERIOR PAGE NAVIGATION STYLES /-------- */

#banner {
	margin: 0 0 22px 0;
	height: 233px;
	background-image: url(/_images/banner-int.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#banner ul#nav {
	color: #fff;
	font: normal 18px/20px "Arial Black",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-align: center;
	list-style: none;
	width: 300px;
	padding: 70px 0 0 12px;
}

#banner ul#nav li {
	display: inline;
}

#banner ul#nav li a {
	text-decoration: none;
	color: #fff;
}

#banner ul#nav li a:hover {
	color: #e7211e;
}

/* -------------------------------- */

strong {
	font-weight: bold;
}

.redstrong {
	font-weight: bold;
	color: #e7211e; /* red */
}

em {
	font-style: italic;
}

img.inset {
	float: left;
	margin: 4px 10px 10px 0;
}

div.inset {
	float: left;
	margin: 0px 10px 5px 0;
}

p.footer {
	margin: 30px 0 25px 0;
}

.caption {
	vertical-align:top;
	font: 8px Verdana;
}

.photos {
	margin-bottom: 0px;
	martgin-top:10px;
}

h1 {
	font: 40px Georgia;
	font-weight: normal;
	color: #e7211e; /* red */
	margin: 0 0 6px -1px; /* negative value for optical alignment */
}

h2 {		
	color: #162c77; /* blue */
	font: 20px "Arial Black", Verdana;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 9px 0;
}

/* --------/ HOME PAGE TAG LINE /-------- */

h2.tagline {
	color: #fff;
	font: 20px "Arial Black", Verdana;
	line-height: 18px;
	font-weight: normal; /* important if using Arial Black */
	margin: 38px 0 30px 0;
	padding: 0 20px 0 20px;
	text-align: center;
	letter-spacing: -1px;
}

h2.tagline em {
	font-style: normal;
	color: #8A96D0;
}

/* -------------------------------- */

h3 {
	font: 12px Georgia;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #0879C0;
	margin: 0 0 10px 0;
}

h2.caps {
	font: 9px "Arial Black", Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 12px;
	font-weight: normal;
	color: #0879C0;
}

h2.caps-dark {
	font: 9px "Arial Black", Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 12px;
	font-weight: normal;
	color: #0E3A6C;
}

h2.ruled {
	color: #0879C0;
	font: 12px "Arial Black", Verdana;
	padding: 0 0 1px 0;
	margin: 0 0 8px 0;
}

h2.ruled a {
	color: #0879C0;
	text-decoration: none;
}

h3.title {
	font: 16px Georgia;
	font-weight: normal;
	line-height: 19px;
	color: #0E3A6C;
	background-image: none;
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}

h3.title a {
	color: #0E3A6C;
	text-decoration: none;
}

h3.title a:hover {
	color: #0879C0;
	text-decoration: none;
}

h4 {
	color: #000000;
	font: 12px "Arial Black", Verdana;
	font-weight: normal;
	margin: 0 0 7px 0;
}

p {
	margin: 0 0 15px 0;
}

ul {

}

ul li {
	padding: 0 0 7px 0;
}

ul li ul {
}

ul li ul li {
	padding: 0 0 5px 0;
}

