@CHARSET "UTF-8";
body
{
	background: #B0C4DE;	
}
#wrapper
{
	width: 986px;
	margin: 1em auto;
	font-family: sans-serif;
	font-size: 13px;
	border: 5px solid #ccc;
	background: #fff;
	font-family: sans-serif;	
}
#branding
{
	background-color: #424973;
	background-position: left top;
	background-repeat: no-repeat;
	height: 250px;
}
#branding p.company_title,
#branding p.date
{
	padding-right: 425px;
	color: #fff;
}
#branding p.company_title
{
	margin-top: 2em;
}
#branding span.hiscock
{
	display: block;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 4em;
	font-weight: bold;
}
#branding span.financial
{
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.7em;
}
#branding p.date
{
	text-align: center;
	font-weight: bold;
	color: #ddd;
	margin-top: 0;
	padding-top: 1em;
}
#branding p.slogan
{
	text-align: center;
	color: #fff;
	margin-top: 4.5em;
	font-weight: bold;
	font-family: serif;
	font-size: 1.2em;
	letter-spacing: .1em;
}
#primary_content
{
	width: 725px;
}
#secondary_content
{
	width: 261px;
}
input[type="text"],
input[type="password"],
textarea
{
	width: 95%;
	border: 1px solid #ccc;
}
#primary_content
{
	float: left;
}
#secondary_content
{
	float: right;
}
#tip_generator
{
	height: 250px;
	padding: 0px 20px;
	background: #6375a5;
	position:relative;
}
#tip_generator #tip
{
	height: 230px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
#tip_generator #tip_generator_title
{
	text-align: right;
	color: #000;
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	font-size: 1em;
	position:absolute;
	bottom: 0px;
	right: 20px;
}
#primary_menu
{
	background: #fff url(/img/inactive-menu-item-bg.gif) left top repeat-x;
}
#primary_menu li
{
	float: left;
}
#primary_menu li a
{
	display: block;
	float: left;
	line-height: 50px;
	height: 80px;
	width: 145px;
	/*padding: 0 1.5em*/;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;	
}
#primary_menu li a:hover
{
	/*color: #eee;*/
	text-decoration: underline;
}
#primary_menu li.active a
{
	color: #fff;
	background-image: url(/img/active-menu-item-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#primary_menu li.active a:hover
{
	text-decoration: none;
}
#primary_content__inner
{
	padding: 1em 2em 1em 2em;
}
h1
{
	letter-spacing: .2em;
	font-size: 1.7em;
}
h1, h2
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5em;
}
h2
{
	font-size: 1.5em;
}
h3
{
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: .3em;
}
#tertiary_content
{
	padding: 1em;
	border-bottom: 5px solid #f30;
}
#copyright
{
	float: left;
	margin: 0;	
}
#credits
{
	float: right;
	margin: 0;
}
.center
{
	text-align: center;
}
strong
{
	font-weight: bold;
}
a.read_more
{
	text-decoration: none;
}
a.read_more:hover
{
	text-decoration: underline;
}
a
{
	color: #00f;
}
a:hover
{
	text-decoration: none;
}
#secondary_content__inner p,
#secondary_content__inner h2,
#secondary_content__inner ul
{
	margin: 0 30px 0 13px;
}
#secondary_content__inner h2
{
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: .5em;
}
#secondary_content__inner p
{
	text-decoration:underline;
	font-weight: bold;
	color: #555;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
#secondary_content__inner ul li
{
	letter-spacing: .2em;
	color: #555;
}
#secondary_content__inner ul li a
{
	display: block;
	text-decoration: none;
	color: #555;
}
#secondary_content__inner ul li a,
#secondary_content__inner #service_list li
{
	padding-left: 23px;
	padding-bottom: .5em;	
}
#secondary_content__inner #service_list li.first,
#secondary_content__inner ul li a:hover
{
	background-image: url(/img/arrow-2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#secondary_menu
{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#secondary_menu li
{
	display: inline;
}
#secondary_menu li a
{
	text-decoration: none;
	color: #f00;
	line-height: 50px;
	padding: 0 1.5em; 
}
#secondary_menu li a span.title
{
	text-decoration: underline;
}
#secondary_menu li a:hover span.title
{
	text-decoration: none;
}
#tertiary_content
{
	background: #999 url(/img/credits-bg.gif) left top repeat-x;
	color: #555;
	font-weight: bold;
}
p.error
{
	color: #f00;
	font-weight: bold;
}
fieldset.centered
{
	border: 1px solid #ccc;
	background: #eee;
	width: 400px;
	margin: 1em auto;
	padding: 10px;
}
fieldset.centered p
{
	width: 300px;
	margin: 0 auto;
}
fieldset.centered p input
{
	width: 100%;
}
fieldset.centered p.submit input
{
	width: auto;
	display: block;
	margin: 1em auto 0 auto;
}
h1.centered
{
	text-align: center;
}
fieldset.centered label
{
	margin-top: 1em;
}
