@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 Scheme:
------------------

------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:url(../images/layout/body-bg-repeat.jpg) left top repeat-x #70AEE7;
}

#masterwrapper{
text-align:left;
margin:0 auto;
width:912px;
}

#header{
position:relative;
margin:0 auto;
width:912px;
height:87px;
top:3px;
background:url(../images/layout/header-bg.png) left top no-repeat;
}

#logo{
position:relative;
float:left;
width:401px;
height:65px;
top:8px;
left:6px;
}

#topLinks{
position:relative;
text-align:right;
float:right;
width:250px;
top:18px;
right:24px;
color:#00568d;
font-size:.85em;
font-weight:bold;
}

NLform_wrapper,
#newsletter_form{/*forms.css*/}

#wrapper_hp,
#wrapper_int{
float:left;
padding:0 6px;
width:900px;
}

#wrapper_hp{
background:url(../images/layout/wrapper-bg-repeat.png) left top repeat-y;
}

#wrapper_int{
background:url(../images/layout/wrapperINT-bg-repeat.png) left top repeat-y;
}

#topphoto{
padding:0 0 20px 0;
width:900px;
height:250px;
background:url(../images/layout/topphoto-bg-repeat.gif) left bottom repeat-x #055DA5;
}

#mainContent_hp{
float:left;
width:610px;
padding:0 22px;
margin:10px 0;
color:#525252;
background:url(../images/layout/right-sidebar-border.gif) right 610px repeat-y;
}

#mainContent_int{
float:right;
width:656px;
padding:10px 22px;
color:#525252;
}

#rightSidebar{
float:right;
width:246px;
margin:10px 0;
padding:0 0 32px 0;
text-align:center;
}

#leftSidebar{
float:left;
width:176px;
padding:14px 12px;
color:#f0e5d8;
font-size:1.1em;
font-family:"Times New Roman", Times, serif;
}

#bottomCap_hp,
#bottomCap_int{
clear:both;
margin:0 auto;
width:912px;
height:13px;
}

#bottomCap_hp{
background:url(../images/layout/wrapper-bottomcap.png) left bottom no-repeat;
}

#bottomCap_int{
background:url(../images/layout/wrapperINT-bottomcap.png) left bottom no-repeat;
}

#footer{
margin:0 auto;
padding:0 0 18px 0;
width:900px;
}

#footer p{
color:#f4ece1;
text-align:center;
line-height:18px;
font-size:.85em;
margin:2px 0;
}

#footer a{
color:#f4ece1;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

#footer #rezLogo{
position:relative;
top:3px;
}

.google-plus{
text-align:center;
width:40px;
padding-bottom:10px; 
}

.google-plue-int{
text-align:center;
width:40px;
padding:0 0 10px 0px; 
}

.clear{
clear:both;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
