body
{
	font-family: Arial, Verdana, Arial,Helvetica, Georgia, sans serif;
	margin: 0 ;
	padding:0;	
	background-color: #6E80C1;
	color: #000; 
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, form, fieldset, table
{
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, 'Times New Roman' , Verdana, Georgia, sans serif;
}

p, dl
{
	margin: 0.5em 0 0.5em 0;
}
h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

h2.large
{
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

h3
{
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}

h2,h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 1.0em 0;
}

h5
{
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
}

h6
{
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
}



UL
{
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: square;
	margin: 1em 1em 1em 2em;
}

A:link
{		
	color: #1B3FC1;
}
A:visited
{
	color: #1B3FC1;
}
A:active
{
	color: #FAA61A;
}
A:hover
{
	color: #FAA61A;	
}

#Header
{
	margin: 0px auto;
	width: 800px;
	background-color: #fff;
	height: 150px;	
}

#Header img
{
	border:0;
}

.centeredImage
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}

#TopNavigationBar
{
	margin: 0px auto;
	width: 800px;
	background-color: #76787B;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0 2px 0;
	white-space: nowrap;
}

#TopNavigationBar ul
{
	margin: 0 auto;
	/* necessary to force height in Firefox */
	display: table;
	list-style-type: none;
	line-height: 1.8em;	
}

#TopNavigationBar li
{
	float: left;
	list-style: none;
	vertical-align: middle;
	margin-left: 1.2em;
	margin-right: 1.2em;
	padding:0;
}

#TopNavigationBar A
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff; 
	letter-spacing: 0.1em;		
	text-decoration: none;
	cursor: pointer;		
}

#TopNavigationBar A:link{	color: #fff;	}
#TopNavigationBar A:visited{color: #fff;	}
#TopNavigationBar A:active{	color: #FAA61A;	}
#TopNavigationBar A:hover{	color: #FAA61A;	}

#TopNavigationBar A.Selected{color: #F9CF8A;}

#TopNavigationBar A.Selected:link{	color: #F9CF8A;	}
#TopNavigationBar A.Selected:visited{color: #F9CF8A;	}
#TopNavigationBar A.Selected:active{color: #F9CF8A;	}
#TopNavigationBar A.Selected:hover{	color: #F9CF8A;	}

#TopLowerBar
{
	margin: 0px auto;
	padding: 0;
	width: 800px;
	background-color: #E0E1E2;
	text-align: center;
	min-height: 1em;
}

#TopLowerBar A
{
	font-size: 0.8em;
}

#TopLowerBar A:link
{
	text-decoration: none;
	cursor: pointer;
	color: #1B3FC1;
}
#TopLowerBar A:visited
{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#TopLowerBar A:active
{
	text-decoration: none;
	cursor: pointer;
	color: #FAA61A;
}
#TopLowerBar A:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #6E80C1;
}

#Content
{
	margin: 0 auto;
	width: 800px;
	background: #fff;
	text-align: left;
}

#ContentInner
{
	margin-left: 10px;
	margin-right: 10px;
	padding: 1em;
	background: #fff;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	vertical-align: top;
	line-height: 1.4em;
}

#ContentInner h6, h5, h4, h3, h2, h1
{	
	color: #FAA61A;
}

#ContentInner A
{
	font-weight:normal;
}

#Footer
{
	width: 800px;
	margin: 0px auto;
	clear: both;
	background-color: #FAA61A;
}

#FooterQuestion
{
	margin: 0px;
	padding: 0 0 0 130px;
	background: #FAA61A url(/images/QuestionLine.jpg) repeat-x top left;
	height: 120px;
}
#FooterImage
{
	padding: 0;
	margin: 0;
	float: left;
	width: 120px;
}

#FooterQuestion img
{	
	padding: 0;
	margin: 0;
	border:0;
}

#FooterRight
{
	float: right;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0%;
	width: 80%;
}

#FooterPhone
{
	font-size: 1.5em;
	text-align: right;
	padding-right: 0em;
}

#FooterPhoneContent
{
	padding-right: 25px;
	text-align: right;
}

#FooterPhoneContent A
{
	text-decoration: none;
	cursor: pointer;
	color: #1B3FC1;
}

#FooterNavigation
{
	padding-top: 50px;
	font-size: 0.78em;
	text-align: center;
}

#FooterNavigation A
{
	margin-right: 1.2em;
	padding-left:1px; /* Problem in FF with hover color */
	font-size: .9em;
	letter-spacing: .1em;
}

#FooterNavigation A:link
{
	color: #fff;
}
#FooterNavigation A:visited
{
	color: #fff;
}
#FooterNavigation A:active
{
	color: #1B3FC1;
}
#FooterNavigation A:hover
{
	color: #1B3FC1;
}

#Contact
{	
	font-size: 0.95em;
	padding-top: 0em;
	padding-bottom: .5em;
	text-align: center;
	color: #1B3FC1;
	clear: both;
}

#Contact Div
{
	margin-bottom: .5em;
}

#Contact A
{
	margin-right: 1em;
	font-size: 1.0em;
	text-decoration: underline;
	cursor: pointer;
}

#Contact A:link
{
	color: #fff;
	background-color: #FAA61A;
}
#Contact A:visited
{
	color: #fff;
	background-color: #FAA61A;
}
#Contact A:active
{
	color: #1B3FC1;
	background-color: #FAA61A;
}
#Contact A:hover
{
	color: #1B3FC1;
	background-color: #FAA61A;
}

#ContactOptions
{
	border-collapse: collapse;
	margin: 1em 0;
}

#ContactOptions td.ContactOption
{
	border-top: 1px solid #1B3FC1;
	text-align: left;
	padding: 1.0em 0 0 0;
	vertical-align: middle;
}

#ContactOptions td.ContactInfo
{
	padding-bottom: 1em;
}

Div.portfolio
{
	margin: 10px 10px 10px 0px;
	padding: 0 5px 20px 25px;
	border-top: 2px solid #6E80C1;
	border-left: 2px solid #6E80C1;
	border-right: 2px solid #6E80C1;
	border-bottom: 2px solid #6E80C1;
}

.portfolioImg
{
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	display: block;	
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;	
}

.portfolioImg a:hover
{
	background:transparent; 	
}

.portfolioImg img {	
	position: relative;
	bottom: 6px;	
	right: 6px;
	border: 1px solid #6E80C1;	
 }

.noMargin
{
	margin: 0;
}

.clear
{
	clear: both;
}

.Emphasis
{
	font-weight: bold;
}

.Blue
{
	color: #1B3FC1;
}

.OrangeEmphasis
{	
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #FAA61A;
}

.Orange
{
	color: #FAA61A;
}

.ServiceText
{
	width: 100%;
}

.StyleBullet
{
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1em 1em 1em;
	padding-left: 0;
}

.StyleBullet li
{
	background: url(/images/BulletPoint.gif) 0 0.5em no-repeat;
	padding-left: 15px;
}

.SmallText
{	
	font-size: 0.75em;
}

.ServiceText H4
{
	margin-bottom: 0.5em;
}

.rightBoxContent
{
	position: relative;
	bottom: 6px;
	right: 6px;
	padding: 0em 1em 1em 1em;
	font-size: 0.9em;
	background-color: #E0E1E2;
	border: 1px solid #76787B;
}

.rightBox
{
	width: 14em;
	margin: 3em 1em 3em 3em;	
	padding: 0;
	float: right;
	display: block;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;	
	
}

.rightBox H2
{
	text-align: center;
	color: #000;
}

.rightBox H3
{
	text-align: center;
	color: #000;
}

.floatLeft
{
	display:inline;
	float:left;
}


