/*   
Theme Name: ClaimVantage
Theme URI: 
Description: Bespoke theme for ClaimVantge
Author: Paul Grant
Author URI: your-URI
Template: 
Version: 1
.
General comments/License exclusive to amsaor.
.
*/

/* For Style Demo page */
div.styleDemo {
	padding: 15px;
}


/* General Setting */

   /* Links */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #347A3C;
}

a.more-link {
	padding: 3px;
	font-size: 14px;
	background-color: #347A3C;
	color: #FFF;
}


a:hover { 
	text-decoration: underline;
}

a.boldLink {  
	color: #347A3C;
	}

a.black {  
	color: #000;
	}
	
/* Headings */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin: 2px 0 3px 0;
	padding: 0;
	clear: both;
	}


/* 
Older values
font-size: 28px;
*/

h1 { 
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* 
Older values
font-size: 23px;
*/
h2 { 
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 3px
	}

h2.pgtitle{
	color: #347a3c;
	font-family: Book Antiqua, Palatino Linotype, Palatino, URW Palladio L, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia ;
	font-size: 28px;
}

h2.hidetitle{
	display: none;
}

h2.entry-title{
	margin-top: 8px;
	}

h3 { 
	font-size: 17px; 
	color: #17361A;
	margin-bottom: 3px;
}

h3.prHead{
	color:#17361A;
	font-size:18px;
	margin-bottom:5px;
}

h3.prSubHead{
	color:#003300;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}

h4 { 
	font-size: 16px; 
	color: #347a3c;
	margin-bottom: 2px;
	}
	
h4.prInfo{
	color:#006600;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0 3px 0;
}

	
h5 { 
	font-size: 16px; 
	color: #0099FF;
	margin-bottom: 2px;
	}
	
h6 {
	font-size: 14px;
	color: #0099FF;
	margin-bottom: 2px;
	font-weight: bold;
	}

/* Other Html Elements */
.titles { 
	font-weight: normal; 
	border-bottom-width: 0; 
	font-size: 24px; 
	text-decoration: none; 
	underline: none;
}

.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	underline: none;
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }




/* Structure */

/* 
Older values
font: normal 76% Helvetica, Geneva, Verdana, Arial, sans-serif;
*/

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font: normal 85% Helvetica, Geneva, Verdana, Arial, sans-serif;
}

#pageWrapper{
	win-width: 1000px;
	max-width: 1250px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
   	background-color: #FFFFFF;
	padding-top: 1px;
}

#header
{
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	height: 75px;

}

div#topWrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF;*/
}

#navigation {
	padding-top: 40px;
	float: right;
}

/* Navigation */

#navigation ul { 
	list-style-type: none;
	list-style-image: none;
	float: right; 
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    padding-right: 1px; 
	line-height: 1em;
}

#navigation li {
	float: left;
    font-family: Times, "Times New Roman", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Serif;
	color: #000;
}

#navigation li.current_page_item a:visited, #navigation li.current_page_parent a:visited{
	font-weight: bold;
    color: #347a3c;
}

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #000;
	display: block;
	padding: 2px 5px;
	margin-right: 1px;
	border: 1px dashed transparent;
	line-height: 20px;
	font-size: 15px;
	margin-top: 1px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #347a3c;
	border: 1px solid #FFFFFF;
	background-repeat: repeat-x;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}


#topImage{
	clear: both;
	float: left;
	width: 100%;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}


#wrapper{
	overflow: auto;
	width: 100%;
	color: #555555;
	background-color: #FFFFFF;
	/*border-top: 2px solid #655F68;*/
	padding-top: 4px;
	clear: both;
}


#content-wrapper {
	/*width: 997px;*/
	/*min-width: 997px;*/
	width: 100%;
	border-top: #909090 1px solid;
	border-bottom: #909090 1px solid;
	border-right: #347a3c 1px solid;
	float: left;
	background-image:url("images/content_background.gif");
	background-repeat:repeat-y;
	background-position: right top;
	/*width: 100%;*/
}

#blogcontent-wrapper {
	background-image: url(images/home_background.gif);
	background-repeat:repeat-y;
	background-position: right top;
	width: 99%;
	border-top: #909090 1px solid;
	border-bottom: #909090 1px solid;
	border-right: #EEEEEE 1px solid;
	border-left: #EEEEEE 1px solid;
	float: left;
	/*width: 100%;*/
}

#homecontent-wrapper {
	background-image: url(images/home_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 100%;
	border-top: #909090 1px solid;
	border-bottom: #909090 1px solid;
	float: left;
	overflow: visible;
	/*width: 100%;*/
}


#homeRightContent{
	width: 210Px;
	padding: 2px 0 2;px 13px;
	float: right;
	overflow: visible;
}

#content {
	min-width: 1000px;
	width: 100%;
	padding: 0px 0px 6px 0px;
    margin-bottom: 5px;
	float: left;
}

#content p{
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
}

#mainRightContent {
	float:right;
	overflow:visible;
	width:150px;
	padding-top: 5px;
}

#postandright{
	float:left;
}

div.homeRightBox{
	width: 196px;
	margin: 10px 0 1px 5px;
	padding: 0 1px 10px 0;
	background-image: url(images/homeside-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.homeRightBox span{
	padding: 2px;
	display: block;
}

div.homeRightBox span ul{
	margin: 0 0 0 18px;
	padding: 0px;
	line-height: 1.5em;
}

div.homeRightBox li a{
	font: 80% Helvetica,Geneva,Verdana,Arial,sans-serif
}


/* LOB Navigation */

ul.lobNav {
	margin: 0 0 0 18px;
	padding: 0px;
	line-height: 1.5em;
}


/* post-wrapper width should be pageWrapper width - sidebar width + padding allowances*/
#post-wrapper{
	width: 565px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

#blogpost-wrapper{
    width: 700px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

#homepost-wrapper{
    width: 505px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

#careerPost-wrapper{
    width: 284px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}

#sidebar-wrapper {
	width: 29%;
	float: right;
}

#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

div#subNavigation {
	display: block;
	clear: both;
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	font-family:Times,"Times New Roman",Cambria,"Hoefler Text",Utopia,"Liberation Serif","Nimbus Roman No9 L Regular",Serif;
}

/* Second level navigation*/

ul.sideNav {
	list-style-position: inside;
	list-style-type: square;
	color:#347A3C;
	display: inline;
	margin: 0;
	padding: 0;
	font-size:115%;
	line-height:1.3em;
}

ul.sideNav li{
	margin: 0;
	padding-left: 10px;
	float: left;
}

ul.sideNav li a{
	color:#000000;
	text-decoration:none;
}

ul.sideNav li a:hover{
	text-decoration: underline;
}


ul.sideNav li.current_page_item a{
	font-weight: bold;
    color: #347a3c;
}

span.mainSection{
	display: inline;
	background-color: #347A3C;
	color: #FFF;
	padding: 3px 3px 0 3px;
	font-size: 120%;
	float: left;
}

span.mainSection a{
	color: #FFF;
}

/* Careers List*/
.careersListHeader {
	margin: 2px 0 5px 0;
	padding: 0;
}

ol.careersList {
	list-style-position: inside;
	color:#347A3C;
	margin: 0px 5px 5px 5px;
	padding: 0;
	font-size:105%;
	line-height:1.3em;
}


/* Contact Offices */
div.contactDetails{
	border:1px solid #347733;
	overflow:auto;
	clear: both;
	margin-top: 70px;
}

div.contactTitle {
	background-color:#347733;
	color:#FFFFFF;
	font-size:11pt;
	padding:4px 2px 1px 3px;
}

div.contactMain{
	float: left;
	margin: 2px 5px 5px 15px;
	width: 40%;
}

/* Header */

#header h1 { padding-left: 30px; }

/* sideMenu */

div#sideContent {
	margin: 0;
	width: 263px;
	float: left;
}

div#careersSideContent {
	margin: 0;
	width: 504px;
	float: left;
}

div#sideMenu {
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #999999;
	width: 180px;
	float: left;
    background-image: url(images/sidemenu-bg.jpg);
}

#sideMenu ul{
	list-style-type: none;
	list-style-image: url(images/sidemenu-bullet.gif);
	margin:0;
	padding: 5px 0 0 0;
	border:none;
	}

#sideMenu li{
    margin: 0 0 0 20px;
}

#sideMenu li.current_page_item {
    	list-style-image: url(images/sidemenu-bullet-current.gif);
}

#sideMenu li a{
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}

#sideMenu li a:hover{
	color:#333333;
}

a.registerNow {
}

/* Blog sidebar */

#s  {
	padding:2px;
	width:108px;
}

#blogSidebar {
	float: right;
	padding: 17px 10px 4px 3px;
	width: 190px;
}

#blogSidebar h4 {
	color: #E3B67D;
	font-size: 17px;
}

#blogSidebar ul, #blogSidebar ul ol {
	margin:0;
	padding:0;
	color:#FFFFFF;
}

#blogSidebar ul li {
	list-style-image:none;
	list-style-type:none;
	margin-bottom:15px;
	
}

#blogSidebar ul p, #blogSidebar ul select {
	margin:5px 0 8px;
}

#blogSidebar ul ul, #blogSidebar ul ol {
	margin:5px 0 0 10px;
}

#blogSidebar ul ul ul, #blogSidebar ul ol {
	margin:0 0 0 10px;
}

#blogSidebar ul ol li {
	list-style:decimal outside none;
}

#blogSidebar ul ul li, #blogSidebar ul ol li {
	margin:3px 0 0;
	padding:0;
	line-height: 1.1em;
}

#blogSidebar a:link, #blogSidebar a:active, #blogSidebar a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

span.whiteLink {
	display: block;
	text-align: center;
	padding: 4px 0 1px 2px;
	color: #FFF;
	}

span.whiteLinkLeft {
	display: block;
	text-align: left;
	text-indent: 5px;
	padding: 4px 0 1px 2px;
	color: #FFF;
	}

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 7px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #F7FFF0;
	border: 1px solid #E2FFCC;
}

/* Sidebar */

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #F6FAFF;
	border: 1px solid #DFEAF7;
}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 14px; color: #5CC238; font-weight: bold; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

img.alignleft {
	float: left;
}

img.alignRight {
	float: right;
}

span.red {
	color: #FF0000;
}

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #E1F6BC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 13px;
color: #6F6F6F;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;

}





#footer
{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 12px;
	margin-top: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	}

#footer a:hover {
	text-decoration: underline;
	}

