/* 	Welcome to the AVM-Branding style sheet!	*/

/*	Red : #c12222	Pink : #fe848d	*/

html { margin: 0px; padding: 0px; }
body {	
	background:url("images/avm/b_grad.jpg");
 	background-position: 0% 0%;
  	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height:100%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size:0.875em;
	line-height:1.4em;
}

A:link { color: #fe848d; text-decoration: underline; }
A:visited { color: #fe848d; text-decoration:none; }
A:active { color: #fe848d; text-decoration: none; }
A:hover { color: #333333; text-decoration: underline; }


h1 {
	font-style: italic;
	font-weight: bold; 	 
	font-size: 2.0em;
	line-height: 1.0;
	color: #5b5b5b;
	margin: 0 0 5px 0;
	height:auto;
}

h2 {
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.2;
	color: #5b5b5b;
	margin: 0 0 5px 0;
	height:auto;
}

h3 {
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.6;
	color: #5b5b5b;
	height:auto;
}

/* Container and everything else below are within a centralised layout */

#container {
	left:50%;
	position:absolute;
	margin:0px 0px 0px -475px;
	width: 950px;
	height:100%;
}

#leftfill { background: url('images/avm/b_leftfill.jpg') no-repeat; position: absolute; left:0px; width: 15px; height: 600px; }
#rightfill { background: url('images/avm/b_rightfill.jpg') no-repeat; position: absolute; left:935px; width: 15px; height: 600px; }

#contentBox {
	position:absolute;
	/* background:url("images/avm/b_columns.jpg");
 	background-position: 0% 0%;
  	background-repeat: repeat-y; */
	width: 920px;
	height:100%;
	left:15px;
}

/* pageHeader and its nested styles */

#pageImage {
	position: absolute;
	width:630px;
	height:330px;
	float:left;
	clear:both; 
}

#photoTop {
	position: absolute;
	left:0px;
	top:0px;
	width:630px;
	height:330px;
}

#photoMask {
	position: absolute;
	background:url("images/avm/b_photomask.png");
  	background-repeat: repeat-x;
	left:0px;
	top:0px;
	width:630px;
	height:450px;
}

/* End of pageHeader and its nested styles */


/* Main content and its nested styles */

#columns {
	position: absolute;
	margin:0px;
	width:920px;
	height:auto;
}

#content {
	background-color: #FFFFFF;
	background:url("/images/avm/back_content.png");
 	background-position: 0% 0%;
  	background-repeat: no-repeat;
	position: absolute;
	top:180px;
	padding:20px;
	padding-right:30px;
	width:580px;
	height:auto;
	float:left;
}

#wideTitle { /* Use if a long main title is needed : Add before "leftcolumn" */
	position: relative;
	width:580px;
	height:auto;
	margin-bottom: 10px;
	float:left;
}

#wideTitleRSS { /* Use to combine a long title with the RSS link */
	position: relative;
	width:300px;
	height:auto;
	margin-bottom: 10px;
	float:left;
}

#wideTitleRSSLink { /* Use to combine a long title with the RSS link */
	position: relative;
	width:280px;
	height:auto;
	margin-bottom: 10px;
	top:6px;
	float:right;
}

#leftcolumn {
	position: relative;
	width:130px;
	height:auto;
	float:left;
}

#pagetext {
	position: relative;
	width:450px;
	height:auto;
	float:right;
	padding-top:6px;
	min-height:450px;
}

#clientspagetext {
	position: relative;
	width:450px;
	height:auto;
	float:right;
	min-height:450px;
}

#clientspagetext img{
	padding: 10px;
	border: 1px solid #bababa; 
	text-align: center;
}

#tools {
	position: relative;
	background-color: #FFFFFF;
	/*margin-left:10px;*/
	padding:20px;
	width:250px;
	min-height:450px;
	float:right;
}

#menu {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 2.0;
	margin-top: 30px;
}

#menu .submenu{
	display:block;
	text-transform: none;
	line-height: 1.6;
	padding:0 0 8px 22px; 
}

#menu .menuitemselected A:link {
	color: #000000; 
	text-decoration: none;
	background:url("images/avm/menu-dot.gif") no-repeat left;
	padding:0 0 0 23px; 
}

#menu A:link {
	color: #999999; 
	text-decoration: none;
	padding:0 0 0 23px; 
}

#menu A:visited {
	color: #999999; 
	text-decoration: none;
	padding:0 0 0 23px; 
}

#menu .menuitemselected A:visited {
	color: #000000; 
	text-decoration: none;
	background:url("images/avm/menu-dot.gif") no-repeat left;
	padding:0 0 0 23px; 
}

#menu A:hover {
	color: #000000; 
	background:url("images/avm/menu-dot.gif") no-repeat left;
	text-decoration: none;
	padding:0 0 0 23px; 
}

#menu A:active {
	color: #999999; 
	text-decoration: none;
	padding:0 0 0 23px; 
}

#menu .submenuitemselected A:link {
	color: #000000; 
	text-decoration: none;
	padding:0 0 0 23px; 
}
#menu .submenuitemselected A:visited {
	color: #000000; 
	text-decoration: none;
	padding:0 0 0 23px; 
}

.rss_subscribe {
	display:block;
	text-align: right;
	text-transform:uppercase;
    font-size:0.875em;
    line-height:2.0em;
}
.rss_subscribe A:link { color: #333333; text-decoration: none; }
.rss_subscribe A:visited { color: #333333; text-decoration: none; }
.rss_subscribe A:active { color: #333333; text-decoration: none; }
.rss_subscribe A:hover { color: #333333; text-decoration: underline; }


.titleLinks {
	line-height:2.0em;
	margin:0 0 5px 0;
	color:#c12222;
	font-weight: bold;
}
.titleLinks A:link { color: #c12222; text-decoration: none; }
.titleLinks A:visited { color: #c12222; text-decoration: none; }
.titleLinks A:active { color: #c12222; text-decoration: none; }
.titleLinks A:hover { color: #333333; text-decoration: underline; }

.titleLinksSmall {
	line-height:1.6em;
	color:#c12222;
	font-weight: bold;
	font-size:0.95em;
}
.titleLinksSmall A:link { color: #c12222; text-decoration: none;font-size:0.95em; }
.titleLinksSmall A:visited { color: #c12222; text-decoration: none;font-size:0.95em; }
.titleLinksSmall A:active { color: #c12222; text-decoration: none;font-size:0.95em; }
.titleLinksSmall A:hover { color: #333333; text-decoration: underline;font-size:0.95em; }
	
.clientLinks {
	line-height:1.6em;
	color:#333333;
	/*font-weight: bold;*/
	font-size:1.05em;
}
.clientLinks A:link { color: #c12222; text-decoration: none;font-size:0.95em; }
.clientLinks A:visited { color: #c12222; text-decoration: none;font-size:0.95em; }
.clientLinks A:active { color: #c12222; text-decoration: none;font-size:0.95em; }
.clientLinks A:hover { color: #333333; text-decoration: underline;font-size:0.95em; }

.networkLinks A:link { color: #c12222; text-decoration: none; }
.networkLinks A:visited { color: #c12222; text-decoration: none; }
.networkLinks A:active { color: #c12222; text-decoration: none; }
.networkLinks A:hover { color: #333333; text-decoration: underline; }

.dateStyle {
	font-style: italic;
	color:#666666;
}

.clickonthumb {
	font-style: italic;
	color:#666666;
	font-size:0.85em;
}

.captions {
	font-style: italic;
	font-size:0.90em;
	line-height:1.2em;
}

#backclient {
	background:url("images/avm/menu-dot.gif") no-repeat left;
	text-decoration: none;
	padding:0 0 0 23px; 
}
.backclient A:link { color: #c12222; text-decoration: none;font-style: italic;line-height:1.6em; }
.backclient A:visited { color: #c12222; text-decoration: none;font-style: italic;line-height:1.6em; }
.backclient A:active { color: #c12222; text-decoration: none;font-style: italic;line-height:1.6em; }
.backclient A:hover { color: #333333; text-decoration: underline;font-style: italic;line-height:1.6em; }

#pageFooter {
	position: absolute;
	clear: both;
	float:left;
	margin-top:30px;
	margin-left:0px;
	padding-bottom:30px;
	font-size: 0.7em;
	color:#999999;
	line-height: 1.0;
}

#pageFooter A:link { color: #999999; text-decoration: none; }
#pageFooter A:visited { color: #999999; text-decoration: none; }
#pageFooter A:active { color: #999999; text-decoration: none; }
#pageFooter A:hover { color: #999999; text-decoration: underline; }

hr {
border: 0;
color: #dddddd;
background-color: #dddddd;
height: 1px;
width: 100%;
text-align: left;
}

.smalltext {
	font-size: 0.85em;
}

.yearStyle {
	font-size: 1.2em;
	font-weight: bold;
}
.uppercase {
	text-transform:uppercase;
}

#contactblock {
	position: relative;
	display: block;
	float:left;
	width:450px;
	height:auto;
	margin-bottom:15px;
}

#contact1 {
	position: relative;
	display: block;
	float:left;
	width:145px;
	height:auto;
	margin: 0 6px 10px 0;
}
#contact1 img{
	padding: 10px;
	border: 1px solid #bababa; 
	text-align: center;
	margin-bottom: 10px;
}

#contact2 {
	position: relative;
	display: block;
	float:left;
	width:145px;
	height:auto;
	margin: 0 6px 10px 0;
}
#contact2 img{
	padding: 10px;
	border: 1px solid #bababa; 
	text-align: center;
	margin-bottom: 10px;
}

#contact3 {
	position: relative;
	display: block;
	float:right;
	width:145px;
	height:auto;
	margin: 0 0 10px 0;
}
#contact3 img{
	padding: 10px;
	border: 1px solid #bababa; 
	text-align: center;
	margin-bottom: 10px;
}
#contactaddress {
	position: relative;
	display: block;
	clear:both;
	width:auto;
	height:auto;
}
.textarea {
	border: 1px solid #999999;
	color:#333333;
	padding:2px;
	width:125px;
}
