/*********************/
/* MAIN PAGE OBJECTS */
body {
-x-system-font:none;
font-family:Helvetica;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

body {
	background: #FFFFFF url(../stills/thorowgood-bg.gif) repeat-x scroll 0 0;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:   helvetica;
	font-size: 16px;
}


body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../stills/thorowgood-bg.gif) repeat-x scroll 0 0;
font-family:Helvetica;
}

* html body, * html table  {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

h2 {
    color: #000;
    font-size: 1.8em;
    margin-top: 0px;
}

h2.white {
    font-family: Arial, Sans-Serif;
    color: #FFF;
    font-size: 1.8em;
    margin-top: 0px;
}

h3 {
    font-family: Arial, Sans-Serif;
    color: #4BE;
    margin-bottom: 5px;
}

p, ul, ol {
    margin-top: 0px;
    line-height: 1.6em;
    font-size: 13px;
}

a {
    /* display: inline-block; */
    text-decoration: underline;
    color: #0AE;
}

a:hover {
    text-decoration: underline;
	font-size: 13px;
}

br .breaker {
    clear: both;
}

.legend {
    margin: 0px 5px 0px 0px;
    font-family: Arial, Sans-Serif;
    color: #4BE;
    font-size: 1.5em;
    font-weight: bold;
}


/********************/
/* PAGE LAYOUT DIVS */

#container {
    width: 900px;
    margin: 0px auto;
    font-size: 0.75em;
}

#menuBar
{
    margin-top: 50px;
    margin-bottom: 5px;
    height: 50px;
    width: 900px;
    text-align: right;
}

#imageBar {
    position: relative;
    height: 260px;
    width: 900px;
    background-repeat: no-repeat;
}

#footerBar {
    background-image: url(../images/footerBg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #888;
    text-align: right;
    width: 900px;
    height: 45px;
    padding-top: 5px;
    line-height: 17px;
    clear: both;
    font-size: 0.9em;
}


/******************/
/* FOOTER CONTENT */

#footerBar a { color: #888; display: inline; text-decoration: none; }
#footerBar a:hover { color: #888; display: inline; text-decoration: underline; }


/******************/
/* MENU BAR CONTENT */

#menuBar a#mmLogo { float: left; margin: -25px 0px 0px -10px; }
#menuBar a { display: inline; }
#menuBar a img { margin-left: 5px; background-repeat: no-repeat; margin-top: 25px; border: 0px; }


/************************/
/* DEFAULT PAGE CONTENT */

#imageBarOLD a {
    z-index: 10;
    display: inline;
    position: absolute;
    left: 40px;
    top: 200px;
}

#imageBar a img {
    border: 0px;
}

#defaultBar {
    width: 900px;
    height: 26em;
}

.defaultSegment {
    width: 266px;
    height: 22em;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    float: left;
}

.defaultSeparator {
    width: 5px;
    height: 270px;
    float: left;
}

#ds1 { background-color: #0AE; }
#ds2 { background-color: #3BF; }
#ds3 { background-color: #6CF; }

.defaultSegment .defaultImg {
    padding: 5px;
    background-color: #FFF;
    float: left;
}

.defaultSegment #pnlDefaultWebList {
    float: left;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.defaultSegment #pnlDefaultWebList a {
    color: #FFF;
    /* display:inline; */
    font-size: 0.9em;
    line-height: 1.8em;
}

.defaultSegmentTxt {
    margin-left: 10px;
    float: left;
    width: 160px;
}


/**************************/
/* PORTFOLIO PAGE CONTENT */

a#websiteURL:link, a#websiteURL:visited {
    color: #0AE;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    margin-top: -5px;
    font-size: 0.9em;
}

a#websiteURL:hover { color: #000; }

#websiteList {
	clear: both;
    text-align: center;
    width: 758px;
    /*background-image: url(../images/websitelistbg.gif);*/
    background-repeat: no-repeat;
}

#websiteList .websiteImg {
    cursor: pointer;
    padding: 5px;
    margin: 0px 0px;
    border: 0px;
}

a.websiteListl {
    float: left;
    text-decoration: none;
    width: 15px;
    padding: 60px 0px 14px 10px;
}

a.websiteListr {
    float: left;
    text-decoration: none;
    width: 15px;
    padding: 60px 6px 14px 0px;
}

a.websiteListl img {
    border: 0px;
}

a.websiteListr img {
    border: 0px;
}

#gmap {
    width: 600px;
    height: 250px;
}

/************************/
/*    CONTENT TEMP      */

#contentList {
    float: right;
    margin: 40px 0px 30px 20px;
    width: 280px;
    text-align: right;
}

#contentList a {
    color: #3BF;
    font-weight: bold;
    padding: 0px 20px 0px 5px;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 8px;
    background: #ffffff url(/images/bg-contentlist.gif) no-repeat right 7px;
    text-decoration: none;
}

#contentList a:hover {
    color: #FFF;
    background-color: #3BF;
    text-decoration: none;
}

#contentInfo {
    float: left;
    margin: 40px 0px 0px 0px;
    text-align: justify;
    width: 600px;
}

#contentInfo p {
    width: 600px;
}

#contentImg {
    width: 600px;
    text-align: center;
}

#blogInfo {
    float: left;
    margin: 40px 0px 0px 0px;
    text-align: justify;
    width: 600px;
}

.blogImage {
    float: left;
    clear: right;
    margin: 15px 15px 15px 0px;
}

.blogPic {
    float: right;
    vertical-align: text-top;

}

.blogProfile {
    font-variant:small-caps;
    margin-bottom: 20px;
}

.blogTitle {
    color: #4BE;
    font-size: 1.7em;
    font-family: Arial, Verdana, Sans-Serif;
}

.blogText {
    clear: right;
    margin-top: 15px;
}

.bloghr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

/************************/
/*       NEWS           */

#newsDate {
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 15px;
}


/************************/
/*       PROFILES       */

#profileImg {
    float: left;
    text-align: justify;
    margin: 40px 20px 30px 0px;
}

#profileInfo {
    float: left;
    text-align: justify;
    margin: 40px 0px 30px 0px;
    width: 300px;
}

#profileTitle {
    margin-bottom: -2px;
    margin-top: 0px;
}

#profileImage {
    border: 0px;
}

#profileQuote {
    font-size: 0.8em;
    width: 280px;
}

#profileText {
    float: left;
    line-height: 1.6em;
}


/************************/
/*   THE FULL LIST      */

#listText p { padding-bottom: 15px; }

#listText a {
    /*margin-right: 25px;*/
    line-height: 1.6em;
    width: 300px;
    float: left;
    color: #000;
    text-decoration: none;
}

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

/************************/
/*     CONTACT US       */

.contactThird {
    width: 300px;
    margin-top: 40px;
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;
}

.contactThird td {
    vertical-align: top;
}

.addName {
    margin-top: 10px;
    font-weight: bold;
}

#contactForm {
    font-size: 1em;
}

#lblResponse.error {
    border: 2px solid #c60;
    background-color: #fcc;
    font-weight: bold;
    color: #c60;
    padding: 5px;
}


/************************/
/*       GLIDER         */


div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 700px;
	height: 215px;
	overflow: hidden;
	float: left;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		width:175px;
		height:170px;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}


img.openquote {
    float: left;
    margin: 0px 5px 0px 0px;   
}

.seotable {
    width: 100%;   
    font-size: 1em;
    border: 1px solid #ccf;
    padding: 3px;
}

.seotable td {
   padding: 2px 5px;    
}

.seotable th {
   background: #0cf;    
   text-align: left;
   font-weight: normal;
   color: #FFF;
   padding: 2px 5px;
}


/*********** PAYPAL *****/

.ppdiv {
    text-align: center;
    margin-top: 20px;
}

.pplabel {
    margin-right: 10px;   
}

.ppbtn {
    margin-top: 10px;
}   
