/* Design by A. J. Wright // Copyright 2008 */

/************ Main Styles **********/

*{
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #000 url(../templateImages/bg_wholeDesk2.jpg) top center no-repeat;
	text-align:center;
	color: #666;
	}

h1,h2,h3 {
	font-size: 1em;
	}

div#wrapper {
	width: 980px;
	text-align: left;
	position: relative;
	margin: 0 auto 15px auto;
	background: url(../templateImages/bg_wrapper.jpg) top left no-repeat;
	}

.w3c {
	position: absolute;
	top: -4000px;
	left: -4000px;
	}

.clear {
	clear: both;
	}

div#topContainer {
	padding-top: 35px;
	}

div.mainNav {
	height: 330px;
	width: 220px;
	float: left;
	}
	
div.header {
	height: 296px;
	width: 409px;
	float:right;
	margin-right: 30px;
	}

div#flashMovie {
	float: right;
	width: 296px;
	height: 332px;
	}

div#flashMovie p{
	color: #fff;
	}

div#midContainer {
	height: 370px;
	clear:both;
	font-size: 0.7em;
	margin-left: 40px;
	}
	
div.callToAction {
	float: right;
	}

div.secondNav {
	float: left;
	height: 350px;
	width: 50px;
	}

div.mainContent {
	float:left;
	width: 235px
	}

div.tertiaryNav {
	float:left;
	width: 245px;
	}

div#footer {
	clear: both;
	}

/* ********* MainContent (main text area) Styles ********* */

div.mainContent h2 {
	color: #9b0c0f;
	padding: 35px 0 5px 40px;
	font-size: 1.4em;
	font-weight: bold;
	}

div.mainContent p {
	padding: 0 0 5px 40px;
	}

div.mainContent ul {
	padding: 3px 0 3px 40px;
	}

div.mainContent li {
	margin: 0 0 3px 15px;
	}

.smiley {
	background: url(../templateImages/bg_smile.gif) bottom right no-repeat;
	}

div.mainContent img.doodle {
	background: none;
	border: none;
	padding: 0;
	margin: 70px 0 0 30px;
	}

/* ********* Main Navigation Styles (mainNav) *********** */

ul#menu {
	list-style: none;
  	padding: 0;
  	margin: 0;
    position: relative;
	margin: 90px 0 0 55px;
	}

ul#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 53px;
  height: 39px;
  background: url(../templateImages/nav_home.gif) no-repeat;
  top: 0;
  left: 15px;
}

#menu .home span {
  width: 53px;
  height: 39px;
  background: url(../templateImages/nav_home.gif) no-repeat;
}

#menu .about {
  width: 127px;
  height: 48px;
  background: url(../templateImages/nav_about.gif) no-repeat;
  top: 30px;
  left: 5px;
  }

#menu .about span {
  width: 103px;
  height: 48px;
  background: url(../templateImages/nav_about.gif) no-repeat;
}

#menu .contact {
  width: 127px;
  height: 32px;
  background: url(../templateImages/nav_contact.gif) no-repeat;
  top: 85px;
  left: 0;
  }

#menu .contact span {
  width: 127px;
  height: 32px;
  background: url(../templateImages/nav_contact.gif) no-repeat;
}

#menu .portfolio {
  width: 109px;
  height: 57px;
  background: url(../templateImages/nav_portfolio.gif) no-repeat;
  top: 125px;
  left: 10px;
  }

#menu .portfolio span {
  width: 109px;
  height: 57px;
  background: url(../templateImages/nav_portfolio.gif) no-repeat;
}

/* ********** Secondary Navigation ******* */

ul#secondMenu {
	list-style: none;
  	padding: 0;
  	margin: 0;
    position: relative;
	margin: 15px 0 0 0;
	}

ul#secondMenu span {
  display: none;
  position: absolute;
}

#secondMenu a {
  display: block;
  text-indent: -1900%;
  position: absolute;
  outline: none;
}

#secondMenu a:hover {
  background-position: right bottom;
}

#secondMenu a:hover span {
  display: block;
}

#secondMenu .artwork {
  width: 20px;
  height: 83px;
  background: url(../templateImages/nav_artV.gif) no-repeat;
  top: 15px;
  left: 24px;
  }

#secondMenu .artwork span {
  width: 20px;
  height: 83px;
  background: url(../templateImages/nav_artV.gif) no-repeat;
 }

#secondMenu .code {
  width: 31px;
  height: 82px;
  background: url(../templateImages/nav_codeV.gif) no-repeat;
  top: 138px;
  left: 14px;
  }

#secondMenu .code span {
  width: 31px;
  height: 82px;
  background: url(../templateImages/nav_codeV.gif) no-repeat;
 }

#secondMenu .flash {
  width: 27px;
  height: 87px;
  background: url(../templateImages/nav_flashV.gif) no-repeat;
  top: 243px;
  left: 18px;
  }

#secondMenu .flash span {
  width: 27px;
  height: 87px;
  background: url(../templateImages/nav_flashV.gif) no-repeat;
 }


/* ****** Tertiary Navigation ******* */

div.tertiaryNav h2 {
	color: #9b0c0f;
	padding: 35px 30px 5px 20px;
	font-size: 1.4em;
	font-weight: bold;
	}

div.tertiaryNav h3 {
	color: #9b0c0f;
	padding: 25px 30px 5px 20px;
	font-size: 1.4em;
	font-weight: bold;
	}

div.tertiaryNav p {
	padding: 3px 30px 3px 20px;
	}

div.tertiaryNav ul {
	padding: 0 30px 10px 20px;
	}

div.tertiaryNav li {
	margin: 0 0 5px 0;
	list-style: none;
	}

div.tertiaryNav ul.noLinks {
	padding: 5px 30px 5px 35px;
	}

div.tertiaryNav ul.noLinks li {
	margin: 0 0 2px 0;
	list-style: disc;
	font-weight: bold;
	
	}

div.tertiaryNav a:link {
	color: #0d2668;
	font-weight: bold;
	text-decoration: none;
	background: url(../templateImages/ro_blueCross.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
	}

div.tertiaryNav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 12px;
	}

div.tertiaryNav a:hover {
	color: #0d2668;
	text-decoration: underline;
	font-weight: bold;
	background: url(../templateImages/ro_blueCross.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
	}	

/* ******** Styles for portfolio Page ******** */

div.mainContent img {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 4px;
	background: #fff;
	margin: 0 0 0 40px;
	}

div.mainContent h2.portfolioHeader {
	color: #9b0c0f;
	padding: 10px 0 5px 40px;
	font-size: 1.1em;
	font-weight: bold;
	}

div.mainContent ul.noBullet {
	list-style: none;
	}
	
div.mainContent a:link {
	color: #0d2668;
	font-weight: bold;
	text-decoration: none;
	background: url(../templateImages/ro_blueCross.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
	}

div.mainContent a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: none;
	}

div.mainContent a:hover {
	color: #0d2668;
	text-decoration: underline;
	font-weight: bold;
	background: url(../templateImages/ro_blueCross.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
	}	

div.mainContent p.links a:link, div.mainContent p.links a:visited {
	color: #0d2668;
	font-weight: bold;
	text-decoration: none;
	background: none;
	padding: 0;
	}


div.mainContent p.links a:hover {
	color: #0d2668;
	text-decoration: underline;
	font-weight: bold;
	background: none;
	padding: 0;
	}	

/* **********  Form Styles (contact page) ********* */

form {
	margin: 5px 0 0 0;
	}

input.txt{
	color:#000;
	background-color:#e8e8e8;
	border: 1px solid #c3c6c4;
	width: 190px;
	margin: 0;
	}

input.btn{
	color:#fff;
	font-weight: bold;
	font-size: 1em;
	background-color:#0d2668;
	border: 1px outset #100e09;
	padding: 2px;
	cursor: pointer;
	float: right;
	margin: 0 4px 0 0;
}

div.mainContent form p{
	clear:left;
	margin: 0;
	color: #0d2668;
}

textarea.txtarea {
	color:#000;
	background-color:#e8e8e8;
	border: 1px solid #c3c6c4;
	width: 190px;
	height: 75px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.mainContent form p label{
	float: left;
	width: 70%;
	color: #0d2668;
	text-align: left;
	margin: 0 0 1px 0;
	font-weight: bold;
	}

fieldset {
	border: none;
	}


/* ******* Call To Action (blue scrap paper) Styles ******* */

div.callToAction img {
	margin: 175px 90px 0 0;
	}

/* ******** Footer Styles ******** */

div#footer p {
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	padding: 30px;
	}


