/* Reset Styles */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* test comment */
html, body
{
	color: #000000;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana;
	background: #121212 url(../images/page/background.jpg) no-repeat top center;
}

a 
{
    text-decoration: none;
    font-size: 11px;
    color: #000000;
}

a:link { color: #D74B00; }
a:visited { color: #D74B00; }
a:hover 
{
    color: #DB5201;
    text-decoration: underline;
}

h1 
{
    font-size: 16px;
    color: #D74B00;
    font-weight: bold;
}

h2 
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}

h3 
{
    color: #000000;
    font-weight: bold;
    padding-bottom: 3px;
    margin-top: 10px;
}

h4 
{
    color: #000000;
    font-weight: normal;
}

h5 
{
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

p
{
    margin-top: 15px;
    margin-bottom: 15px;
}

p.copyright
{
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

p.copyright a:link, p.copyright a:visited
{
    color: #D74B00;
}

ul
{
    margin-left: 30px;
}

legend
{
	background-color: #33508A;
	border: solid 3px #666;
	color: #FFFFFF; 	
	font-size: 16px;	
	font-weight: bold;
}
fieldset
{	
	border: solid 1px #666;	
	padding: 10px;	
	width: 600px;	
}

fieldset ul li
{
	list-style: none;
	margin-left: -40px;
	padding-bottom: 10px;
}

fieldset ul li label
{
	vertical-align: top;
    width: 150px;
    float: left ;	
    text-align: right;
    padding-right: 10px;
}

#siteWrapper 
{
	margin: 0 auto;
	width: 870px;
}

#pageWrapper
{	
	margin: 0 auto;
	width: 870px;
}

#headerWrapper
{
	height: 160px;
	background: url(/images/page/header_logo.png) no-repeat center;
	background-color: Transparent;
}

#mainNavWrapper
{
	height: 32px;
	background: Transparent url(/images/page/navbar_background.jpg) repeat-x;
	border-bottom: solid 4px #CD3202;
}

#mainNav
{
 
}

ul#nav
{
    padding-left: 20px;
    width: 850px;
}

#nav li.navselect
{
    background: url(/images/page/navitem_background.jpg) repeat-x;
}

#contentWrapper 
{
    background-color: #FFFFFF;
}

#content
{
    min-height: 400px;
	padding: 25px 25px;
}

#homeContent
{
    float: left;
    width: 590px;
}

#infoContent
{
    padding-top: 15px;
    padding-top: 8px;
    float: right;
    width: 190px;
}

#infoContent h2
{
    padding: 5px 0px 5px 10px;
    background: url(/images/page/navitem_background.jpg) repeat-x;
}

#infoContent ul
{
    margin-left: 0;
    margin-bottom: 20px;
    list-style-image: url(/images/page/listbullet.png);
    background: url(/images/page/sidebar_background.png) no-repeat;
    padding-bottom: 10px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 4px #000;
}

#infoContent ul li
{
    margin-left: 25px;
    padding: 10px 5px 3px 0px;
}
#infoContent a
{
    display:block;
    color: #C23A14;
    font-weight: bold;   
    font-size: 12px;
}

#infoContent a:hover
{
    text-decoration: underline;
}

#gallery
{
    width: 820px;
    height: 250px;
    background-color: #ccc;
}

.photo
{
    margin-right: 18px; 
    margin-bottom: 18px;
}

/* Two Column Layout */
#mainContent
{
    float: left;
    width: 580px;
    min-height: 400px;
	padding: 10px 10px 0px 10px;
}

#sideContent
{
    float: left;
    width: 340px;
    min-height: 400px;
    padding: 10px 10px 0px 10px;
    background-color: #4F4F4F;
}
/* End Two Column Layout */

/* box with courses */
div.coursebox
{
	border: 1px solid #000;
	background: #FFFFFF;
	margin: 4px 0 4px 0;
}

/* grey course title box */
div.coursetitle
{
	font-weight: bold;
	text-align: left;
	color: #000;
	font-size: 12px;
	background: #CCC;
	padding: 6px 3px 6px 6px;
}

/* course description section */
div.coursedescription
{
	font-size: 11px;
	text-align: left;
	line-height: 120%;
	margin: 4px 3px;
	padding: 1px 2px 0 4px;
}

#footerWrapper
{ 
    width: 870px;
    height: 32px;
   
    background: url(/images/page/navitem_background.jpg) repeat-x;
}

#footer
{ 
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

#footer ul
{
    list-style: none;
}

#footer ul li
{
    float: left;
    padding-right: 10px;
}

div.clear
{
    clear: both;
}