/* Platinum Builders Main Style Sheets*/

/* ================ Default tags ==========================*/ 

body {
	margin: 2px;
	padding: 2px;
	width: 740px;
}

/* ================ hero ==========================*/ 

h1 {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 203px;
	display: block;
	background: url(../_images/header_main.jpg) #fff top left no-repeat;
}

/* ================ topNav ==========================*/ 


#topNav {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 42px;
	background: url(../_images/navTop_background.jpg) #fff top left no-repeat;
}

#topNav ul {
	list-style: none;
	margin: 0 0 0 230px;
	padding: 0;
}

#topNav li {
	float: left;
	margin: 0;
	padding: 0 5px;
	height: 35px;
	text-align: center;
}

#topNav li a { 
	background: url(../_images/navTop_libackground.gif) #CFD8D3 top left repeat-x;
	height: 35px;
	margin: 0;
	padding: 0 15px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	line-height: 50px;
}

#topNav li a:visited {
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

#topNav li a:hover {
	background: url(../_images/navTop_libackgroundover.gif) #666666 top left repeat-x;
	color: #fff;
	display: block;
	text-decoration: none;
}

/* ================ sideNav ==========================*/ 

#sideNav {
	float: left;
}

ul#sideNav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 194px;
	height: 495px; 
	background: url(../_images/navLeft_background.jpg) #fff top left no-repeat;
}

ul#sideNav li {
	margin: 0;
	padding: 10px 5px;
}

ul#sideNav li a {
	display: block;
	width: 184px;
	padding: 10px 0;
	background-color: #8FA0B1;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

ul#sideNav li a:visited {
	display: block;
	width: 184px;
	padding: 10px 0;
	background-color: #8FA0B1;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

ul#sideNav li a:hover {
	display: block;
	width: 184px;
	padding: 10px 0;
	background-color: #fff;
	text-decoration: none;
	color: #8FA0B1;
}

/* ================ content ==========================*/ 

div#content {
	margin: 15px 0 0 235px;
	padding: 0;
	width: 480px;
	text-align: center;
}

div#content h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #8FA0B1;
}

div#content p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

div#content ul {
	margin: 0 10px;
	padding: 0 10px;
	width: 400px;
	list-style-image: url(../_images/bullet.gif);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8FA0B1;
	line-height: 18px;
	font-weight:bold;
}

.callOut {
	font-style: italic;
	color: #666666;
}

.callOut a {
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

.callOut a:visited {
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

.callOut a:hover {
	text-decoration: underline;
}

.subHead {
	color: #8FA0B1;
	font-size: 14px;
	font-weight: bold;
}



/* ================ design build team ==========================*/ 

div#trent {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	width: 150px;
	height: 210px;
	float:left;
	display: block;
	background: url(../_images/trent.jpg) #fff top left no-repeat;
}

div#nikki {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	width: 150px;
	height: 210px;
	float:left;
	display: block;
	background: url(../_images/nikki.jpg) #fff top left no-repeat;
}

.divider{
	margin: 0;
	padding: 0;
	display: block;
	width: 480px;
	height: 4px;
	background-color: #CCC;
}

p#team {
	height: 210px;
	display: block;
}

/* ================ photo nav ==========================*/ 

#photos {
	margin: 25px 0;
	padding: 0;
}

div#photoNav {
	margin: 0 0 15px 0;
	padding: 2px 0;
	width: 480px;
	text-align: center;
	display: block;
	float: left;
	color: #CCC;
	background-color: #FFF;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

div#photoNav a {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8FA0B1;
	font-weight:bold;
	text-decoration: none;
}

div#photoNav a:visited {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8FA0B1;;
	font-weight:bold;
	text-decoration: none;
}


div#photoNav a:hover {
	text-decoration: underline;
}