/*----------------------------------------------------------------- 
Inside Edge CSS September 2008. AG: Azure Design, Sunderland 
-------------------------------------------------------------------*/

/* Reset all styles - thanks to Meyerweb and Paul Chaplin */
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;
	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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;	border-spacing: 0; }

/*------------------------------------------------------------------- 
Redefine used base styles
------------------------------------------------------------------- */

body
{
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/header-slice.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #bbbbbb;
}

a
{
	text-decoration: none;
	/*color: #f2f79f;*/
	color: #60bef1;
}

a:hover
{
	/*color: #ff0000;*/
	color: #308ec1;
	text-decoration: none;
}
#left-col h1 a,
#left-col h2 a
{
	color: #ffffff;
	text-decoration: none;
}

#left-col h1 a:hover, #left-col h2 a:hover
{
	color: #60BFF2;
	text-decoration: none;	
}


p
{
	margin-bottom: 15px;
}

strong
{
	font-weight: bold;
	color: #60BFF2;
}

strong.white
{
	color: #eeeeee
}

strong.blue
{
	color: #60BFF2
}

h1
{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	margin-bottom: 10px;
}

h1.blue,
h2.blue
{
	color: #60BFF2;
}

h2
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	margin-bottom: 7px;
}


ul
{
	margin: 15px 25px;
	list-style-type: disc;
}

li
{
	padding: 3px 0px;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

/*------------------------------------------------------------------- 
Page Building Blocks
------------------------------------------------------------------- */

#container
{
	width: 100%;
	margin: 0px auto;
	background-image: url(images/header-outer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#page
{
	width: 755px;
	margin: 0px auto;
	background-image: url(images/header-inner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#left-col
{
	width: 228px;
	float: left;
	margin-right: 34px;
}

#right-col
{
	width: 490px;
	float: left;
}

#content-area
{
	margin-left: 7px;
	float: left;
}

#col-clear
{
	clear: left;
	width: 2px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


.left-image,
.left-img
{
	display: block;
	float: left;
	clear: left;
	margin-right: 15px;
}

.right-image,
.right-img
{
	display: block;
	float: right;
	clear: right;
	margin-left: 15px;
}

/*------------------------------------------------------------------- 
Header
------------------------------------------------------------------- */

#header
{
	height: 130px;
	width: 755px;
	background-image: url(images/header-inner.jpg);
	background-position: top center;
	margin: 0px auto 30px;
}

#logo
{
	padding-top: 37px;
	margin-left: 0px;
	width: 300px;
	float: left;
}

#logo a
{
	display: block;
	width: 255px;
	height: 50px;
}

#header-flash
{
	width: 450px;
	height: 58px;
	float: right;
	padding-top: 35px;
}

#header-flash-inner
{
	width: 450px;
	height: 58px;
}

/*------------------------------------------------------------------- 
Footer
------------------------------------------------------------------- */

#footer
{
	width: 100%;
	margin: 0px auto;
	background-color: #1f1f1f;
	margin-top: 40px;
}

#footer-inner
{
	width: 755px;
	margin: 0px auto;
}


#footer-inner li
{
	display: inline;
}

#footer-inner #footer-nav
{
	margin: 0px;
	padding: 27px 0px 0px;	
}

#footer-nav li
{
	padding-right: 12px; /*16*/
}

#footer-nav a
{
	color: #ffffff;
}

#footer-nav a:hover
{
	text-decoration: underline;
}

#footer-validation
{
	margin: 0px;
	padding: 2px 0px 35px;
	color: #656364;
}

#footer-validation li
{
	padding-right: 7px;
}

#footer-validation a
{
	color: #656364;
}

#footer-validation a:hover
{
	text-decoration: underline;
}


/*------------------------------------------------------------------- 
Menu
------------------------------------------------------------------- */

#menu
{
	width: 185px;
	margin: 0px;
	margin-bottom: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	list-style-type: none;
}

#menu a
{
	display: block;
	width: 100%;
	padding: 6px 0px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover,
#menu a.selected
{
	text-decoration: none;
	color: #60bef1;
}

#menu li
{
	background-image: url(images/menu-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#menu li.last
{
	background-image: none;
}


#menu ul
{
	background-color: #f7f7f7;
}

#menu ul li
{
}

/*------------------------------------------------------------------- 
Sidebars
------------------------------------------------------------------- */

.sidebox
{
	margin-bottom: 30px;
}

.content-header-small
{
	background-image: url(images/sb-header.png);
	background-repeat: no-repeat;
	width: 226px;
	height: 32px;
	margin-bottom: 0px;
}

.sidebox-content
{
	margin-bottom: 15px;
}

.sidebox-content a
{
	color: #eeeeee;
	text-decoration: none;
}

.sidebox-content a:hover
{
	color: #60bff2;
}


.sidebox-content p
{
	margin: 0px;
	margin-bottom: 10px;
}

.sb-bulleted-title
{
	width: 100%;
	background-image: url(images/yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
	color: #60bff2;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------- 
Page Footer / Mailing List Area
------------------------------------------------------------------- */

#page-footer
{
	width: 755px;
	height: 49px;
	background-image: url(images/mlf-bg.png);
	background-repeat: no-repeat;
	margin: 35px auto 37px;
}

#page-footer #joinimg
{
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	width: 225px;
}


#page-footer #subscribe-form
{
	width: 490px;
	float: left;
}

#page-footer fieldset
{
	width: 100px;
	float: left;
}

#page-footer #email-box
{
	background-image: url(images/mlf-email-bg.png);
	background-repeat: no-repeat;
	padding: 1px 12px 0px;
	width: 160px;
	height: 25px;
	float: left;
	margin-top:10px;
}

#page-footer #email-box input
{
	border: none;
	background-color: transparent;
	color: #83bbd0;
}

#page-footer #subscribe-submit
{
	float: left;
	margin-top: 10px;
}

#page-footer #radio-box
{
	float: left;
	margin-top: 12px;
	margin-right: 15px;
}

#page-footer .subscribe-clear
{
	clear: left;
}

/*------------------------------------------------------------------- 
General Stuff
------------------------------------------------------------------- */

.content-header-large
{
	background-image: url(images/content-header-bg.png);
	background-repeat: no-repeat;
	width: 487px;
	height: 32px;
	margin-bottom: 22px;	
}


.large-image-frame
{
	width: 490px;	
	height: 214px;
	margin: 0px 0px 32px 4px;
}

.large-image-frame img
{
	display: block;
	width: 486px;
	margin: 0px auto;
}

.content-header-small h1,
.content-header-large h1
{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 5px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#text-area
{
	margin-left: 4px;
}

/*------------------------------------------------------------------- 
News Listing
-------------------------------------------------------------------*/

.news-box
{
	width: 99%;
	margin: 0px 0px 30px 3px;
}

.news-box img
{
	width: 120px;
	height: 100px;
	float: left;
	margin: 10px 20px 0px 0px;
}

.news-box .news-box-content
{
	float: left;
	width: 330px;
}

.news-box .news-box-clear
{
	clear: left;
}

/*------------------------------------------------------------------- 
News Article
-------------------------------------------------------------------*/

.news-image
{
	clear: left;
	float: left;
	height: 200px;
	margin: 5px 15px 0px 0px;
	width: 240px;
}

.return-listing
{
	float: right;
	clear: right;
	display: block;
}

/*------------------------------------------------------------------- 
Contact Form
-------------------------------------------------------------------*/

#contact-form
{
}

#contact-form strong
{
	color: #60BFF2;
	font-weight: normal;
}

#contact-form a
{
	text-decoration: none;
	color: #83bbd0;
}

#contact-form #contact-send:hover,
#contact-form a:hover
{
	color: #ffffff;
}


#contact-left
{
	float: left;
	width: 225px;
	margin-right: 8px;
}

#contact-right
{
	float: left;
	width: 250px;
}

#contact-clear
{
	clear: left;
}

#contact-form input,
#contact-form textarea
{
	width: 240px;
	height: 20px;
	background-color: #161616;
	border: none;
	margin-bottom: 15px;
	padding: 5px 5px 0px 5px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#contact-form textarea
{
	height: 100px;
	padding: 5px;
}

#contact-form #contact-send
{
	width: 110px;
	height: 24px;
	float: right;
	clear: right;
	color: #83bbd0;
	border: none;
	background-color: transparent;
	padding: 0px;
}

#contact-right ul
{
	margin: 0px 0px 20px 15px;
	color: #990000;
}

/*------------------------------------------------------------------- 
Inside Edge Specific
-------------------------------------------------------------------*/

.lunchtime-box-image
{
	display: block;
	margin: 0px 0px 20px 0px;
}

.error
{
	color: #CC0000;
	font-weight: bold;
}


h1.bigger
{
	font-size: 28px;
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 13px;
	font-weight: normal;
}

/*------------------------------------------------------------------- 
Amends March 2010
-------------------------------------------------------------------*/

.home-page-text
{
	font-size: 14px;
}

#sidebox-flash
{
	width: 226px
	height: 200px
}

#course-page-snippet
{
	line-height: 25px;
	margin-bottom: 20px;
}

.download
{
	width: 485px;
	background-image: url(images/oc-dl-slice.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
	margin-bottom: 15px;
}

.download-top
{
	background-image: url(images/oc-dl-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.download-top img
{
	display: block;
	float: left;
	width: 33px;
	height: 40px;
	padding-top: 15px;
	padding-left: 18px;
	margin-right: 13px;
}

.download-bottom
{
	background-image: url(images/oc-dl-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.download-content
{
	float: left;
	width: 400px;
	padding-top: 9px;	
}

.download-content a
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #60bef1;
}


.download-content p
{
}

.sn-box
{
	float: left;
	background-image: url(images/sn-fb-box.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	width: 169px; /*237*/
	height: 41px;
	padding-top: 19px;
	padding-left: 68px;
}

.sn-box-tw
{
	background-image: url(images/sn-tw-box.jpg);
	width: 157px; /*235*/
	padding-left: 78px;
	margin-left: 7px;
}

#sn-area
{
	padding-top: 10px;
}

.sn-box a
{
	color: #ffffff;
}

.sn-box a:hover
{
	text-decoration: underline;
}

#msk-login
{
	width: 488px;
	height: 38px;
	background-image: url(images/msk-login-box.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	margin-bottom: 28px;
}

#page-protect-input
{
	width: 160px;
	height: 18px;
	float: left;
	color: #60BFF2;	
	margin-left: 228px;
	margin-top: 7px;
	padding: 2px 2px 0px 2px;
	background-color: transparent;
	border: none;
	font-weight: normal;
	font-size: 12px;
	color: #eeeeee;
}

#page-protect-submit
{
	width: 64px;
	height: 24px;
	float: left;
	margin-top: 5px;
	margin-left: 17px;
	display: block;	
}
