/*  
Name: Mary Gill Consulting Layout Stylesheet
URI: http://tux.glengroup.com/dev/todd/marygill
Description: Version: 1.0 - Layout Styling
Author: Todd Libby - todd@glengroup.com
Author URI: http://www.glengroup.com/
*/

/**** MISCELLANEOUS STYLING ****/

a {
    outline: none;
    }

img {
    border: 0;
    }

* {
    margin: 0;
    padding: 0;
    }

/**** END MISCELLANEOUS STYLING ****/
 
body {
    background-color: #44537d;
    }
	
body.inside {
    background-color: #45547f;	
    }

#wrapperSplash {
    height: auto;
    width: 700px;
    text-align: center;
    margin: 0 auto;
    }
	
#wrapperInside {
	height: auto;
	width: 700px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ffff66;
	}

/**** SPLASH PAGE STYLING ****/
	
#splashHead {
    height: 227px;
    width: 700px;
    background-color: #44537d;
    background-image: url(../images/splash.jpg);
    background-repeat: no-repeat;
    }

#splashMain {
    height: 136px;
    width: 700px;
    background-color: #44537d;
    background-image: url(../images/gradient.jpg);
    background-repeat: no-repeat;
    border-right: 1px solid #354061;
    }

#splashFooter {
    height: 88px;
    width: 699px;
    background-color: #44537d;
    border-bottom: 3px solid #354061;
    border-left: 1px solid #354061;
    border-right: 1px solid #354061;
    }
	
#splashMain img {
    float: left;
    padding: 20px 10px 0 30px;
    }
	
#tagline {
    padding: 33px 0 0 20px;
    }
	
.mainNav {
	float: right;
	width: 275px;
	margin: 0;
	padding: 15px 20px 0 0;
	}
		
#footHold {
	padding-left: 35px;
	}

/**** END SPLASH PAGE STYLING ****/

/**** INNER PAGE STYLING ****/

.insideHead {
	width: 698px;
	height: 119px;
	background-color; #44537d;
        background-image: url(/images/mgillaboutmgc.jpg);
        background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
	
.nav {
	width: 698px;
	height: 22px;
	background-color: #ff6;
	padding-bottom: 25px;
	}
	
.insideContent {
	float: left;
	width: 700px;
	margin-left: -1px;
	background-color: #ff6;
	border-left: 1px solid #ff6;
	border-right: 1px solid #ff6;
	border-bottom: 1px solid #ff6;
	}
	
.insideCopy {
	width: 640px;
	padding: 10px 30px;
	height: auto;
	}
	
span.insideCopy {
	text-align: center;
	padding-left: 86px;
	}

span.coursetitle {
        font-style: oblique;
        font-weight: bold;
        color: #14244F;
        }
	
ul.list li.second {
	list-style-type: circle;
	}
	
ul.list li {
	list-style-type: disc;
	}
	
ul.list2 li {
	list-style-type: disc;
	color: #000;
	font-style: oblique;
	font-size: 0.8em;
	}

/**** END INNER PAGE STYLING ***/

