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

body {
	font-family: calibri, arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(/cagcms/images/background.png) repeat-x fixed #f6f6f6;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
img {
	border: none;
}
img a {
	text-decoration: none;
}
a {
	text-decoration: none;
	display: block;
}
a:link {
	color: #21759b;
	font-weight: bold;
	background: transparent;
}
a:visited {
	color: #21759b;
	background: transparent;
}
a:hover {
	color: #d54e21;
	background: transparent;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;
	text-transform: uppercase;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #464646;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #464646;
}
#container {
	width: 980px;
	margin: 1em auto;
	text-align: left;
}
#banner {
	display: block;
	margin: 0;
	background: transparent;
	border: none;
	text-decoration: none;
	width: auto;
	text-align: left;
	position: relative;
	z-index: 98;
	width: 407px;
	height: 95px;
}
#banner img {
	width: 407px;
	height: 95px;
	position: relative;
	z-index: 99;
}
#topnav {
	width: 100%;
	height: 35px;
	background: #fffefc;
	margin: -28px auto 0 auto;
	position: relative;
	z-index: 96;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#topnav img {
	margin: 2px 3px 3px 3px;
	vertical-align: bottom;
	position: relative;
	z-index: 97;
}
#content {
	width: 100%;
	background: #fff;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#leftnav, #rightnav {
	height: auto !important;
	height: 620px;
	min-height: 620px;
	width: 200px;
	border: 1px solid #000;
	margin: 5px;
	float: left;
	padding: 0 0 2em 0;
	background: #fff;
}
/*#leftnav {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#rightnav {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}*/
#leftnav ul, #rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}
#leftnav h1 a, #rightnav h1 a {
	background: none;
	margin: 0;
	padding: 5px;
	line-height: normal;
}
#leftnav li, #rightnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#leftnav li a, #rightnav li a {
	display: block;
	margin: 0;
	padding: 5px;
	background: none;
	font-weight: bold;
	color: #21759b;
}
#leftnav li a:hover, #rightnav li a:hover {
	background: transparent;
	color: #d54e21;
}
#leftnav img, #rightnav img {
	width: 150px;
	height: 35px;
}
#pollbox ul.pollblock, #pollbox ul.pollblock li, #pollbox ul.pollblock li table {
	font-size: 1em;
	clear: none;
}
#pollbox table, #pollbox form {
	clear: none;
}
#pollbox input.radio {
	display: inline;
	clear: none;
	width: auto;
	border: none;
	background: none;
}
#pollbox input.submit {
	clear: none;
	display: block;
	margin: auto 0 auto auto;
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #666;
}
#pollbox .polltitle {
	display: block;
	margin: auto;
	font-weight: bold;
	font-size: 1.1em;
	color: #21759b;
	text-align: center;
}
#main {
	height: auto !important;
	height: 645px;
	min-height: 645px;
	width: 554px;
	margin: 5px 0;
	padding: 0;
	float: left;
	border: 1px solid #000;
}
#main h1, #leftnav h1, #rightnav h1 {
	background: url(/cagcms/images/newtitleheader_bg.png) repeat-x;
	height: 35px;
	margin: 0;
	line-height: 35px;
	padding: 0 .25em;
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-size: 1.7em;
	overflow: hidden;
}
#leftnav h1, #rightnav h1 {
	text-align: left;
}
#main a {
	display: inline;
}
#maincontent {
	margin: 5px;
	padding: 0;
}
#advert {
	border: none;
	text-decoration: none;
	display: block;
	margin: 1em auto;
	text-align: center;
}
#advert img {
	display: block;
	margin: auto;
	background: none;
	width: 120px;
	height: 120px;
}
#advert:hover {
	background: none;
}
.breadcrumb {
	color: #fcc;
	margin: auto auto 1em auto;
}

.breadcrumb a:visited, .breadcrumb a:link {
	color: #ccc;
}

.breadcrumb a:visited.active, .breadcrumb a:link.active {
	color: #666;
}

.breadcrumb a:hover {
	background: transparent;
	text-decoration: underline;
}

ul.secmenu li.menutitle {
	display: none;
}
ul.secmenu {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.secmenu li {
	display: inline;
}
ul.secmenu li a {
	width: auto;
	font-size: 1.35em;
	font-weight: bold;
	padding: 0 1em;
	display: block;
	float: right;
	height: 35px;
	line-height: 35px;
}

ul.secmenu li div.activelink {
	display: inline;
	background: #fff;
}

#leftnav ul.submenu li ul, #rightnav ul.submenu li ul {
	display: none;
	margin: 0;
	padding: 0;
}
#leftnav ul.submenu li ul, #rightnav ul.submenu li ul {
	font-size: .8em;
}
#leftnav ul.submenu li ul li a, #rightnav ul.submenu li ul li a {
	padding-left: 1em;
	font-weight: normal;
}
#leftnav ul.submenu li div.activelink ul, #rightnav ul.submenu li div.activelink ul {
	display: block;
}

#leftnav ul.submenu div.activelink, #rightnav ul.submenu div.activelink {
	background: #fff;
}

#copyright {
	color: #21759b;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 2em auto;
}

#copyright a {
	color: #006;
	text-decoration: none;
	display: inline;
}

#copyright a:hover {
	color: #666;
	text-decoration: underline overline;
	background: none;
}

.editdate {
	font-style: italic;
	font-size: .9em;
	color: #666;
	margin: 1em auto;
}

div.description {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 auto 1em auto;
}
#submitsearch {
	margin: .25em 0;
}
#sp_q {
	width: 7.5em;
	margin: .75em 0 0 5px;
	border: 1px solid #e2e2e2;
	background: #fff;
	vertical-align: top;
}

img.voted {
	float:right;
	width: 22px !important;
	height: 22px !important;
	border: none;
	background: none;
}

/*ul.dlmenu {
	width: auto;
	border: 1px solid #ccc;
	margin: .25em;
	padding: 0;
	padding-right: 2px;
	height: 37px;
	background: url(/cagcms/images/tabbg.png);
	overflow: hidden;
}

.dlmenu li {
	font-size: 1.25em;
	font-weight: bold;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.dlmenu li a {
	float: right;
	padding: 15px 15px 5px 15px;
	margin-left: -30px;
	height: 20px;
	width: 78px;
	text-align: right;
	background: url(/cagcms/images/menutab.png);
}

.dlmenu li a:hover {
	background: none;
}
*/

#main ul.dlmenu {
	width: auto;
	margin: 0 0 .5em 0;
	padding: 0;
	background: #ccc;
	height: 35px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

#main ul.dlmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#main ul.dlmenu li a {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 7px;
	height: 21px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #e2e2e2;
}

.maincontent dl {
	margin: 0;
	padding: 0;
}
.maincontent dt {
	margin: 0;
	padding: 0;
}
.maincontent dd {
	margin: 0 0 .5em 1em;
	padding: 0;
}
.maincontent pre {
	border: 1px solid #666;
	background: #e2e2e2;
	overflow-x: auto;
	width: 594px;
	margin: 0 10px 1em 10px;
	padding: 5px;
}
#screenblock div.thumbnail {
	text-align: center;
}

#screenblock div.thumbnail img {
	width: 120px;
	height: 120px;
	margin: .5em auto .5em auto;
	background: none;
	display: block;
}

#screenblock a:hover {
	background: none;
}

.screencaption, #screenblock h4.giDescription {
	text-align: center;
	font-weight: normal !important;
}

blockquote.testimonial {
	border: 1px solid #666;
	background: #e2e2e2;
	margin: 0 .5em .5em .5em;
	padding: .25em;
	padding-bottom: 2em;
	clear: both;
}
blockquote.testimonial p.speaker {
	float: right;
	text-align: right;
	color: #666;
	font-weight: bold;
}

div#tweetmeme_iframe {
	float: right;
	width: 65px;
	margin: 0 0 1em 1em;
}

.cleared {
	height: 0;
	width: 0;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}