/* CSS Document */

/* common elements */
body {  
	background: #fffff; 
	margin: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	}

hr {
	display:none;
	}

img {
	border: 0px;
	padding: 0px;
}

/* specific divs */


#container { 
	background: #ffffff;
	padding: 0px;  
	margin: 0px auto 0px auto;
	width: 750px;
	text-align: left;
	}



	
/* topbar */

#topbar {
	width: 746px;
	float: left;
	position: relative;
	height: 99px;
}



	
/* light blue box stuff */

	
#lightblueboxbar {
	background-color: #83a7e8;
	width: 746px;
	height: 6px;
	float: left;
	}
	

	
/* logo and nav bar */

#logo_nav_container {
	width: 746px;
	background-color: #ffffff;
	height: 61px;
	float: left;
	}
	
#logo_container {
	width: 216px;
	
	float: left;
	}
	
	#logo_container_inner {
	margin-bottom: 6px;
	margin-left: 5px;
	}
	
#nav_container {
	width: 530px;
	text-align: right;
	height: 60px;
	float: left;
	padding: 0px;
	}
	
#nav_container_inner {
	margin-bottom: 2px;
	margin-right: 6px;
	padding-top: 43px;
	}

ul.navlist {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #FFFFFF;
	margin: 0px;
}
li.nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	float: left;
	
}

li.nav a{
	color: #12407b;
	font-size: small;
	text-decoration: none;
	}
	
li.nav a:hover{
	color: #000000;
	font-size: small;
	text-decoration: underline;
	}
	
	
	

#tag_container {
	width: 746px;
	background-color: #87a6d6; 
	height: 18px;
	float: left;
	}
	
#tag_container_inner {
	margin-top: 2px;
	margin-left: 6px;
	}

#spacer {
	height: 10px;
	width: 746px;
	float: left;
	}
	
/* main content */	
	
#maincontent {
	width: 576px;
	background-color:#FFFFFF;
	float: left;
	}
	
#maincontent_inner {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	}
	
h1.pageheading {
	color: #ff9538;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	}
p.content {
	margin-top: 5px;
	padding-top: 0px;
	}
	
img.contentright {
	border-color: #87a6d6;
	border-style: solid;
	border-width: 1px;
	float: right;
	margin: 4px 0px 8px 8px;
	
	}
	
img.contentleft {
	border-color: #87a6d6;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 4px 8px 8px 0px;
	
	}
	
h2.cv2 {
	color: #12407b;
	font-weight:bold;
	font-size: 17px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	}

h2.quotes_name {
	color: #83a7e8;
	font-weight:bold;
	font-size: 17px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	}

h3.quotes_title {
	color:#12407b;
	font-weight:bold;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	}
	
.contact_titles {
	width: 200px;
	text-align: right;
	color:#12407b;
	font-weight:normal;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	}
	
h4.quotes_website {
	color:#12407b;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	}	

h3.cv3 {
	color:#12407b;
	font-weight:bold;
	font-size: 14px;
	margin-left: 22px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	}



p.cv_content {
	margin-left: 22px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
p.quotes_text {
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
span.quotemark{
	font-weight:bold;
	color: #12407b; 
	font-family:"Times New Roman", Times, serif;
	}
	
ul.cv_list1{
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
li.cv_item1{
	list-style:disc;
	}
	
	
#quotetitle_container {
	border-bottom-color: #ff9538;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 18px;
	width: 560px;
	float: left;
	}
	
#quote_picture {
	padding-top: 18px;
	width: 150px;
	float: left;
	}

#quote_title{
	width: 410px;
	float: left;
	
	}
	
#quote_text{
	width: 410px;
	float: left;
	
	}
	
a.quotelinks{
	text-decoration: none;
	color:#12407b;
	font-weight: normal;
	font-size: 14px;
	}
	
a.quotelinks:hover{
	text-decoration: underline;
	color:#12407b;
	font-weight: normal;
	font-size: 14px;
	}
/* rightcolumn stuff */

#rightcolumn {
	width: 170px;
	height: auto;
	float: left;
	}
	
#rightcolumn_inner{
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 6px;
	}
	
#rightcolumn_item{
	border-bottom-color: #ff9538;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
p.quote {
	color: #12407b;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
p.quotename {
	color: #83a7e8;
	text-align: left;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	}
	
p.quotename2 {
	color: #83a7e8;
	text-align: left;
	font-weight:bold;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	}
	
a.quotelink_sb {
	color: #83a7e8;
	text-decoration:none;
	text-align: left;
	font-weight:bold;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	}
	
a.quotelink_sb:hover {
	color: #83a7e8;
	text-decoration:underline;
	text-align: left;
	font-weight:bold;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	}
	
p.more {
	color:#83a7e8;
	text-align: right;
	font-style:italic;
	margin: 0px;
	padding: 0px;
	}
	
a.more{
	color:#83a7e8;
	text-decoration: none;
	}
	
a.more:hover {
	color:#12407b;
	text-decoration: underline;
	}
	
	
span.contact {
	color: #12407b;
	text-align: right;
	}
	
a.contact, a.contact:link{
	color: #12407b;
	text-decoration: none;
	}
	
a.contact:hover{
	color: #000000;
	text-decoration: underline;
	}
	
/* footer stuff */
	
	#footer{
	width: 746px;
	background-color: #87a6d6;
	height: 18px;
	float: left;
	}

a.footer{
	color: #ffffff;
	text-decoration:none;
	font-size:9px;
	}

a.footer:hover{
	color: #ffffff;
	text-decoration:underline;
	font-size:9px;
	}

	
	#footer_inner {
	text-align: center;
	padding: 2px 6px 0px 6px;
	font-size:9px;
	color: #ffffff;
	}
	
	
	
	
	
