/*
PINNACLE WEALTH MANAGEMENT

General notes:
	orange = #e87511
	blue = #003893
	green = #c9d6a3
	alternate green = #e1edc9
*/

/* Resets and fixes */

* {
	padding:0px;
	margin:0px;
	border:0px;
	}

body {
	text-align:center;
	color:#333;
	background-color:#DDD;
	}


/* Layout rules */

#wrapper {
	width:1027px;
	margin:0px auto;
	}

#slogan {
	color:#fff;
	padding:35px 80px 0px 0px;
	}

#shadow {
	width:1027px;
	background:url("../images/shadow.png") top left repeat-y;
	text-align:left;
	}

#header {
	width:1027px;
	height:301px;
	background:url("../images/header.png") top left no-repeat;
	}

#pinnacle {
	width:256px;
	height:70px;
	margin:30px 30px 0 50px;
	background:url("../images/pinnacle_logo.png") top left no-repeat;
	}


#menu {
	width:200px;
	padding:10px 10px 10px 36px;
	float:left;
	text-align:left;
	padding-bottom:50px;
	}

#main {
	padding:5px 10px 20px 20px;
	width:600px;
	margin:0px 0px 10px 245px;
	text-align:justify;
	border-left:1px solid #c9d6a3;
	}

#rightcolumn {
	width:150px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 20px 20px;
	border-left:1px solid #c0d6a3;
	float:right;
	}

#footer {
	width:955px;
	margin:0px auto;
	border-top:1px solid #c9d6a3;
	clear:both;
	}

#shadowbottom {
	width:1027px;
	height:83px;
	background:url("../images/shadowbottom.png") top left no-repeat;
	}

.bar {
	width:955px;
	height:15px;
	padding:10px 0px 10px 0px;
	margin:0px auto;
	background:#c9d6a3;
	text-align:center;
	clear:both;
	}

.box {
	padding:10px;
	margin:10px;
	text-align:center;
	border-bottom:1px solid #c9d6a3;
	}

.spacer {
	display:block;
	height:30px;
	}

#pwmas p{
	display:block;
	margin:10px;
	float:left;
	padding:13px 0px 13px 250px;
	text-align:left;
	background:url("../images/PWMAdvisorServicesLogo.jpg") left center no-repeat;
	}

/* Text rules */

body {
	font-family: 'Helvetica', sans-serif;
	}

h2 {
	color:#e87511;
	}

h3 {
	color:#e87511;
	}

#slogan .slogan {
	color:#fff;
	font-size:1.5em;
	font-style:italic;
	font-weight:100;
	text-align:right;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	}

.slogan {
	font-size:1em;
	font-style:italic;
	font-weight:100;
	color:#003893;
	}

#menu a {
	display:block;
	width:180px;
	color:#003893;
	font-weight:400;
	text-decoration:none;
	padding:6px 0px 6px 10px;
	border-top:5px solid #c9d6a3;
	}

#menu a:hover {
	border-top:5px solid #003893;
	}

#menu a.active {
	background:#e1edc9;
	}

#securitor p {
	font-size:small;
	}

.bar p {
	font-size:x-small;
	}

h1, h2, h3, h4 {
	text-align:left;
	font-weight:100;
	margin:15px 0px 10px 0px;
	letter-spacing:-0.01em;
	}

h3.title {
	margin-top:30px;
	clear:right;
	cursor:pointer;
	}

p {
	padding: 5px 0px;
	line-height:1.3em;
	font-size:13px;
	}

a {
	color:#003893;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* Forms */

form {
	float:right;
	width:100%;
	}

fieldset {
	float: left;
/* 	clear: left; */
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px;
	background: url(../images/fieldsetGradient.png) #c9d6a3 repeat-x;
	}

legend {
	margin-left: 1em;
	padding: 0 0 0 1em;
	color: #000000;
	}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
	}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	}

fieldset.submit {
	clear: left;
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
	}

input {
	border:1px inset #c9d6a3;
	padding:2px;
	}

.submit input{
	border:1px outset #c9d6a3;
	}

/* Tables */

table {
	border-collapse:separate;
	border-spacing:2px;
	border:1px solid #c9d6a3;
	padding:1px;
	text-align:left;
	}

thead tr {
	background:#c9d6a3;
	text-align:center;
	}

td, th {
	margin:2px;
	padding:5px;
	vertical-align:top;
	}

tr.even {
	background:#e1edc9;
	}

td.sticky, td.actions {
	text-align:center;
	vertical-align:middle;
	}

/*Status Boxes */

div.success {
	margin:10px;
	padding:20px 20px 20px 50px;
	background:#dfd url('../images/button_ok.png') 10px 10px no-repeat;
	border:1px solid #090;
	}

div.error {
	margin:10px;
	padding:20px 20px 20px 50px;
	background:#fdd url('../images/button_cancel.png') 10px 10px no-repeat;
	border:1px solid #900;
	}

div.error h2, div.success h2 {
	font-size:large;
	color:#000;
	margin-top:0px;
	}

div.news {
/* 	border:1px solid #e87511; */
	background-color:#FFF2E7;
	padding:10px;
	margin:10px;
}

/* Lists */

ul {
	list-style-image:url('../images/bullet.png');
	margin-left:2em;
	}
li {
	line-height:1.5em;
	font-size:13px;
	}

/* Images */

img.right, img.left {
	padding: 2px;
	margin: 5px 5px 10px 10px;
	border: 1px solid #ccc;
	}

/* Classes */

.right {
	float:right;
	}

.left {
	float:left;
	}

/* Stylesheet by Evan Sanders - www.esandersdesign.com */
