/* @override http://localhost:8888/avalon/css/main.css */

/*
Company:	Avalon Insurance
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, label, fieldset, address { margin:20px 0; }

blockquote { margin: 10px 0 0 28px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */

body { 
	background: #dddddd url(../images/bg_gradient.gif) repeat-x left top;
} 
	
/* @end */

/* @group Layout */

#outer-wrapper { 
	width: 774px; 
	margin: auto;
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif!important;
	background: transparent url(../images/body_top.gif) no-repeat left top;
	padding-top:14px;
} 
#header { 
	width: 774px; 
	height: 70px;
}
div#hd-outer{
	width: 774px;
	margin:0 auto;
	text-align:center;
	/*height: 123px;*/
}
div#hd img {
	margin-top: 17px;
	margin-bottom:22px;
	float: left;
	display: inline;
}
div#hd-outer div#banner {
	margin-left: auto;
	margin-right: auto;
	width: 772px;
}
div#home-flash {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}
div#get-quote a{
	width: 259px;
	height: 46px;
	background: url(../images/btn_get-a-quote.gif) no-repeat;
	float: right;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	margin: 6px 0 11px 0;
}
div#call-us p{
	width: 301px;
	height: 32px;
	background: url(../images/txt_call-us.gif) no-repeat;
	float: right;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
div#get-quote select {
	margin: 13px 20px 0 0;
	width: 125px;
	float: right;
	display: inline;
}

div#main-imgs {
	height: 70px;
	margin: 10px 0;
	background: url(../images/main-img1.jpg) no-repeat top center;
}

#content { 
	width: 774px; 
	background: url(../images/body_middle.gif) repeat-y top left;
} 

#left_content { 
	float: left; 
	width: 266px; 
	w\idth: 236px;
	padding: 0 30px 0 0; 
	font: normal 1em verdana; 
} 

#left_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95; 
} 

#left_content p { 
	font-size: 0.8em; 
} 

#left_content p strong { 
	font-weight: bold;
} 

#center_content { 
	float: left; 
	width: 240px; 
	font: normal 1em verdana; 
}

div#front-left {
	width: 360px;
	color: #282828;
	float: left;
	padding-left:20px;
	display: inline;
}
body.with-side-bar div#front-left {
	width: 460px;
}
body.home div#front-left {
	width: 320px;
}
div#front-right {
	width: 327px;
	float: right;
	display: inline;
	padding-right:20px;
}

body#wealth div#front-right {
	margin-top:20px;
}
body.home div#front-right {
	width: 370px;
}

div#front-whole {
	width: 710px;
	float: left;
	display: inline;
	padding-left:20px;
}
div#ceo{
    margin: 24px 0 0 0;
}

/*Main Content Area*/
#main_content {
	float: left;
	width: 774px;
	margin-top: 20px;
	margin-bottom:20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	display: inline;
}

#main_content p {
	margin-top: 2px;
	font-size: 1em;
}
#main_content h3.list-head {
	color: #684f40;
}
#outer-wrapper #main_content ul {
	margin-left: 10px;
	font-size: 1em;
	margin-bottom: 20px;
}
#outer-wrapper #main_content ul li {
	margin: 3px 0; 
	padding: 0 0 0 18px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 7px;
}
#outer-wrapper #main_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #main_content ol li {
	margin: 3px 0;
}
/*END Main Content Area*/

div#admin {
	margin: 50px 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#center_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95; 
} 

#outer-wrapper #center_content ul { 
	margin: 0 !important; 
	list-style: none; 
}

#outer-wrapper #center_content ul  li { 
	margin: 3px 0; 
	padding: 0 0 0 10px; 
	background: url(../images/arrow_list.gif) no-repeat 0 7px; 
} 

#center_content ul li a { 
	padding: 0 2px; 
	font-size: 0.8em; 
	color: #006633; 
} 

#center_content ul li a:visited { 
	color: #38a070; 
} 

#center_content ul li a:hover, #center_content ul li a:active {
	color: white; 
	background: #00703c; 
}

#right_content { 
	float: right; 
	width: 247px; 
	margin-top: 20px; 
	font-size: 13px;
	overflow: hidden;
	padding-right:20px;
}

#right_content p {
	margin-top: 2px;
	font-size: 1em;
}

#outer-wrapper #right_content ul {
	margin-left: 10px;
	font-size: 1em;
}
#outer-wrapper #right_content ul li {
	margin: 3px 0; 
	padding: 0 0 0 18px;
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 7px;
}
#outer-wrapper #right_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #right_content ol li {
	margin: 3px 0;
}

/*Right Content Standard Elements*/

#right_content h1 {
	font-size: 1.31em;
	border-bottom: 1px solid #c7ae9e;
	margin-bottom: 5px;
	margin-top:10px;
}
#right_content h1.title {
	border-bottom: none!important;
	margin-bottom: 0!important;
	padding-bottom: 2px!important;
}
#right_content h2 {
	font-size: 1.14em;
	font-weight: bold;
}
#right_content h3 {
	font-size: 1.07em;
	font-weight: bold;
}
#right_content h4 {
	font-size: 1em;
}

.blog_wrapper { 
	float: right; 
	width: 247px;
	background: url(../images/right-bkg.gif) repeat-y top left;
	margin-bottom: 20px;
} 

.blog { 
	width: 247px;
	/*background: #181818;*/
	background: url(../images/right-top.jpg) no-repeat top left;
	/*padding: 10px;*/
}
.blog-padding {
	padding: 10px 22px 10px 17px;
	background: url(../images/right-btm.gif) no-repeat bottom left;
}

/*.blog h1 { 
	width: 206px; 
	margin: 0 auto 10px; 
	padding: 10px 0 2px 0; 
	font-size: 1.14em; 
	border-bottom: 1px solid #aaaaaa; 
} 

.blog h1 a, .blog h2 a { 
	color: black; 
	text-decoration: none; 
} 

.blog h2 { 
	width: 206px; 
	w\idth: 166px; 
	margin: 0 auto; 
	padding: 0 15px 0 25px; 
	font-size: 0.85em; 
	background: url(../images/icon_doc.gif) no-repeat 0 2px; 
} 

.blog p { 
	width: 206px; 
	w\idth: 181px; 
	margin: 0 auto; 
	padding: 0 0 0 25px; 
	font: normal 0.85em verdana; 
	line-height: 18px; 
} 

.blog p span { 
	font: bold 0.85em verdana; 
	line-height: 18px; 
} 

.blog p a { 
	font: bold 0.85em verdana; 
	color: #666666; 
	line-height: 18px; 
} 

.blog a img { 
	margin: 10px 0 0 13px; 
}*/ 

.read_post { 
	display: block; 
	width: 184px; 
	height: 36px; 
	margin: 10px auto; 
	text-indent: -9999px; 
	background: url(../images/bg_latest_post.gif) no-repeat; 
} 

#footer { 
	clear: both; 
	padding: 20px 0 30px 0; 
	font-size: 0.77em; 
	color: #8A9B93; 
	text-align: center; 
	line-height: 160%;
	background: url(../images/body_bottom.gif) no-repeat left top;
	color: #8a9b93;
}
#footer a:link, #footer a:visited {
	color: #8a9b93;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

#outer-wrapper #footer ul { 
	/*display: table;*/ 
	margin: 2px auto; 
	list-style: none; 
} 

#outer-wrapper #footer ul li { 
	/*float: left; 
	display: table-cell;*/ 
	display: inline;
} 

#outer-wrapper #footer ul li a { 
	padding: 0 6px 0 3px;
	color: #000; 
	text-decoration: none;
	border-right: 1px solid #8A9B93;
} 

#outer-wrapper #footer ul li a:hover { 
	text-decoration: underline;
	background-color: transparent;
} 

#footer span { 
	display: block;
	color:#000;
} 

/* @end */

/* @group Standard Elements */
h1 {
	font-size: 1.62em; 
	color: #684f40;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
div#main_content h1 {
	background: url(../images/h1-bkg.gif) no-repeat 0 0;
	text-indent: 15px;
}

h2 {
	font-size: 1.31em; 
	color: #684f40;
	margin-bottom: 2px;
	font-weight: normal;
}

h3 {
	color: #684f40;
	font-size: 1.14em;
	margin-bottom: 2px;
	font-weight: bold;
}

h4 {
	color: #6c767f;
	font-size: 1.07em;
	margin-bottom: 2px;
	font-weight: bold;
}

h5 {
	color: #6c767f;
	font-size: 1em;
	margin-bottom: 2px;
	font-weight: normal;
}

/*Blog Summaries*/
div.blogList ul {
	margin-left: 0!important;
}
div.blogList ul li {
	background: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
	list-style-type: none!important;
}
body#index div.blogList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
/*div.blogList ul li * {
	margin-left: 0!important;
}*/
div.blogList h2 a:link, div.blogList h2 a:visited {
	color: #000;
	text-decoration: none;
}
div#right_content div.blogList h2 a:link, div#right_content div.blogList h2 a:visited, body#index div.blogList h2 a:link, body#index div.blogList h2 a:visited {
	color: #000;
	text-decoration: none;
}
div.blogList h2 a:hover {
	color: #fff;
	background-color: #8a9b93;
}
div#right_content div.blogList h2 a:hover {
	color: #fff!important;
	background-color: #8a9b93;
}
body#index div.blogList h2 a:hover {
	color: #fff;
	background-color: #8a9b93;
}
div.blogList h2.postTitle {
	background: url(../images/icon_doc.gif) no-repeat 0 3px;
	text-indent: 20px;
	font-weight: bold;
	font-size: 1.07em;
	margin-top:0;
}
body#index div.blogList h2.postTitle {
	background: url(../images/icon_doc.gif) no-repeat 0 2px;
	text-indent: 20px;
	font-weight: bold;
	margin-top: 0;
	font-size: 1em;
}
div#right_content div.blogList div.postBody {
	margin-left: 20px;
}
div#main_content div.blogList div.postBody {
	margin-left: 20px;
}
div.blogList div.postInfo {
	font-size: .92em;
	margin-top: 4px;
	margin-bottom: 15px;
}
div#main_content div.blogList div.postInfo, div#main_content div.blogList div.rss {
	margin-left: 20px!important;
}

div#right_content div.blogList div.postInfo {
	font-weight: normal;
}
body#index div.blogList div.postInfo {
	font-weight: normal;
	font-size: 1em;
}
div.blogList div.postInfo em {
	font-style: normal;
}
div#right_content div.blogList div.postInfo, div#right_content div.blogList div.rss, body#index div.blogList div.postInfo, body#index div.blogList div.rss {
	margin-left: 20px;
}


/*Blog Post*/
div.post div.postDate {
	font-size: .92em;
	margin: 4px 0;
	color: #706e6e;
}
div.post div.postBody {
	margin: 4px 0 4px 0;
	font-size: 1em;
}
div.post div.blogBack {
	padding: 4px 0;
	margin-top: 4px;
	background-color: #8a9b93;
}
div.post div.blogBack p {
	margin-bottom: 0;
}
div.post div.blogBack a {
	padding-left: 15px;
}
div.post div.blogBack a:link, div.post div.blogBack a:visited {
	color: #fff;
}
div.post div.blogBack a:hover {
	color: #fff;
	background-color: none!important;
}

/*Comments*/
div.comments h3.commentsHead {
	color: #684f40;
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom:10px;
}
div.comments dl {
	font-size: 1em;
}
div.comments dt.comment {
	padding: 0 20px 0 20px;
	height: 37px;
	background: url(../images/comment-box-top.gif) no-repeat top center;
	border-bottom:none;
}
div.comments dt.alternate {
	background: url(../images/comment-box-top-alt.gif) no-repeat top center;
}
div.comments dt a {
	font-weight: bold;
}
div.comments dd.comment {
	padding: 0 20px 5px 20px;
	margin-bottom:20px;
	background: url(../images/comment-box-btm.gif) repeat-x bottom center;
}
div.comments dd.alternate {
	background: url(../images/comment-box-btm-alt.gif) repeat-x bottom center;
}
div.comments a.commentNumber {
	display: block;
	text-indent: -9000px;
}
div.comments a:link, div.comments a:visited {
	color: #6c7f76;
	text-decoration: underline;
}
div.comments a:hover {
	text-decoration: none;
	background-color: transparent;
}
div.post div.comments a:hover {
	color: #fff;
	background-color: #8a9b93;
}
div.comments a.commentNumber {
	text-decoration: none!important;
	background-color: transparent!important;
}
div.comments p.commentDate {
	padding-top: 4px;
}
.submitComment{
	cursor:pointer;
	background-image: url(../images/submit-btn.gif);
	background-repeat: no-repeat;
	font-size: 13px!important;
	font-weight: bold;
	text-align: center;
	color: #000000!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 36px;
	width: 170px!important;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Comments Form*/
div.comments div {
	margin: 10px 0;
}
div.comments div.commentsForm {
	padding: 10px 0;
}
div.commentsForm h3.addComment {
	margin: 0 0 10px 0;
	color: #684f40;
	padding: 3px 0px;
}
/*div.post div.commentsForm h3.addComment {
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
	font-size: 1.29em;
	background-color: #cacaca;
	padding: 3px 20px;
}*/
div.commentsForm label {
	display: block;
	margin: 10px 0 2px 0;
}
div.commentsForm input, div.commentsForm textarea {
	width: 100%;
	font-size: 1.14em;
	color: #1b3f95;
}
div.commentsForm textarea {
	height: 130px;
}
/*div.commentsForm input.submitComment {
	width: 200px;
}*/

/*Events List*/
div.eventsList ul {
	margin-left: 0!important;
}
div.eventsList ul li {
	background: url(../images/calendar-icon.gif) 0 4px no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
	list-style-type: none!important;
}
body#index div.eventsList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.eventsList ul li a:link, div.eventsList ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.eventsList ul li a:hover {
	background-color: #8a9b93;
	color: #fff;
}

/*Files Links*/
div.linksModule ul {
	margin-left: 0!important;
}
div.linksModule ul li {
	background: url(../images/file-icon.gif) 0 4px no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
	list-style-type: none!important;
}
body#index div.linksModule ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.linksModule ul li a:link, div.linksModule ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.linksModule ul li a:hover {
	background-color: #8a9b93;
	color: #fff;
}

/*Thumbnails*/
body div.photoGalleryElement {
	margin: 5px 0;
}
body #banner div.photoGalleryElement{
margin:0;
}
body #banner div.photoGalleryElement .SlideShowImage{
text-align:left;
}

body div.thumbnail {
	text-align: center!important;
	margin-right: 20px!important;
	width: 138px!important;
	height: 138px!important;
	background: url(../images/photo-bkg.gif) no-repeat top center!important;
	float: left!important;
	display: inline!important;
}
body div.thumbnail div.thumbContents img {
	width: 124px!important;
	height: 94px!important;
	margin: 6px 5px 12px 5px!important;
}
body div.thumbnail div.thumbContents p {
	margin: 0!important;
}
body div.thumbnail div.thumbContents a:link, body div.thumbnail div.thumbContents a:visited {
	color: #999!important;
	text-decoration: none!important;
}
body div.thumbnail div.thumbContents a:hover {
	background-color: transparent!important;
}

/*.photoGalleryElement .thumbnail{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 130px;
	text-align: center;
	font-size: smaller;
	line-height: 1.2em;
	display: inline;
	height: auto !important;
	height: 160px;
	min-height: 160px;
	padding: 0;
	}
*/
.photoGalleryElement .thumbnail .thumbContents {
	padding: 0!important;
	background-color: transparent!important;
	border: none!important;
	margin: 0;
	}	
/*
.photoGalleryElement .thumbnail img{
	margin-bottom: 0;
	}
	
.photoGalleryElement .thumbnail p {
	margin: 0;
	}*/

/*Form*/
div#fieldList {
	font-size: .85em;
}
div#fieldList label {
	margin: 5px 0 2px 0;
}
div#fieldList .fieldSelected {
	background-color: #e6e6e5!important;
	border: none!important;
}
div#fieldList input, div#fieldList textarea {
	color: #1b3f95;
	font-size: 1.14em;
}
h2.formTitle {
	margin-bottom: 2px;
}
div.fieldItem{
    padding-left:0;
}
    

/* Donate Button */
div.donationElement a.button {
	width: 121px!important;
	height: 36px!important;
	display: block!important;
	background: url(../images/donate-btn.gif) no-repeat!important;
	text-indent: -9000px;
}
div.donationElement a:hover {
	background-color: transparent!important;
	color: #ff6600!important;
}

/* Site Search */
div.search input.searchInput {
	width: 95px;
}
div.search input.searchButton {
	cursor:pointer;
	background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	font-size: 12px!important;
	font-weight: bold;
	text-align: center;
	color: #ffffff!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px!important;
	width: 87px!important;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* @end */
#banner{
	padding-left:2px;
}
/* @group Nav */
div#nav {
	margin: 0 0 0 2px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: inline;
}
div#nav ul {
	list-style-type: none;
	margin: 0;
}
div#nav ul li {
	padding: 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	width: 73px;
	height: 28px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/nav-bkg.gif) no-repeat;
	float: left;
	display: inline;
}

div#nav ul li a:link, div#nav ul li a:visited {
	color: #5a5a5a;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.selectedPage, div#nav ul li a.selectedPageRoot {
	background-position: 0 -29px;
	background-color: transparent;
	color: #fff;
}
div#hd div#nav ul li a:hover, div#hd div#nav ul li a.selectedPage, div#hd div#nav ul li a.selectedPageRoot {

	color: #fff;
}



div#nav ul li.n-home a {
	background-position: 0 0;
	width:78px;
}
div#nav ul li.n-home a:hover, div#nav ul li.n-home a.selectedPage, div#nav ul li.n-home a.selectedPageRoot {
	background-position: 0 -29px;
}



div#nav ul li.n-group a {
	background-position: -78px 0;
	width: 81px;
}
div#nav ul li.n-group a:hover, div#nav ul li.n-group a.selectedPage, div#nav ul li.n-group a.selectedPageRoot {
	background-position: -78px -29px;
}


div#nav ul li.n-voluntary a {
	background-position: -159px 0;
	width: 160px;
}
div#nav ul li.n-voluntary a:hover, div#nav ul li.n-voluntary a.selectedPage, div#nav ul li.n-voluntary a.selectedPageRoot {
	background-position: -159px -29px;
}


div#nav ul li.n-individual a {
	background-position: -319px 0;
	width: 104px;
}
div#nav ul li.n-individual a:hover, div#nav ul li.n-individual a.selectedPage, div#nav ul li.n-individual a.selectedPageRoot {
	background-position: -319px -29px;
}


div#nav ul li.n-wealth a {
	background-position: -423px 0;
	width: 151px;
}
div#nav ul li.n-wealth a:hover, div#nav ul li.n-wealth a.selectedPage, div#nav ul li.n-wealth a.selectedPageRoot {
	background-position: -423px -29px;
}


div#nav ul li.n-agents a {
	background-position: -574px 0;
	width: 91px;
}
div#nav ul li.n-agents a:hover, div#nav ul li.n-agents a.selectedPage, div#nav ul li.n-agents a.selectedPageRoot {
	background-position: -574px -29px;
}


div#nav ul li.n-contact a {
	background-position: -665px 0;
	width: 106px;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.selectedPage, div#nav ul li.n-contact a.selectedPageRoot {
	background-position: -665px -29px;
}



/* Sidebar Nav */
div#outer-wrapper #right_content ul.subNav {
	margin: 0 2px;
	padding: 10px 0 0 0;
	font-size: 1.36em;
	border-bottom: 1px solid #bfbfbf;
}
div#outer-wrapper #right_content ul.subNav li {
	background: none;
	padding: 0!important;
	margin: 0!important;
	border-top: 1px solid #bfbfbf;
}
div#outer-wrapper #right_content ul.subNav li a {
	display: block;
	padding: 5px;
	margin: 0!important;
	width: 228px;
}
div#outer-wrapper #right_content ul.subNav a:link, div#outer-wrapper #right_content ul.subNav a:visited {
	color: #000;
	text-decoration: none;
}
div#outer-wrapper #right_content ul.subNav a:hover {
	background-color: #f5f5f5;
}
div#outer-wrapper #right_content ul.subNav li.selectedPage a {
	background-color: #dedede!important;
}

/*Breadcrumb*/
div.breadcrumb {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #8f8f8f;
}
div.breadcrumb div.bc {
	display: inline;
}
div.breadcrumb span {
	font-weight: bold;
}
div.breadcrumb a:link, div.breadcrumb a:visited {
	color: #8f8f8f;
}
div.breadcrumb a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #000;
} 
	
/* @end */

/* @group Headings */
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link {
	color: #6c7f76;
}
a:visited {
	color: #6C7F76;
}
a:hover {
	background-color: #8a9b93;
	color: #fff;
	text-decoration: none;
}
/* @end */
/*custom contact page*/
body#contact div#right_content{
    margin-top: 64px;
    width:340px;
}
body#contact div#right_content h3{
    font-size:1.14em;
}
body#contact div#main_content{
    width:400px;
    margin-right:20px;
}
/*end custom contact page*/
/* @group Misc */
hr {
	border: none;
	color: #fff;
	border-top: 1px solid #aaa;
	height: 3px;
}

.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

div#smallTestimonial{
    display:inline;
    float:right;
    width:290px;
    margin-bottom:20px;
    padding-left:20px;
}

div#smallTestimonial div#flash{
    margin-bottom:30px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* <textEditor> */ 
.align-right {
	float:right;
	margin:0 0 10px 10px;
	} 
.align-left {
	float:left;
	margin:0 10px 10px 0;
	} 

/* </textEditor> */