﻿html
{
	background: none;
}
body
{
	background: #c7cbdf;
	font-size: 75%; /*1em = 12px*/
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	color:#333333;
}
a:link
{
	color: #433B67;
	text-decoration: underline;
}
a:active
{
	color: #FF0000;
	text-decoration: underline;
}
a:hover
{
	color: #948679;
	text-decoration: underline;
}
a:visited
{
	color: #433B67;
	text-decoration: underline;
}
/* 
-----------------------------------
define some common content block level element sizes that were reset 
--------------------------------------
*/
p
{
	margin: 0.5em 0 1em 0;
}

ul
{
	list-style-type: square;
	margin: 0.5em 0 1em 0;
}

ul.spaced li
{
	margin: 1em 0;
}

ol
{
	list-style-type: decimal;
	margin: 0.5em 0 1em 0;
}

ul ul,
ol ol
{
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol, blockquote
{
	margin-left: 22px;
}

h1
{
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.35em;
	margin-top: 0.2em;
}
h2
{
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
	color:#363c65;
}
h3
{
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.15em;
	color:#363c65;
}
/* 
-----------------------------------
utility classes used for layout functions
-----------------------------------
*/
.cb
{
	clear: both;
}
.ma
{
	margin: auto;
}
.ca
{
	text-align: center;
}
.b
{
	font-weight:bold;
}
/* 
-----------------------------------
begin layout
-----------------------------------
*/
#viewport
{
	width: 768px;
	margin: auto;
}

#viewport.admin
{
	width: 99%;
}
#canvas
{
	background-color: #fff;
	padding: 6px 0 0 26px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
/* 
-----------------------------------
header elements 
-----------------------------------
*/
#header-outerbox
{
	position:relative;
	top:0;
	left:0;
	zoom:1;
}

#sponsor
{
	text-align: center;
}
#logo
{
	width:301px;
	height:95px;
	float:left;
}
#searchbox
{
	width:166px;
	height:95px;
	float:left;
}
#searchbox label
{
	color:#363c65;
	display:block;
}
input.sitesearch
{
	width:132px;
	position:relative;
	top:-5px;
	_top:-4px;/*ie6*/
	left:0px;
}
#loginbox-outer /* -this is positioned identical to the loggedinbox-outer */
{
	width:280px;
	height:102px;
	background: url('../images/bg-loginbox.png') no-repeat;
	position:absolute;
	left:476px;
	overflow:hidden;
}
#loginbox-form
{
	width:155px;
	padding:7px 7px 10px 8px;
	float:left;
}
#loginbox-form table
{
	width:99%;
	height:65px;
}
#loginbox-form td
{
	height:22px;
}
#loginbox-form label
{
	color:#363c65;
	font-size:11px;
	font-weight:bold;
}
#loginbox-form input.tb
{
	width:80px;
	padding:0px;
	margin:0 0 0 3px;
}
#loginbox-form input.ib
{
	position:relative;
	top:4px;
}
#loginbox-form a:link, #loginbox-form a:visited, #loginbox-form a:hover, #loginbox-form a:active
{
	color:#363c65;
	font-size:9px;
}
#loginbox-links
{
	font-size:11px;
	line-height:13px;
	float:left;
	width:95px;
	padding:4px 7px 10px 8px;
	color:#363c65;
}
#loginbox-links a:link, #loginbox-links a:visited, #loginbox-links a:hover, #loginbox-links a:active
{
	color:#363c65 !important;
	font-size:11px;
}
#loginbox-links .small
{
	font-size:9px !important;
}
div.loginbox-links-cell
{
	height:34px;
}
a.taketour
{
	line-height:20px;
}
#loggedinbox-outer	/* positioned same loginbox-outer */
{
	width:280px;
	height:102px;
	background: url('../images/bg-loggedinbox.png') no-repeat;
	position:absolute;
	left:476px;
	overflow:hidden;
	color:#363c65;
}
#loggedinbox-outer a:link, #loggedinbox-outer a:visited, #loggedinbox-outer a:hover, #loggedinbox-outer a:active
{
	color:#363c65 !important;
	font-size:11px;
}
#loggedinbox-outer .small
{
	font-size:9px !important;
}
#loggedinbox-username
{
	text-align:center;
	line-height:24px;
	font-size:12px;
	color:#fff;
}
#loggedinbox-table
{
	height:79px;
	width:280px;
	font-size:11px;
}
#loggedinbox-table td
{
	width:141px;
	height:36px;
	padding:0 0 0 15px;
	_padding:2px 0 0 15px;
	text-align:left;
}
#loggedinbox-table a.center
{
	line-height: 15px;
}
/* end header elements */

/* logo tagline located under logo */
#logo-tagline 
{
	font-style:italic;
	font-size:13px;
	color:#363c65;
	padding:11px 0 30px 0;
}

/*
-----------------------------------
homepage nav elements
-----------------------------------
*/
#homepage-outernavbox
{
	height:219px;
	width:742px;
	position:relative;
	top:0;
	left:0;
	margin-bottom:10px;
	z-index: 2;
}




#homepage-nav-category
{
	height:219px;
	width:626px;
	background: url('../images/bg-categorysearch-home.png') no-repeat;
	position:relative;
	left:-40px;
}
#homepage-nav-category ul
{
	position:absolute;
	top:46px;
	left:40px;
	width:646px;	/* width required for webkit */
}
#homepage-nav-category ul li
{
	display:inline;
	padding-right:20px;
}
#homepage-nav-category a.post-button
{
	display:block;
	position:absolute;
	top:165px;
	left:40px;
}
#homepage-nav-ddmenu
{
	position:absolute;
	left:184px;
	top:0;
	z-index:3;
}
#homepage-nav-servicebuttons
{
	height:199px;
	width:157px;
	background: url('../images/bg-servicebuttons-gradient.gif') no-repeat;
	background-position:0 8px;
	position:absolute;
	left:587px;
	top:20px;
	padding:17px 0 0 10px;
}
/* end homepage nav elements */

/* 
-----------------------------------
interior nav elements 
-----------------------------------
*/
#interior-outernavbox
{
	height:113px;
	width:742px;
	position:relative;
	top:0;
	left:0;
	margin-bottom:38px;
	z-index: 10;
}

#interior-nav-category
{
	height:113px;
	width:646px;
	background: url('../images/bg-categorysearch-interior.png') no-repeat;
	position:relative;
	left:-40px;
}
#interior-nav-category ul
{
	position:absolute;
	top:38px;
	left:38px;
	width:631px;
	margin: 0;
}
#interior-nav-category ul li
{
	display:inline;
	padding-right:5px;
}
#interior-nav-category a.post-button
{
	display:block;
	position:absolute;
	top:80px;
	left:38px;
}
#interior-nav-ddmenu
{
	position:absolute;
	left:184px;
	top:0;
}
#interior-nav-servicebuttons
{
	height:86px;
	width:137px;
	position:absolute;
	left:607px;
	top: 27px;
	padding:0 0 0 10px;
}
/* end interior nav elements */

/* 
-----------------------------------
interior content
-----------------------------------
*/
#content-outerbox
{
	padding:0 10px 19px 0;
	clear:both;
}
/* 
left content panel and header elements 
*/
#content-main 
{
	width:507px;
	margin:0 25px 0 0;
	float:left;	
	padding:0 0 0 0;
	position:relative;
	min-height:57px;	/*firefox*/
}


#viewport.admin #content-main 
{
	width: 83%;
}
div#content-main.single
{
	width: 720px;
}

#viewport.admin div#content-main.single
{
	width: 99%;
}

#content-title
{
	width:519px;
	/*height:57px;*/
	/*position:absolute;*/	/*absolute because ie6 doesn't handle relative here */
	/*
	left:-26px;
	*/
	padding: 0 0 0 26px;
	margin-left: -26px;
}

div#content-title.single
{
	width: 742px;
}

#content-title h1
{
	color:#363c65;
	font-size:22px;
}

.addthis
{
    float: right;
    margin-top: -10px;
    margin-bottom: 2px;
    display: block;
}

.advertisementbump
{
    margin-top: -47px;
}


#breadcrumb
{
    display: block;
}
#breadcrumb li
{
	display:inline;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active
{
	font-size:9px;
	color:#363c65;
	text-decoration:none;
	font-weight:bold;
}

.breadcrumb
{
	
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active
{
	font-size:9px;
	color:#363c65;
	text-decoration:none;
	font-weight:bold;
}

#textsize
{
	float: right;
	font-size:11px !important;
	color:#363c65;
	width:150px;
	margin-top: 10px;
}

#textsize span
{
	position:relative;
	top:-4px;
}
div.header-orange, div.header-blue, div.header-green, div.header-red, div.header-pink
{
	width:545px;
	height:57px;
	position:relative;
	left:-26px;
	
}
div.bg-orange,
div.bg-contentprovider
{
	background: url('../images/bg-header-orange.gif') no-repeat;
	background-position: bottom left;
	
}
div.bg-blue,
div.bg-academic
{
	background: url('../images/bg-header-blue.gif') no-repeat;
	background-position: bottom left;
}
div.bg-green,
div.bg-collaboration
{
	background: url('../images/bg-header-green.gif') no-repeat;
	background-position: bottom left;
}
div.bg-red,
div.bg-profdevprovider
{
	background: url('../images/bg-header-red.gif') no-repeat;
	background-position: bottom left;
}
div.bg-pink,
div.bg-videoconference
{
	background: url('../images/bg-header-pink.gif') no-repeat;
	background-position: bottom left;
}

#content-sized
{
	font-size:1em;
}
/* end left content panel */

/* 
side column and accompanying styles
*/
#content-side-col
{
	width:200px;
	float:left;	
	padding-top: 53px;
}

#content-side-col-fake
{
	width:200px;
	float:right;
}

#content-side-col ul
{
	
}

#viewport.admin #content-side-col
{
	width:15%;
}

.adnopad
{
	margin-top: -53px;
}
.m-t-57
{
	margin:57px 0 0 0;
}
div.side-col-nav
{
	border-top:solid 4px #443c68;
	background-color:#f6f6f6;
	padding:0 0 10px 0;
}
div.side-col-nav h2, 
div.side-col-nav h3
{
	background-color:#dededd;
	color:#8f8f98;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	padding:0 0 0 3px;
	margin:0 0 5px 0;
}


div.side-col-nav ul
{
	margin:0 10px 0 10px;
	list-style-type: none;
}
div.side-col-nav a
{
	color:#363c65;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
}
div.side-col-nav ul li ul
{
	margin: 0 0 0 12px;
}

div.side-col-nav h2 a,
div.side-col-nav h3 a
{
	
	color:#8f8f98;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	padding:0 0 0 3px;
	margin:0 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
}
/* end side column */
/* end interior content */

/* 
-----------------------------------
bottom nav elements 
-----------------------------------
*/
#bottom-nav
{
	background-color: #fff;
	padding:20px 0 11px 0;
	text-align:center;
	font-size:11px;
	color:#363c65;
}
#bottom-nav a:link, #bottom-nav a:visited, #bottom-nav a:hover, #bottom-nav a:active
{
	color:#363c65;
	text-decoration:none;
	font-size:.91em;
	padding:0 5px 0 0;
}
#bottom-nav span
{
	padding:0 5px 0 0;
}
img.rss-logo
{
	
}
/* end bottom nav elements */
/*
footer
*/
#footer
{
	padding:9px 0 10px 0;
	text-align:center;
	color:#363c65;
	font-size:.83em;
}


#EmbedSearch
{
	background: url('../images/search-top-bg.jpg') no-repeat;
	background-position: top left;
	padding: 10px;
	color: #FFF;
}

	#EmbedSearch h2
	{
		color: #FFF;
		font-size: 1.5em;
		line-height: 1.5em;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	#EmbedSearch a
	{
		color: #FFF;
	}
	#EmbedSearchBottom
	{
		background: url('../images/search-bottom-bg.jpg') no-repeat;
		background-position: top left;
		height:9px;
	}
	
	.favorites
{
	float: right;
	text-align: right;
	padding: 2px;
}

#tabs
{
    height: 25px;
    background-color: #FFF;
}

a.toptab {
/* Sliding right image */
background: transparent url('../images/tab-top-right.gif') no-repeat scroll top right; 
display: block;
float: right;
height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #363c65;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
}
a.toptab span {
/* Background left image */ 
background: transparent url('../images/tab-top-left.gif') no-repeat; 
display: block;
line-height: 25x; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 5px 5px 5px 15px;
} 
a.toptab:hover span{
text-decoration:underline;
}
