* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #506985;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv { /*used to clear floated elements*/ 
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #424B5C;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color:  #3A79BE;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#top {
	color: #fff;
	margin: 0 auto;
	padding: 0 9px;
	text-align: center;
	width: 748px;
}


#wrapper {
	border-bottom: 1px solid #000;
	background:  url(../images/backgrounds/wrapper.gif) #fff repeat-y top left;
	margin: 0 auto;
	text-align: center;
	width: 699px;
}

#left {
	float: left;
	text-align: left;
	width: 150px;
}

#content {
	color: #3F3F3F;
	float: left;
	font-size: .8em;
	padding: 15px;
	overflow: hidden;
	text-align: justify;
	width: 388px;
}

#right {
	float: left;
	width: 131px;
}

#footer {
	background: #D0D3D5;
	border-top: 1px solid #000;
	float: left;
	height: 60px;
	margin: 0 auto;
	position: relative;
	left: 1px;
	text-align: center;
	width: 697px;
}

#flash-wrap {
	background-color: #0000CC;
	border: 1px solid #000;
	float: left;
	margin: 0 0 20px 0;
	padding: 15px 0;
	text-align: center;
	width: 388px;
}

/*---------------

NAVIGATION

---------------*/

#left ul {
	float: left;
	font-size: .85em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 20px 0 0 10px;
}

#left li {
	border-bottom: 1px solid #000;
	float: left;
	list-style-type: none;
	margin: 0 0 5px 0;
	width: 130px;
}

#left li a, #left li.current {
	color: #0A1E60;
	float: left;
	padding: 0 2px;
	text-decoration: none;
	width: 126px;
}

#left li.current {
	background-color: #9BA4BF;
	color: #fff;
}

#left li a:hover {
	background-color: #E0EFEF;
	color: #000;
}

/*---------------

HEADERS

---------------*/

h1 {
	background:  url(../images/backgrounds/h1.jpg) #fff repeat-y top left;
	float: left;
	height: 150px;
	width: 699px;
	text-indent: -9999px;
}

h2 {
	color: #2C3D4F;
	border-bottom: 1px solid #000;
	font-size: 1.2em;
	letter-spacing: -.05px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	text-align: left;
}

h3 {
	color: #2C3D4F;
	font-size: 1em;
	letter-spacing: -.05px;
	margin: 0 0 10px 0;
	text-align: left;
}


/*---------------

TEXT TREATMENTS

---------------*/

#content p {
	line-height: 1.3em;
	padding: 0 0 20px 0;
}

#content ul {
	padding: 0 0 20px 20px;
}

#content ul li{
	padding: 0 0 5px 0;
}

#content ul.hilight,
#content p.hilight {
	background-color: #E0EFEF;
	border: 1px solid #B3BFBF;
	padding: 10px 20px;
}

#content p.hilight {
	background-color: #ffffcc;
	margin: 0 0 20px 0;
	line-height: 1.6;
}


blockquote strong {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 0 -30px 0;
	overflow: hidden;
}

p.quote-giver {
	margin: -18px 0 0 0;
	text-align: right;
}

#footer p {
	font-size: 12px;
	padding: 10px 15px 0 0;
	text-align: right;
}

/*---------------

IMAGES

---------------*/

img.right {
	border: 1px solid #000;
	float: right;
	margin: 0 0 10px 15px;
	padding: 3px;
}


img.left {
	border: 1px solid #000;
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
}

#right img {
	margin: 20px 0 10px 0;
}

/*---------------

PRICING TABLE

----------------*/

#content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	text-align: center;
}

#content table tr.title-row td {
	background-color: #ccc;
	font-weight: bold;
}

#content table tr.date-row td {
	background-color: #FAFCFD;
}

#content table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 3px;
}


/*---------------

CONTACT PAGE

--------------*/

a#email {
	background-color: #D0D3D5;
	border: 2px solid #424B5C;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 388px;
}

a#email:hover {
	background-color: #E0EFEF;
	border: 2px solid #000;
	color:  #000;
}










