@charset "UTF-8";
body {
	margin-top: 0px;
	margin-left: 0px;
}
/*These are the areas of the page that you don't want to display on a handheld device */
#header, #navigation, #movie, #bottomcorners, #image1, #image2, #image3, #image4, #image5, #image6,#getstarted,#footer, #aboutus2 {
	display: none;
}
#wrapper {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
/*#navigationhandheld is inserted into every file so the navigation shows up in handheld devices. This container doesn't show in screen or print version. */
#navigationhandheld {
	height: auto;
	width: auto;
	text-decoration:underline;
}
#navigationhandheld a:link {
	height: auto;
	width: auto;
	text-decoration:underline;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
}
#navigationhandheld a:visited {
	height: auto;
	width: auto;
	text-decoration:underline;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
}
#navigationhandheld a:hover {
	height: auto;
	width: auto;
	text-decoration:underline;
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
}
#content {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 20;
}
#leftcolumn {
	height: auto;
	width: 100%;
	z-index: 40;
}
#rightcolumn {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 50;
}
/*Use relative sizes for handheld devices, em for text, percent for width, etc. */
#rightcolumn h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: normal;
	color: #000000;
}
#rightcolumn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
#rightcolumn a.p:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	color: #0033FF;
	text-decoration:underline;
}
#rightcolumn a.p:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}
#rightcolumn a.p:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration:underline;
}
#yellowbox {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 45;
}
#yellowbox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
#yellowbox h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	color: #000000;
}
#aboutus {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 45;
}
#aboutus h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
#aboutus a.p:link,#aboutus a.p:visited {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#aboutus a.p:hover {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
/*The client case studies are created with tables. This is set so the table shows without having to scroll left to right. */
#bluebox table {
	width: 90%;
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	line-height: normal;
	color: #000000;
}
