
#nav, #nav-inner, .nav-list {
	background-color: #fff;
	border: 0;
	}

#nav { border-top: 10px solid #D10000; }

#nav a:link,a:visited { 
	border-radius: 0 0 8px 8px; 
	padding:0px 25px;
	}

#nav ul {
	margin:0;
	margin-left: 20px; 
	padding: 0;
	}

#nav li{
	text-transform:none;
        font-size: 24px;
        font-family: Helvetica, Arial, Sans-Serif;
        text-decoration: none;
	display: inline;
	}

#nav a {
	float: center;
	/* font-weight: bold; */
	color: #FFFFFF;
	margin: 0 3px 0 0; /* Margin between each menu item */
	background-color: #4682B4; /* Default tab color */
	text-decoration: none;
	background: linear-gradient(#4682B4, #00BFFF); 
	}

#nav a:hover {
	background-color: #D10000; 
	color: #fff;
    padding-top: 8px;
    padding-bottom: 3px; 
	}


DIV.SfWebsiteHdr
{
    FONT-FACE: Verdana;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: bold;
    COLOR: #D10000;
}

DIV.TblHeading
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 20px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: bolder;
    COLOR: white;
}


DIV.TblDetails
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 22px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
}

DIV.SfFont
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 22px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
}

DIV.SfPageHdr
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: bold;
    COLOR: #D10000;
	text-align: center;
}

DIV.SfFontLbl
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
}

DIV.SfFontSmall
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
}

DIV.SfFontRed
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 22px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: red;
}


th {
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    background: linear-gradient(#4682B4, #00BFFF); 
    border: 1px solid white;
} 



.RoundInput  
{ 
padding: 0 3px 0 0;
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

/*
input[type="text"]:focus
{
    padding-left: 3px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    

    -webkit-box-shadow: 0px 0px 5px #00BFFF;
    -moz-box-shadow: 0px 0px 5px #00BFFF;
    box-shadow: 0px 0px 10px #00BFFF;
}

input[type=submit] 
{
	padding:3px; 
	background:#ccc; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
*/

#header {
    position: fixed;
    top: 0px;
    height: 40px;
    width: 100%;
}
#body{ margin-top: 90px; height: 3000px; overflow: auto; }
/*#body{ margin-top: 30px; height: 3000px; overflow: auto; }*/



#gradhdr {
	position: fixed;
    top: 0px;
    height: 20px;
    width: 100%;
}

#gradftr {
    
    background: -webkit-linear-gradient(#E6E6FA, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E6E6FA, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E6FA, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E6E6FA, white); /* Standard syntax (must be last) */
}

DIV.SfMsg
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 5px 5px; 
    border-radius: 5px;
    background: #f0f0f0;
    text-align: center;	
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 50px;
    margin-left: 50px;
}

DIV.SfAch
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
}

DIV.SfSocial
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #e6f4ff;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
}

DIV.SfEditDel
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: bold;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 1px 1px; 
    border-radius: 5px;
    background: #e6f4ff;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
	display:inline-block;
}

DIV.SfPhoto
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #e6f4ff;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
}

DIV.SfMyHome
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: left;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
	display:block;
}

DIV.SfSection
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
}

DIV.SfBanner
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfMyHomeCenter
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
}

DIV.SfLogin
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: left;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfProfile
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: left;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfSignUp
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfReason
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfFaq
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 10px 10px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: left;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

DIV.SfAbout
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 10px 10px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 20px;
    margin-left: 20px;
}

DIV.SfPhotoLog
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 2px;
    margin-left: 2px;
}

DIV.SfErrMsg
{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #FE2E2E;
    padding: 10px 10px; 
    border-radius: 5px;
    background: #F3E2A9;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 20px;
    margin-left: 20px;
}

#sfwait{
    FONT-FACE: Helvetica;
    FONT-SIZE: 18px;
    FONT-FAMILY: Helvetica, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    COLOR: black;
    border: 1px solid #FE2E2E;
    padding: 10px 10px; 
    border-radius: 5px;
    background: #F3E2A9;
    text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 20px;
    margin-left: 20px;
	width:80%;
	
	background-image:url('wait.gif');
    background-repeat: no-repeat;
    background-position: center left;
}


.fadein 
{ 
	position:relative; 
	background: url("") repeat-x scroll left top transparent;
	padding: 5px;
	text-align: center;	
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #E6E6FA;
    padding: 2px 2px; 
    border-radius: 5px;
    background: #f8f8f8;
}
.fadein img { position:relative; }

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #015591));
	background:-moz-linear-gradient(top, #3d94f6 5%, #015591 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #015591 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #015591 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #015591 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #015591 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#015591',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #015591), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #015591 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #015591 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #015591 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #015591 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #015591 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#015591', endColorstr='#3d94f6',GradientType=0);
	background-color:#015591;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myinput {
    /* round the corners */
    border-radius: 4px;
	border: 1px solid #015591;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
	font-family:Arial;
	font-size:16px;
	padding:6px 6px;
}

.myinput:focus { 
    outline:none;
    border: 2px solid #4195fc; 
    /* create a BIG glow */
    box-shadow: 0px 0px 5px #4195fc; 
    -moz-box-shadow: 0px 0px 5px #4195fc;
    -webkit-box-shadow: 0px 0px 5px #4195fc;  
}​




