﻿/*
------------------------------------------------
 Master StyleSheet
 Developed by Monty Milne :: Monty the Webmaster :: www.MontyTheWebmaster.com
------------------------------------------------
*/

/*
------------------------------------------------
 BEGIN RESET
 
 http://meyerweb.com/eric/tools/css/reset/
 Thanks Eric Myers!
 v1.0 | 20080212
------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------------------------------------
 END RESET 
------------------------------------------------
*/


/* BEGIN IE6 .PNG FIX */

img, div, table, tr, td, src, input { behavior: url(include/iepngfix.htc) }

/* END IE6 .PNG FIX */




/*
------------------------------------------------
 Begin Styles 
------------------------------------------------
*/



/*
------------------------------------------------
 Begin HR Styles 
------------------------------------------------
*/


/* for ie */
hr {
	width:100%;
	height:1px;
	color:#01061a;
	border:none;
	margin: 30px 0;
}

/* for Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#01061a;
	border:none;
	margin: 30px 0;
}

/* for Opera and Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#01061a;
	border:0px solid #01061a;
	margin: 30px 0;
}


/*
------------------------------------------------
 End HR Styles 
------------------------------------------------
*/




/*
------------------------------------------------
 Begin Absolute Positioned Items
------------------------------------------------
*/


#APItem1
{
z-index: 1;
position: absolute;
top: 30%;
left: 0px;

}

#APItem2
{
z-index: 1;
position: absolute;
top: 5%;
left: 82%;
}

#APItem2b
{
z-index: -1;
position: absolute;
top: 3%;
left: 84%;
}



#APItem3
{
z-index: 1;
position: absolute;
top: 0;
left: 0;
}

#APItem4
{
z-index: 1;
position: absolute;
top: 0;
left: 0;
}


#APItem5
{
z-index: 1;
position: absolute;
top: 60%;
left: 0;
}


#APItem6
{
z-index: 1;
position: absolute;
top: 60%;
left: 0;
}


#APItem8
{
z-index: 3;
position: absolute;
top: 340px;
left: 30px;
}

#APItem9
{
z-index: 3;
position: absolute;
top: 620px;
left: 40px;
}




#APItem10
{
z-index: 1;
position: absolute;
top: 10%;
left: 0;
}


#APItem11
{
z-index: 1;
position: absolute;
top: 75px;
left: 0;
}




/*
------------------------------------------------
 End Absolute Positioned Items
------------------------------------------------
*/




/*
------------------------------------------------
 Begin CONSTANT Styles 
------------------------------------------------
*/

html
{
margin: 0;
padding: 0;

}


body 
{ 
margin: 0;
padding: 0;
background-color: #01061a;
font-size: 100%;
font-family: arial, sans-serif;
line-height: 1.4em;

background-image: url('../images/SP-2010-BG.jpg');
background-attachment: fixed;
background-position: bottom left;
background-repeat: no-repeat;
}



#siteContainer 
{
width: 950px;
height: auto;
margin: 0 auto;
text-align: left;
z-index: 2;
position: relative;
}


#siteMapContainer 
{
width: 450px;
height: auto;
margin: 0 auto;
text-align: left;
background-color: #fff;
padding: 20px;
}

#siteMapContainer ul li
{
margin: 0 0 20px 0;
}

#siteMapContainer ul li#siteStrong
{
font-weight: bold;
}

#siteMapContainer ul li a
{
color: #961b1e;
text-decoration: none;
font-weight: bold;
}

#siteMapContainer ul li a:hover
{
color: #002d62;
text-decoration: underline;
font-weight: bold;
}


a:link, a:visited, a:active  {
	color: #002d62;
	text-decoration: underline; 
}

a:hover {
	color: #002d62;
	text-decoration: none; 
}


a:link.noUnderline, a:visited.noUnderline, a:active.noUnderline, a:hover.noUnderline {
 text-decoration: none; 
}


.textError
{
color: #961b1e;
font-weight: bold;
}


.thisProcessCSS
{
font-size: .1pt;
background-color: #fff;
color: #fff;
border: 0;
}

.myBold
{
font-weight: bold;
}

.myItalic
{
font-style: italic;
}

.myBoldItalic
{
font-weight: bold;
font-style: italic;
}

strong.noBold
{
font-weight: normal;
}

strong.noBold a
{
color: #000;
text-decoration: none;
}



.floatLeft
{
float: left;
padding: 0 60px 40px 0;
}

.floatLeft2
{
float: left;
padding: 0 0 40px 0;
}

.floatRight
{
float: right;
padding: 0 0 40px 0;
}




.floatLeftGraphics
{
float: left;
padding: 0 63px 50px 0;
}

.floatLeftGraphics2
{
float: left;
padding: 0 63px 50px 0;
}

.floatLeftGraphics3
{
float: left;
padding: 0 63px 50px 0;
}


.floatRightGraphics
{
float: left;
padding: 0 1px 50px 0;
}


.paraCenter
{
text-align: center;
}

.photoSpecsLeft
{
float: left;
margin: 0 15px 15px 0;
}
 
.photoSpecsRight
{
float: right;
margin: 0 0 15px 15px;
}

h1
{
font-size: 150%;
color: #012d6a;
font-weight: bold;
margin: 0 0 13px 0;
}


h2
{
font-size: 90%;
color: #012d6a;
font-weight: bold;
margin: 0 0 13px 0;
}


h3
{
font-size: 130%;
color: #012d6a;
font-weight: bold;
margin: 0 0 13px 0;
}


h4
{
font-size: 110%;
color: #012d6a;
font-weight: bold;
margin: 0 0 13px 0;
}
 
p
{
margin: 0 0 13px 0;
}

p.paraBottomPad
{
margin: 0 0 25px 0;
}

p.lastPara
{
margin: 0;
}


ul.ulDotted
{
list-style-type: disc;
}


#CSSIFrame
{
border-width: 0px;
text-align: left;            
width: 100%;
height: 0;
overflow: 0;
display: none;
}


img.imgCenter 
{
margin: 0 auto;
text-align: center;
display: block;
}

img.imgBorder 
{
border: 1px solid #124C86;
}

.spNoShow
{
display: none;
}

.MontysSpamKiller
{
font-size: .1pt;
background-color: #cddbe9;
color: #cddbe9;
border: 0;
}

ul.designAreas li
{
padding: 0 0 10px 0;
}

/*
------------------------------------------------
 End CONSTANT Styles 
------------------------------------------------
*/



/*
-----------------------
 Begin Top Section 
-----------------------
*/

#topContainer
{
width: 950px;
height: 280px;
background-image: url('../images/Monty-the-Webmaster.png');
background-repeat: no-repeat;
background-position: center center;
}


#topContainer h1
{
font-size: 120%
font-weight: bold;
color: #379ADF;
padding: 80px 0 0 140px;
}

#topContainer h2
{
font-size: 110%
font-weight: bold;
color: #387C9E;
padding: 0 0 0 140px;
}

#spAlien
{
position: absolute;
left: 875px;
top: 50px;
z-index: 1;
}

#mLogo
{
position: absolute;
left: -30px;
top: 20px;
z-index: 1;
}

#topMenuContainer
{
width: 950px;
height: 40px;
}

#topMenu ul
{
padding: 10px 0 0 80px;
height: 40px;
}

#topMenu ul li
{
font-family: arial, sans-serif;
font-size: 90%;
font-weight: bold;
color: #961b1e;
display: inline;
padding: 0 30px 0 10px;
height: 40px;
}

#topMenu ul li a
{
color: #01354F;
text-decoration: none;
padding: 8px 15px;
}

#topMenu ul li a:hover
{
color: #fff;
padding: 8px 15px;
background-image: url('../images/Cloud-Piece.png');
background-repeat: no-repeat;
}

/*
-----------------------
 End Top Section 
-----------------------
*/


/*
-----------------------
 Begin Top SubMenu 
-----------------------
*/


#topSubMenuContainer
{
width: 400px;
height: 76px;
/*background-color: #01354F;*/
margin: 5px 0 0 0;

background-image: url('../images/Small-Cloud.png');
background-repeat: no-repeat;
background-position: center center;
}

#topSubMenu ul
{
padding: 25px 0 0 90px;
height: 40px;
}

#topSubMenu ul li
{
font-family: arial, sans-serif;
font-size: 90%;
font-weight: bold;

color: #961b1e;
display: inline;
padding: 0 20px 0 10px;
height: 40px;
}

#topSubMenu ul li a
{
color: #666;
text-decoration: none;
padding: 8px 15px;
}

#topSubMenu ul li a:hover
{
color: #000;
background-color: #ccc;
background-image: url('../images/Small-Cloud.png');
padding: 8px 15px;
}


/*
-----------------------
 End Top SubMenu 
-----------------------
*/



/*
-----------------------
 Begin Top / Bottom Cloud Section 
-----------------------
*/

#topCloud
{
width: 950px;
height: 27px;
background-image: url('../images/Top-Cloud.png');
background-repeat: no-repeat;
}

#bottomCloud
{
width: 950px;
height: 27px;
background-image: url('../images/Bottom-Cloud.png');
background-repeat: no-repeat;
}

/*
-----------------------
 End Top / Bottom Cloud Section 
-----------------------
*/



/*
-----------------------
 Begin Left Menu 
-----------------------
*/


#leftColumn
{
width: 140px;
float: left;
padding: 0 0 0 0;
margin: 15px 0 0 25px;
border: 0px solid #f00;
}

#leftColumn p
{
color: #fff;
font-weight: bold;
text-align: center;
}

#leftMenu ul
{
padding: 0;
}

#leftMenu ul li
{
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
line-height: 1.4em;
color: #1a3fae;
display: block;
margin: 0 0 15px 0;
}


#leftMenu ul li.topTitle
{
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #1a3fae;
display: block;
margin: 0 0 15px 0;
}

#leftMenu ul li.leftSideLinks
{
font-family: arial, sans-serif;
margin: 10px 0;
display: block;
font-size: 80%;
background-color: #acc8f6;
text-indent: 10px;
padding: 5px 0;
}

#leftMenu ul li.smallerFont
{
font-family: arial, sans-serif;
font-size: 80%;
font-weight: normal;
font-style: italic;
margin: 0;
padding: 0 0 25px 0;
}



#leftMenu ul li.smallerFont a
{
color: #666;
text-decoration: none;
}

#leftMenu ul li.smallerFont a:hover
{
color: #000;
}


/*
-----------------------
 End Left Menu 
-----------------------
*/





/*
-----------------------
 Begin Content Container
-----------------------
*/


#contentContainer
{
width: 950px;
height: auto;
background-image: url('../images/mainBG.png');
background-repeat: repeat-y;

font-size: 95%;
}

#mainContent
{
width: 520px;
margin: 0 0 0 50px;
padding: 15px 0 0 0;
font-size: 85%;
float: left;
}

#mainContentFull
{
width: 800px;
margin: 0 0 0 75px;
padding: 15px 0 0 0;
font-size: 85%;
float: left;
}


#mainContent ul#myMainUL
{
margin-left: 170px; 
margin-top: 15px;
}


#mainContent ul#myMainUL li
{
line-height: 35px;
}





/*
-----------------------
 End Content Container
-----------------------
*/




/*
-----------------------
 Begin Right Menu
-----------------------
*/


#rightColumn
{
width: 160px;
margin: 0 0 0 780px;
padding: 15px 0 0 3px;
}

#rightMenu ul
{
padding: 0;
margin: 0 15px 0 0;
}

#rightMenu ul li
{
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
line-height: 1.4em;
color: #000;
display: block;
margin: 0 0 15px 0;
}


#rightMenu ul li.portfolioTitle
{
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #1a3fae;
display: block;
margin: 0 0 15px 0;
}

#rightMenu ul li.portfolioImage
{
font-family: arial, sans-serif;
margin: 0;
}

#rightMenu ul li.smallerFont
{
font-family: arial, sans-serif;
font-size: 80%;
font-weight: normal;
font-style: italic;
margin: 0;
padding: 0 0 25px 0;
}


#rightMenu ul li.topTitle
{
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #1a3fae;
display: block;
margin: 0 0 15px 0;
}



#rightMenu ul li.rightSideLinks
{
font-family: arial, sans-serif;
margin: 10px 0;
display: block;
font-size: 80%;
background-color: #acc8f6;
text-indent: 10px;
padding: 5px 0;
}


#rightMenu ul li.smallerFont a
{
color: #666;
text-decoration: none;
}

#rightMenu ul li.smallerFont a:hover
{
color: #000;

}


/*
-----------------------
 End Right Menu
-----------------------
*/











/*
--------------------------------
 Begin CSS Form Layout
--------------------------------
*/

#tableFormDiv
{
margin: 0 0 0 80px;
}

.floatFormLeft
{
float: left;
padding: 0 0 10px 0;
}

.floatLeftFormWidth
{
float: left;
width: 100px;
padding: 0 0 10px 0;
}


form
{
background-color: #cddbe9;
padding: 10px;
}


input
{
border-top: 0;
border-right: 0;
border-bottom: 1px solid #000;
border-left: 0;
background-color: #cddbe9;
}

textarea
{
border: 1px solid #000;
background-color: #cddbe9;
}


.submitButton
{
margin: 15px 0 30px 183px;
border: 1px solid #000;
color: #fff;
background-color: #1f4374;
padding: 8px;
}



/*
--------------------------------
 End CSS Form Layout
--------------------------------
*/



/*
-----------------------
 Begin Footer
-----------------------
*/


#footerContainer
{
width: 950px;
height: 40px;

}

#footerMenu p
{
font-family: arial, sans-serif;
font-size: 60%;
color: #fff;
margin: 0 auto;
text-align: center;
padding: 0;
}

#footerMenu a
{
color: #fff;
text-decoration: none;
}

#footerMenu a:hover
{
color: #ccc;
text-decoration: none;
}

#footerMenu ul
{
text-align: center;
padding: 5px 0 0 0;
}

#footerMenu ul li
{
font-family: arial, sans-serif;
font-size: 60%;
line-height: 1.4em;
color: #000;
display: inline;
padding: 0 30px 0 0;
}

#footerMenu ul li a
{
color: #000;
text-decoration: none;
}

#footerMenu ul li a:hover
{
color: #666;
}


/*
-----------------------
 End Footer
-----------------------
*/




/*
-----------------------
 Begin Search Form
-----------------------
*/

div#MATCHES {
    border: solid #143d67 1px;
    background-color: #479BF0;
    width: 100%;

}
div#MYDIV {
    border: solid black 1px;
    background-color: #479BF0;
    padding: 3px 5px;
    font-weight: bold;
    font-size: 80%;
}
div#MYDIV:hover {
    border: solid black 1px;
    background-color: #12477c;

}
a.MATCH { text-decoration: none; color: #0d3965; display: block; }
a.MATCH:hover { text-decoration: none; color: #fff; display: block; }
a.MATCH span { text-decoration: none; }


/*
-----------------------
 End Search Form
-----------------------
*/












/*
------------------------------------------------
 End Styles 
------------------------------------------------
*/