/* This is the main layout of all the pages.
   Page specific styles will be in separate CSS files */
   
 body {
 	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	height: 100%;
 }
 
form, div { margin: 0; padding: 0; }

h1 {
	font-size: 22px;
	font-weight: normal;
}

a { color: #365d91; text-decoration: none; }
a:hover { color: #f90; text-decoration: underline; }

#mainWrapper {
	width: 930px;
	margin: 0 auto;
	border: 1px solid #657755; /* default to home color */
	min-height: 550px;
	background: url(i/sliver_home.gif) repeat-y top left;
}

.homeBold { color: #657755; }

.homeIntro {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}

#header {
	background-color: #657755;
}

.headBullets {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	font-family: georgia, times, serif;
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
	display: block;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.headQuote {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	display: block;
	color: #fff;
	font-style: normal;	
}	

.headAttrib {
	text-align: right;
	padding-right: 20px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-style: italic;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


.logo {
	text-align: left;
}

#navBar {
	background: url(i/orange_navbar.gif) no-repeat top right;
	width: 500px;
	height: 32px;
	text-align: right;
	float: right;
	padding-right: 10px;
}

#nav { padding-right: 5px; text-align: right; padding-top: 4px; }
#nav ul { padding: 0; margin: 0; }
#nav li { 
	padding: 0 2px 0 1px;
	display: inline; 
  	list-style: none;
}

#nav li, #nav li a {
	font-size: .9em;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover { text-decoration: underline; }

#bodyContent {
	margin: 30px auto;
}

.pageTitle {
	color: #C4C4C4;
	text-align: left;
	padding: 20px 0 20px 70px;
}

.rightColumn {
	float: right;
	width: 290px;
	text-align: left;
	padding: 10px;
}

.services_rightColumn {
	float: right;
	width: 350px;
	text-align: left;
	padding-right: 30px;
	position: relative;
}

.leftColumn {
	width: 460px;
	padding-left: 70px;
	color: #333;
	text-align: left;
}

.services_leftColumn {
	width: 350px;
	padding-left: 70px;
	color: #333;
	text-align: left;
	position: relative;
}

#service_tl {
	position: relative;
	height: 150px;
	width: 350px;
}

#service_bl {
	position: relative;
	height: 150px;
	width: 350px;
}

#service_tr {
	position: relative;
	height: 150px;
	width: 350px;
}

#service_br {
	position: relative;
	height: 150px;
	width: 350px;
}

.quote {
	font-size: 14px;
	color: #657755;
	font-family: georgia, times, serif;
	font-style: italic;
	padding-bottom: 5px;
}

.author {
	font-style: normal;
	padding-left: 130px;
	font-size: .8em;
}


#footer {
	text-align: center;
	font-size: .8em;
	color: #333;
	padding-top: 10px;
}

.centerQuote {
	margin-left: 50px; 
	color: #999; 
	font-size: 17px; 
	line-height: 30px;
}

.signature {
	font-size: 11px;
	font-style: italic;
	color: #657755;
}

th { 
	background-color: #657755;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.altColor { background-color: #e0e4dd; }

table#resources { 
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #657755;
}

#resources td { border-right: 1px solid #657755; text-align: left; }


.titlebox {
	background-image: url(i/descript_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
	text-align: center;
	width: 350px;
}

.titlesun {
	background-image: url(i/descript_box_sun.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
	width: 350px;
	padding-left: 20px;
	margin-left: -20px;
}

.titlesun a {
	color: #FFFFFF;
	text-decoration:none;
}

.titlesun a:hover {
	color: #FFB116;
	
}

.titlesun_yellow {
	background-image: url(i/descript_box_sun_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 12px;
	font-weight: bold;
	text-align: center;
	width: 350px;
	padding-left: 20px;
	margin-left: -20px;
}

.titlesun_yellow a {
	color: #FFFFFF;
	text-decoration:none;
}

.titlesun_yellow a:hover {
	color: #FFB116;
	
}
