/* Master layout */

/************************************************************
Global styles */
body
{
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#ffffff;
}

/* Links */
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
}
a img {
	border:none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {

}
h1 {
	font:lighter 10pt 'Century Gothic',Tahoma,Arial,sans-serif;
}
h2 {
	color:#494846;
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	font-weight:lighter;
	margin:0;
	padding:0;
}

h3 {
	color:#494846;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:lighter;
	margin:0;
	padding:0;
}

/* Block-level */
p {

}


/************************************************************
Miscellaneous */

/* Text alignment */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

/* Font sizes */
.smaller { font-size:90%; }
.larger { font-size:115%; }

/* Floating/clearing */
.clear { clear:both; height:1em; }


/**********Navigation*******/

#navigation {
	float:right;
	width:500px;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	line-height:16px;
	margin-top:-50px;
	
}

#navigation a {color:#6e6459;}

#navigation a:hover {color:#0d5cab;}

#navigationLinks {}

#navigationLinks li {
	float:left;
	padding-right:40px;
	list-style:none;
}

#navSmallText {font-size:14px;}


#grayTop {
	background-image:url(../images/site/grayTop.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
}

#containerTop {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
	width:400px;
	margin:0;
	padding:0;
}

#quote {
	float:right;
	width:480px;
	margin-top:30px;
}

#content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#yellowBox_Top {
	background-image:url(../images/site/yellowBox_Top.jpg);
	background-repeat:no-repeat;
	width:916px;
	height:28px;
}

#yellowBox_Mid {
	background-image:url(../images/site/yellowBox_Mid.jpg);
	background-repeat:repeat-y;
	width:916px;
}

#yellowBox_Btm {
	background-image:url(../images/site/yellowBox_Btm.jpg);
	background-repeat:no-repeat;
	width:916px;
	height:24px;
	padding-bottom:20px;
}

#yellowBox {
	width:857px;
	height:338px;
	background-image:url(../images/site/yellowBackground.jpg);
	background-repeat:no-repeat;
	margin-left:28px;
	padding-bottom:20px;
}
	
#yellowContent_Left {
	float:left;
	width:400px;
	margin-left:10px;
	padding-top:10px;
}

#yellowContent_Right {
	float:right;
	width:400px;
}

#services {
	background-image:url(../images/site/exploreServices.jpg);
	width:848px;
	height:126px;
	margin-left:35px;
}

#servicesList {
	margin-left:270px;
	padding-top:2px;
	margin-top:-8px;
	line-height:22px;
}

#footer {
	background-image:url(../images/site/footerBackround.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	height:120px;
	width:100%;
	font-size:10px;
	line-height:18px;
	padding-bottom:25px;
	padding-top:20px;
	margin-top:15px;
}

#footerContainer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#footer_Left {
	float:left;
	width:500px;
	margin-left:15px;
}

#footer_Right {
	float:right;
	width:200px;
	margin-top:10px;
}

/***Text Formating ****/
.blueLink {
	color:#0d5cab;
}