/* CSS Document */
html {
margin: 0;
padding: 0;
}

body {
background-color:#688FF8;
background-image:url(img/bg.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:repeat;
color:#000000;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}

#container {
position: relative;
background-image:url(img/bg_content.jpg);
width:800px;
margin: 15 auto 30 auto;
padding: 0 0 8 0;
border: solid 2px;
}

#header {
width:800px;
height:159px;
margin: 0;
paddign: 0;
}


/* Price List Style */
#price_copy {
width: 600px;
margin-top: 20px;
margin-bottom: 20px;
padding: 20 55 20 55;
border: solid 1px #000066;
background-color: #F2F5FF;
}

#price_copy li {
list-style: disc url(img/arrow.gif) outside;
}


p.price_copy {
position: relative;
padding: 0 5 5 5;
margin: 0 10 10 20;
text-align: left;
font-size: 12;
line-height: 17px;
letter-spacing: 0px;
text-indent: 16px;
}

p.price_title {
position: relative;
padding: 5 10 10 0;
margin: 0 0 0 0;
text-decoration: underline;
text-align: left;
font-size: 16;
font-variant: small-caps;
letter-spacing: 1px; 
font-weight: 900;
color: #011976;
}

#price_copy li {
width: 400px;
text-align: left;
font-size: 12;
line-height: 17px;
letter-spacing: 0px;
text-indent: 0px;
}
/* End Price List Style */




p#exclaim {
padding: 0 0 0 0;
margin: 5 5 5 5;
font-weight: 600;
font-style: oblique;
text-align: center justify;
letter-spacing: -1px;
color: #011976;
}

p.bullets {
padding: 0 0 0 0;
margin: 0 5 10 5;
font-size: 14px;
line-size: 15px;
font-weight: 600;
font-style: oblique;
color: #011976;
}

p.quotes {
padding: 0 0 0 0;
margin: 0 5 10 5;
font-size: 13px;
line-size: 15px;
font-weight: 600;
font-style: oblique;
color: #000000;
}

p.call_today {
padding: 0 0 0 0;
margin: 0 5 10 5;
font-size: 13px;
line-size: 15px;
font-weight: 600;
font-style: oblique;
color: #990000;
}

#copy {
width: 600px;
margin-top: 20px;
margin-bottom: 20px;
padding: 20 55 20 55;
list-style-image: url(img/arrow.gif);
border: solid 1px #000066;
background-color: #F2F5FF;
}

#footer {
width:800px;
height:75px;
float:none;
}

p {
padding: 10px;
}

h1 {
text-align:center;
text-decoration:underline;
text-shadow:#000033;
font-size:large;
font-style:oblique;
}

h2 {
text-align:center;
font-size:medium;
font-weight: 400;
text-decoration: none;
color:#990000;
margin-bottom: 0px;
margin-top: 3px;
}

h3 {
text-align:center;
font-size:small;
color: #999999;
}

h4 {
text-align:center;
font-size:large;
color:#000066;
}

h5 {
text-align:center;
font-size:x-small;
color:#000066;
}

a:link {
color:#990000;
text-decoration: none;
}

a:visited {
color:#990000;
text-decoration: none;
}

a:hover {
color:EE0000;
text-decoration: underline;
}


/* /////////////////////styles for portfolio pages*/
#mini_content {
position: relative;
margin: 10px 20px 10px 20px; 
border: solid 1px;
padding: 20px 50px 15px 50px;
background-color: #F2F5FF;
}

p#mini_photo {
position: normal;
}
 
p#mini_body {
text-align: justify;
text-indent: 10px;
font-size: 13px;
}

p#mini_title {
font-size: 18px;
font-stretch: wider;
font-weight: 700;
color: #011A77;
border: solid 1px;
background-color: #FFFFFF;
}

p#mini_quote {
font-size: 14px;
font-style: oblique;
font-stretch: wider;
color: #555555;
}

a#mini_link:link {
font-size: 12px;
color:#990000;
text-decoration: underline;
}

a#mini_link:visited {
font-size: 12px;
color:#990000;
text-decoration: underline;
}

a#mini_link:hover {
font-size: 12px;
color:EE0000;
text-decoration: underline;
}
/* end portfolio styles */



/* press styles */
#press_content {
position: relative;
margin: 10px 20px 10px 20px; 
border: solid 1px;
padding: 20px 50px 15px 50px;
background-color: #F2F5FF;
}

p.press_body {
text-align: justify;
text-indent: 10px;
font-size: 13px;
padding: 0 0 0 0;
margin-top: 5;
margin-bottom: 5;
}

p#press_heading {
font-size: 18px;
font-stretch: wider;
font-weight: 700;
color: #011A77;
border: solid 1px;
background-color: #FFFFFF;
}

/* end press styles */


/* Misc. Styles */

.clear {
clear: both;
height: 1px;
overflow: hidden;
margin: 0;
}

/* end misc. styles */

