﻿/* 
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body, td, tr, p {
color: #000080;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h1 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

a {
color:#990033;
text-decoration: underline;
}

a:link {
color:#990033;
text-decoration: underline;
}

a:visited {
color:#990033;
text-decoration: underline;
}

a:hover {
color:#990033;
text-decoration: underline;
}

a:active {
color:#990033;
text-decoration: underline;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
padding: 0px;
width: 720px;
border: 0px;
margin: 0px;
}

#menus {
padding: 0px;
width: 720px;
border: 0px;
margin: 0px;
}

#content {
padding: 0px;
width: 718px;
border: 1px solid #CCCC99;
background-image: url("http://www.marvinkaplaninsurance.com/images/04.jpg");
margin: 0px;
}

#content_home {
padding: 0px;
width: 720px;
margin: 0px;
}

#footer {
padding: 0px;
width: 720px;
border: 0px;
margin: 0px;
}

#spacer {
padding: 0px;
width: 720px;
border: 0px;
margin: 0px;
}

.s_content {
padding: 25px;
border: 0px;
margin: 0px;
text-align: left;
line-height: 1.3em;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.f_input_grey {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 5px;
}

.f_input_red {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border-color: #ff0000;
border-width: 1px;
border-style: solid;
padding: 5px;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.t_grey_10 {               
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 120%;
}

.t_grey_12 {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 120%;
}

.t_red_10 {               
color: #ff0000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 120%;
}

.t_red_12 {                
color: #ff0000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
line-height: 120%;
}