/* CSS Document */

/* global reset */
* {margin: 0; padding: 0;}

html {}

body {margin: 0; background-color:#FFF; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px;}

#container {width: 960px; margin: 0 auto;} /* This centers the layout */

#wrapper {width: 960px; float:left; padding: 0; margin: 0;} /* allows for content to expand with floats */

#header {width: 960px; padding:0px; float:left;}

#primaryNav {width: 900px; padding:0px 0px 0px 60px; border:solid #73a0bf; border-width:0 0 1px 0; float:left; background-color:#2d76a3; display:inline}


.navBorder {left: 183px; height: 31px; position:relative; width: 10px; float:left; border-right: double #73a0bf;}

#content {width: 940px; padding: 0 10px; float:left; background-color: #2d76a3}

#footer {width: 840px; height: 40px; padding:15px 60px 5px 60px; float:left; background-color:#f4f2e3}

#footerNav {width: 840px;float:left;}

#footerNavLeft {float:left; font-size: 11px;}

#footerNavRight {float:right;  font-size: 11px;}

#clear {clear:both; height:-1px;}

#homeLogo {float:left;}




	