/*
Copyright 2009 - MultiLayerDesign
http://multilayerdesign.com/

Main divs are seo friendly and work in firefox, safari, chrome, opera 
and suppose we have to support ie7 and not for long ie6

structure is
bodywrapper     - positioned relative - margin-top matches header height
headerwrapper   - positioned absolute top
footerwrapper   - positioned relative and follows on from bodywrapper

History:
    Author      Date        Changed
    KJ          06/07/2009  created stylesheet for EagleImagery

*/

/*set base to work from */
@import "reset.css";
@import "ee_ie6.css";
body, html
{
    background-color: #000;
    color: #eee;
    font-family: Verdana, Tahoma, Arial, Georgia, Sans-Serif;
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

/* standard tags start */
p
{
	font-size: 0.8em;
	padding: 5px 10px 15px 20px;
	line-height: 1.4em;
}

a
{
    color: #ffc820;
    border: none;
    outline: none;
    text-decoration: underline;
}

a:link
{
    color: #ffc820;
    border: none;
    outline: none;
    text-decoration: underline;
	font-weight: bold;
}

a:visited
{
    color: #ffa320;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
    color: #fff;
    text-decoration: none;
}

a:active
{
    color: #ccc;
}

h1
{
/*	font-size: 1.45em;*/
	font-size: 1.40em; /*revised size*/
	line-height: 1.9em;
	font-family: Verdana, Arial;	
	/*font-weight: bold;*/
	margin: 10px 10px 0 10px;
	padding: 0;
	text-decoration: none;
	background-color: #222;
	color: #ffc820;
	width: 668px;
	height: 50px;
	border: solid 1px #999;
	/*outline: solid 1px #000;*/
	text-align: center;	
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    color: #ffc820;
	text-decoration: none;
}

h2
{
	font-size: 1.0em;
	line-height: 1.3em;	
	color: #fff;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: left;		
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	color: #fff;	
	text-decoration: none;
}

h3
{
    font-size: 1.0em;
	line-height: 1.3em;
    color: #ffc820;
	margin: 10px 0 0 20px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
	color: #ffc820;
	text-decoration: none;
}


h4
{
    text-align: left;
    font-size: 0.9em;
    color: #ffc820;
    font-weight: bold;
    font-family: Verdana, Arial;
    margin: 15px 0 5px 20px;    
}

h5
{
    font-size: 0.8em;
    color: #fff;
	font-weight: bold;
}

h6
{
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
}

em
{
	font-style: italic;
}

.fl
{
    float: left;
}

.fr
{
    float: right;   
}

.cl
{
    clear: left;
}

.cb
{
    clear: both;
}

.nobullets
{
    list-style: none;
}

.nopadding
{
    padding: 0;
}

.tac
{
	text-align: center;
}
.tar
{
	text-align: right;
}

img
{
    border: none;
	text-decoration: none;
}

ul li
{
	font-size: 0.8em;
	line-height: 1.4em;
	list-style: disc;
}

ul li a
{
	display: block;
}


.smallfonts
{
    font-size: 0.85em;    
    line-height: 1.4em;    
}

.it
{
    font-style: italic;
    text-indent: 10px;
}

.promotetext
{
	color: #ffc820;
}

strong, .strng
{
	font-weight: bold;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;    
    
}

/* standard tags end */

#headerwrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 221px;
    padding: 0;    
}

#header
{
	position: relative;
	width: 730px;
	height: 190px;
	margin: 34px auto 0 auto;	
}

#bodywrapper
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 221px 0 0 0; /*sync with headerwrapper height!!!*/
    padding: 0;
    
}



#footerwrapper
{
    position: relative;
    width: 100%;
    height: 75px;
    padding: 0;    
}

#bodycontent
{
    position: relative;	
	min-width: 730px;
    width: 730px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 20px 0 40px 0;	
	background: #333;
	
}

#toppanel
{
	position: relative;	
	width: 690px;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 0;
	background-color: #333;	
	border: solid 1px #888;
}

#toppanel h2
{
	border-bottom: solid 1px #ffc820;
	width: 305px;
}

#pageheaders
{
	position: relative;
	width: 690px;
	height: 55px;
	margin: 0;
	padding: 0;	
}
				
#topleftpanel
{
	position: relative;
	float: left;
	width: 342px;	
	height: 320px;
	margin: 10px 0 12px 0;
	padding: 0;
	border-right: solid 1px #666;	
}

#toprightpanel
{
	position: relative;
	float: left;
	width: 330px;	
	height: 320px;
	margin: 10px 0 12px 5px;
	padding: 0;
}

#topleftpanelhalf
{
	position: relative;
	float: left;
	width: 342px;
	height: 190px;
	margin: 10px 0 12px 0;
	padding: 0;	
	border-right: solid 1px #666;
}

#toprightpanelhalf
{
	position: relative;
	float: left;
	width: 330px;
	height: 190px;
	margin: 10px 0 12px 5px;
	padding: 0;	
	background: #333;	
}


#topleftpanelquarter
{
	position: relative;
	float: left;
	width: 342px;
	height: 160px;
	margin: 10px 0 12px 0;
	padding: 0;
	border-right: solid 1px #666;	
}

#toprightpanelquarter
{
	position: relative;
	float: left;
	width: 330px;
	height: 160px;
	margin: 10px 0 12px 5px;
	padding: 0;	
}

#topleftpanel ul, #toprightpanel ul, #topleftpanelhalf ul, #toprightpanelhalf ul, #toprightpanelquarter ul
{
	margin: 0 0 0 40px;
}

#leftbodypanel
{
	position: relative;
	float: left;
	width: 440px;
	height: auto;
	margin: 0 0 10px 10px;	
	border-right: solid 1px #444;
}

#leftbodypanelhalf
{
	position: relative;
	float: left;
	width: 330px;
	height: auto;
	margin: 0 0 10px 20px;
}

#leftbodypanelhalf ul
{
	position: relative;
	margin: 0 0 0 40px;
}

#leftbodypanelfull
{
	position: relative;
	float: left;
	width: 690px;
	height: auto;
	margin: 0 0 10px 20px;
}

#rightbodypanel
{
    position: relative;
    float: right;
    width: 250px;
	min-height: 920px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
}

.rightsidebarcontent
{
    position: relative;	
    width: 240px;
	min-height: 120px;
    height: auto;
    margin: 80px 0 10px 0;
    padding: 0;	
}


.bloglinks
{
    position: relative;
	margin-left: 20px;	
}

#rightbodypanel ul li
{
    position: relative;
	list-style: none;
	line-height: 1.8em;
}
#rightbodypanelhalf
{
    position: relative;
    float: right;
    width: 350px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;    
}

#endofpagelinks
{
    position: relative;
	float: left;
    width: 680px;
    height: 60px;
    margin: 0 0 0 20px;
	/*border: solid 1px red;	*/
}

#endofpagelinks ul
{
	position: relative;
    width: 680px;
    height: 70px;
    list-style: none;
	display: block;
}

#endofpagelinks ul li, #endofpagelinks ul li a
{
    position: relative;
	list-style: none;	
	line-height: 2.4em;
	display: block;
}
#endofpagelinks ul li
{
    background: url(../imgs/nav/linkbullet.jpg) no-repeat 0 4px;
	padding-left: 30px;
}
#endofpagelinks ul li:hover
{
    background: url(../imgs/nav/linkbullethover.jpg) no-repeat 0 4px;
	padding-left: 30px;	
}

#endofpagelinks ul li.revi
{
    background: url(../imgs/nav/linkbulletrev.jpg) no-repeat 0 4px;
	padding-left: 30px;
    
}
#endofpagelinks ul li.revi:hover
{
    background: url(../imgs/nav/linkbulletrevhover.jpg) no-repeat 0 4px;
	padding-left: 30px;
}

#footer
{
    position: relative;
    width: 730px;
    height: auto;
	margin: 0 auto 20px auto;	
}

#footerintlinks
{
    position: relative;
    width: 730px;
    height: auto;
	margin: 10px auto 10px auto;
	font-size: 0.88em;
}

#footerintlinks ul
{
    position: relative;
    width: 730px;
    height: auto;
    list-style: none;
	line-height: 1.2em;
    margin: 0;
    padding: 0;
}

#footerintlinks ul li
{
    position: relative;
    width: auto;
    height: auto;
    margin: 5px 10px 5px 10px;
    padding: 0;
	display: inline;
    float: left;
}

#footerintlinks ul li a
{
	color: #bbb;
	font-weight: normal;
	text-decoration: none;
}
#footerintlinks ul li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#topnav
{
	position: relative;
	width: 730px;
	height: 58px;	
	margin: 1px auto 0 auto;
	padding: 0;
}

#topnav ul
{
	position: relative;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	background: #000;
}

#topnav ul li
{
	position: relative;
	width: 146px;
	height: 28px;
	margin: 0;
	padding: 0;
    display: inline;
    float: left;	
}

#topnav ul li a
{
	margin: 0;
	padding: 0;
	height: 28px;
}

#topnav ul li a:hover, .actbtn
{
	background-color: #ffc820;
}

#bookmark
{
	position: relative;
	width: 730px;
	height: 20px;	
}
#bookmark ul
{
	position: relative;
	width: 730px;
	height: 20px;	
	margin: 0;
	padding: 0;
}

.nonactbtn
{
	background: #000;
}

#topnav ul li a:active
{
	background: #ffc820;
}

#breadcrumb
{
	position: relative;
	width: 730px;
	height: 20px;
	margin: 0;
	color: #ccc;
	font-size: 0.8em;	
}

#breadcrumb ul
{
	position: relative;
	width: 730px;
	height: 20px;
	margin: 4px 0 0 0;
    padding: 0;
}

#breadcrumb ul li
{
	list-style: none;
	display: inline;
	float: left;
	width: 365px;
	margin: 0;
    padding: 0;
}

/*
#breadcrumb ul li a
{
	
}
*/

/*logo rotation on lp*/
#demo
{
	position: relative;
	width: 300px;
	height: 240px;
	margin: -5px 0 0 17px;	
	padding: 0;
	font-size: 1.3em;

}
#demo ul 
{
	position:relative;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 300px;	
}
#demo ul li
{
	position:relative;	 
	background: transparent;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*hmm dodgy artifact lines not coping with padding
#demo ul li img
{
	width: 300px;
	height: 200px;
    border: solid 2px #000;
	outline: solid 1px #666;
}	
*/
ol.horinaja_pagination
{
	position:relative;
	float: left;
	height:20px;
	margin: 5px auto 0 auto;	
	background: transparent;
	padding: 0;
	clear:both;
}
ol.horinaja_pagination li{float:left;height:20px;display:block;}
ol.horinaja_pagination li a{height:20px;display:block;background:transparent;float:left;color:white;font-weight:bold; font-size: 0.6em; text-align:center; padding: 0;cursor:pointer;}


#servicelinkssmall
{
	position: relative;
	width: 275px;
	height: 190px;
	margin: 10px 0 0 0;
	padding:0 0 0 25px;
	overflow:hidden;	
}

#servicelinkssmall ul
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;	
}

#servicelinkssmall ul li
{
	line-height: 1.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#servicelinkssmall ul li a
{
	line-height: 1.9em;
	list-style-type:none;
	background:url(../imgs/nav/linkbullet.jpg) no-repeat 0 0;
	margin: 0;
	padding-left: 25px;
}

#servicelinkssmall ul li a:hover
{
	list-style-type:none;
	background:url(../imgs/nav/linkbullethover.jpg) no-repeat -5px 0;
	margin: 0;
	padding-left: 25px;
}

#servicelinks
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding:0 0 0 25px;
	overflow:hidden;	
}

#servicelinks ul
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;	
}
#servicelinks ul li
{
	line-height: 1.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#servicelinks ul li a
{
	line-height: 1.9em;
	list-style-type:none;
	background:url(../imgs/nav/linkbullet.jpg) no-repeat 0 0;
	margin: 0;
	padding-left: 25px;
}

#servicelinks ul li a:hover
{
	list-style-type:none;
	background:url(../imgs/nav/linkbullethover.jpg) no-repeat -5px 0;
	margin: 0;
	padding-left: 25px;
}

#copyrightinfo 
{
	position: relative;
	width: 730px;
	height: 30px;
}
#copyrightinfo ul li
{
	list-style: none;
	font-size: 0.75em;    
    line-height: 1.4em;
    color: #ffc820;
    text-align: center;
}

.logobtn, #contactbtn
{
    position: relative;
    width: 250px;
    height: 80px;
    margin: 0 0 20px 0;	
}

#contactbtn
{
    position: relative;
    width: 250px;
    height: 160px;
	margin: 0 0 15px 0;
}

.logobtn ul li, #contactbtn ul li
{
    list-style-type:none;
    display: block;	
}

.ubtn, .formbutton
{
    position: relative;
    width: 230px;
    height: 50px;
    background:url(../imgs/nav/mainbutton.jpg) no-repeat 0 0;
    margin: 10px 0 0 17px;
	padding: 15px 0 0 15px;
}

.ubtn:hover
{
    position: relative;
    width: 230px;
    height: 50px;
    background:url(../imgs/nav/mainbuttonhover.jpg) no-repeat 0 0;
    margin: 10px 0 0 17px;
    text-decoration: underline;	
    color: #000;    
}

#rightbodypanel .ubtn
{
	padding: 12px 0 0 14px;
}

.logobtn ul li a, #contactbtn ul li a
{
    color: #000;    
    width: 230px;
    height: 50px;
    font-size: 1.25em;
	/*letter-spacing:-1px;*/
    font-weight: bold;
	text-decoration: none;
}
/*
.logobox
{
    position: relative;
    width: 684px;
    min-height: 230px;
	height: auto;
    margin: 0 0 20px 0;
    padding: 2px;
    border: solid 1px #666;
    outline: solid 2px #000;
}
*/
.logobox
{
    position: relative;
    width: 684px;
    min-height: 230px;
	height: 230px;
    margin: 0 0 20px 0;
    padding: 2px 2px 6px 2px;
    border: solid 1px #666;
    outline: solid 2px #000;
}


.logobox-adhoc1
{
    position: relative;
    width: 684px;
    height: 370px;	
    margin: 0 0 20px 0;
    padding: 2px 2px 6px 2px;
    border: solid 1px #666;
    outline: solid 2px #000;
}

.logobox-vert
{
    position: relative;
    width: 684px;
    min-height: 340px;
	height: auto;
    margin: 0 0 20px 0;
    padding: 2px;
    border: solid 1px #666;
    outline: solid 2px #000;
}

.logo-info
{
    position: relative;
    float: left;
    width: 340px;
    height: 230px;
    margin: 0;
    padding: 0;    
}

.logo-example
{
    position: relative;
    float: right;
    width: 340px;
    height: 230px;
    margin: 0;
    padding: 0;
    /*background: #fff;*/
}
.logo-example-other
{
    position: relative;
    float: right;
    width: 340px;
    height: 230px;
    margin: 0;
    padding: 0;
	
}
.logo-example-other img
{
    position: relative;    
    min-width: 300px;
	width: 300px;
    min-height: 200px;
	height: 200px;
    margin: 15px 0 15px 20px;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.logo-example-vert
{
    position: relative;
    float: right;
    width: 340px;
    height: 340px;
    margin: 0;
    padding: 0;
    /*background: #fff;*/	
}


.logo-example img
{
    position: relative;    
    min-width: 300px;
	width: 300px;
    min-height: 200px;
	height: 200px;
    margin: 15px 0 15px 20px;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.logo-example-adhoc1
{
    position: relative;
    float: right;
    width: 340px;
    height: 370px;
    margin: 0;
    padding: 0;
    /*background: #fff;*/
}
.logo-example-adhoc1 img
{
    position: relative;    
    width: 240px;
    height: 340px;
    margin: 15px 0 15px 20px;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.logo-example-vert img
{
    position: relative;        
	width: 220px;    
	height: 300px;
    margin: 15px auto 15px 25px;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.single-examples
{
    position: relative;
	float: right;	
    width: 340px;
    height: 180px;
    margin: 0;
    padding: 0;
	/*background: #fff;*/
}
.single-examples img
{
    position: relative;    
    margin: 15px 0 0 20px;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.bannerbox
{
    position: relative;
    width: 684px;
    height: 180px;	
    margin: 0 0 20px 0;
    padding: 2px;
    border: solid 1px #666;
    outline: solid 2px #000;
}

.banner-info
{
    position: relative;
    float: left;
    width: 185px;
    height: 180px;
    margin: 0;
    padding: 0;    
}

.banner-example
{
    position: relative;
    float: right;
    width: 495px;
    height: 180px;
    margin: 0;
    padding: 0;
    /*background: #fff;*/
}

.banner-example img
{
    position: relative;
	float: right;
    margin: 15px 15px 0 0;
    padding: 0;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.logo-sections-header
{
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Verdana, Arial;	
	font-weight: bold;
	margin: 0 0 10px 19px;
	text-decoration: none;
	background-color: #333;
	color: #ffc820;
	width: 690px;
	min-height: 40px;
	height: auto;
	border: solid 1px #888;
	/*outline: solid 2px #000;*/
	text-align: left;
}

.logo-sections-header-inside
{
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Verdana, Arial;	
	font-weight: bold;	
	text-decoration: none;
	background-color: #333;
	color: #ffc820;
	width: 688px;
	min-height: 40px;
	height: auto;
	border: solid 1px #888;
	text-align: left;
	margin: 0 0 20px 0;
}

.zoom 
{	
	position: absolute;
	top: 20px;
	right: 25px;
	background: url(../imgs/nav/zoom.png) no-repeat top right;
	width: 48px;
	height: 48px;	
}
/*
.zoom:after
{
	position: relative;
	margin-left: -60px;
	color: #000;
	content: 'Zoom';
}
*/
.bannerzoom
{	
	position: relative;
	float: right;
	background: url(../imgs/nav/zoom.png) no-repeat top right;
	width: 48px;
	height: 48px;
	margin: 0 10px 0 0;
}

.logo-sections-header h2, .logo-sections-header-inside h2
{
	margin: 5px 10px 0 10px;
}
.logo-sections-header h2 em, .logo-sections-header-inside h2 em
{
	font-size: 0.8em;
}

.testimonialbox
{
	position: relative;
	width: 330px;
	height: auto;
	padding: 0;
	margin: 10px 10px 10px 0;

}

blockquote
{
	position: relative;
	display: block;	
	padding: 0;
	margin: 0;
	width: 290px;	
	height: auto;
	min-height: 50px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	background:url(../imgs/nav/opendblquote.jpg) no-repeat top left;
}

/*
blockquote p:before, blockquote p:after
{
	position: relative;
	color: #ffc820;
	display: block;	
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}
*/

blockquote p
{
	position: relative;	
	font-size: 0.9em;
	line-height: 1.2em;
	color: #eee;
	font-family: Verdana, Tahoma, Arial, Georgia, Sans-Serif;
	text-align: left;
	margin: 20px;	
	display: block;
	width: 270px;
	height: auto;	
}

blockquote span
{
	position: relative;	
	width: 270px;
	height: 50px;
	color: #ffc820;
	margin-left: 10px;
	padding: 10px;
	display: block;
	font-size: 0.87em;
	font-style: italic;
	border: none;
	background:url(../imgs/nav/closedblquote.jpg) no-repeat top right;
}

#leftbodypanelhalf img, #rightbodypanelhalf img
{
	margin: 0 0 10px 20px;
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background: url(../imgs/nav/tooltip.png) repeat;
	padding: 5px;
	z-index: 99;
}
#tooltip h6, #tooltip div
{
	margin: 0;
	color: #ffc820;
}

#blog-posts
{
	position: relative;
	float: left;
	width: 470px;
	widt\h: 470px;
	height: auto;	
	margin: 0;
	border-right: solid 1px #444;	
}

.blogbox
{
	position: relative;	
	width: 470px;
	height: auto;
	border-bottom: solid 1px #ffc820;
	margin: 20px 0 30px 0;
	padding-bottom: 10px;	
}

.blogbox img
{
	position: relative;
	width: auto;
	height: auto;	
	border: solid 2px #000;
	outline: solid 1px #aaa;
}

.aboutbox
{
	position: relative;	
	width: auto;
	height: auto;
}

.aboutbox img
{
	position: relative;
	width: auto;
	height: auto;	
	border: solid 2px #000;
	outline: solid 1px #aaa;
	display: block;
	margin: 0 15px 10px 0;
}


.postauthorinfo
{
	position: relative;
	width: 400px;
	height: 25px;
	margin: 0 0 10px 55px;	
}

.postauthorinfo ul
{
	position: relative;	
	width: 400px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
    list-style-image: none;
    list-style-type:none;
}

.postauthorinfo ul li
{
	position: relative;
	float: left;
	width: auto;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	color: #ccc;
}

.blogcontent
{
	position: relative;
	width: 470px;
	height: auto;
}
.blogcontent img
{
	position: relative;	
	width: 300px;
	height: 200px;
	margin: 20px auto 20px auto;
	display: block;
	
}

#sidebar
{
	position: relative;
	float: right;
	width: 200px;	
	height: auto;
	min-height: 1000px;
	padding: 0;
	margin: 10px 0 0 0;	
}

#sidebar-content
{
	position: relative;
	width: 200px;	
	height: auto;
	min-height: 1000px;
	padding: 0;
	margin: 0;	
}

#sidebar-content img
{
	margin: 10px 0 0 20px;
}


#sidebar-content h3, #blog-posts h2
{
	border-bottom: inset 1px #777;
	margin-bottom: 10px;
	
}

#sidebar-content h3
{
	font-size: 1.1em;
}

#twitter
{
	position: relative;
	width: 200px;
	height: auto;	
}
#twitter ul
{
	position: relative;
	margin: 10px 0 0 20px;
	width: 185px;
	padding: 0;
	font-size: 0.85em;	
	list-style: none;
    list-style-image: none;
    list-style-type:none;	
}
#twitter ul li
{
	
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	list-style: none;
    list-style-image: none;
    list-style-type:none;
	border-bottom: dotted 1px #666;
}

#twitter ul li em
{
	font-size: 0.95em;
	color: #999;
}

#twitter a
{
	font-weight: normal;
}

#twitter ul li span
{
	display: inline-block;
	font-style: italic;
	color: #ccc;
}

.seofriendlyposttitle h2
{
	background: url(../imgs/nav/blogpostmarker.jpg) no-repeat;
	line-height: 50px;
	padding-left: 60px;
	margin-left: -5px;
}

.maincontentbox
{
	position: relative;
	width: auto;
	height: auto;	
	padding-left: 35px;
	margin: 5px 0 20px 0;
}
.maincontentbox ul li
{
	line-height: 1.6em;
}

/*NECESSARY EVIL TO HIDE GROUPED IMAGES AS WE ONLY WANT TO DISPLAY THEM WHEN THEY ARE IN THE ZOOM MODE AND FB DOES NOT SUPPORT THAT ATM*/
.grpfb
{
	display: none;
}

#em4ilform
{
	position: relative;
	width: 410px;
	height: 370px;	
	font-size: 0.8em;
	margin: 10px 0 0 20px;
	padding: 0;		
}

.fixedlblwidthl
{
	position: relative;
	width: 160px;
	float: left;
	height: 20px;
	padding: 10px 0 0 0;
}
.fixedlblwidthr
{
	width: 250px;
	float: right;
}

label
{
	margin: 0;
	padding: 0;
	height: 20px;
}
input, textarea
{
	position: relative;
	margin-top: -20px;
	border: solid 2px #000;
	float: right;
}


input:hover, textarea:hover, select:hover
{
    border: solid 2px #ffc820;
}
input:focus, textarea:focus, select:focus
{
	border: solid 2px #ffc820;
}

#emaildisclaimer
{
	margin: 5px 0 0 137px;
}


#error
{
	display: none;
}

.formbutton
{
    position: relative;
	float: left;
    width: 230px;
    height: 50px;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Georgia, Sans-Serif;
    background:url(../imgs/nav/mainbutton.jpg) no-repeat 0 0;
    margin: 10px 0 0 153px;
	padding: 0 30px 8px 0;
	border: none !important;
	outline: none;
	font-size: 1.3em;
    font-weight: bold;
	cursor: pointer;
}

.formbuttonhover
{
    position: relative;
	float: left;
    width: 230px;
    height: 50px;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Georgia, Sans-Serif;
    background:url(../imgs/nav/mainbuttonhover.jpg) no-repeat 0 0;
    margin: 10px 0 0 153px;
	padding: 0 30px 8px 0;
	border: none !important;
	outline: none;
	font-size: 1.30em;
    font-weight: bold;
	cursor: pointer;
}

#output
{
	color: red;
}

#gotop a
{
	margin: -4px 0 0 0;
	height: 24px;
	width: 24px;
	background:url(../imgs/nav/gototop.jpg) no-repeat 0 0;
}

#gotop a:hover
{
	height: 24px;
	width: 24px;
	background:url(../imgs/nav/gototophover.jpg) no-repeat 0 0;
}