/* Set everything to a known state  */
@import url(cssreset.css);

body {
	background-color: #111;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}

/* ************************************************** header *************************************** */

#header {
	background-color: #032457;
	height: 132px;
	background-image: url(images/background_texture.jpg);
}

img#headerGeorge {
	margin-top: 23px;
	margin-left: 37px;
}

ul#navList {
	margin-top: 30px;
	margin-left: 20px;
}

ul#navList li {
	display: inline;
}

.navLinks{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #d0e2ff;
	margin-right: 37px;
}

#current {
	color: #ffa200;
}

.navLinks:hover {
	color: #B4FCB5;
}

#current:hover {
	color: #B4FCB5;
}

                                                  /* *********************  linkBox ************************** */
                                                  
#linkBox {
	background-color: #ccb691;
	width: 350px;
	float: right;
	height: 100%;
}

img#ourSites {
	float: left;
	margin: 8px 6px 0 25px;
	margin-right: 6px;
}

#linkBox p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #111;
	line-height: 0.95em;
	margin: 12px 10px 0 0;
}

a.blueLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #042d6e;
	font-weight: bold;
}

a.blueLink:hover {
	border-bottom: 2px solid #042d6e;
}

/* **************************************************** Main Content **************************************** */

#mainContent {
	background-color: #042d63;
	color: #fff;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 35px;
	width: 55%;
	line-height: 1.3em;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	width: 55%;
	font-size: 0.80em;
	margin-bottom: 15px;
}

.anchorInText {
	color: #ffa200;
}

.anchorInText:hover {
	border-bottom: 1px solid;
}

                                                  /* *********************  colRight ************************** */
#colRight {
	width: 380px;
	float: right;
}

img#georgeAtWork {
	margin: 30px 0 0 30px;
}

img#gato6 {
	display: block;
	margin: 30px auto 0 auto;
}

#playerH2 {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 10px;
}

#colRight p {
	width: 80%;
	margin: 0 auto 8px;
	font-size: 0.7em;
}

#colRight ol {
	width: 70%;
	margin: 0 auto;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}

#colRight ol li {
	margin-bottom: 5px;
}

#playerWrapper {
	border: solid 1px #fff;
	width: 90%;
	margin: 10px auto;
	background-color: #021633;
}

#playerOuter {
	width: 250px;
	margin: 12px auto;	
}

                                                  /* *********************  georgeNews ************************** */
#georgeNews {
	background-color: #eef;
	color: #111;
	border: solid 1px #9a6200;
	width: 50%;
	padding: 20px 18px 10px 18px;
	margin-top: 30px;
}

#mainContent .gato6Updates {
	width: 40%;
	margin-left: 45px;
}

#georgeNews #newsTitle {
	font-family: "Palatino Linotype", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 15px;
}

#georgeNews .contenttitle h2,
#georgeNews .contenttitle h2 a {
	color: #ffa200;
	font-family:  Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.05em;
}

#georgeNews .contenttitle h2 a {
	font-size: 1.0em;
}

#georgeNews .contenttitle h2 a:hover {
	border-bottom: 2px solid;
}

#georgeNews .contentbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	margin-bottom: 15px;
	margin-top: 7px;
	line-height: 1.0em;
}

#georgeNews .contentbody p {
	width: 100%;
}

#georgeNews .contentbody p a {
	font-size: 1.2em;
	color: #ffa200;
	font-weight: bold;
	line-height: 1.5em;
}

#mainContent .gato6Updates p a{
	font-size: 1.0em;
	color: #ffa200;
	font-weight: bold;
	line-height: 1.0em;
}

#georgeNews .contentbody p a:hover {
	border-bottom: 1px solid;
}

                                                  /* *********************  Inquiry Form ************************** */

.busphone {
	/*  Die spammer, Die!! */
	display: none;
}

#inquiryForm {
	margin: 35px 0 0px 80px;
	background-color: #d0e2ff;
	width: 280px; 
	padding: 10px 0 15px 20px; 
	border: solid 2px #9a6200;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.80em;
	color: #111;
}

#inquiryForm label {
	font-size: 0.9em;
}

#inquiryForm input,
#inquiryForm textarea {
	background-color: #ffffc0;
}

#inquiryForm #submit {
	background-color: #032457;
	color: #fff;
	display: block;
	margin: 10px auto;
}

/* ******************************************************* footer ***************************************** */

#footer {
	background-color: #032457;
	padding: 8px 0 8px 0;
	color: #d0e2ff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	clear: both;
}

