/* 
 * reset
 */

:link,:visited {
text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
table {
border-spacing:0;
}
fieldset,img,abbr,acronym {
border:0;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}

ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
q:before,q:after {
content:'';
}
a {
text-decoration:underline;
outline:none;
}
hr {
border:0;
height:1px;
background-color:#000;
color:#000;
}
a img,:link img,:visited img {
border:none;
}
address {
font-style:normal;
}



/*
 * Layout
 */

body {
	background: #FFF url(../images/body-bg.gif) repeat-y center;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 11px/16px Verdana, Arial, sans-serif;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

.maincontent {
	margin-top: 10px;
}

p {
	margin-bottom: 10px;
}

blockquote {
	padding-left: 5px;
	border-left: 1px solid #CFCFCF;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	color: #0F6CB9;
}

h2 {
	font-size: 12px;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #0F6CB9;
}

a:link, a:visited { 
	color: #0D50C8;
	text-decoration: none;
}

a:active { 
	color: #f00;
}

a:hover {
	color: #0D50C8;
	text-decoration: underline;
}

#left {
	width: 190px;
	float: left;
	margin-right: 10px;
}

#content {
	width: 580px;
	float: left;
}

#sidebar {
	width: 190px;
	float: right;
}

#contentfull {
	float: right;
	width: 780px;
}

#menu {
	border:1px solid #cfcfcf;
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size: 11px;
	margin-bottom: 10px;
}

#menu a.head, #menu a.hover {
	cursor:pointer;
	background: #aeaeb0 url(../images/gradient-grey.jpg) repeat-x;
	color: #000;
	display:block;
	font-weight:bold;
	margin:0px;
	padding: 0.5em;
	text-decoration: none;
}

#menu a.head:hover, #menu a.hover:hover {
	color: #FFF;
	background: #0099c3 url(../images/gradient.jpg) repeat-x;
}

#menu a.selected {
	background: #0099c3 url(../images/gradient.jpg) repeat-x;
	color: #fff;
}

#menu ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#menu li {
	list-style:none outside none; display:inline;
}
#menu li li a {
	color: #1069BB;
	display:block;
	text-decoration: none;
	padding: 0.5em;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 10px;
  padding-right: 15px;
	background: #fff url(../images/button-normal.gif) 100% 7px no-repeat;
}
#menu li li a:hover {
	background-color:#FFF;
	color:#1069BB;
	background: #fff url(../images/button.gif) 100% 7px no-repeat;
	font-weight: bold;
}


/* boxes sidebar */

.boxes { 
	border: 1px solid #cfcfcf;
	margin-bottom: 5px;
}

.frontpage {
	padding-left: 30px;
}

.buttons {
	border: 1px solid #cfcfcf;
	width: 250px;
	margin: 5px;	
	float: left;
	height: 180px;
}

.padding {
	padding: 5px;
}

.banner {
	margin-bottom: 10px;
}

h3.boxhead {
	background: #007CBC url(../images/gradient.jpg) repeat-x;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}


.box-item {
	padding: 5px;
}

.box-item h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 1px double #c0c0c0;
}

.box-item ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.box-item ul li {
	padding-top: 8px;
}

.box-list li {
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cfcfcf;
}

#footer { 
	clear: both;
	background: url(../images/border-bottom.jpg) repeat-x;
	padding-top: 15px;
	text-align: center;
}

a.golink, a.golink:visited {
	background: #fff url(../images/button-normal.gif) 100% 0 no-repeat;
	padding-right: 18px;
}

a.golink:hover {
	background: #fff url(../images/button.gif) 100% 0 no-repeat;
	padding-right: 18px;
}

h3.post-title {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: transparent;
	padding: 0;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

.blog-entry {
	margin-bottom: 25px;
}



.meta {
	border-top: 1px solid #cfcfcf;
	padding-top: 2px;
	margin-top: 5px;
}

.clear {
	clear: both;
}

#about-buttons {
	width: 251px;
	height: 87px;
	margin: 0;
	padding: 0;
	background: url(../buttons/about.jpg) 50% 0 no-repeat;
}

#about-buttons ul li {
	margin: 0;
	padding: 0;
}

#services-buttons {
	width: 251px;
	height: 87px;
	margin: 0;
	padding: 0;
	background: url(../buttons/services.jpg) 50% 0 no-repeat;
}

#future-buttons {
	width: 251px;
	height: 87px;
	margin: 0;
	padding: 0;
	background: url(../buttons/future.jpg) 0 0 no-repeat;
}

#blog-buttons {
	width: 251px;
	height: 87px;
	margin: 0;
	padding: 0;
	background: url(../buttons/blog.jpg) 50% 0 no-repeat;
}

#services-buttons li, #future-buttons li, #blog-buttons li, #about-buttons li { 
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
}

#services-buttons li, #services-buttons a, #future-buttons li, #future-buttons a, #blog-buttons li, #blog-buttons a, #about-buttons li, #about-buttons a {
	height: 87px;
	display: block;
}

#services-buttons a, #future-buttons a, #blog-buttons a, #about-buttons a { text-decoration: none; border: none; }

#services-buttons a span, #future-buttons a span, #blog-buttons a span, #about-buttons a span { visibility: hidden; }

#services-button { left: 0; width: 251px; }
#services-button a:hover {
	background: transparent url(../buttons/services.jpg) 0 100% no-repeat;
}

#future-button { left: 0; width: 251px; }
#future-button a:hover {
	background: transparent url(../buttons/future.jpg) 0 100% no-repeat;
}

#blog-button { left: 0; width: 251px; }
#blog-button a:hover {
	background: transparent url(../buttons/blog.jpg) 0 100% no-repeat;
}

#about-button { left: 0; width: 251px; }
#about-button a:hover {
	background: transparent url(../buttons/about.jpg) 0 100% no-repeat;
}

.middle {
	text-align: center;
}

.profile {
	width: 100%;
	float: left;
}

.profile-photo {
	float: left;
	border: 1px solid #cfcfcf;
	padding: 5px;
}

.partnerlogo {
	border: 1px solid #cfcfcf;
	padding: 5px;
}

.profile-text {
	float: left;
	width: 75%;
	margin-left: 15px;
}

.entry-categories,
.entry-tags {
margin-bottom: .5em;
}

.entry-tags-list,
.entry-categories-list {
display: inline;
list-style: none;
margin-left: 0;
padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
display: inline;
}

#platinumsponsor, #gold, #partners li, #mediapartners li {
	text-align: center;
	width: 100%;
}

table {
	margin: 15px 0 15px 0;
	width: 100%;
}

caption {
	font-size: 12px;
	font-weight: bold;
}

td {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	text-align: left;
	padding: .3em 1em;
	}				
th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	vertical-align:top;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
	
td h3 {
	font-size: 12px;
	background: transparent; 
	font-weight: bold;
}

#subcontent {
	clear: both;
}

#subcontent-left {
	width: 190px;
	float: left;
	margin-right: 10px;
}

#subcontent-mid {
	width: 580px;
	float: left;
}

#subcontent-right {
	width: 190px;
	float: right;
}

.inline-partners img { border: 1px solid #cfcfcf; padding: 2px; }

ul.list {
	margin: 10px;
	list-style-type: square;
}

ul.list li {
	list-style-type: square;
	margin-left: 18px;
}

ul.list2 {
	margin: 10px ;
}

ul {
	margin: 10px 0 10px 0;
}


.featuredbox {
	margin: 5px;
	width: 175px;
	float: left;
	font-size: 10px;
	height: 175px;
	border: 1px solid #cfcfcf;
}

.featuredbox h2 {
	margin: 0;
	margin-bottom: 2px;
	font-size: 12px;
}

.bigfont {
	font-size: 12px;
	line-height: 1.5em;
}

#recentmedia li {
	margin-bottom: 22px;
}

.livevideo {
	background-color: #AAFFBC;
}

a.boxlink, a.boxlink:hover, a.boxlink:visited { color: #FFF; }