@import url("navigation.css");
@import url("tags.css");
@import url("forms.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
darkblue:#0B61C6
gold:#F8DF78
red:#BB1032



Developers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =Interior Template
******************************************************************/
*{
margin:0;
padding:0;
}

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
/*background:url(../globalimages/body/body_bg.gif) left top repeat-x #0B61C6;*/
background:#FFFFFF;
color:#1529AF;
}

#wrapper{
text-align:left;
margin:20px auto 20px auto;
width:801px;
}

#content_wrapper{
float:left;
width:797px;
border:2px solid #F8DF78;
border-bottom:none;
background:url(../globalimages/body/couple_bottomright.jpg) bottom right no-repeat #FFFFFF;
}

#mainarea{
float:left;
width:612px;
}

#hp_maintext{
width:510px;
padding:10px 10px 0px 10px;
}

#maintext{
float:left;
width:592px;
padding:10px 10px 0px 10px;
}

#rightsidebar{
float:right;
width:185px;
background: url(../globalimages/rightsidebar/sidebarNav_bg.gif) left top repeat-x;
}

#rightsidebar img.logo{
margin:75px 0px 75px 0px;
}

#footer_Int{
clear:both;
height:69px;
width:100%;
font-size:85%;
background:url(../globalimages/footer/footer_interior.png) left top no-repeat;
}

#footer_Int p{
padding:85px 0px 0px 0px;
line-height:18px;
text-align:right;
color:#0B0B0B;
}

#footer_Int p a{
color:#0B0B0B;
}

/* =Interior Template END 
******************************************************************/





/* =HOME Template
******************************************************************/

#hp_wrapper{
text-align:left;
margin:20px auto 20px auto;
width:797px;
border:2px solid #F8DF78;
background:#FFFFFF;
}

#header{
position:relative;
width:797px;
height:152px;
}

#contentwrapper_hp{
position:relative;
}

#maintext_hp{
width:530px;
padding:0px 10px 0px 0px;
}

#footer{
float:right;
font-size:85%;
}

#footer p{
text-align:right;
line-height:18px;
color:#0B0B0B;
margin-top:18px;
}

#footer p a{
color:#0B0B0B;
}

.slogan {
font-size: 150%;
color:#EE703D;
text-align:center;
margin-bottom:20px;
}
/* =Home Template END
******************************************************************/

