@CHARSET "UTF-8";

/* 
# layout.css
# Contains the basic skeleton framework/layout of the indigo website.
# This file has common elements, specific elements are held elsewhere.
# This file has no typography setup (fonts, etc) with the exception of
# body, and other small elements.  
# You can use the layout to create a blank canvas to work from and use
# a page powered by layout to make whatever you want.
*/

body {
	margin:				0;
	background-color:	#003366; 
	color:				#6685a3;
}

.bodyTitle
{
	padding:0;
	margin:0;
	color:#184f74;
	font-size:11px;
	padding-top:5px;
	font-weight:bold;
}

p
{
	margin:0;
	padding:0;
}

.bodyText
{
	color:#257fad;
	font-size:11px;
}

.pngfix
{
	behavior: url(/styles/iepngfix.htc);
	z-index:10;
}

/*#######################################################################
#																		#
#	WRAPPER																#
#																		#
#########################################################################*/

#wrapper {
	margin-left:		auto; 
	margin-right:		auto;
	margin-top:			5px;
	padding:			2px;
	width:				766px; /* layout is 770 - but have to account for padding of 2px and flash */
	background:			#fff;
	color:				#000;
} 

/*#######################################################################
#																		#
#	HEADER																#
#																		#
#########################################################################*/

#header
{
	margin-top:			0; 
	padding:			0; 
	text-align:			left; 
	height:				70px; 
	background-image:	url(/images/header_bg.jpg); 
} 

/* indigo multimedia logo */
.logo {
	margin-left:		30px; 
	padding:			0; 
}

#logo
{
	float:left;
}

#logoVideo
{
	float:right;
	background-image:url(/images/header_video.jpg);
	text-align:right;
	height:69px;
	width:213px;
}

#logoVideo a
{
	color:#fff;
	text-decoration:none;
}

#logoVideo p
{
	padding:0;
	margin:0;
	padding-top:5px;
	padding-right:30px;
}

/* slash-styled image */
.seperator {
	background-image:	url(/images/6x6.gif);
	background-repeat:	repeat-x;
}

/*#######################################################################
#																		#
#	FOOTER																#
#																		#
#########################################################################*/

#footer {
	height:				27px; 
	margin-top:			2em; 
	padding:			0; 
	background-image:	url(/images/footer_bg.jpg); 
	background-color:	#2B8FC1;
	color:				#fff; 
	font-size:			10px; 
}

#footer p {
	margin-top:			0; 
	padding:			8px 0 0 10px; 
} 

#footer a {
	background:			transparent;
	color:				#ffffff; 
	text-decoration:	underline; 
	padding:			0; 
	margin:				0; 
} 

/* ===================================================== */
/* outerwrapper which holds the terms, privacy, etc */

#outerwrapper {
	margin-left:		auto; 
	margin-right:		auto; 
	padding:			2px; 
	text-align:			left; 
	width:				770px; 
	background:			transparent;
	color:				#6685a3;
}

#outerwrapper a {
	color:				#6685a3;
	background:			transparent;
}

#outerelements {
	padding:			0; 
	margin-left:		12px; 
	margin-top:			0px; 
} 

#outerelements p
{
	float: left;
	margin-top: 9px;
}

#outerelements ul
{
	float: right;
	height: 33px;
	display: inline;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding:0;
}

#outerelements ul li
{
	display: inline;
	height: 33px;
	list-style-type: none;
	margin: 0 9px 0 0;
	padding:0px;
}



/*@Flushes moved : Now found in typography.css */
/*@eof*/


#flashpanel {
	padding:			0; 
	margin:				0;
}

.welcometextbold {
	float:				left;
	width:				500px; 
	font-size:			11px; 
	font-weight:		bold; 
	color:				#184f74; 
	margin-top:			10px;
	margin-bottom:		0;
	padding:			0;
} 

#welcomeoverviewHome
{
	float:				left; 
	width:				580px;
	margin-top:			0;
	padding:			0;
	margin-left:		10px; 
	margin-right:		0px; 
	margin-bottom:		15px;
	font-size:			11px; 
	font-weight:		normal; 
	color:				#257fad;
	vertical-align:top;
}



#welcomeoverview
{
	float:				left; 
	width:				500px;
	margin-top:			0;
	padding:			0;
	padding-left:		65px; 
	margin-right:		0px; 
	margin-bottom:		15px;
	font-size:			11px; 
	font-weight:		normal; 
	color:				#257fad;
	vertical-align:top;
}

/* this fixes a silly issue with firefox */
#welcomeoverview p, #welcomeoverviewHome p
{
	margin: 0;
	padding: 0;
}

.text_align_center
{
	text-align:center;
}

/* ===================================================== */

/* Typography */

body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}

.hidden
{
	position: absolute;
	left: -5000px;
	top: 0;
}

.skiptocontent { 
	visibility:			hidden; 
	display:			none; 
}

/* switch off borders for all images */
img {
	border:				0;
}

/*needed to make room for footer*/
.flush{
	clear:				both;
}

.spacer {
	clear:				both; 
	margin-top:			1em;
}

/*#######################################################
#	date formatting										#
#########################################################*/

.date {
	font-size:			11px; 
	font-weight:		bold; 
	color:				#184f74; 
} 

/*#######################################################
#	default input GUI formatting						#
#########################################################*/

input, textarea {
	font:			11px Arial, Helvetica, sans-serif;
}


/*#######################################################
#	default link formatting								#
#########################################################*/

a {
	color:				#184f74;
}

a:link {
	text-decoration:	underline; 
} 
a:visited {
	text-decoration:	underline; 
} 
a:hover {
	text-decoration:	none; 
} 
a:active {
	text-decoration:	underline; 
} 

/*#######################################################
#	standard text formatting							#
#########################################################*/

.bold, .strong {
	font-weight:		bold;
}

.italic, .oblique {
	font-style:			oblique;
}

.underline {
	text-decoration:	underline;
}

cite, q {
	font-style:			oblique;
}

address {
	font-style:			normal;
}

.big {
	font-size:			18px; 
	color:				#73c6ed; 
	font-weight:		bold;
}

.required {
	color:				#CC0000;
	font-weight:		bold;
}

#section_footer
{
	border-top:1px solid #f1f1f1;
	padding-top:10px;
}

#send2friend
{
	padding-left:10px;
}

#send_left,#send_right
{
	float:left;
	margin-right:10px;
}

.errorbox
{
	margin:				0px; 
	border:				1px solid #cccccc; 
	padding:			0;
	float:				left; 
	background:			transparent;
	width:				220px;
	font-size:11px;
	margin-bottom:10px;
} 

.errorbox h2
{
	background-image:	url(/images/portfolio_bg.gif); 
	background-color:	#DEEBF3;
	color:				#184f74;
	border-bottom:		1px solid #ccc;
	padding:			0;
	margin:				0;
	margin-top:			3px;
	padding-bottom:		3px;
	font-size:			11px; 
	font-weight:		normal; 
}

.errorboxContent
{
	padding:10px;
	padding-right:14px;
	color:#257fad;
}

#contact
{
	float:left;
}

#sitemap
{
	margin-top:20px;
	float:left;
}