/* default styling */

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	/* background:url(images/temp_bg.png); */
	background: url(images/dark_bg.jpg) repeat-x;
	background-color: #000;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.pageheads {
	font-weight: bold;
	font-size: 1.7em;
	color: #28166f;
	margin-top: 15px;
}

/* link styles */

#content a:link, #content a:visited {
	color: #0033CC;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}

/* div behaviour */

#main {
	background-color: #6699FF;
	width: 1000px;
	margin: 0 auto 25px auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#head {
	height: 150px;
	background: url(images/header_image.gif) no-repeat;
}

#flash {
	height: 370px;
	background: url(images/flash_section.gif) no-repeat;
}

/* styles below are alternate flash divs */

#flashCont {
	height: 220px;
	background: url(images/flash_section.gif) no-repeat;
}

#flashProject {
	height: 220px;
	background: url(images/flash_section.gif) no-repeat;
}

#content {
	height: 370px;
}

#contLeft {
	float: left;
	width: 650px;
	height: 370px;
	background: url(images/left_cont_clear.gif) no-repeat;
}

#contRight {
	float: right;
	width: 350px;
	height: 370px;
	background: url(images/right_cont.gif) no-repeat;
}

#footer {
	height: 34px;
	color: #FFF;
	background: url(images/bottom_piece.gif) no-repeat;
}

#footer p {
	margin-left: 50px;
	font-size: 0.9em;
	line-height: 34px;
}

#cores {
	float: left;
	width: 229px;
	list-style-type: none;
	text-align: right;
	
}

#cores li {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 20px;
}

#coreshead {
	display: block;
	padding-right: 12px;
	color: #333;
	font-size: 0.1em;
	line-height: 25px;
	background: url(images/top_linkbg.gif) no-repeat right center;
}

#cores h4 i {
	margin-left: -999em;
}

#cores a:link, #cores a:visited {
	display: block;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	color: #000;
}

#cores a:hover {
	background: url(images/linkbg.gif) no-repeat center right;
	color: #fff;
}

#csdesc {
	float: right;
	width: 405px;
	margin-top: 20px;
}

#csdesc p {
	margin-right: 25px;
}

/* secondary page sublink styles */

#sublinks {
	list-style-type: none;
	margin-top: 12px;
	margin-left: 30px;
}

#sublinks li {
	float: left;
}

#sublinks a {
	display: block;
	height: 25px;
}

#subhome a:link, #subhome a:visited {
	width: 47px;
	background: url(images/home_sub_new.gif) no-repeat top left;
}

#subhome a:hover {
	background-position: bottom left;
}

#subabout a:link, #subabout a:visited {
	width: 50px;
	background: url(images/about_sub_new.gif) no-repeat top left;
}

#subabout a:hover {
	background-position: bottom left;
}

#subcontact a:link, #subcontact a:visited {
	width: 53px;
	background: url(images/contact_sub_new.gif) no-repeat top left;
	
}

#subcontact a:hover {
	background-position: bottom left;
}

#subpartners a:link, #subpartners a:visited {
	width: 50px;
	background: url(images/partners_sub_new.gif) no-repeat top left;
}

#subpartners a:hover {
	background-position: bottom left;
}

#subprojects a:link, #subprojects a:visited {
	width: 60px;
	background: url(images/projects_sub_new.gif) no-repeat top left;
}

#subprojects a:hover {
	background-position: bottom left;
}

#sublinks i {
	margin-left: -999em;
}

#morenav {
	clear: both; /* this is to clear the list above with floating elements */
	width: 230px;
	height: 170px;
	margin-left: 30px;
	padding-top: 22px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/morenav_bg.gif) no-repeat;
}

#morenav a:link, #morenav a:visited {
	color: #fff;
}

#morenav a:hover {
	color: #ccc;
	text-decoration: none;
}

/* content page div styles */

#contentCont {
	height: 520px;
}

#contLeftCont {
	float: left;
	width: 650px;
	height: 520px;
	background: url(images/left_cont_cont.gif) no-repeat;
}

#contRightCont {
	float: right;
	width: 350px;
	height: 520px;
	background: url(images/right_cont_cont.gif) no-repeat;
}

/* navigation styles */

#contRight ul {
	list-style-type: none;
	margin-left: 21px;
}

#contRight ul li {
	list-style-type: none;
}

#contRight ul a {
	display: block;
	width: 280px;
}

#about a:link, #about a:visited {
	background: url(images/services_up.gif) no-repeat top left;
	height: 68px;
}

#about a:hover {
	background-position: bottom left;
}

#partners a:link, #partners a:visited {
	background: url(images/partners_up.gif) no-repeat top left;
	height: 80px;
}

#partners a:hover {
	background-position: bottom left;
}

#projects a:link, #projects a:visited {
	background: url(images/projects_up.gif) no-repeat top left;
	height: 80px;
}

#projects a:hover {
	background-position: bottom left;
}

#scheduling a:link, #scheduling a:visited {
	background: url(images/scheduling_up.gif) no-repeat top left;
	height: 80px;
}

#scheduling a:hover {
	background-position: bottom left;
}

#contact a:link, #contact a:visited {
	background: url(images/contact_up.gif) no-repeat top left;
	height: 62px;
}

#contact a:hover {
	background-position: bottom left;
}

#awards a:link, #awards a:visited {
	background: url(images/awards_up.gif) no-repeat top left;
	height: 80px;
}

#awards a:hover {
	background-position: bottom left;
}

#contRight i {
	margin-left: -999em;
}

/* end nav styles */

.lgbold {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.mdbold {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
}

.mnmdbold {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}

.mdboldbl {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 40px;
	color: #28166f;
}

.regbold {
	font-weight: bold;
	color: #28166f;
}

.regital {
	font-style: italic;
	color: #555;
}

.delimiters {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

/* contact page styles */

#address {
	clear: both;
	height: 200px;
	margin-left: 30px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#pcroffer {
	clear: both;
	margin-left: 30px;
	padding-top: 15px;
	padding-left: 10px;
	width: 250px;
	font-size: 1.1em;
}

#pcroffer .bdt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}

#pcroffer ul {
	margin-left: 10px;
}

#pcroffer ul li {
	margin-bottom: 6px;
}

#partnersites {
	clear: both;
	margin-left: 30px;
	padding-top: 15px;
	padding-left: 10px;
	width: 245px;
	font-size: 1em;
}

#partnersites .bdt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 12px;
}

#partnersites ul {
	margin-left: 10px;
}

#partnersites ul li {
	margin-bottom: 6px;
}

#form {
	margin-left: 60px;
}

#form_sec {
	float: right;
	margin-bottom: 30px;
	list-style-type: none;
}

#expertise {
	margin-left: 60px;
	margin-right: 10px;
}

#csjumper {
	padding-top: 7px;
	padding-left: 10px;
	height: 65px;
	background: url(images/cs_jump_bg.png) no-repeat left top;
}

#csjumper .lefty  {
	margin-top: 3px;
}

/* about page styles */

#projectspage {
	margin-left: 60px;
}

#projectsside {
	clear: both;
	height: 247px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 60px;
	font-size: 1em;
}


#pics {
	border: 4px solid #fff;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 12px; color: #000 }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(imgs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/overlay.png", sizingMethod="scale");
	}