﻿/*Page Elements*/


* {
	margin: 0;
	padding: 0;
	
}

body
{
    margin: 0px;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-image: url(Images/GridTileLtGray.jpg);
    background-repeat: repeat;
    /*Note: overflow hidden will remove scroll bar from Visual Studio Design View */
    /*overflow: auto;*/
    
}

body, th, td, input, textarea
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
}

form {
}

fieldset {
}

h1, h2, h3
{
    padding-top: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    color: black; /*#626456;*/
    font-weight: bold;
    border-top: black thin solid;
    border-right: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    padding-bottom: .3em;
    background-color: #51B2F6;
}

h1
{
    letter-spacing: -.075em;
    font-size: 1.3em;
}

.hBorder
{
    border-top: #F6E751 thin solid;
}

.hBorderTop
{
    border-bottom: #F6E751 thin solid;
}

h2
{
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-size: .9em;
}


h3 {
	font-size: 1em;
}

p, ul, ol
{
   
    line-height: 1.8em;
    font-size: 1.03em;
    margin-top: 1.3em;
    margin-right: 2.0em;
}

p
{
   margin-left: 2.0em;
}

ul
{
    margin-left: 3.5em;
    list-style-type: square;
}

ol
{
    margin-left: 3.5em;
    margin-top: 0;
    list-style-type: circle;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a
{
    text-decoration: none;
    color: #7ba5ff;
}


a:hover
{
    border: none;
    color: #51b2f6; /*#66ffff;*/
}


h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
}

hr {
	display: none;
}

strong
{
    color: #F6E751;
    font-weight: bold;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 894px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

.menu
{
    float: left;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

/* float: left makes the list elements line up horizontally*/
.menu li {
	float: left;
}


.menu a
{
    display: block;
    float: left;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: transparent thin solid;
    border-top: transparent thin solid;
    border-left: transparent thin solid;
    border-bottom: transparent thin solid;
    
}

.menu a img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-right: 5px;
    vertical-align: bottom;
}


.menu .home a
{
    background-image: url(Images/home_icon.gif);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    padding-top: 10px;
    
}


.menu .email a
{
    background-image: url(Images/email_icon.gif);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    padding-top: 10px;
    
}

.menu .siteMap a
{
    background-image: url(Images/site_map_icon.gif);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    padding-top: 10px;
    
}

.menu .calendar a
{
    background-image: url(Images/cal_icon.gif);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    padding-top: 10px;
    
}

.menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
} 

/* Main Menu */

#mainContainer
{
    margin: 0 auto;
    width: 894px;
    height: 45px;
    padding-left: 35px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.main
{ 
    
}


.main a
{
    font-size: 1.3em;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
    background-image: url(Images/menu_arrow_rolloverbg.gif);
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
}

.bottomMenu
{
    padding-left: 60px;
    
    
}

.bottomMenu a
{
    font-size: 1em;
    padding-right: 25px;
    background-image: none;
    color: #000000;
}

.bottomMenu a:hover
{
   color: #ffffff;
}

/*Containers*/
#top
{
    width: 959px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 35px;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
}

#middle
{ 
    width: 914px;
    height: 45px;
    margin: 0 auto;
    
    
}


#bottom
{
    width: 914px;
    height: 1270px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    padding-right: 22.5px;
    padding-left: 22.5px;
    padding-bottom: 34px;
    padding-top: 34px;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
    overflow: hidden;
}

#end
{
    width: 914px;
    height: 35px;
    margin: 0 auto;
    
    
}

#credits
{
    width: 914px;
    height: 150px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    padding-top: 15px;
    padding-right: 22.5px;
    padding-left: 22.5px;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
}

/* Logo */

#logo
{
    width: 894px;
    height: 273px;
    margin: 0 auto;
    top: 5px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    /*background-image: url(Images/WGWHeader894273wLogo.jpg);*/
}


#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1
{
    color: white;
    padding-right: 5px;
    padding-left: 190px;
    padding-bottom: 0px;
    padding-top: 200px;
    font-weight: bold;
}

#logo h2
{
    font-style: italic;
    padding-right: 0px;
    padding-left: 0px;
    left: -150px;
    padding-bottom: 0px;
    padding-top: 250px;
    position: relative;
    color: #fffff0;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

#logo img
{
    top: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

#creditContent
{
    background-color: #010206;
    width: 894px;
    height: 120px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    margin: 0 auto;
    padding-top: 5px;
       
}

#creditContent img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    
}

/* AJAX Toolbox flyouts */
#info
{
    display: none;
    width: 250px;
    z-index: 2;
    font-family: Tahoma, Arial;
    font-size: 12px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 150%;
    font-weight: bold;
}

#info a
{
    color: #0000ff;
}

#info a:hover
{
    color: #990099;
}


/*Home Page Content*/

#intro
{
    background-color: #010206;
    width: 653px;
    height: 730px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
    
}

#sidebar
{
    background-color: #010206;
    width: 245px;
    height: 690px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    left: 658px;
    position: relative;
    top: -730px;
}

#sidebarBottom
{
    
    background-color: #010206;
    width: 353px;
    height: 373px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
    position: relative;
    top: -670px;
    
}

#conclusion
{
    
    background-color: #010206;
    width: 539px;
    height: 513px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
    position: relative;
    top: -1110px;
    left: 360px;
    
}




/* Calendar Content */

#bottomCal
{
    width: 914px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    padding-right: 22.5px;
    padding-left: 22.5px;
    padding-bottom: 34px;
    padding-top: 34px;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
}

#bottomCal a
{
    color: #660099;
}

#bottomCal a:hover
{
    color: #33ccff;
}

#bottomCal a:visited
{
    color: #660099;
}


/* Contact Content */
#bottomContact
{
    width: 914px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    padding-right: 22.5px;
    padding-left: 22.5px;
    padding-bottom: 34px;
    padding-top: 34px;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
}



#form
{
    margin: 0 auto;
    background-color: #010206;
    
    width: 888px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
 }
 

/* About Content */

#bottomAbout
{
    width: 914px;
    height: 900px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
    padding-right: 22.5px;
    padding-left: 22.5px;
    padding-bottom: 34px;
    padding-top: 34px;
    overflow: hidden;
    
}



#introAbout
{
    
    background-color: #010206;
    width: 653px;
    height: 900px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
    
}

#sidebarAbout
{
    background-color: #010206;
    width: 245px;
    height: 870px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    left: 658px;
    position: relative;
    top: -900px;
}


.floatright
{
    float: left;
    margin: 5px 15px 15px 5px;
    width: 175px;
    height: 214px;
    border-left-color: #F6E751;
    border-bottom-color: #F6E751;
    border-top-style: double;
    border-top-color: #F6E751;
    border-right-style: double;
    border-left-style: double;
    border-right-color: #F6E751;
    border-bottom-style: double;
}

/*Products Content */

#bottomProducts
{
    width: 914px;
    margin: 0 auto;
    background-image: url(Images/GridTilePeri3.jpg);
    background-repeat: repeat;
    padding-right: 22.5px;
    padding-left: 22.5px;
    padding-bottom: 34px;
    padding-top: 34px;
    border-right: #000000 thick solid;
    border-top: #000000 thick solid;
    border-left: #000000 thick solid;
    border-bottom: #000000 thick solid;
}


#introProducts
{
    background-color: #010206;
    width: 900px;
    padding-bottom: 25px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
}

/*portfolio content*/
#introPortfolio
{
    background-color: #010206;
    width: 900px;
    padding-bottom: 25px;
    border-right: #F6E751 thick double;
    border-top: #F6E751 thick double;
    border-left: #F6E751 thick double;
    border-bottom: #F6E751 thick double;
    
}

#portGal
{
   
}

#portGal .content
{
    width: 700px;
    margin: 0 auto;
}

#portGal p
{
    margin-bottom: 25px;
    margin-top: 25px;
}

#portGal a img
{
    border-right: blue thin solid;
    border-top: blue thin solid;
    border-left: blue thin solid;
    border-bottom: blue thin solid;
    background-color: #000000;
}

#portGal a:hover img
{
    border-right: #ffff66 thin solid;
    border-top: #ffff66 thin solid;
    border-left: #ffff66 thin solid;
    border-bottom: #ffff66 thin solid;
}

#portGal img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

#portGal table
{
}

#portGal tr
{
    
}

#portGal td
{
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
}
