/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form and Link styles)
* * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	background: #E6EBEB url(../images/gradientBgTile.jpg) repeat-x fixed top;
}
table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
}/* Setting top margin to 0px to emulate IE default on all browsers */

h1, h2, h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
} /* Used for page & sub headings */
h1 {
	color: #333333;
} /* Used for page headings */
h2 {
	color: #666666;
} /* Used for page sub headings */
h3 {
	color: #999999;
} /* Used for page alternate sub headings */
h4 {
	font-size: 1em;
	padding: 2em 0px 0px 0px;
	border-bottom: 1px solid #666666;
} /* Used for section headings */
h4 a {
	color: #333333;
	text-decoration: none;
} /* Used for section headings links */
h4 a:hover {
	color: #666666;
} /* Used for section headings link rollovers */
h5  {
	font-size: 1em;
	color: #666666;
	margin: 0px 0px 0px 20px;
}
h6 {
	font-size: 1.5em;
}
hr {
	border-width: 0px;
	background-color: #333333;
	height: 1px;
	margin: 2em 0px;
}
img {
	border: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0px;
}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 LINK STYLES 
* * * * * * * * * * * * * * * * * * * * * */

a {
	color: #666666;
}
a:hover {
	color: #333333;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 LAYOUT DIVS
* * * * * * * * * * * * * * * * * * * * * */

div#containerBox {
	width: 760px;
	margin: 0px auto;
}
div#logoBox {
	height: 50px;
}/* See also logoBox styles below */
div#flashHeaderBox {
	border: 3px solid #345D5D;
}
div#navBarBox {
	clear: both;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #E3E8E8;
	background-color: #809999;
	font-size: 10px;
}/* See also navBarBox styles below */
div#contentBox {
	border: 3px solid #345D5D;
	padding: 20px;
	background-color: #FFFFFF;
}/* See also contentBox styles below */
div#copyrightBox {
	font-size: xx-small;
	padding-top: 4px;
	text-align: right;
}/* See also copyrightBox styles below */

/* * * * * * * * * * * * * * * * * * * * * * 
logoBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#logoBox div.rightLinks {
	float: right;
	margin-top: 83px;
}
div#logoBox div.rightLinks a {
	margin-left: 10px;
	text-decoration: none;
	color: #001E1E;
}
div#logoBox div.rightLinks a:hover {
	color: #4D7171;
}

/* * * * * * * * * * * * * * * * * * * * * * 
navBarBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#navBarBox a {
	border-right: 1px solid #E3E8E8;
	display: block;
	float: left;
	padding: 7px 10px;
	color: #001E1E;
	text-decoration: none;
}
div#navBarBox a:hover {
	background-color: #194747;
	color: #E3E8E8;
}

/*** Horizontal Menu ***/
#textMenu ul
{
margin: 0;
padding: 3px 0px 0px 0px;
list-style-type: none;
text-align: center;
}

#textMenu ul li { display: inline; }

#textMenu ul li a
{
text-decoration: none;
padding: 0px 5px 0px 5px;
color: #001E1E;
}

#textMenu ul li a:hover
{
color: #001E1E;
text-decoration: underline;
}


/* * * * * * * * * * * * * * * * * * * * * * 
contentBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#contentBox p {
	line-height: 140%;
}
div#contentBox div.narrowContent {
	width: 70%;
}
div#contentBox #leftColumn {
	float: left;
	width: 470px;
	padding-right: 20px;
}
div#contentBox #rightColumn {
	float: right;
	width: 200px;
	padding-left: 20px;
	color: #666666;
}
div#contentBox #rightColumn.home {
	border-left: 2px solid #E6EBEB;
}
ul#teamList li {
	list-style: url(../images/iconPerson.gif);
	padding-bottom: 0.5em;
}

/***** Portfolio Styles *****/
ul.projectList {
	color: #666666;
}
div#rightPortfolioBox {
	float: right;
	width: 220px;
	background-color: E6EBEB;
	color: #666666;
	padding: 20px;
	margin: 0px 0px 20px 60px;
}
img.iconFloatRt {
	float: right;
	margin: 5px 0px 5px 20px;
}
div.rightLinks {
	clear: both;
	float: right;
}
div#projectGalleryIconsBox {
	text-align: center;
}
div.projectDetailBox {
	color: #666666;
	width: 710px;
}
div.projectDetailBox img {
	display: block;
	float: left;
	border: 1px solid #666666;
	margin: 0px 8px 15px 8px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
copyrightBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#copyrightBox,
div#copyrightBox a {
	color: #99ADAD;
}
div#copyrightBox a:hover {
	color: #194747;
}
div#copyrightBox img.webmark {
	float: right;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 10px;
}

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

.borderAll { 
	border: 1px solid #666666;
} /* Used for misc borders */
div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
div.photoCaptionBox {
	color: #999999;
	margin-bottom: 20px;
}
div.leftPhotoCaptionBox {
	color: #999999;
	float: left;
	margin: 0px 20px 20px 0px;
}
div.rightPhotoCaptionBox {
	color: #999999;
	float: right;
	margin: 0px 0px 20px 20px;
}
div.photoCaptionBox img,
div.leftPhotoCaptionBox img,
div.rightPhotoCaptionBox img {
	border: 1px solid #666666;
}
img.photoFloatLeft {
	border: 1px solid #666666;
	float: left;
	margin: 0px 20px 20px 0px;
}
img.photoFloatRight {
	border: 1px solid #666666;
	float: right;
	margin: 0px 0px 20px 20px;
}
p.getAdobeReader {
	margin-top: 40px;
}
div#errorBox {
	width: 400px;
	margin: 0px auto;
	text-align: center;
	margin-top: 20px;
}
p.noTopMargin {
	margin-top: 0px;
}

.body a:link {color: #345D5D;} 
.body a:visited {color: #345D5D;}
.body a:hover {color: #999999;}
.body a:active {color: #999999;}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	color: #333333;
	list-style-image: url(images/bullet_blue.gif);
	list-style-type: square;
	list-style-position: outside;
	background-position: top;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bolder;
	color: 345D5D;
	line-height: 20px;
}
.title-side {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bolder;
	color: 345D5D;
}

.title-news {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: 345D5D;
}