@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(../images/bg-top.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size:100%;
}
.clearer {
	clear:both;
}

.wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper h1.rt {
	text-align:right;
	font-size:16px;
	margin-right:50px;
	margin-top:0px;
	margin-bottom:0px;
	color:#ccc;
}

.page {
	background-color:#fff; /* white */
	padding:0px;
}


.header {
	width:960px;
	height:204px;
}
.middle {
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:69%;
}


/********************************************************* LEFT COLUMN **********************************************************/
.leftcol {
	width: 735px;
	float: left;
}
.leftcol h1 {
	border-bottom:3px solid #00456a; /* aquamarine */
	margin:0px;
	padding:0px;
	font-size:145%;
	color:#7a0226; /* sinclair red */
}
.leftcol h2 {
	font-size:120%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:2px 0px 10px 0px;
}
.leftcol a {
	color:#0d82c1; /* aqua */
}
.leftcol p {
	font-size:12px;
	line-height:16px;
}

/********************************************************* CENTER COLUMN *********************************************************/

.onecol h1 {
/*	background-image:url(../images/h1bg.gif);
	background-position:0px 14px;
	background-repeat:repeat-x;
*/	border-bottom:3px solid #00456a; /* aquamarine */
	margin:0px 0px 8px 0px;
	padding:0px 10px 0px 10px;
	font-size:145%;
	color:#7a0226; /* sinclair red */
}
.onecol h2 {
	font-size:120%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:10px 0px 10px -5px;
}
.onecol h3 {
	color:#880f03;
	font-size:110%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.onecol h4 {
	font-size:125%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:10px 0px 10px -5px;
}
.onecol h5 {
	font-size:112%;
	font-style:italic;
	color:#af0337; /* bright burgundy */
	margin:10px 0px 10px -5px;
}
.onecol a {
	color:#0d82c1; /* aqua */
}
.onecol a:hover {
	color:#bbd4de; /* aqua */
}
.onecol p {
	font-size:12px;
	line-height:16px;
}


/********************************************************* RIGHT COLUMN **********************************************************/
.rightcol {
	width:204px;
	float:right;
}
.rightcol h1 {
	font-size:120%;
	font-weight: bold;
	color:#fff; /* white */
	text-align:center;
}
.rightcol h2 {
	font-size:112%;
	font-style:italic;
	text-align:center;
	color:#af0337; /* bright burgundy */
	margin:10px 0px 10px -5px;
}
.rightcol p {
	font-size:12px;
	color:#919191; /* medium gray */
	margin-top:0px;
}
.rightcol a {
	color:#7a0226; /* burgundy */
	text-decoration:none;
}
.rightcol a:hover {
	color:#af0337;
	text-decoration:underline;
}

/********************************************************* NEWS **********************************************************/
.news {
	margin:10px 55px 10px 0px;
	background-color:#fff; /* white */
	width:698px;
}
.newsborder {
	border-bottom:1px solid #7a0226; /* burgundy */
	border-left:1px solid #7a0226; /* burgundy */
	border-right:1px solid #7a0226; /* burgundy */
}
.newsheader {
	background-image:url(../images/newstitlebar.gif);
	background-repeat:repeat-x;
}
.newsheaderlogo {
	background-image:url(../images/newswings.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
h6 {
	padding:7px;
	font-size:100%;
	margin-bottom:0;
}
h6 span {
	float:right;
	font-size:75%;
	font-weight:normal;
	margin-right:1%;
}
h6 span.morenews {
	padding-top:3px;
}
h6 span a {
	color:#fff;
	text-decoration:none;
}
h6 span a:hover {
	color:#fff;
	text-decoration:underline;
}
.newsbody {
	margin:0;
	padding:14px 14px 4px 14px;
}
.newsbody h2 {
	margin:0px 0px 0px 0px;
	font-size:75%;
	font-weight:bold;
	text-decoration:underline;
	color:#00456a; /* aquamarine */
}
.newsbody p {
	font-size:72%;
	color:#000; /* black */
	margin: 4px 0px 8px 0px;
}
.newsbody a {
	color:#00456a; /* aquamarine */
	text-decoration:none;
}
.newsbody a:hover {
	color:#0d82c1; /* muted aqua */
	text-decoration:none;
}
.imageOnLeft {
	border:1px solid #8b8b8b;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.imageOnRight {
	border:1px solid #8b8b8b;
	float:right;
	margin-left:8%;
	margin-bottom:8%;
}


/********************************************************* CALENDAR **********************************************************/

.calendar .month {
	background-color:#292929;
	border-top:1px solid #353535;
	border-left:1px solid #333333;
	border-bottom:1px solid #000000;
	border-right:1px solid #101010;
}

.calendar td {
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #292929;
	border-left:1px solid #272727;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

/********************************************************* CONTACT FORM **********************************************************/

input, textarea {
	border:1px solid #858585 !important; /* medium gray */
	background-color:#fff !important; /* dark gray */
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7d9ab5; /* steele blue */
}
.pagecontacttitle {
	height:50px;
	background-color:#7a0226; /* sinclair red */
	margin:0;
	padding-top:0.5ex;
}
.pagecontactform {
	font-size:11px;
	padding:8px 8px 8px 8px;
	margin-top:4px;
	background-color: #7A0226; /* sinclair red */ /* #879fb3; /* steele blue */
}
#security {
	font-size:9px;
	color:#fff;
}
.sbtn {
	background-color:#00456a !important;/* aquamarine */
	border:1px solid #D9D9D9 !important;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:3px;
	padding:2px 4px;
}

/* */============================== HOME CALL OUT BOXES ============================== */
#callouttable {
	background-color:#CCCCCC;
	text-align:center;
	margin-bottom:25px;
}
#calloutbox {
	height:142px;
}
#calloutbox img {
	border-top:1px solid #7a0226; /* sinclair red */
	border-right:1px solid #7a0226; /* sinclair red */
	border-left:1px solid #7a0226; /* sinclair red */
	border-bottom:20px solid #7a0226; /* sinclair red */
}
#calloutbox p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:-21px;
	padding:0;
}
.calloutboxlnk a:link, .calloutboxlnk a:visited {
	color:#fff; /* white */
	text-decoration:none;
}
.calloutboxlnk a:hover, .calloutboxlnk a:active {
	color:#fffd5b; /* YELLOW */
	text-decoration:none;
}

/********************************************************* FOOTERS **********************************************************/
.footer {
	width:100%;
	text-align:center;
	padding:1ex;
	background-color:#b4d5f5 /* light blue */
}
.footer1 {
	padding:4px;
}
.footer1, .footer1 a {
	font-size:10px;
	color:#00456a; /* aquamarine */
	text-decoration:none;
}
.footer1 a:hover {
	text-decoration:underline;
}
.footer1 img {
	margin-left:8px; 
	margin-right:8px;
}

.footer2 h1 {
	font-size:16px;
	text-align:center;
}

.footer3 p {
	text-align:center;
	font-size:10px;
	color:#7a0226; /* burgundy */
}
.footer3 a {
	color:#7a0226; /* burgundy */
	text-decoration:none;
}
.footer3 a:hover {
	text-decoration:underline;
}


/* ============================== SITE MAP ============================== */

.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}

