
/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

*
{
	padding: 0;
	margin: 0;
}

html
{
	display: block;
}

body
{
	background: #2872af url(../images/bodyBg.gif) 0px 0px repeat-x;
	color: #00203e;
	display: block;
	font: 81.25%/1.4 Arial, Helvetica, sans-serif;
}

div
{
	display: block;
}

hr
{
	background: none;
	border: none;
	border-top: 1px solid #ffffff;
	display: block;
	margin: 3em 0em 3em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
}

/* TEXT elements */

h1 { color: #00203e; font: 231%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; margin: 0em 0em 1em 0em; clear: both;  }
h2 { color: #00203e; font: 138%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; line-height: 1; margin: 2em 0em 1em 0em; }
h3 { color: #00203e; font: 108%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; line-height: 1; margin: 1.5em 0em 0.8em 0em; }
h4 { color: #00203e; font: 100%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; line-height: 1; margin: 1em 0em 1em 0em; }
h5 { color: #00203e; font: 100%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; line-height: 1; margin: 1em 0em 1em 0em; }
h6 { color: #00203e; font: 100%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif; display: block; font-weight: normal; line-height: 1; margin: 1em 0em 0.5em 0em; }

p
{
	display: block;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}

a
{
	color: #2872af;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
}

small
{
	font-size: 77%;
	font-weight: normal;
}

strong
{
	font-style: normal;
	font-weight: bold;
}

em
{
	font-style: italic;
}

sup
{
	vertical-align: top;
	font-size: 69%;
	line-height:normal;
}

sub
{
	vertical-align: bottom;
	font-size: 69%;
	line-height: normal;
}

blockquote
{
	background: #cccccc;
	display: block;
	margin: 1em 2em 1em 2em;
	padding: 1em 1em 1em 1em;
}

blockquote h3
{
	margin-top: 0.2em;
}

blockquote p.cite
{
	font-size: 77%;
	margin: 1em 0em 0em 0em;
	text-align: right;
}

/* end TEXT elements */

/* MEDIA elements */

img
{
	border: none;
}

/* end MEDIA elements */

/* LIST Elements */

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 2em 0em 2em 2em;
}

ul li
{
	background: url(../images/unorderedListBullet.png) 0px 0px no-repeat;
	line-height: 1.4em;
	margin: 0em 0em 0.8em 0em;
	padding: 0em 0em 0em 2em;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 2em 0em 2em 4em;
}

ol li
{
	margin: 0em 0em 0.5em 0em;
}

ol.javaScriptStyled li
{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

ol.javaScriptStyled li span.olItemContent
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
}

dl
{
	display: block;
	margin: 2em 0em 2em 0em;
}

dt
{
	display: block;
	font-weight: bold;
}

dd
{
	display: block;
	margin: 0em 0em 1em 0em;
}

ul ul, ol ul
{
	margin: 1em 0em 1em 2em;
}

/* end LIST Elements */

/* FORM Elements */

form
{
	background: transparent;
	display: block;
	margin: 2em 0em 2em 0em;
	padding: 0em 0em 0em 0em;
	position: relative;
}

form fieldset
{
	border: none;
	display: block;
	margin: 1em 0em 1em 0em;
}

form fieldset legend
{
	display: none;
}

form div
{
	clear: both;
	margin: 0em 0em 1em 0em;
}

form div.formControls
{
	margin: 1.5em 1em 0em 0em;
	text-align: right;
}

form label
{
	color: #004a8f;
	font-weight: bold;
	float: left;
	text-align: left;
	width: 25%;
	margin: 0em 5% 0em 0em;
	padding: 7px 0px 0px 0px;
}

form label.error
{
	color: #ff0000;
	font-weight: bold;
	float: none;
	display: block;
	text-align: right;
	width: 100%;
	border: none;
	margin: 0.25em 0em 0.5em 0em;
	padding: 0px 0px 0px 0px;
}

form input[type="text"], form input[type="password"]
{
	background: #ffffff url(../images/formFieldBg.gif) left top repeat-x;
	border: 1px solid #004a8f;
	color: #004a8f;
	font: 100%/1.1 "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 65%;
}

form input[type="text"]:hover, form input.textField:hover,
form input[type="text"]:focus, form input.textField:focus,
form input[type="password"]:hover, form input.password:hover,
form input[type="password"]:focus, form input.password:focus
{
	border: 1px solid #ff9900;
}

form input[type="text"].error
{
	border: 2px solid #ff0000;
}

form textarea
{
	background: #ffffff url(../images/formFieldBg.gif) left top repeat-x;
	border: 1px solid #004a8f;
	color: #004a8f;
	font: 92%/1.1 Arial, Helvetica, sans-serif; 
	font: 100%/1.1 "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	padding: 5px 5px 5px 5px;
	width: 65%;
	height: 5em;
}

form textarea:hover, form textarea:focus
{
	border: 1px solid #ff9900;
}

form textarea.error
{
	border: 2px solid #ff0000;
}

form button
{
	background: url(../images/bubbleBtnSubmit.png) 0px 0px no-repeat;
	width: 156px;
	height: 140px;
	border: none;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form button:hover
{
	background-position: 0px -160px;
	cursor: pointer;
}

form span.required
{
	color: #ff0000;
}

/* end FORM Elements */

/* TABLE Elements */

table
{
	border: 1px solid #000000;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 2em 0em 2em 0em;
}

td
{
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

th
{
	border: 1px solid #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

caption
{
	text-align: center;
}

/* end TABLE Elements */

/*************************************************************************************************/


/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/

/* PAGE */

div#page
{
	background: transparent;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 1000px;
}

div#pageBg
{
	background: url(../images/contentBg.gif) center top no-repeat;
	width: 100%;
	height: 375px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

div.clearAll
{
	clear: both;
	height: 0px;
}

p.lead
{
	font-size: 108%;
	font-weight: bold;
}

dl.columns dt
{
	float: left;
	margin: 0em 1em 0em 0em;
	width: 15%;
}

dl.columns dd
{
	margin: 0em 0em 0.5em 0em;
}

/* end PAGE */

/* HEADER */

div#header
{
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 200px;
}

div#header a.logo
{
	position: absolute;
	left: 1px;
	top: 24px;
	display: block;
	width: 314px;
	height: 97px;
	background: url(../images/headerLogo.gif) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

div#header p.phone
{
	background: url(../images/headerPhone.png) 0px 0px no-repeat;
	width: 151px;
	height: 33px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	top: 40px;
}

/* end HEADER */

/* BANNER */

div#banner
{
	display: none;
}

/* end BANNER */

/* NAV */

div#nav
{
	background: transparent;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0px;
	top: 25px;
}

div#nav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#nav ul li
{
	background: none;
	display: inline;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 7px;
}

div#nav ul li a
{
	background: none;
	color: #002769;
	margin: 0px 0px 0px 0px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	outline: none;
}

div#nav ul li a:hover
{
	background: #ffc000;
	text-decoration: none;
}

div#nav ul li:first-child
{
	margin-left: 0px;
	padding-left: 0px;
}

div#nav a span.topLeft { width: 3px; height: 3px; display: none; position: absolute; left: -3px; top: -3px; background: url(../images/mainNavRoTopLeft.png) 0px 0px no-repeat; }
div#nav a span.topRight { width: 3px; height: 3px; display: none; position: absolute; right: -3px; top: -3px; background: url(../images/mainNavRoTopRight.png) 0px 0px no-repeat; }
div#nav a span.bottomLeft { width: 3px; height: 3px; display: none; position: absolute; left: -3px; bottom: -3px; background: url(../images/mainNavRoBottomLeft.png) 0px 0px no-repeat; }
div#nav a span.bottomRight { width: 3px; height: 3px; display: none; position: absolute; right: -3px; bottom: -3px; background: url(../images/mainNavRoBottomRight.png) 0px 0px no-repeat; }
div#nav a span.left { width: 3px; height: 100%; display: none; position: absolute; left: -3px; top: 0px; background: #ffc000; }
div#nav a span.right { width: 3px; height: 100%; display: none; position: absolute; right: -3px; top: 0px; background: #ffc000; }
div#nav a span.top { width: 100%; height: 3px; display: none; position: absolute; left: 0px; top: -3px; background: #ffc000; }
div#nav a span.bottom { width: 100%; height: 3px; display: none; position: absolute; left: 0px; bottom: -3px; background: #ffc000; }

div#nav ul li a:hover span.topLeft, div#nav ul li a:hover span.topRight,
div#nav ul li a:hover span.bottomLeft, div#nav ul li a:hover span.bottomRight,
div#nav ul li a:hover span.left, div#nav ul li a:hover span.right,
div#nav ul li a:hover span.top, div#nav ul li a:hover span.bottom
{
	display: block;
}

div#nav ul li a.selected span.topLeft, div#nav ul li a.selected span.topRight,
div#nav ul li a.selected span.bottomLeft, div#nav ul li a.selected span.bottomRight,
div#nav ul li a.selected span.left, div#nav ul li a.selected span.right,
div#nav ul li a.selected span.top, div#nav ul li a.selected span.bottom
{
	display: block;
}

div#nav ul li a.selected
{
	background: #ffc000;
	text-decoration: none;
}

/* end NAV */

/* CONTENT */

div#content
{
	margin: 20px 0px 20px 0px;
	position: relative;
}

div#content:after
{
	content: "";
	width: 100%;
	clear: both;
	display: block;
}

div#content div#contentColumn1
{
	width: 45%;
	float: left;
	margin: 0% 5% 25px 0%;
}

div#content div#contentColumn2
{
	width: 45%;
	float: left;
	margin: 0px 0px 25px 0px;
}

div#content div#contentColumn2 h2:first-child
{
	margin-top: 0em;
}

/* end CONTENT */

/* FOOTER */

div#footer
{
	background: transparent;
	border-top: 1px solid #ffffff;
	position: relative;
	margin: 50px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

div#footer ul#copyright
{
	border-top: 1px dotted #ffffff;
	clear: both;
	display: block;
	font-size: 85%;
	list-style: none;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

div#footer ul#copyright li
{
	background: none;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

div#footer ul#copyright li a
{
	background: none;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div#footer ul#copyright li a:hover
{
	text-decoration: underline;
}

div#footer ul#copyright li:first-child
{
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

div#footer ul.serviceList
{
	background: url(../images/footerServiceListBullet.png) 0px 0px no-repeat;
	color: #00203e;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	width: 180px;
	float: left;
	text-align: left;
}

div#footer ul.serviceList li
{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0em 0em 0.5em 0em;
}

div#footer ul.serviceList li a
{
	color: #00203e;
	text-decoration: none;
}

div#footer ul.serviceList li a:hover
{
	color: #ff9900;
}

/* end FOOTER */

/* LINKS */

a.externalLink
{
	background: url(../images/externalLinkIcon.gif) right -12px no-repeat;
	padding-right: 14px;
}

a.externalLink:hover
{
	background-position: right 3px;
}

ul.actionLinkList
{
	clear: both;
	list-style: none;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

ul.actionLinkList:after
{
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

ul.actionLinkList li
{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

ul.actionLinkList li a
{
	background: transparent 0px 0px no-repeat;
	width: 156px;
	height: 140px;
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	float: left;
}

ul.actionLinkList li a:hover
{
	background-position: 0px -160px;
}

ul.actionLinkList li.contact a { background-image: url(../images/bubbleBtnContact.png); }
ul.actionLinkList li.totalMediaPortfolio a { background-image: url(../images/bubbleBtnTotalMedia.png); }
ul.actionLinkList li.webPortfolio a { background-image: url(../images/bubbleBtnWeb.png); }
ul.actionLinkList li.printPortfolio a { background-image: url(../images/bubbleBtnPrint.png); }
ul.actionLinkList li.animationPortfolio a { background-image: url(../images/bubbleBtnAnimation.png); }
ul.actionLinkList li.logoPortfolio a { background-image: url(../images/bubbleBtnLogo.png); }


/* end LINKS */

/* LIST */

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

ul#carouselList li
{
	background: none;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* end LIST */

/*************************************************************************************************/


/*************************************************************************************************/
/* MISC. */
/*************************************************************************************************/

/* HOME */

body.home
{
	background: #7ec9f0 url(../images/bodyBgHome.gif) 0px 0px repeat-x;
}

body.home div#pageBg
{
	background-image: url(../images/homeBg.jpg);
	height: 740px;
}

body.home h1
{
	color: #ffc000;
}

body.home div#header
{
	height: 270px;
}

body.home div#header a.logo
{
	left: 60px;
	top: 4px;
}

body.home div#header p.phone
{
	background: url(../images/headerPhoneHome.png) 0px 0px no-repeat;
	top: 22px;
}

body.home div#nav
{
	top: 7px;
}

body.home p.lead
{
	color: #ffffff;
}

body.home dl#serviceList dt
{
	background: url(../images/homeServiceHeaderBg.png) 0px 0px repeat-y;
	color: #ffffff;
	padding: 3px 10px 3px 5px;
	margin: 15px 0px 5px 0px;
}

body.home #flashHomeShowcase
{
	border: none;
	margin: -80px 0px 0px 0px;
}

body.home a.portfolio
{
	display: block;
	background: url(../images/bubbleBtnHomePortfolio.png) 0px 0px no-repeat;
	border: none;
	outline: none;
	width: 147px;
	height: 137px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	top: -215px;
}

body.home a.portfolio:hover
{
	cursor: pointer;
	background-position: 0px -170px;
}

/* end HOME */


/* ABOUT */

body.about h2
{
	margin-top: 0px;
}

ul#clientList
{
	margin: 0em 0em 0em 0em;
}

ul#clientList li
{
	line-height: 1.7em;
	margin: 0em 0em 0em 0em;
}

ul#clientList li.col2
{
	margin-left: 50%;
}

ul#clientList li.colTop
{
	margin-top: -35.7em;
}

ul.clientList
{
	float: left;
	margin: 0em 0em 0em 4%;
	width: 30%;
	border: none;
	font-size: 100%;
}

ul.clientList.first
{
	margin-left: 0em;
}

/* end ABOUT */


/* SERVICES */

body.services div#serviceList:after
{
	content: "";
	clear: both;
	display: block;
}

body.services div#serviceList dl
{
	color: #b5e5ff;
	float: left;
	width: 40%;
	margin: 0% 10% 0% 0%;
}

/* end SERVICES */


/* PORTFOLIO */

body.portfolio div#serviceList:after
{
	content: "";
	clear: both;
	display: block;
}

body.portfolio div#serviceList dl
{
	float: left;
	width: 40%;
	margin: 0% 10% 0% 0%;
}

body.portfolio div#actionLinkList
{
	background: url(../images/portfolioListBg.png) 0px 0px no-repeat;
	width: 874px;
	height: 90px;
	margin: 25px auto 0px auto;
	padding: 215px 0px 0px 100px;
	position: relative
}

body.portfolio div#actionLinkList ul.actionLinkList li a
{
	position: absolute;
	left: 0px;
	top: 0px;
}

body.portfolio div#actionLinkList ul.actionLinkList li.totalMediaPortfolio a { left: 408px; top: 36px; }
body.portfolio div#actionLinkList ul.actionLinkList li.webPortfolio a { left: 250px; top: -10px; }
body.portfolio div#actionLinkList ul.actionLinkList li.printPortfolio a { left: 35px; top: 77px; }
body.portfolio div#actionLinkList ul.actionLinkList li.animationPortfolio a { left: 575px; top: 47px; }
body.portfolio div#actionLinkList ul.actionLinkList li.logoPortfolio a { left: 800px; top: 165px; }

ul#portfolioList
{
	background: transparent url(../images/portfolioListGalleryBg.png) center bottom no-repeat;
	list-style: none;
	margin: -70px 0px 20px 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	width: 1000px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

ul#portfolioList li
{
	background: transparent;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	position: relative;
	top: 0px;
}

ul#portfolioList li:first-child
{
	margin-left: 0px;
}

ul#portfolioList li a
{
	background: transparent url(../images/portfolioListGalleryNavBg.gif) center 18px repeat-x;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	position: relative;
	top: -8px;
}

ul#portfolioList li a:hover,
body.animation ul#portfolioList li a[href="animation-portfolio.html"],
body.print ul#portfolioList li a[href="print-portfolio.html"],
body.logo ul#portfolioList li a[href="logo-portfolio.html"],
body.presentation ul#portfolioList li a[href="presentations-portfolio.html"],
body.totalMedia ul#portfolioList li a[href="total-media-portfolio.html"],
body.web ul#portfolioList li a[href="web-portfolio.html"]
{
	background-position: center -32px;
	color: #052a6a;
	top: -12px;
}

div#portfolioWrapper
{
	width: 950px;
	margin: 0px auto 25px auto;
	position: relative;
	min-height: 100px;
	color: #ffffff;
}

div#portfolioWrapper h2
{
	margin-top: 0px;
}

/* end PORTFOLIO */


/* CONTACT */

body.contact div#contentColumn1 h2, body.contact div#contentColumn1 p.lead
{
	display: none;
}

/* end CONTACT */


/*************************************************************************************************/
