/***** CGM Stylesheet *****/

/***** Main Tag Styles *****/

body {
	background: url('../images/assets/bglogo.jpg') bottom right no-repeat #CCC;
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 12pt;
	text-align: center;
}

#mainTable {
	margin: 5px auto;
	text-align: left;
	background: #FFF;
	border: 2px solid #666;
}

input:focus {
	background: #FFFFCC;
}

textarea:focus {
	background: #FFFFCC;
}

/***** Header Area Tags *****/

#logoArea {
	background: url('../images/assets/logo2.jpg') top right no-repeat;
}

#urHeaderBoxIndex {
	background: url('../images/assets/header_index.jpg') no-repeat;
}

#urHeaderBoxServices {
	background: url('../images/assets/header_services.jpg') no-repeat;
}

#urHeaderBoxConnections {
	background: url('../images/assets/header_connections.jpg') no-repeat;
}

#urHeaderBoxAbout {
	background: url('../images/assets/header_about.jpg') no-repeat;
}

#urHeaderBoxContact {
	background: url('../images/assets/header_contact.jpg') no-repeat;
}

/***** Navigation Area Tags *****/

#navigation {
	vertical-align: top;
}

#navTable {
	background: url('../images/assets/navbg.jpg') left repeat-y;
}

.navItem:link, .navItem:visited {
	margin: 1px 0px 1px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.navItem:active, .navItem:hover {
	margin: 1px 0px 1px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}



/***** Link Tags *****/

/***** Content Area Tags *****/

#urBottom {
	vertical-align: top;
	background: url('../images/assets/ur.jpg') top no-repeat #FFF;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 1px solid #000;
}

#homeTable {
	
}

#contentArea {
	vertical-align: top;
	background: #fff url('../images/assets/contentbg.jpg') bottom right no-repeat;	
}

#contentHeader {
	vertical-align: middle;
	text-align: left;
	font-size: 26pt;
	font-weight: bold;
	color: #666;
}

#contentText {
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

.ct {
	font-size: 10pt;
	color: #000;
	margin: 5px;
}

.ct ul li {
	font-size: 10pt;
	color: #000;
	margin: 5px;
}

/***** Partner Tags *****/

#contentArea .partnerBlock {
	width: 98%;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}

#contentArea .partnerTitle {
	font-weight: bold;
	font-size: 12pt;
}

#contentArea .partnerInfo {
	font-style: italic;
	font-size: 10pt;
}

#contentArea .partnerBio {
	font-size: 10pt;
}

.connectionLink:link, .connectionLink:visited {
	color: #000;
	text-decoration: none;
}

.connectionLink:hover, .connectionLink:active {
	color: #666;
	text-decoration: none;
}

/***** Right Tower Tags *****/

#rightTower {
	vertical-align: top;
	border-left: 2px dotted #000;
}

#featuredPartner {
	width: 240px;
	margin: 5px auto;
	background: url('../images/assets/featuredbg.jpg') repeat-x #666;
	border: 1px solid #666;
	text-align: center;
}

#fpHeader {
	width: 95%;
	font-size: 14pt;
	color: #FFF;
	text-align: left;
	margin: 3px auto 3px auto;
}

#fpImage {
	width: 95%;
	margin: 5px auto;
	text-align: center;
}

/***** Scroller Tags *****/

#pscroller1{
width: 220px;
height: 75px;
border: 1px solid black;
padding: 3px;
margin: auto;
text-align: left;
background-color: #FFF;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

a.scroll {
	
	font-size: 12px;
	text-decoration: none;
}

.smallText {
	font-size: 10px;
}

/***** Footer Area Tags *****/

#footer {
	text-align: center;
	font-size: 8pt;
	color: #333;
	background: #FFF;
	border-top: 1px solid #666;
}

/*noted class simply makes something hidden. Meant for css captcha mechanism*/
.noted{
	visibility: hidden;
}
