/*	STYLESHEET FOR GOWITHTHEFLOPRODS.COM WEBSITE -- VERSION 2 -- Don Bledsoe, 2010-03-15
    
	TO THE SAME CSS ELEMENT, DO NOT ASSIGN THESE TOGETHER:
	width	AND     margin-left/right | padding-left/right
    --OR--
	height	AND     margin-top/bottom | padding-top/bottom
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/*  ================================ END CSS RESET   ================================ */

#menuWrapper {width: 100%; text-align: center;}

#menudivHorz {
    position: relative;
    top: -50px;
    height: 40px;
    background-image: url(../images/nav_bg_760x40.jpg);
    background-repeat: no-repeat;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#logoWrapper {
    width: 100%;
    height: 150px;
    background-image: url(../../images/hd_bg_5x150.jpg);
    background-repeat: repeat-x;
    border: none;
    text-align: center;
}

#logo {
    width: 760px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    z-index: 1;
}

A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

A:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

A:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #004080;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}

H2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}

H3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
}

#pageContentWrapper {
    width: 100%;
    position: relative;
    top: -20px;
    background-color: #FFFFFF;
}

#contentBlock {
	position: relative;
	top: -20px;
	width: 760px;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #424A47;
	background-color: #FFFFFF;
	padding: 20px 0 0 0;
	text-align: left;
}

#contentBlockBoxed {
	position: relative;
	top: 20px;
	left: 0px;
	float: left;
	width: 760px;
	border: 1px solid #424A47;
	background-color: #FFFFFF;
	text-align: left;
}

#contentBlockOrder {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}

#content1 {
/*    position: relative;
    left: 20px; */
	float: left;
	margin-left: 20px;
	width: 340px;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 1;
}

#content2 {
/*    position: static;
    left: 20px; */
    float: left;
    margin-left: 40px;
	width: 340px;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 1;
}

#content1Boxed {
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 340px;
	background-color: #FFFFFF;
	text-align: left;
}

#content2Boxed {
	position: relative;
	top: 0px;
	left: 40px;
	float: left;
	width: 340px;
	background-color: #FFFFFF;
	text-align: left;
}

P, LABEL {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

P.captionTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

P.caption {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.caption2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}

TD.caption3 {padding-bottom: 2px;}

TABLE.footer {
    border-collapse: collapse;
    width: 740px;
    margin-top: 10px;
    margin-left: 20px;
}

TD.footerCell {
    vertical-align: top;
    width: 25%;
}

#press {
    position: relative;
    top: 0px;
    left: 60px;
    float: left;
    width: 630px;
    background-color: #FFFFFF;
    text-align: left;
}

/*  ================================  NEW ADDITIONS FOR VERSION 2  ================================  */

#footerWrapper {
    clear: both;
    position: relative;
    top: -30px;
    width: 100%;
    height: 200px;
    background-image: url(../../images/ft_bg_5x200.jpg);
    background-repeat: repeat-x;
    border: none;
}

#footerBar2 {
    position: relative;
    top: 15px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#footerContent {
    height: 140px;
    border: 1px solid #999999;
}

#footerContent2 {
    height: 60px;
    border: none;
}

.footerText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

#copyright {
    position: relative;
    top: 15px;
    width: 350px;
    height: 30px;
}

#hostedby {
    clear: both;
    position: relative;
    top: -25px;
    float: right;
}
