html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
	font-size: 0.9em;	
	text-align: left;
	min-width: 750px;
	background-image: url("/info/image/template/conads/background.png");
	background-repeat: repeat-x;
	background-color: #294267;
}


a, a:link, a:visited {
	color: #38061f;
	text-decoration: none;
}

a:hover, a:active {
color: #671d42;
text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.bigger {
	font-size: 1.1em;
}

#mainWrapper {	
	margin-left: auto;	
	margin-bottom: 0;	
	margin-right: auto;	
	margin-top: 25px;	
	width: 1024px;
	height: 100%;
	z-index: 1;
	background-image: url("/info/image/logo/logo_bar.png");
	background-repeat: no-repeat;
}

.lefty {
	margin-left:20px;
}

#contentHolder {
	padding:0;
	background-color: #ffffff;
	width: 880px;
	position: relative;
	left: 41px;
	top:0;
	margin-top:90px;
	margin-bottom:20px;
}

#bannerImg {
	margin: 10px 20px;
}

#subMenu {
	text-transform: uppercase;
	color: #112e5a;
	font-weight: bold;
	font-size: 1em;
}

#conadsSidebar{
	width: 220px;
	margin-left: 20px;
	float: left;
	display: inline;	
}

#conadsContent {
	position:relative;
	margin-right: 20px;
	padding: 0;
}

#bodyContent {
	width: 530px;
}

#menuWrapper {
	position: relative;
	top:100px;
	left:40px;
	width: 880px;
	height:40px;
}

#mainMenu {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	margin: 0px 5px;
	padding: 1em;
}

#mainMenu ul {
	margin: 0px;
	padding: 1em;
}

#mainMenu #active a { 
}

#mainMenu a, #mainMenu a:link, #mainMenu a:visited {
}

#mainMenu a:hover, #mainMenu a:active, #mainMenu a:focus {
}

#mainMenu li {
	float: left;
	padding: 10px;
	list-style: none;
}

#siteSearch {
	position: relative;
	top: 0px;
	right: 100px;
	float:right;
	z-index: 11;
	font-size: 0.7em;
}

#searchForm, #mailForm {
	width: 210px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top:5px;
}

#conadsFooter {
	margin: 10px auto;
	padding-bottom: 10px;
	width:840px;
	height: 126px;
	position: relative;
	top: 0;
	left: 0;
}

.teaserFrame {
	width: 280px;
	height: 126px;
	overflow: hidden;
	display: inline;
	margin:0;
	padding: 0;
}

#submenuContainer {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted gray;
	width: 200px;
}

#submenuContainer li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	padding-left: 50px;
	color: #666666;
	border-top: 1px dotted gray;
	background-image: url("/info/image/icons/submenu_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display:block;
}

#submenuContainer li a { 
	text-decoration: none; 
	color: #666666;
}

#submenuContainer li a:link { 
	text-decoration: none; 
	color: #666666;
}

#submenuContainer li a:visited { 
	text-decoration: none; 
	color: #666666;
}

#submenuContainer li a:hover { 
	text-decoration: none;
	color: #021562; 
}

td.photo {
	margin:5px;
	padding: 5px;
	border: 0;
	width:120px;
}

td.staff {
	margin:5px;
	padding: 5px;
	border: 0;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	display:inline;
}

.bottomLinks li {
		margin-left:30px;
		font-size:11px;
		color:#fff;
}
.bottomLinks a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

.bottomLinks a:hover, a:active {
c	olor: #666;
	text-decoration: underline;
}

#content ul,#content li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	margin-top:5px;
	margin-bottom:5px;
	line-height:150%;
	padding-left:6px;
	font-size:0.9em;
}

h1 {
	font-size: 1.2em;
	text-align: left;
	color: #535353;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
}

h2 {
	font-size: 13px;
	color: #7f7f7f;
	margin-bottom: 7px;
}

h3 {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 a {
	font-size: 14px;
	color: #000;
	margin-bottom: 7px;
}

h4,.h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
	display: block;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #7f7f7f;
	padding: 8px;
	font: 12px/ 22px Monaco, "Courier New", Courier, mono;
	display: block;
	margin: 10px 0;
}

strong {
	color: #323232;
}

small {
	
}

img {
	border: none;
}

p,.p {
	margin-bottom: 6px;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
	line-height:200%;
	font-size:.85em;
}

q {
	font: italic 18px Georgia;
	font-weight: normal;
	line-height: 1.5em;
	padding: 12px 0px;
	display: block;
}

q:before {
	content: "\201C\00A0";
}

q:after {
	content: "\00A0\201D";
}

/*body
--------*/
#bodycontent {
	text-align: left;
	width: 95%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.label {
	color: #151515;
	text-align: left;
	font-size: 1em;
}


/*layout (two & three colums)
------------------------------*/
#maincontent {
	width: 608px;
	float: left;
	margin-left: 30px;
}

p.intro {
	font-size: 16px;
	line-height: 21px;
}

.searchTable {
	width: 250px;
	height: 42px;
}

.searchTitle,.searchTitle a:link,.searchTitle a:visited {
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
}

.searchTitle a:hover,.searchTitle a:active {
	color: #CC0000;
	text-decoration: underline;
}

.searchSummary {
	text-align: left;
	margin-left: 25px;
}

.error {
	font-weight:bold;
	color:#990000;
}



/** Contact Gradient Form */

body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 0px solid #000;padding:10px; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }




body {
	padding: 0 10px;
	font: normal 62.5% "Lucida Grande", Helvetica, Verdana, Arial;
	}
	
p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
	
	
.spareContactForm {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

.spareContactForm fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.spareContactForm fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.spareContactForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.formCopy {
	display: block;
	margin: 9px 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
}

.spareContactForm fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.spareContactForm input, .spareContactForm textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:350px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.spareContactForm input[type="submit"]  {
	margin:5px 0 0 10px; /* set margin-left back to zero on reset button (set above) */
	width:100px;
}

.spareContactForm textarea { overflow: auto; }

.spareContactForm small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.spareContactForm .required{font-weight:bold;} /* uses class instead of div, more efficient */

.spareContactForm br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#bottomFoot {
	height:40px;
	margin:0 auto 0 auto;
	width:880px;
}

#copyright {
margin-bottom:10px;
font-size:8px;
color:#fff;
}

.conadsFooter {
	margin-bottom:15px;
}

.imgRoll {
	background-color:none;
	padding:2px;
}


.imgRoll:hover {
	background-color:#314b73;
}


ul.petesList li {
background:url(/info/image//main/Tick.png) no-repeat scroll 0 0.7em transparent;
padding-left:30px;
padding-top:6px;
display:block;
margin-bottom:5px;
}

#afa {
margin:0 auto 0 auto;
margin-bottom:10px;
font-size:8px;
color:#fff;
background-image:url("/info/image/main/afaLogo.jpg");
width:161px;
height:48px;
}

