/********************************************************
 *
 *   project: internet services template
 *   original template author: luka cvrk (www.solucija.com)
 *   modified by: geoff hoffman (www.salientdigital.com)
 * 
 *********************************************************/

   
/* default styles
   -------------- */   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color: #324251;
	background-color: #807464; /* WARM GRAY 7 */ 
	background-image:url(/images/bgtile.gif);
	background-repeat:repeat-x;
	font-family:Calibri, Arial, Sans-Serif;
	font-size:13px;
}

.page {
	width:786px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	padding:3px;
	background-color:#fff;
}
a {	
	color: #E0691A;	/* Bright Orange */
} 
a:hover { color: #324251; }

h1 { font-weight:normal; font-size:2.1em; letter-spacing:-1px; padding: 20px 0px 0px 12px; margin: 0; }
.dark  { color: #166395; font-weight: normal; }
.header h4 {padding: 6px 0 0 12px; margin: 0; }
h1 a, h2 a { text-decoration: none; }
a.title { color:#324251; }
a.title:hover { color:#FF6600;}
h1 a:hover, h2 a:hover { color: #FF6600; }
h2 { margin:1ex; 0 0 0; padding: 0; font-weight:bold; font-size:1.7em ; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px;   }

p {	margin: 0 0 5px 1em; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 200px; 
	border: 0;
	background: #f0f0f0 url(../images/input.gif) no-repeat;
	padding: 5px; 
	color: #E0691A;
	font-weight: bold;
	font-family: Calibri, Arial, Sans-Serif;
	font-size:12px;
}

input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	background-position:0 0px;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Calibri, Arial, Sans-Serif;
}
input.submit:hover {
	background-position:0 -24px;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 0px; 
}

.header {
	height: 100px;
	color: #166395; /* DEEP TURQUOISE */
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
	background-image: url(../images/global-media-minds.jpg);
	background-repeat: no-repeat;
	width: 780px;
	margin:0;
	padding:0;
}


.browse_category  {
	left:10px;
	font-size: 0.9em;
	width: 180px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 31px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 5px 3px 4px 3px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(../images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 5px 3px 4px 3px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #88765D; 
	} 
	.bar li.active a:hover {
		color:#88765D;
	}

.search_field { 
	background: #fff url(../images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h1, .left h2, .left h4, .left p, .left ul, .left ol, .left li{
	margin-left:15px;
}
.left h1 {
	padding-left:0;
	margin-bottom:12px;
}
.left h2 {
	font-weight:normal;
	margin-bottom:8px;
}
.left p {
	padding-left:15px;
}
.left h3 {
	clear: both;
	background: #82bdf4 url(../images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.page .content .left li {
	background-image: url(/images/sphere.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 3px;
	line-height: 160%;
}

.left_side {
	float: left;
	width: 220px;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
		
		
.right_side {
		float: right;
		width: 220px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
}
		
.left_box { 
	margin: 0 0 10px 0; 	
	color: #324251; 
	background: #FFF; 
	padding: 3px 0; 
}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #88765d  url(../images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f0f0f0;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.right_articles h4 {
		margin-top:2px;
		margin-bottom:5px;
		font-size:12px;
	}
	.right_articles h4 a {
		color: #414141;
		font-size:100%;
		line-height:100%;
		text-decoration:none;
	}
	.right_articles h4 a:hover {
		color: #E0691A;	/* Bright Orange */
	}
	.right_articles p {
		font-size:11px;
		line-height:13px;
	}
	
	.right .calendar {
		background-color:#f0f0f0;
	}
	.right .calendar td {
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.imageOnLeft {
	margin-right:5px;
	float:left;
}
.imageOnRight {
	margin-left:5px;
	float:right;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}
ul.footer { border:none; }

ul.footer li { display:inline; }

.footer a { color: #808080; background: #fff; }

