﻿@charset "utf-8";
/* CSS By Cardiff Bay Web Master */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #084690;
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #1F70D0;
	text-decoration: underline;
}

a:active, a:hover {
	color: #6AB3FE;
}

ul {
	list-style-image: url('images/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

.center {
	text-align: center;}

.clear {
	clear: both;
}

h1 { 
	color: #1F70D0;
	font-size: 155%;
	padding: 4px 2px 2px 2px;
	text-align: center;
	border-bottom: 1px solid #1F70D0;
}

h2 {	
	font-size: 145%;
	color: #777777;
	padding: 4px 2px 2px 2px;
	text-align: left;
	border-bottom: 1px solid 333333;
}

h3 {	
	font-size: 125%;
	color: #FF9900;
	padding: 4px 2px 2px 2px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

h4 { 
	font-size: 125%;
	color: #6AB3FE;
}

h5 { 
	font-size: 100%;
	color: 333333;
}

h6 { 
	font-size: 100%; 
	color: #1F70D0; 
}

.submitbuttons {
	font-weight: bold;
	color: #1F70D0;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #1F70D0;
	background-color: #B9DEFB;
	width: 155px;
	height: 30px;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 990px;
	background: url('images/wrapper.jpg') repeat-y;
}

#wrapperl {
	margin: 0px auto; /* fix to center in firefox */
	width: 990px;
	background: url('images/wrapperl.jpg') repeat-y;
}

#wrapperr {
	margin: 0px auto; /* fix to center in firefox */
	width: 990px;
	background: url('images/wrapperr.jpg') repeat-y;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader1.jpg') no-repeat;
	height: 238px;
}

#header2 {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader2.jpg') no-repeat;
	height: 238px;
}

#header3 {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader3.jpg') no-repeat;
	height: 238px;
}

#header4 {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader4.jpg') no-repeat;
	height: 238px;
}

#header5 {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader5.jpg') no-repeat;
	height: 238px;
}

#header6 {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/newheader6.jpg') no-repeat;
	height: 238px;
}



.headercontent {
	padding: 65px 0px 0px 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 36pt;
	font-variant: small-caps;
	font-family: "Times New Roman", "Georgia", sans-serif;
}


/* This is the horizontal top navigation bar */
#topnav {
	width: 990px;
	height: 29px;
	background: url('images/topnav.jpg') no-repeat;
}

#topnavl {
	width: 990px;
	height: 29px;
	background: url('images/topnavl.jpg') no-repeat;
}

#topnavr {
	width: 990px;
	height: 29px;
	background: url('images/topnavr.jpg') no-repeat;
}


.topnavlinks {
	padding: 7px 14px 0px 14px;
	text-align: left;
	font-size: 96%;
	font-weight: bold;
}

.topnavlinks a:link, .topnavlinks a:visited {
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1F70D0;
}


.topnavlinksl {
	padding: 7px 14px 0px 14px;
	text-align: right;
	font-size: 96%;
	font-weight: bold;
}


.topnavlinksl a:link, .topnavlinksl a:visited {
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinksl a:active, .topnavlinksl a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #1F70D0;
}

/* Used in single column layouts */
#bodycolumn {
	width: 990px;
}

.bodycolumncontent {
	padding: 0px 16px;
	min-height: 400px;
}


/* Used in two column right layouts */
#body1 {
	width: 750px;
	float: left;
}

.body1content {
	padding: 1px 6px 4px 16px;
}

#body2 {
	float: right;
	width: 221px;
}

.body2content  {
	padding: 0px 10px 5px 15px;
}

/* Used in two column left layouts */
#body1l {
	width: 750px;
	float: right;
}

.body1lcontent {
	padding: 1px 20px 4px 0px;
}

#body2l {
	float: left;
	width: 221px;
}

.body2lcontent  {
	padding: 0px 10px 5px 15px;
}


/* Used in three column layouts */
#body1a {
	width: 770px;
	float: left;
}

#body1b { 
	width: 540px;
	float: right;
}

.body1bcontent {
	padding: 2px 0px 4px 10px;
}

#body2b {
	width: 221px;
	float: left;
}

.body2bcontent {
	padding: 0px 0px 5px 15px;
}

#body3 {
	width: 190px;
	float: left;
}

.body3content {
	padding: 4px 0px 5px 16px;
}


/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 180px;
    text-align: left;
    padding: 4px;
	color: #ffffff;
	background-color: #1F70D0;
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #ffffff;
	text-decoration: underline;
	background-color: transparent;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 168px;
	color: #1F70D0;
	background-color: #B9DEFB;
	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #ffffff;
	background-color: #1F70D0;
}


#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: #084690 url('images/footer.jpg') no-repeat;
	height: 72px;
	width: 990px;
}

.footercontent {
	padding: 12px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #5AB428;
	background-color: #FFFFFF;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #1F70D0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #1F70D0;
	border-bottom: 4px solid #1F70D0;
	background-color: #B9DEFB;
	padding: 6px;
	margin-bottom: 8px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #B9DEFB;
	border-bottom: 4px solid #B9DEFB;
	background-color: #1F70D0;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #1F70D0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #1F70D0;
	border-bottom: 4px solid #1F70D0;
	background-color: #e2e2e2;
	padding: 6px;
	margin-bottom: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #1F70D0;
	border-bottom: 2px solid #B9DEFB;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #1F70D0;
	background-color: #B9DEFB;
	border-bottom: 2px solid #1F70D0;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #1F70D0;
	background-color: #B9DEFB;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border: 2px solid #1F70D0;
}


.tiny {
	font-size: 80%;
}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #1F70D0;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
.imageleft-border   {
	margin: 0 5px 0 0; 
	float: left;
	border: 3px double #333333;
}

.imageright-border  {
	margin: 0 0 0 5px; 
	float: right;
	border: 3px double #333333;
}
