
#pageFooter ul
{
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    height: 200px;
}
        
#pageFooter ul a
{
    color: #666666;
}
        
#pageFooter li
{
    font-size: 10px;
    padding: 3px;
    margin-left: 50px;
}

.MasterGradientTitle
{

/* For WebKit (Safari, Google Chrome etc) */
background-image: -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#949494));
/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #D2D2D2, #949494);
/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D2D2D2, endColorstr=#949494);
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D2D2D2, endColorstr=#949494)";
-moz-border-top-left-radius: 7px;
-webkit-border-top-left-radius: 7px;
-khtml-border-top-left-radius: 7px;
border-radius-top-left: 7px;
-moz-border-top-right-radius: 7px;
-webkit-border-top-right-radius: 7px;
-khtml-border-top-right-radius: 7px;
border-top-right-radius: 7px;
   
 }
 
.MasterGradient
{
    /* For WebKit (Safari, Google Chrome etc) */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EDEDED);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EDEDED)";
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
   
 }
.MasterGradientTop
{
    /* For WebKit (Safari, Google Chrome etc) */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EDEDED);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EDEDED)";
 }
.MasterRadiusMask 
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background-color:transparent;
    overflow :hidden;
    border: 1px solid #E5E5E5;  
    /*-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.45);
	box-shadow:0px 1px 3px rgba(0,0,0,0.45);*/
}

.rotetor
{
	float: left;
}

.footer
{
	position: absolute;
	height: 1000px;
}

.logedInMenu
{
	font-size: 12px;
	font-weight: lighter;
	height: 10px;
}

.userName
{
	position:relative;
	top:-20px; 
	left:20px;	
	font-size: 14px; 
	
}

.imgBtn
{
	position:relative;
	top:7px; 
	left:1px;
	 
	
}
.imgBtn1
{
	line-height: 35px;
	background: url(../../images/btn1.gif) no-repeat;
	text-decoration: none;
}
.panelDefaultRight
{
	margin-left: 6px;
	float: left;
}
.panelDefaultCenter
{
	font-size: 12px;
	margin-left: 6px;
	padding-left: 10px;
	float: left;
}
.panelDefault
{
	float: left;
}


.appReview
{
    padding:40px;
    text-align:left;
    color: #666666;
    display:block;
}

.screens:hover
{
    color:blue;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#navigation
{
	
}
ul#navigation li
{	
	font-size: 11px;
	list-style-type: none;
	float: left;	 
	font-family: "Lucida Grande" , sans-serif;
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B3C4DB), to(#7280B0), color-stop(0.6, #809ECC));
	/* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #B3C4DB, #7280B0);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3C4DB, endColorstr=#7280B0);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3C4DB, endColorstr=#7280B0)";
	-webkit-transition: all 0.5s;
	border-bottom: solid 1px black;
	border-top: solid 1px #B7CBE5;
	border-left: solid 1px #B7CBE5;
}

#navigation li:hover
{
	background-color: #4f6fbf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FAFE0), to(#4f6fbf), color-stop(0.9, #4050a0));
	/* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #8FAFE0, #4f6fbf);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8FAFE0, endColorstr=#4f6fbf);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8FAFE0, endColorstr=#4f6fbf)";
}

ul#navigation li a
{ 
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: White;
	text-align:center;
   
}

ul#navigation li:first-child
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
ul#navigation li:last-child
{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.navigationLeftRound
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.navigationRightRound
{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 728px;
	border: 1px solid #818181;
	background: url(../../images/bg-content-side.png) repeat-y right;
	position: relative;
}

#content-main-two-column
{
	width: 540px;
	float: left;
}

#content-side-two-column
{
	float: right;
	width: 160px;
}

ul#navigation li
{
	list-style-type: none;
	display: block;
	width: 8em;
	float: left;
	text-align: center;
	font-family: "Lucida Grande" , sans-serif;
	height: 3em;
	border-right: 1px #818181 solid;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 728px;
	border: 1px solid #818181;
	background: url(../../images/bg-three-column-main.png) repeat-y;
	position: relative;
}

#content-main-three-column
{
	width: 355px;
	float: left;
	margin-left: 25px;
}

#content-side2-three-column, #content-side1-three-column
{
	width: 160px;
	font-size: 15px;
}

#content-side2-three-column
{
	float: right;
}

#content-side1-three-column
{
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - FOUR COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#four-column-container
{
	font-size: 13px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#four-column-1
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float: left;
	width: 217px;
	height: 242px;
}

#four-column-2
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float: left;
	width: 217px;
	height: 242px;
}

#four-column-3
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float: left;
	width: 217px;
	height: 242px;
}

#four-column-4
{
	background: url(../../images/frame_217_242.png) no-repeat;
	float: left;
	width: 217px;
	height: 242px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
    
    
}
.whiteB
{
	color: White;
}

b
{
	color: black;
}

p
{
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 15px 0;
	_margin: 10px 0;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}

       

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	margin-left: 7px;
}



h3
{
	font-size: 19px;
}

h3.small
{
	font-size: 19px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 17;
	font-weight: lighter;
}

h6
{
	font-size: 16;
}

*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
	color: Blue;
	text-decoration: none;
}

a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

a:active {
	color:Blue;
	text-decoration:none;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}

	
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:32px;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:22px;
	font-weight:bold;
	}


#subheading{
	font-size:18px;
	font-weight:bold;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.topNav  a:hover
{
text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



 .kwicks {  
     list-style: none;  
     position: relative;
     left:-6px;
      
     padding: 0; 
	 background-image:url(../../images/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../../images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}
#kwick5 { 
	background-position:-800px 0px;
}
#kwick6 { 
	background-position:-1000px 0px;
}
#kwick7 { 
	background-position:-1200px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -1000px bottom; 
}
#kwick7.active, #kwick7:hover {
	background-position: -1200px bottom; 
}
	

#kwick1 a{
	background-image:url(../../images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick7 a{
	 
	background-position: right -40px;
}
#kwick7 a:hover{
	background-position: right -120px;
}


/*-------- NAV LEFT --------------------------------------------*/

#navleft ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft li {
	display:inline;
	list-style:none;
	padding:0 0 0 0;
	background:none;
	} ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}
	
#navleft a
{
	text-indent:15px;
}	
	
#navleft a:link,
#navleft a:visited {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}
#navleft a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft a:active {
	color:Blue;
}

#navleft li.current a:link,
#navleft li.current a:visited {
	text-decoration:underline;
}

#navleft li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#navleft a.StaticSelectedStyle:link,
#navleft a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}



/*-------- NAV LEFT1 --------------------------------------------*/

#navleft1 ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft1 li {
	display:inline;
	list-style:none;
	padding:0 0 0 0;
	background:none;
	} ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#navleft1 li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}
#navleft1 a:link,
#navleft1 a:visited {
	color: #666666;
	text-decoration:none;
}
#navleft1 a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft1 a:active {
	color:Blue;
}

#navleft1 li.current a:link,
#navleft1 li.current a:visited {
	text-decoration:underline;
}

#navleft1 li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#navleft1 li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#navleft1 a.StaticSelectedStyle:link,
#navleft1 a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-login {

	font-size:13px;
	color:Red;
	
	
}

#nav-login1 ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-login1 li {
	display:inline;
	list-style:none;
	padding:0 16px 0 0;
	background:none;
	}

#nav-login1 a:link,
#nav-login1 a:visited {
	color: Black;
	text-decoration:none;
}

#nav-login1 a:hover {
	color:Blue;
	text-decoration:underline;
}

#nav-login1 a:active {
	color:Blue;
}

#nav-login1 li.current a:link,
#nav-login1 li.current a:visited {
	text-decoration:underline;
}

#nav-login1 li.current a:hover {
	color:Blue;
	text-decoration:underline;
}

#nav-login1 li.current a:active {
	color:Blue;
}

/* ACTIVE PAGES */
#nav-login1 a.StaticSelectedStyle:link,
#nav-login1 a.StaticSelectedStyle:visited {
	color:Blue;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	font-size:19px;
	width:692px;	
	right:104px; 
	position:relative;
	top:40px;
	}
	
.poster-photo-image {
	
	float:left;
	}

#feature-area-home 
{
	background: url(../../images/frame_217_242.png) no-repeat;
	position:relative;
	top:0;
	left:7px;
	font-size:19px;
	float:left;
	width:217px;
	height:242px;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:8px 20px 11px 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#footerMain
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px 0;
    border-top: 1px solid #666;
}

#footerMain ul li 
{
    list-style:none;
}


#footer
{
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding: 0 0 1em 20px;
	position: relative;
	color: black;
	font-size: 12px;
}

#footer div
{
	position: absolute;
	top: 0;
	right: 0;
	padding: .8em 0 1em 0;
}

#footer a:link, #footer a:visited
{
	color: blue;
	text-decoration: none;
}

#footer a:hover
{
	color: blue;
}

#footer a:active
{
	color: blue;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
	width: 900px;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}


 .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0px 1px 1px #000;
	color: #FFF;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.boxShadow
{
    padding:10px;
    -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0px 5px 9px #A0A0A0;
	-moz-box-shadow:0px 5px 9px #A0A0A0;
	box-shadow:0px 5px 9px #A0A0A0;
	border:1px solid #C0C0C0;
}

.boxShadow7
{
    
    -webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:0px 5px 9px #A0A0A0;
	-moz-box-shadow:0px 5px 9px #A0A0A0;
	box-shadow:0px 5px 9px #A0A0A0;
	border:1px solid #C0C0C0;
}

.iconMask
{
    
    -webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-webkit-box-shadow:0px 1px 10px #C0C0C0;
	-moz-box-shadow:0px 1px 10px #C0C0C0;
	box-shadow:0px 1px 10px #C0C0C0;
	border:0px solid #C0C0C0;
	background-color:transparent;
	overflow :hidden;
}

.boxShadowSlim
{
    padding:5px;
    -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:0px 5px 9px #A0A0A0;
	-moz-box-shadow:0px 5px 9px #A0A0A0;
	box-shadow:0px 5px 9px #A0A0A0;
	border:1px solid #C0C0C0;
}

.tableShadow
{
    padding:10px;
	-webkit-box-shadow:0px 5px 9px #A0A0A0;
	-moz-box-shadow:0px 5px 9px #A0A0A0;
	box-shadow:0px 5px 9px #A0A0A0;
	border:1px solid #C0C0C0;
	border-left-width: 0px;
	border-right-width: 0px;
}

.slimShadow
{
    -webkit-box-shadow:0px 5px 9px #A0A0A0;
	-moz-box-shadow:0px 5px 9px #A0A0A0;
	box-shadow:0px 5px 9px #A0A0A0;
	border:1px solid #C0C0C0;
}

.boxSide
{
    padding:15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;  
	border:1px solid #C0C0C0;
}

.boxPlate
{
    padding:5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px; 
	border:1px solid #C0C0C0;
}

.on:hover {text-decoration:underline; color:blue;}

.gradient 
{

    
    height: 100px;



    /* For WebKit (Safari, Google Chrome etc) */

    background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#fff));

    /* For Mozilla/Gecko (Firefox etc) */

    background: -moz-linear-gradient(top, #F4F4F4, #fff);

    /* For Internet Explorer 5.5 - 7 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFFFF);

    /* For Internet Explorer 8 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#FFFFFFFF)";
}
