/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainBody
{
    width:700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    overflow: visible;
}
#PageWrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 766px;
    background-color: #ffffff;
}
#BodyArea
{
    background-color: #ffffff;
    width: 740px;
    vertical-align: top;
    float:left;
}
#TopLeftCorner
{
    width: 13px;
    height: 10px;
    background: #ffffff url(../../images/main/TopLeftCorner.gif) no-repeat;
    vertical-align: top;
    font-size:1px;
}
#LeftSpacer
{
    width: 13px;
    background: #E4F1F7 url(../../images/main/LeftColumnSpacer.gif) repeat-y;
    vertical-align: top;
    float:right;
    height: auto;
}

#BottomLeftCorner
{
    width: 13px;
    height: 18px;
    background: #E4F1F7 url(../../images/main/BottomLeftCorner.gif) no-repeat;
    vertical-align: top;
    float: left;
    position: relative;
    clear: right;
    font-size:1px;
}
#LeftColumn
{
    width: 13px;
    background: #ffffff url(../../images/main/LeftColumnSpacer.gif) repeat-y;
    float:left;
    vertical-align: top;
}
#BottomRow
{
    margin-left: auto;
    margin-right: auto;
    width: 766px;
    background: #ffffff url(../../images/main/BottomSpacer.gif) repeat-x;
    vertical-align: top;
    clear: both;
}
#RightColumn
{
    width: 13px;
    background: #ffffff url(../../images/main/RightColumnSpacer.gif) repeat-y;
    vertical-align: top;
    float: left;
}
#TopRightCorner
{
    width: 13px;
    height: 10px;
    background: #ffffff url(../../images/main/TopRightCorner.gif) no-repeat;
    vertical-align: top;
    font-size:1px;
}
#RightSpacer
{
    width: 13px;
    background: #ffffff url(../../images/main/RightColumnSpacer.gif) repeat-y;
    vertical-align: top;
    position: relative;
    clear: both;
    height: auto;
}
#FooterSpacer
{
    background: #ffffff url(../../images/main/BottomSpacer.gif) repeat-x;
    width: 740px;
    position: relative;
    white-space: nowrap;
    float: left;
    position: relative;
}
#BottomRightCorner
{
    width: 13px;
    height: 18px;
    background: #ffffff url(../../images/main/BottomRightCorner.gif) no-repeat;
    vertical-align: bottom;
    float: right;
    position: relative;
    font-size:1px;
}

#ContentContainer 
{
	padding: 5px 5px 5px 5px;
	width:505px;
	float: right;
	z-index: -1;
	}

#contentMain {
	width:505px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
#contentMain a, #contentMain td
{
    font-size: 8pt;
    color: #000000;
}
#contentMain a:hover
{
    color: #999999;
}
#UserForm span
{
    height: 10px;
    padding: 0;
    margin: 0;
}
#UserForm tr, td{vertical-align: top;}
#UserForm input
{
    font-size: 9pt;
    background-color: #cecece;
    border: solid 1px #000000;
}
#HomeContact
{
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 5px;
    height:133px;
    width:175px;
	float: left;
	clear: both;
	color: #333333;
	background: #CDE1ED url(../../images/main/ContactHomePage.jpg);
	border: solid 1px #003366;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin:auto;
    background: #E4F1F7 url(../../images/main/BackgroundSpacer.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:1.4em;
	color:#333333;
}

p {
	margin:10px 0;
	}

p.no-padding-noMargin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.2em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1, h5 {
	margin-bottom:0;
	color: #006C9E;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:10pt;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:10pt;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

a.FeaturedLink
{
	color:#006C9E;
	text-decoration:none;
	font-size:0.9em;	
}
a.FeaturedLink:hover
{
	color:#006C9E;
	text-decoration:underline;
	font-size:0.9em;	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topInformation 
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:700px;
	padding: 10px 0px 0px 10px;	
	}
#bannerInformation {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:698px;
    border: solid 1px #000000;
	}	
#navContentInformation {
	color:#999999;
	font-size:.85em;
	position:relative;
	width:182px;
	float: left;
	}
#topRedBar
{
    position: relative;
    width: 700px;
    line-height: 1px;
	border-top: solid 1px #990033;

}
#topRedBarBox{padding: 0px 0 1px 0;}
#topRedBarBox
{
    position: relative;
    background-color:#ffffff; 
    width: 700px;    
	margin-left: auto;
	margin-right: auto;
    font-size:1px;
}
#logo {
	position:relative;
	width: 369px;
	height: 67px;
	padding: 10px 0px 0px 10px;	
	background: #ffffff url(../../images/main/Logo.gif) no-repeat;
	margin-left:0;
	text-align: left;
	}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

#heading{
	text-align: left;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navMainTop {
    position: relative;
	background:#ffffff url(../../images/main/MainNavtop.gif) no-repeat;
	width:182px;
	height: 10px;
	font-weight:bold;
    font-size:1px;
}
#navMainBottom {
    position: relative;
	background:#ffffff url(../../images/main/MainNavBottom.gif) no-repeat;
	width:182px;
	height: 10px;
	font-weight:bold;
}
#navContentInformation{z-index: 1000; height: 350px;}

#FeaturedServices
{
    position:relative;
	width: 210px;
	height: 90px;
	background-color: Transparent;
	margin-left:0;
	text-align: left;
	float: left;
	elevation: below;
	z-index: 0;
}
#FeaturedProject
{
    position:relative;
	width: 280px;
	height: 90px;
	margin-left:0;
	text-align: left;
	float: right;    
	elevation: below;
	z-index: 0;
}
#FeaturedServicesTitle, #FeaturedProjectTitle
{
    white-space: nowrap; 
    font-weight: 700; 
    color: #CC0000; 
    font-size: 1.4em;
	background-color: Transparent;
	elevation: below;
	z-index: 0;
}
#FeaturedServicesDetails
{
    position:relative;
	background-color: #ffffff;
	margin-left:0;
	text-align: left;
	padding-top: 10px;
	line-height: 1.2em;
	background-color: Transparent;
	elevation: below;
	z-index: 0;
}
#FeaturedProjectDetails
{
    position:relative;
	margin-left:0;
	text-align: left;  
	line-height: 1.2em;
	font-size: 8pt;
	background-color: Transparent;
	elevation: below;
	z-index:0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#posterPhotoContainer {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.posterPhotoImage {
	border-right:3px solid #FFF;
	display:block;
	}

#featureAreaHome {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#featureAreaHome a:link,
#featureAreaHome a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#featureAreaHome a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#breadcrumb {
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	border-bottom: solid 1px #608fc8;
	position:relative;
	color: #333333;
	font-size: 13pt;
	line-height: 14pt;
	padding: 0px 0px 0px 0px;
	}

#breadcrumb a:link,
#breadcrumb a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#breadcrumb a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}

.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.listOfLinks {
	border-bottom:1px dotted #B2B2B2;
}

#contentSide1ThreeColumn ul.listOfLinks,
#contentSide2ThreeColumn ul.listOfLinks {
	margin: 0 0 30px 0px;
}

ul.listOfLinks li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.listOfLinks li.current {
	background-color:#E5E5E5;
}


ul.noLines,
ul.noLines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.featureArea {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}
.RightImage{float: right; clear: right; text-align: right; margin: 3px 3px 5px 5px;}
.photoBorder {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photoFloatLeft {
	float:left;
	margin-right:10px;
	}

.imageBorderNone {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerNav
{
    text-align: right;
    float: right;
    padding-top: 10px;
}
#footerCopyright
{
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 10px;
}

#footer {
	background: #ffffff url(../../images/main/FooterSpacer.gif) bottom left repeat-x;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height: 48px;
	color:#a9c0db;
	font-size:.8em;
	clear: both;
	float: none;
}
#footerNav a
{
    padding-left: 5px;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}
#footer ul {
	margin:0;
	padding:0;
	}
	
#footer li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#999999;
}

#footer a:hover {
	color:#666666;
	text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsDate {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}


@import "menu.css";