/*
Author:	Selina Bradley
URL:	http://designrampage.com
Date:	February 8, 2008

Created for www.IMNewbieCenter.com 
*/

body {
width:800px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
background-image:url(img/dashed-grey.gif);
margin:0 auto;
background-attachment: fixed;
}

/*General Style Changes*/
h1 {
color:#006;
font-size:24px;
padding-top: 40px;
line-height: 15px;
}

h2 {
color:#006;
font-size:18px;
}

/*Main holder for the layout*/
#container {
margin-top:20px;
margin-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFF;
width:750px;
border:1px solid #006;
height:auto;
border-bottom:none;
padding:0;
}

/*Header Properties*/
#header {
width:750px;
height:224px;
background-color:#006;
}

/*how the header image displays*/
#header img,form {
margin:0;
padding:0;
}


/*Top Navigation*/
#tabsJ {
float:left;
width:100%;
background:#FFF;
font-size:93%;
line-height:normal;
border-bottom:1px solid #24618E;
}

#tabsJ ul {
list-style:none;
margin:0;
padding:10px 10px 0 50px;
}

#tabsJ li {
display:inline;
margin:0;
padding:0;
}

#tabsJ a {
float:left;
background:url(img/tableftJ.gif) no-repeat left top;
text-decoration:none;
margin:0;
padding:0 0 0 5px;
}

#tabsJ a span {
display:block;
background:url(img/tabrightJ.gif) no-repeat right top;
color:#24618E;
float:none;
padding:5px 15px 4px 6px;
}

#tabsJ a:hover span {
color:#FFF;
background-position:100% -42px;
background-color:#FFF;
}

#tabsJ #current a span {
background-position:100% -42px;
color:#FFF;
}

#tabsJ a:hover,#tabsJ #current a {
background-position:0 -42px;
}


/*Main Content Properties and Styles*/
#content {
font-family:Arial, Helvetica, sans-serif;
background-color:#FFF;
height:auto;
margin-left: 225px;
}

/*How Links look*/
#container a,a:active,a:visited {
color:#00C;
font-family:Arial, Helvetica, sans-serif;
}

/*How the links looked when the pointer is over them*/
#container a:hover {
color:#FFF;
background-color:#009;
text-decoration:none;
}

/*Paragraph Settings*/
#content p {
line-height:16px;
padding:5px;
}

/*This gives your images some space between them and the text*/
#content img {
padding:10px;
}

/*List style*/
#content li {
list-style:url(img/bullet_blue.gif);
margin-left: 28px;
}

/*footer display properties*/
#footer {
background-image:url(img/wavefooter3.gif);
background-repeat:no-repeat;
width:767px;
color:#FFF;
font-weight:700;
text-align:center;
height:222px;
margin-top:-20px;
margin-left:-15px;
}

/*How text in the footer is displayed*/
#footer p {
color:#FFF;
font-weight:700;
line-height:14px;
font-size:12px;
padding-top:150px;
}

/*How links in the footer look*/
#footer a {
color:#CCC;
}

/*How links in the footer look with the pointer over them*/
#footer a:hover {
color:#FFF;
text-decoration:underline;
border-bottom:2px solid #FFF;
}

/*Left Column*/
#left {
width:205px;
float:left;
margin-right:10px;
padding:10px;
height: inherit;
border-right: 1px solid #006;
}

/*Form Properties*/
.textfield {
width:200px;
background-color:#eef3f7;
border:1px solid #cae0f8;
margin:0;
}

/*Submit Button Properties*/
.button {
display:inline;
background-color:#eef3f7;
border:1px solid #cae0f8;
color:#006;
margin:3px;
padding:0;
}

/*The nifty mouseover effect on the textfields*/
.textfield:hover {
background:#FBFCF8;
}

/*The nifty effect when you are actively in the textfields*/
.textfield:focus {
background:#fff;
}

