@charset "UTF-8";
/* CSS Document */

/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

.clear { clear: both; }

/*------------------------------------*\
	Fonts
\*------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:600italic,400);

a {
	text-decoration:none;
	color:#000;
}

/*------------------------------------*\
	Containers
\*------------------------------------*/
body {
	text-align:center;
	font-family:'Crimson Text', serif;
	font-weight:400;
}

#container_center {
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}

#container_head {
	position: relative;
	height: 90px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

#containter_footer {
	position: relative;
	height:75px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*----- BODY CONTAINER SIZES -----*/

/*7-10 items*/
#containter_body_420 {
	position: relative;
	height:420px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*11-12 items*/
#containter_body_505 {
	position: relative;
	height:505px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*13-16 items*/
#containter_body_605 {
	position: relative;
	height:605px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*17-18 items*/
#containter_body_735 {
	position: relative;
	height:735px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*19-20 items*/
#containter_body_760 {
	position: relative;
	height:760px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*21-22 items*/
#containter_body_830 {
	position: relative;
	height:830px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}

/*23-26 items*/
#containter_body_940 {
	position: relative;
	height:940px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5FAFC;
	z-index:0;
}





/*------------------------------------*\
	Breaks
\*------------------------------------*/
#odd_col {
	height:7px;	
}

#even_col {
	height:9px;
}

/*------------------------------------*\
	Header
\*------------------------------------*/
#title {
	position:absolute;
	left:22px;
	top:15px;
	z-index:9;
	width:332px;
	height:65px;
}

#bsmg_logo {
	position:absolute;
	left:581px;
	top:11px;
	z-index:9;
	width:192px;
	height:61px;
}


/*------------------------------------*\
	Body
\*------------------------------------*/
#menu {
	position:absolute;
	left:45px;
	top:32px;
	font-family: 'Crimson Text', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:400;
	font-size:15px;
	text-align:center;
}

/*Drop Menu*/
#nav{
    list-style:none;
    font-weight:bold;
    /* Clear floats 
    float:left;*/
    width:63px;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;*/
}
#nav li{
    margin-right:10px;
    position:relative;
}
#nav a{
    display:block;
    padding:5px;
    color:#fff;
    background:#D57058;
    text-decoration:none;
	 
}
#nav a:hover{
    color:#fff;
    background:#D57058;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:#F5FAFC;/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	 left:53px; /* Bring back on-screen when needed */
	 top:0px;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#DD7C6F;
    text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#333;
	 font-style:italic;
}

#first_col {
	position:absolute;
	left:180px;
	top:46px;
	width:130px;
}

#second_col {
	position:absolute;
	left:319px;
	top:46px;
	width:130px;
}

#third_col {
	position:absolute;
	left:459px;
	top:46px;
	width:130px;
}

#fourth_col {
	position:absolute;
	left:598px;
	top:46px;
	width:130px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/
#month {
	position:absolute;
	width:370px;
	left:405px;
	height:75px;
	vertical-align:top;
	text-align:right;
}

h1 {
	font-size:53px;
	color:#DFE7EA;
	font-family: 'Crimson Text', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:600;
}