html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
#container
{
    min-height: 100%;
}
#container:after
{
    content: "";
    display: block;
}
#footer, #container:after
{
    height: 90px;
}
#footer
{
    margin-top: -120px;
    clear: both;
    z-index: 10;
    padding: 15px 0;
    background: url("Images/footer.gif") 0 0 repeat-x;
    position: relative;
}

#footer p
{
    margin: 0px;
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, legend, li, ol, p, pre, ul
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
form
{
    min-height: 100%;
    height: 100%;
}
form:after
{
    content: "";
    display: block;
}
address, blockquote, dl, fieldset, h1, h2, h3, h4, h5, h6, ol, p, ul
{
    margin: 0px 0;
}

body
{
    background: url(Images/bg.png) 0 0 repeat-x;
    font: 0.8em/1.5 "arial" , sans-serif;
}

h1
{
    font-size: 300%;
    font-weight: normal;
}

h2
{
    font-size: 220%;
    font-weight: bold;
}

h3
{
    font-size: 160%;
    font-weight: normal;
}

h4, h5, h6
{
    font-size: 130%;
    font-weight: bold;
}


input, select, textarea
{
    font-size: 100%;
    font-family: "arial" , sans-serif;
}

ul.ul
{
    margin-left: 20px;
    list-style: none;
    display: inline;
}

ul.ul li
{
    padding-left: 15px;
    background: url("../design/ul.gif") 0 5px no-repeat;
    display: inline;
    float: left;
}

ul.ul ul
{
    margin: 0 0 0 20px;
    list-style: none;
}

img.f-left
{
    margin-right: 15px;
}

img.f-right
{
    margin-left: 15px;
}

.main
{
    width: 810px;
    margin: 0 auto;
}

#header
{
    position: relative;
    height: 122px;
    overflow: hidden;
    background: url("Images/header.gif") no-repeat;
}

#Menuheader
{
    position: relative;
    height: 25px;
    overflow: hidden;
    background: url("Images/MenuBG.gif");
}

#header #logo
{
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    font-size: 200%;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: normal;
    width: 405px;
}

#header #logo span
{
    font-weight: bold;
}

#header #nav
{
    position: absolute;
    top: 38px;
    right: 0;
    list-style: none;
    font-size: 110%;
}

#header #nav li
{
    display: inline;
    float: left;
}

#header #nav li a
{
    display: inline;
    float: left;
    padding: 6px 12px;
    font-weight: bold;
    text-decoration: none;
}

#header #nav li a:hover
{
    text-decoration: underline;
}

#header #nav li.current a
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

#section
{
    overflow: hidden;
    padding: 20px 0;
}

#content
{
    float: left;
    width: 680px;
    text-align: justify;
}

.articles
{
    margin: 0;
    list-style: none;
}

.articles h2
{
    margin: 0;
}

.articles h2 a
{
    text-decoration: none;
}

.articles .article-info
{
    padding-bottom: 10px;
}

.articles .article-info .comment
{
    padding-left: 18px;
    background: url("../design/comment.gif") 0 50% no-repeat;
}

.articles .article-info p
{
    margin: 0;
}

.gallery li
{
    display: block;
    float: left;
    margin-right: 10px;
}

.pagination
{
    font-size: 110%;
}

.pagination a
{
    padding: 5px 10px;
}

.pagination a.current
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.more
{
    text-align: left;
    float: left;
    list-style-type: none;
}

.more a
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: bold;
}

.Category
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: bold;
}

#aside
{
    float: right;
    width: 250px;
}

.menu
{
    list-style: none;
}

.menu li
{
    display: inline;
}

.menu li a
{
    display: block;
    padding: 5px 0;
}

.menu li.current a
{
    font-weight: bold;
    text-decoration: none;
}

.sponsors
{
    margin: 0;
    list-style: none;
    font-size: 85%;
}

.sponsors li
{
    padding: 10px 0;
}

.sponsors li a
{
    font-size: 115%;
}



.box
{
    min-height: 1px;
    _height: 1%;
    bottom: 0;
}

.box:after
{
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: ".";
}

.fix
{
    float: none;
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
}

.f-left
{
    float: left !important;
}

.f-right
{
    float: right !important;
}

.t-left
{
    text-align: left !important;
}

.t-center
{
    text-align: center !important;
}

.t-right
{
    text-align: right !important;
}

.t-justify
{
    text-align: justify !important;
}

.va-top
{
    vertical-align: top !important;
}

.va-middle
{
    vertical-align: middle !important;
}

.va-bottom
{
    vertical-align: bottom !important;
}

.nom
{
    margin: 0 !important;
}

.nomt
{
    margin-top: 0 !important;
}

.nomb
{
    margin-bottom: 0 !important;
}

.hidden
{
    position: absolute;
    left: -1000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.noscreen
{
    display: none;
}

.input-text
{
    padding: 5px;
}

.input-submit
{
    padding: 3px;
}



/*** Topics Local Menu ****/
.topics .contnentMenu ul li a:link, .topics .contnentMenu ul li a:active, .topics .contnentMenu ul li a:visited, .topics .contnentMenu ul li a:hover, .topics .contnentMenu ul li span, .topics .contnentMenu ul li span:active, .topics .contnentMenu ul li span:visited, .topics .contnentMenu ul li span:hover
{
    background: url(Images/nic_logo.gif) no-repeat 6px 9px;
    display: block;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.topics #contnentMenu li a:hover
{
    background: url(Images/nic_logo.gif) no-repeat 6px 9px #eb6ac7;
    text-decoration: none;
    color: #ffffff;
}

.topics .contnentMenu ul li a.active:link, .topics .contnentMenu ul li a.active:active, .topics .contnentMenu ul li a.active:visited, .topics .contnentMenu ul li a.active:hover
{
    background: url(Images/nic_logo.gif) no-repeat 6px 9px #eb6ac7;
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding-left: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

.topics .contnentMenu ul li ul li a:link, .topics .contnentMenu ul li ul li a:active, .topics .contnentMenu ul li ul li a:visited, .topics .contnentMenu ul li ul li a:hover
{
    background: none;
    background: url(Images/nic_logo.gif) no-repeat 14px 9px;
    display: block;
    font-weight: normal;
    color: #006699;
    text-decoration: none;
    padding-left: 15px;
    padding-bottom: 3px;
}

.topics .contnentMenu ul li ul li a:hover
{
    text-decoration: underline;
}

.topics .contnentMenu ul li ul li a.active:link, .topics .contnentMenu ul li ul li a.active:active, .topics .contnentMenu ul li ul li a.active:visited, .topics .contnentMenu ul li ul li a.active:hover
{
    background: url(Images/nic_logo.gif) no-repeat 14px 9px;
    display: block;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
    padding-left: 22px;
    padding-top: 3px;
    padding-bottom: 1px;
    text-decoration: none;
}

.topics .contnentMenu ul li ul li a.active:hover
{
    text-decoration: underline;
}
.btn-menu
{
    color: #001C39;
    background-color: #E4BBD4;
    font-weight: bold;
    font-style: normal;
    height: 27px;
    width: 100%;
    text-align: left;
}
.aspNetDisabled
{
    color: #999 !important;
}
.td-menu
{
    width: 100%;
    text-align: left;
    background: #E4BBD4;
    font-weight:bold;
}
.alert
{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-danger, .alert-error
{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
/** Ends **/