
/*----------------------------------------------------------------- 	
CSS Document - default.css
version: 1.0
date: 09/27/07
author: SRJ Marketing: Brandon Wright
email: b.wright@srj.net
website: SRJ Marketing (www.srj.net)
-------------------------------------------------------------------

-----------------------------------------------------------------*/
/*** Universal selector - reset margin and padding 
******************************************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* define focus styles! */
:focus {
	outline: 0;
}





img {
    border:                 0;
}

td {
    font-size:              12px;
    color:                  #666666;
}

#copyDiv {
    height:                 478px;
    width:                  608px;
    float:                  right;
    background-repeat:      no-repeat;
    margin-left:            0px;
    margin-top:             3px;
    font-size:              12px;
    color:                  #666666;
}

#copyrightDiv {
    height:                 67px;
    width:                  900px;
    margin-top:             10px;
    text-align:             center;
    font-size:              12px;
    color:                  #666666;
    float:                  left;
    clear:                  left;
}

#copyTextOuterDiv {
    height:                 437px;
    width:                  588px;
    margin-top:             20px;
    margin-left:            20px;
    margin-bottom:          20px;
    overflow:               auto;
}

#copyTextHomeDiv {
    width:                  250px;
    margin-top:             90px;
    margin-left:            7px;
    overflow:               hidden;
}

#editDiv{
    height:                 34px;
    width:                  900px;
    text-align:             center;
    font-family:            Arial, Geneva, sans-serif;
    font-size:              12px;
    float:                  left;
    clear:                  left;
}

#footerDiv{
    height:                 34px;
    width:                  900px;
    margin-top:             4px;
    float:                  left;
    clear:                  left;
}

#footerCopyDiv {
    color:                  #FFFFFF;
    font-size:              12px;
    text-align:             center;
    margin-top:             9px;
}

#lifestyleOuterDiv {
    height:                 478px;
    width:                  284px;
    margin-left:            2px;
    float:                  left;
    clear:                  left;
}

#lifestyleTopDiv {
    height:                 292px;
    width:                  284px;
}

#lifestyleBottomDiv {
    margin-top:             3px;
    height:                 186px;
    width:                  284px;
}

#lifestyleFullDiv {
    margin-top:             3px;
    height:                 482px;
    width:                  284px;
}

#logoDiv {
    height:                 129px;
    width:                  282px;
    float:                  left;
    margin-left:            2px;
}

#menuBackgroundDiv {
    height:                 124px;
    width:                  608px;
    background-repeat:      no-repeat;
    margin-left:            4px;
    float:                  right;
}

#menuCopy {
    color:                  #FFFFFF;
    margin-top:             50px;
}

#outerDiv{
    width:                  900px;
    background-color:       #FFFFFF;
    border-top:             solid 5px #00309C;
    font-family:            Arial, Geneva, sans-serif;
    margin-left:            auto;
    margin-right:           auto;
}

#printSendDiv {
    width:                  900px;
    margin-top:             10px;
    float:                  left;
    clear:                  left;
    text-align:             center;
}

#printSendDiv a {
    font-size:              12px;
    color:                  #666666;
    text-decoration:        none;
}

#printFriendlyDiv {
    font-family:            Arial, Geneva, sans-serif;
    font-size:              12px;
}



#formwrapper {
	
	padding-bottom: 15px;
	
	padding-left: 50px;
	
	padding-right: 50px;
	
	padding-top: 15px;
	
	border-width: medium;
	
	border-color: #4a646a;
	
	border-style: dashed;
	
	width: 550px;
	margin: 10px auto;
	background-color: white 

}

.contentbx{
	width: 400px;
	height: 75px;
	margin-top: 10px;
}
#checkbox {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

html{
	color: #5d5d5d;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #3e666c;
}

h2{
	padding-bottom: 5px;
	font-size: 2em;
	color: #45656b;
}

h3{
	font-size: 1.25em;
}

form{
	padding: 25px;
}

.label{
}

label{
	color: #4d5c7c;
}

h2, h3{
	text-align: center;
}

h4{
	font-size: 1.12em;
	margin: 5px 5px 5px 0;
}

p{
	margin: 5px 0 10px 0;
}

.indent{
	margin-left: 15px;
}

.center{
	text-align: center;
}
